http://bugs.winehq.org/show_bug.cgi?id=4103
--- Comment #17 from Bernd Buschinski b.buschinski@web.de 2007-08-13 08:57:26 --- Created an attachment (id=7571) --> (http://bugs.winehq.org/attachment.cgi?id=7571) stack overflow kernel32?
Hi I need some help, to track down the stack overflow.
What I did up to now is WINEDEBUG=+seh,+relay,+tid,+ddraw,+dinput,+dsound,+x11settings wine onidemo.exe &> wine-oni.log (which created a 600+mb file)
The stackoverflow happened in the 0010 thread, so I grep it grep 0010: wine-oni.log &> wine-oni-0010.log (80mb file)
The Attachment show the important part. I am not sure, is it really 0010:Ret KERNEL32.WriteFile() retval=00000001 ret=0051b48c which causes 0010:trace:seh:raise_exception code=c0000005 flags=0 addr=0x519f85 and the beginning of the stack overflow?
If yes, I dont see how a return of a bool can cause that. Or did I get it wrong and I must look into all threads? not just the one who causes it?
I am really stuck now but I will be happy for any help :)