On Fri, 12 Nov 2004 17:47:57 -0500, James Hawkins wrote:
Most apps (winemine included) are ok. When I get home I'll try to find a
downloadable app that reproduces the problem consistently.
Usually wine just hangs until I kill -9 everything, but this time I managed to get a stack trace. It looks like a recursive loop: =>1 0x7759b155 cxx_frame_handler+0x401 in msvcrt (0x77927f90) 2 0x7759b5c3 in msvcrt (+0xb5c3) (0x77927fb4) 3 0x77ee7be1 __wine_call_from_32_regs+0xb5 in ntdll (0x7792831c) 4 0x7759ac79 __CxxFrameHandler+0x5 in msvcrt (0x77928358) 5 0x77ec63b8 EXC_RtlRaiseException+0x18c in ntdll (0x779283ec) 6 0x77edf32b raise_segv_exception+0x2f in ntdll (0x77928408) 7 0x77ee7c50 __wine_call_from_32_restore_regs+0x0 in ntdll (0x779287d4) ... 90 0x77edf32b raise_segv_exception+0x2f in ntdll (0x7792f7d8) Frames 2-7 repeat all the way down to 90. This is after a 'make clean' and a full rebuild of Wine, btw.
This problem has been floating around for a while, though it doesn't seem to be easily reproduceable. Rob looked at it I think ... basically this isn't going to be easy. It looks like we're crashing inside the relay/thunk assembly.