Bugs item #1708072, was opened at 2007-04-26 07:01 Message generated for change (Settings changed) made by pmarcu You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1708072&group_id=105970
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. >Category: light Group: None Status: Open Resolution: None >Priority: 9 Private: No Submitted By: Martin Lavelle (hypercaust) >Assigned to: pmarcu (pmarcu) Summary: Access Violation with Large Cabinets Initial Comment: Using WiX V3.0.2806.0 or V3.0.2716.0 I get the following error: Creating cabinet 'C:\WiX\SchemaV\CabCache\Marine1.cab'. light.exe : error LGHT0001 : Attempted to read or write protected memory. This is often an indication that other memory is corrupt. Exception Type: System.AccessViolationException Stack Trace: at Microsoft.Tools.WindowsInstallerXml.Cab.Interop.CabInterop.CreateCabFinish(IntPtr contextHandle) at Microsoft.Tools.WindowsInstallerXml.Cab.WixCreateCab.Dispose() at Microsoft.Tools.WindowsInstallerXml.CabinetBuilder.CreateCabinet(CabinetWorkItem cabinetWorkItem) at Microsoft.Tools.WindowsInstallerXml.CabinetBuilder.ProcessWorkItems() Generating database. It succeeds if I reduce the number of files in the particular cabinet which is failing. All the files will cab, but not all at once. Substituting several small files, with one or two larger (overall) files, does not solve the problem. The problem is repeatable: 1) On different OS's and Hardware. 2) With 1 or 2 threads, or without specifying threads (e.g. -ct 2). 3) With Cabinet Cache (-cc) specified or not. 4) With a different [EMAIL PROTECTED] Number (Not tried Media="1"). 5) With different versions of the .Net framework runtime. I've ran the whole build from my C:\ drive to eliminate Network and Source repository possibilities. I can't get the Cabinet larger than 577,667,792 Bytes. As requested, A directory listing in included (I'm not trying to build the 0kb files)... ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1708072&group_id=105970 ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ WiX-devs mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wix-devs
