Jump to content

segfaults in libssl


gpun

Recommended Posts

I'm running uTorrent the latest version. It segfaults each 10-30 mins. I have few servers running few uTorrents each and everywhere the same problem.

In /var/log/messages I can see:

Mar 1 09:41:03 h47 kernel: [9917580.480371] utserver[1199]: segfault at 14 ip f7f81610 sp f6a3c1c0 error 4 in libssl.so.0.9.8[f7f4f000+44000]

OS is debian latest stable 64bit using ia32-libs.

Any ideas how to fix?

Link to comment
Share on other sites

Continue playing with GDB:

Program received signal SIGSEGV, Segmentation fault.

[switching to Thread 0xf69d7b90 (LWP 32603)]

0xf7f1c610 in SSL_set_bio () from /usr/lib32/i686/cmov/libssl.so.0.9.8

(gdb) bt

#0 0xf7f1c610 in SSL_set_bio () from /usr/lib32/i686/cmov/libssl.so.0.9.8

#1 0x0808102f in OpensslEncryptHandler::OpensslEncryptHandler ()

#2 0x0808ec7c in HttpClientConnection::run_state ()

#3 0x0809e760 in TcpSocket::loop ()

#4 0x08097d3b in Socket::NetworkLoop ()

#5 0x0809e4c1 in Socket::NetworkEventLoop ()

#6 0x0809e53d in NetworkThread ()

#7 0x080c97bf in thread_func_wrapper ()

#8 0xf7ed9195 in start_thread () from /lib32/libpthread.so.0

#9 0xf7e22fee in clone () from /lib32/libc.so.6

(gdb)

Link to comment
Share on other sites

(gdb) bt

#0 0xf7f1c610 in SSL_set_bio () from /usr/lib32/i686/cmov/libssl.so.0.9.8

#1 0x0808102f in OpensslEncryptHandler::OpensslEncryptHandler ()

Thanks for posting the stack trace. This looks like a problem I found and resolved last month. The fix is in the next release, which has passed tests and will be available when Firon posts it.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...