http://bugs.winehq.org/show_bug.cgi?id=6647
------- Additional Comments From imaxfun@gmail.com 2006-17-11 21:11 ------- This patch might be the reason for the current malfunction:
kernel32: Better workaround for the lack of locale environment variables on MacOS. Alexandre Julliard [Tue, 7 Nov 2006 17:24:15 +0000 (18:24 +0100)]
That patch is the only patch having changed /dlls/kernel32/process.c at the time the problem arose, by removing the locale.h from its #includes. That could have caused something necessary (localisation altogether?) to have been left out.
In the debug log I get there are two errors, and they both concern /dlls/kernel32/process.c. The first one only breaks, but can be continued. The second one hangs the test permanently.
start_process () at /tmp/wine-0.9.25/dlls/kernel32/process.c:820 0x7eeb36ba start_process+0xde [/tmp/wine-0.9.25/dlls/kernel32/process.c:820] in kernel32: movl %edi,0x0(%esp) 820 ExitThread( entry( peb ) );
wineserver: process.c:581: process_killed: Assertion `list_empty( &process->thre ad_list )' failed.