http://bugs.winehq.org/show_bug.cgi?id=23222
--- Comment #17 from Ole Rasmussen olerass@gmail.com 2010-06-29 17:27:24 --- Created an attachment (id=29241) --> (http://bugs.winehq.org/attachment.cgi?id=29241) DiE debug session on wine-1.2-rc5-80-gee68473
Anastasius, thanks for the very detailed and easy-to-follow information. I did exactly as you instructed and got to this point:
-------------------------------------------- Do another continue "c". If everything works you should see the single step trap like this:
--- snip --- Wine-gdb> c Continuing. trying to process a verbose packet
Program received signal SIGTRAP, Trace/breakpoint trap. 0x00535f9f in ?? () --- snip --- --------------------------------------------
I didn't get a SIGTRAP but instead a SIGSEGV and did backtrace as well as reg dumps as you requested. If this is indeed a kernel bug I guess there's nothing more to do for Wine. I am attaching the complete debugging output anyway in case it's needed.