https://bugzilla.novell.com/show_bug.cgi?id=746895 https://bugzilla.novell.com/show_bug.cgi?id=746895#c7 Michal Vyskocil <mvyskocil@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO InfoProvider| |wolfgang@rosenauer.org --- Comment #7 from Michal Vyskocil <mvyskocil@suse.com> 2012-02-22 15:12:21 UTC --- Got the crash on Firefox 10, but I don't have a clue why - using firefox -d gdb I ends on SIGPIPE before java is ever loaded. Program received signal SIGPIPE, Broken pipe. [Switching to Thread 0x7fffe5eff700 (LWP 30855)] 0x00007ffff76c622c in send () from /lib64/libpthread.so.0 (gdb) bt #0 0x00007ffff76c622c in send () from /lib64/libpthread.so.0 #1 0x00007ffff2d7a2b7 in pt_Send (fd=0x7fffc87450d0, buf=0x7fffc8770000, amount=27, flags=0, timeout=0) at ptio.c:1946 #2 0x00007ffff4707f5a in ssl_DefSend (ss=0x7fffc874a000, buf=0x7fffc8770000 "\025\003\001", len=27, flags=0) at ssldef.c:127 #3 0x00007ffff46f9230 in ssl3_SendRecord (ss=0x7fffc874a000, type=content_alert, pIn=0x7fffe5efebe2 "t\310\377\177", nIn=0, flags=0) at ssl3con.c:2318 #4 0x00007ffff46fb8bf in SSL3_SendAlert (ss=0x7fffc874a000, level=<optimized out>, desc=close_notify) at ssl3con.c:2573 #5 0x00007ffff470ce93 in ssl_SecureClose (ss=0x7fffc874a000) at sslsecur.c:1092 #6 0x00007ffff56be335 in nsNSSSocketInfo::CloseSocketAndDestroy (this=0x7fffc84fc6a0) at /usr/src/debug/mozilla/security/manager/ssl/src/nsNSSIOLayer.cpp:1652 #7 0x00007ffff56b2209 in nsSSLThread::requestClose (si=0x7fffc84fc6a0) at /usr/src/debug/mozilla/security/manager/ssl/src/nsSSLThread.cpp:438 #8 0x00007ffff56bd2ec in nsSSLIOLayerClose (fd=0x7fffcc32e550) at /usr/src/debug/mozilla/security/manager/ssl/src/nsNSSIOLayer.cpp:1641 #9 0x00007ffff4f57c42 in ReleaseFD_Locked (this=0x7fffcb16bff0, fd=<optimized out>) at /usr/src/debug/mozilla/netwerk/base/src/nsSocketTransport2.cpp:1424 #10 nsSocketTransport::ReleaseFD_Locked (this=0x7fffcb16bff0, fd=<optimized out>) at /usr/src/debug/mozilla/netwerk/base/src/nsSocketTransport2.cpp:1418 #11 0x00007ffff4f59bc6 in nsSocketTransport::OnSocketDetached (this=0x7fffcb16bff0, fd=<optimized out>) at /usr/src/debug/mozilla/netwerk/base/src/nsSocketTransport2.cpp:1667 #12 0x00007ffff4f5a489 in nsSocketTransportService::DetachSocket (this=0x7fffe81c7110, listHead=0x7fffe61e2800, sock=0x7fffe61e2818) at /usr/src/debug/mozilla/netwerk/base/src/nsSocketTransportService2.cpp:206 #13 0x00007ffff4f5abbc in nsSocketTransportService::DoPollIteration (this=0x7fffe81c7110, wait=<optimized out>) at /usr/src/debug/mozilla/netwerk/base/src/nsSocketTransportService2.cpp:770 #14 0x00007ffff4f5ad0d in nsSocketTransportService::Run (this=0x7fffe81c7110) at /usr/src/debug/mozilla/netwerk/base/src/nsSocketTransportService2.cpp:632 #15 0x00007ffff58dec92 in nsThread::ProcessNextEvent (this=0x7fffe81c7270, mayWait=true, result=0x7fffe5efee3f) at /usr/src/debug/mozilla/xpcom/threads/nsThread.cpp:631 #16 0x00007ffff58b3581 in NS_ProcessNextEvent_P (thread=<optimized out>, mayWait=true) at /usr/src/debug/obj/xpcom/build/nsThreadUtils.cpp:245 #17 0x00007ffff58de5d2 in nsThread::ThreadFunc (arg=0x7fffe81c7270) at /usr/src/debug/mozilla/xpcom/threads/nsThread.cpp:272 #18 0x00007ffff2d7d943 in _pt_root (arg=0x7ffff6d35ae0) at ptthread.c:187 #19 0x00007ffff76bef66 in start_thread () from /lib64/libpthread.so.0 #20 0x00007ffff73f6bfd in clone () from /lib64/libc.so.6 (gdb) ^CQuit (gdb) quit A debugging session is active. Inferior 1 [process 30845] will be killed. Quit anyway? (y or n) y Wolgang, is there any other way how to get normal stack trace from Firefox without a need to send it to mozilla.org first? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.