> -----Original Message----- > From: Antony Gelberg [mailto:[EMAIL PROTECTED] Behalf Of > Antony Gelberg > Sent: 02 August 2003 02:06 > To: Robert Shearman > Cc: [EMAIL PROTECTED] > Subject: Re: [EMAIL PROTECTED]: .msi files]
> Having said that, there are lots of calls like: > 0009:Call kernel32.GetStdHandle(fffffff5) ret=4049f965 > in the log. Ignore those. Thread 0009 is the debugger thread and it is just getting a handle for stdout or stderr. If you do a "grep -v 0009 cm4_debug" on the log then that will hide the debugger function calls. Like Greg said, it looks like a cabinet problem as the last two calls before it crashed were FDIIsCabinet and CloseHandle. Rob