http://bugs.winehq.org/show_bug.cgi?id=20447
--- Comment #3 from Nikolay Sivov bunglehead@gmail.com 2009-10-24 08:09:20 --- (In reply to comment #2)
Created an attachment (id=24312)
--> (http://bugs.winehq.org/attachment.cgi?id=24312) [details]
more output with winedbg
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.