http://bugs.winehq.org/show_bug.cgi?id=20447
--- Comment #4 from David Shalmiev vertigo.rus@gmail.com 2009-10-24 08:41:49 --- (In reply to comment #3)
That's better. Now install debug symbols package (it should be available in repo with main package) and get another backtrace with symbols:
=>0 0x7ef959a6 RtlAllocateHeap+0x96() in ntdll (0x01effaec) 1 0x7e180b13 WS_select+0x403() in ws2_32 (0x01effb7c)
This will get parameters and source location.
Btw, 1.1.32 is out yesterday, it's even better to try with it.
have 1.1.32 but what is debug symbols package? couldn't find anything with google, all I have is gdb and no idea how to "get another backtrace" with specific symbols.