Ticket #2101: deluge_gdb_out

File deluge_gdb_out, 4.6 KB (added by ebarrere, 12 years ago)
Line 
1[root@corrosion ~]# gdb --args python /usr/bin/deluged -d
2GNU gdb (GDB) Fedora (7.3.50.20110722-13.fc16)
3Copyright (C) 2011 Free Software Foundation, Inc.
4License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
5This is free software: you are free to change and redistribute it.
6There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
7and "show warranty" for details.
8This GDB was configured as "x86_64-redhat-linux-gnu".
9For bug reporting instructions, please see:
10<http://www.gnu.org/software/gdb/bugs/>...
11Reading symbols from /usr/bin/python...(no debugging symbols found)...done.
12Missing separate debuginfos, use: debuginfo-install python-2.7.2-5.2.fc16.x86_64
13(gdb) run
14Starting program: /usr/bin/python /usr/bin/deluged -d
15[Thread debugging using libthread_db enabled]
16Using host libthread_db library "/lib64/libthread_db.so.1".
17Detaching after fork from child process 27951.
18[New Thread 0x7fffe9638700 (LWP 27953)]
19[New Thread 0x7fffe8e37700 (LWP 27954)]
20[New Thread 0x7fffe3fff700 (LWP 27955)]
21[New Thread 0x7fffe37fe700 (LWP 27956)]
22[New Thread 0x7fffe29ee700 (LWP 27959)]
23[Thread 0x7fffe37fe700 (LWP 27956) exited]
24
25Program received signal SIGSEGV, Segmentation fault.
26[Switching to Thread 0x7fffe8e37700 (LWP 27954)]
270x00007fffedf59570 in void libtorrent::variant_stream<libtorrent::variant_stream<boost::asio::basic_stream_socket<boost::asio::ip::tcp, boost::asio::stream_socket_service<boost::asio::ip::tcp> >, libtorrent::socks5_stream, libtorrent::http_stream, mpl_::void_, mpl_::void_>, libtorrent::ssl_stream<libtorrent::variant_stream<boost::asio::basic_stream_socket<boost::asio::ip::tcp, boost::asio::stream_socket_service<boost::asio::ip::tcp> >, libtorrent::socks5_stream, libtorrent::http_stream, mpl_::void_, mpl_::void_> >, mpl_::void_, mpl_::void_, mpl_::void_>::instantiate<libtorrent::ssl_stream<libtorrent::variant_stream<boost::asio::basic_stream_socket<boost::asio::ip::tcp, boost::asio::stream_socket_service<boost::asio::ip::tcp> >, libtorrent::socks5_stream, libtorrent::http_stream, mpl_::void_, mpl_::void_> > >(boost::asio::io_service&) () from /usr/lib64/libtorrent-rasterbar.so.6
28(gdb) backtrace
29#0  0x00007fffedf59570 in void libtorrent::variant_stream<libtorrent::variant_stream<boost::asio::basic_stream_socket<boost::asio::ip::tcp, boost::asio::stream_socket_service<boost::asio::ip::tcp> >, libtorrent::socks5_stream, libtorrent::http_stream, mpl_::void_, mpl_::void_>, libtorrent::ssl_stream<libtorrent::variant_stream<boost::asio::basic_stream_socket<boost::asio::ip::tcp, boost::asio::stream_socket_service<boost::asio::ip::tcp> >, libtorrent::socks5_stream, libtorrent::http_stream, mpl_::void_, mpl_::void_> >, mpl_::void_, mpl_::void_, mpl_::void_>::instantiate<libtorrent::ssl_stream<libtorrent::variant_stream<boost::asio::basic_stream_socket<boost::asio::ip::tcp, boost::asio::stream_socket_service<boost::asio::ip::tcp> >, libtorrent::socks5_stream, libtorrent::http_stream, mpl_::void_, mpl_::void_> > >(boost::asio::io_service&) () from /usr/lib64/libtorrent-rasterbar.so.6
30#1  0x00007fffedf4e5ea in libtorrent::http_connection::start(std::string const&, std::string const&, libtorrent::time_duration, int, libtorrent::proxy_settings const*, bool, int, boost::asio::ip::address const&) () from /usr/lib64/libtorrent-rasterbar.so.6
31#2  0x00007fffedf4f1cb in libtorrent::http_connection::get(std::string const&, libtorrent::time_duration, int, libtorrent::proxy_settings const*, int, std::string const&, boost::asio::ip::address const&) () from /usr/lib64/libtorrent-rasterbar.so.6
32#3  0x00007fffedf500b1 in libtorrent::http_connection::on_read(boost::system::error_code const&, unsigned long) () from /usr/lib64/libtorrent-rasterbar.so.6
33#4  0x00007fffedf5c6e4 in boost::asio::detail::reactive_socket_recv_op<boost::asio::mutable_buffers_1, boost::_bi::bind_t<void, boost::_mfi::mf2<void, libtorrent::http_connection, boost::system::error_code const&, unsigned long>, boost::_bi::list3<boost::_bi::value<boost::shared_ptr<libtorrent::http_connection> >, boost::arg<1>, boost::arg<2> > > >::do_complete(boost::asio::detail::task_io_service*, boost::asio::detail::task_io_service_operation*, boost::system::error_code, unsigned long) () from /usr/lib64/libtorrent-rasterbar.so.6
34#5  0x00007fffedf53fff in boost::asio::detail::task_io_service::run(boost::system::error_code&) () from /usr/lib64/libtorrent-rasterbar.so.6
35#6  0x00007fffedfc7250 in libtorrent::aux::session_impl::operator()() () from /usr/lib64/libtorrent-rasterbar.so.6
36#7  0x00007fffed1b8c39 in ?? () from /usr/lib64/libboost_thread-mt.so.1.47.0
37#8  0x00007ffff7809d90 in start_thread () from /lib64/libpthread.so.0
38#9  0x00007ffff6eaff5d in clone () from /lib64/libc.so.6
39(gdb)