{
  "WorkItem": {
    "AffectedComponent": {
      "Name": "",
      "DisplayName": ""
    },
    "ClosedComment": "fixed in changeset 79085.  First binary with this fix, will be v1.9.1.6",
    "ClosedDate": "2011-06-13T21:09:15.433-07:00",
    "CommentCount": 0,
    "Custom": null,
    "Description": "When attempting to create a split archive, an exception is generated when it attempts to create a temporary file.   Exception is produced in ZipSegmentedStream.cs at line 368  \"Could not find file ....z01\"\n \nDuplicate the error:  select enough source files, and a split-size small enough, so that at least .z01 and .z02 and .zip (3 segments) would need to be created.  Exception occurs when .z01 \"fills\", and the code is preparing to begin to use .z02\n \nSummary of problem:  code attempts to create a temporary file name and move the .z01 file to it.  However, the current code does not stop, even when the File.Move() is successful, and continues generating additional temporary file names, and eventually throws the \"Could not find file\" exception (because the first one actually succeeded, and after that, the file really is no longer there).\n \nPROPOSED FIX:  ZipSegmentedStream.cs approx line 365.   Just after the    File.Move()    add a       break;      statement",
    "LastUpdatedDate": "2013-05-16T05:31:42.17-07:00",
    "PlannedForRelease": "v1.9.1.8 DotNetZip - Latest Stable",
    "ReleaseVisibleToPublic": true,
    "Priority": {
      "Name": "Low",
      "Severity": 50,
      "Id": 1
    },
    "ProjectName": "DotNetZip",
    "ReportedDate": "2010-10-29T16:03:12.137-07:00",
    "Status": {
      "Name": "Closed",
      "Id": 4
    },
    "ReasonClosed": {
      "Name": "Unassigned"
    },
    "Summary": "Exception when creating split archive",
    "Type": {
      "Name": "Issue",
      "Id": 3
    },
    "VoteCount": 1,
    "Id": 12403
  },
  "FileAttachments": [],
  "Comments": [
    {
      "Message": "Thanks for this report;  I will implement this fix and get back to you. ",
      "PostedDate": "2010-11-06T07:42:05.633-07:00",
      "Id": -2147483648
    },
    {
      "Message": "",
      "PostedDate": "2011-06-13T21:06:34.603-07:00",
      "Id": -2147483648
    },
    {
      "Message": "",
      "PostedDate": "2011-06-13T21:09:15.433-07:00",
      "Id": -2147483648
    },
    {
      "Message": "",
      "PostedDate": "2013-02-21T18:43:23.52-08:00",
      "Id": -2147483648
    },
    {
      "Message": "",
      "PostedDate": "2013-05-16T05:31:42.17-07:00",
      "Id": -2147483648
    }
  ]
}