Bugs item #1572278, was opened at 2006-10-06 10:15 Message generated for change (Comment added) made by pmarcu You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1572278&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: v3.0 >Status: Closed Resolution: None Priority: 5 Private: No Submitted By: Ilya Kleyman (ilyakleyman) Assigned to: pmarcu (pmarcu) Summary: Light.exe crashes in MsiCloseHandle Initial Comment: One of two concurrent instances of light.exe crashes in MsiCloseHandle along the following call-stack: Unhandled Exception: System.AccessViolationException: Attempted to read or write protected memory. This is often an indication that other memory is corrupt. at Microsoft.Tools.WindowsInstallerXml.Msi.Interop.MsiInte rop.MsiCloseHandle(IntPtr database) at Microsoft.Tools.WindowsInstallerXml.Msi.MsiHandle.Close () at Microsoft.Tools.WindowsInstallerXml.Msi.MsiHandle.Dispo se(Boolean disposing) at Microsoft.Tools.WindowsInstallerXml.Msi.MsiHandle.Final ize() 101>NMAKE : fatal error U1077: ‘. . \tools\light.exe' : return code '0xc0000005' ---------------------------------------------------------------------- >Comment By: pmarcu (pmarcu) Date: 2006-12-05 10:28 Message: Logged In: YES user_id=1612676 Originator: NO Went through and made sure all uses of msi handles should call dispose on the same thread as they were opened. ---------------------------------------------------------------------- Comment By: Rob Mensching (robmen) Date: 2006-12-02 16:03 Message: Logged In: YES user_id=991639 Originator: NO Peter, you were doing work to ensure all the handles were closed appropriately, correct? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1572278&group_id=105970 ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ WiX-devs mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wix-devs
