http://bugs.winehq.org/show_bug.cgi?id=3766
--- Comment #6 from Tyler Rick bugs.winehq.org@tylerrick.com 2008-01-29 19:00:59 --- I should probably note that the lines starting at: 0035:trace:seh:raise_exception ... ONLY occur when I press Ctrl-C.
If I just let it sit there and then examine the log file in another process, then these are the last lines in the log:
0041:Ret KERNEL32.LoadModule16() retval=00001226 ret=7eea2d6e 0041:Call KERNEL32.48(0034f8c0) ret=7eea2d8b 0041:Ret KERNEL32.48() retval=00000000 ret=7eea2d8b 0041:Call KERNEL32.Sleep(ffffffff) ret=7eea2d9a
So by appearances, it looks like it decided to go to sleep indefinitely. But why??