http://bugs.winehq.org/show_bug.cgi?id=5104
dank@kegel.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Severity|normal |critical Summary|Firefox 1.5 terminates after|Firefox 1.5 unstable |"epoll_ctl: operation not | |permitted" |
------- Additional Comments From dank@kegel.com 2006-22-04 09:02 ------- OK, Firefox has crashed four times this morning with cvs as of last night. This problem was probably introduced in the last four days. It's so bad I had to switch back to Linux firefox. Most of the time I don't get anything in the log, but the most recent time I got a stack dump (short, so I'll paste it here): Backtrace: =>1 0x7d18a8c0 HTTP_HttpSendRequestW+0xeb7(lpwhr=0x7a5bd140, lpszHeaders=0x0, dwHeaderLength=0x0, lpOptional=0x7a54e95a, dwOptionalLength=0x1, dwContentLength=0x1, bEndRequest=0x1) [/home/dank/wine/dlls/wininet/../../include/winbase.h:2070] in wininet (0x7d18a8c0) 2 0x7d18c014 HttpSendRequestW+0x1c4(hHttpRequest=0x6, lpszHeaders=0x0, dwHeaderLength=0x0, lpOptional=0x7a54e95a, dwOptionalLength=0x1) [/home/dank/wine/dlls/wininet/http.c:1897] in wininet (0x7d18c014) 3 0x7d18c108 HttpSendRequestA+0xca(hHttpRequest=0x6, lpszHeaders=0x0, dwHeaderLength=0x0, lpOptional=0x7a54e95a, dwOptionalLength=0x1) [/home/dank/wine/dlls/wininet/http.c:1929] in wininet (0x7d18c108) 4 0x300c6575 (0x300c6575) 5 0x300b22d5 (0x300b22d5) 6 0x300b26b6 (0x300b26b6) 7 0x300b27f6 (0x300b27f6) 8 0x00000000 (0x00000000) 0x7d18a8c0 HTTP_HttpSendRequestW+0xeb7 [/home/dank/wine/dlls/wininet/../../include/winbase.h:2070] in wininet: cmpw $0,0x0(%ecx) 2070 while (*s) s++;
I guess I'll try valgrind now.