http://bugs.winehq.org/show_bug.cgi?id=5859
Summary: RtlCreateUserThread Crash Product: Wine Version: 0.9.18. Platform: Macintosh URL: http://www.digiguide.com OS/Version: Mac OS X 10.2 Status: UNCONFIRMED Severity: major Priority: P1 Component: wine-kernel AssignedTo: wine-bugs@winehq.org ReportedBy: josh@digiguide.com
Running Digiguide under Wine on OSX 10.4.7, causes wine to crash when creating a thread. Having done some testing, removing the code that creates the first thread from DigiGuide enables the GUI to load, but as soon as the next thread is created, it crashes.
Trace output from DigiGuide, when initialising should be:
**** OneMinuteThread - Start requested OneMinuteThread - Begining thread OneMinuteThread - Setting priority to lowest OneMinuteThread - Starting OneMinuteThread - Start completed ****
But the trace output is in fact:
**** 04-08-2006 09:23:27 8 9 OneMinuteThread - Start requested 04-08-2006 09:23:27 8 9 OneMinuteThread - Begining thread 04-08-2006 09:23:30 8 9 DG Crashed and a crash page was displayed using page 'C:\windows\temp\DG-Crash.html' ****
See attached for wine log...