-
-
Notifications
You must be signed in to change notification settings - Fork 417
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
rTorrent Caught Segmentation fault #678
Comments
Installed FC27 x86_64 on another server and it works fine. The server I'm having problems with is a dnf upgrade from FC22 x86_64. Any ideas? |
GDB rtorrent GDB backtrace |
Looks like #681. |
Fedora Core 27 x86_64
Installed Packages
httpd.x86_64 2.4.29-1.fc27 @@commandline
libtorrent.x86_64 0.13.6-2.fc24 @fedora
php.x86_64 7.1.13-1.fc27 @updates
php-fpm.x86_64 7.1.13-1.fc27 @updates
rtorrent.x86_64 0.9.6-8.fc27 @fedora
xmlrpc-c.x86_64 1.49.02-2.fc27 @fedora
rtorrent crashes immediately when trying to access ruTorrent or flood
Caught Segmentation fault, dumping stack:
rtorrent(+0x207b2) [0x563d752ed7b2]
/lib64/libc.so.6(+0x376f0) [0x7f9e48e5d6f0]
/lib64/libc.so.6(+0xb41c6) [0x7f9e48eda1c6]
/usr/local/lib/libxmlrpc.so.3(+0x10f36) [0x7f9e4ab40f36]
/usr/local/lib/libxmlrpc_xmlparse.so.3(+0x64ca) [0x7f9e48a154ca]
/usr/local/lib/libxmlrpc_xmlparse.so.3(+0x91f3) [0x7f9e48a181f3]
/usr/local/lib/libxmlrpc_xmlparse.so.3(+0xc963) [0x7f9e48a1b963]
/usr/local/lib/libxmlrpc_xmlparse.so.3(+0xdbcf) [0x7f9e48a1cbcf]
/usr/local/lib/libxmlrpc_xmlparse.so.3(xmlrpc_XML_Parse+0x235) [0x7f9e48a17c35]
/usr/local/lib/libxmlrpc.so.3(xml_parse+0xa3) [0x7f9e4ab410f3]
/usr/local/lib/libxmlrpc.so.3(xmlrpc_parse_call+0x90) [0x7f9e4ab41520]
/usr/local/lib/libxmlrpc_server.so.3(xmlrpc_registry_process_call2+0x95) [0x7f9e49d1be75]
/usr/local/lib/libxmlrpc_server.so.3(xmlrpc_registry_process_call+0x17) [0x7f9e49d1c007]
rtorrent(+0x115787) [0x563d753e2787]
rtorrent(+0x114051) [0x563d753e1051]
rtorrent(+0x114ab7) [0x563d753e1ab7]
/lib64/libtorrent.so.19(_ZN7torrent9PollEPoll7performEv+0x14d) [0x7f9e49f6522d]
/lib64/libtorrent.so.19(_ZN7torrent9PollEPoll7do_pollEli+0x61) [0x7f9e49f652d1]
/lib64/libtorrent.so.19(ZN7torrent11thread_base10event_loopEPS0+0x13d) [0x7f9e49fa371d]
/lib64/libpthread.so.0(+0x761b) [0x7f9e4921061b]
Aborted (core dumped)
Tested with 32 bit Fedora 27 and everything works fine.
The text was updated successfully, but these errors were encountered: