{
  "WorkItem": {
    "AffectedComponent": {
      "Name": "",
      "DisplayName": ""
    },
    "ClosedComment": "This is a question, not a bug. The hang is likely caused by memory contention and GC.  In any case, not a bug or feature request. I&#39;m closing this.",
    "ClosedDate": "2011-06-13T18:04:08.09-07:00",
    "CommentCount": 0,
    "Custom": null,
    "Description": "Hi,\n \nI'll try to create an zip file with the DotNetZip-Libary with 106 Images (675MB) with the following code:\n \nPublic Function GetZip() As Byte()\n    Dim zip As New Ionic.Zip.ZipFile(String.Format(\"{0}.zip\", Me.GallerySystemName))\n    AddHandler zip.SaveProgress, AddressOf SaveProgress\n \n    For Each img In Me.Images\n        zip.AddFile(img.OriginalFile.FullName, \"\")\n    Next\n \n    Dim bytZip As Byte()\n \n    Using ms As New MemoryStream\n        zip.Save(ms)\n        bytZip = ms.ToArray\n    End Using\n \n    Return bytZip\nEnd Function\n \nWhen I run this code, the execution stops usally at image 40 (sometimes earlier) without any exeption. Nothing happens. I tried to save the zip directly to a file. It works.\n \nAny ideas?\n \nJan",
    "LastUpdatedDate": "2013-05-16T05:31:39.087-07:00",
    "PlannedForRelease": "",
    "ReleaseVisibleToPublic": false,
    "Priority": {
      "Name": "Low",
      "Severity": 50,
      "Id": 1
    },
    "ProjectName": "DotNetZip",
    "ReportedDate": "2011-01-21T13:30:56.67-08:00",
    "Status": {
      "Name": "Closed",
      "Id": 4
    },
    "ReasonClosed": {
      "Name": "Unassigned"
    },
    "Summary": "DotNetZip hangs with in save method with IO.MemoryStream",
    "Type": {
      "Name": "Issue",
      "Id": 3
    },
    "VoteCount": 1,
    "Id": 12901
  },
  "FileAttachments": [],
  "Comments": []
}