Created
August 28, 2015 09:23
-
-
Save mrvdb/98998e7d64c100d05406 to your computer and use it in GitHub Desktop.
spectrum 2 irc transport backtrace
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| (gdb) bt full | |
| #0 0xb7579c90 in std::__find<__gnu_cxx::__normal_iterator<unsigned long*, std::vector<unsigned long, std::allocator<unsigned long> > >, unsigned long> (__first=<error reading variable: Cannot access memory at address 0xb7720000>, | |
| __last=<error reading variable: Cannot access memory at address 0x1>, __val=@0xbfb8a104: 10762) | |
| at /usr/include/c++/4.7/bits/stl_algo.h:162 | |
| __trip_count = 76079104 | |
| #1 0xb7574046 in std::find<__gnu_cxx::__normal_iterator<unsigned long*, std::vector<unsigned long, std::allocator<unsigned long> > >, unsigned long> (__first=940223, __last=<error reading variable: Cannot access memory at address 0x1>, __val=@0xbfb8a104: 10762) | |
| at /usr/include/c++/4.7/bits/stl_algo.h:4466 | |
| No locals. | |
| #2 0xb7568ed1 in Transport::NetworkPluginServer::handlePIDTerminated (this=0xbfb8a2e8, pid=10762) | |
| at /tmp/buildd/spectrum2-2.0.0~beta2-805-g51746c5~wheezy/src/networkpluginserver.cpp:1905 | |
| log_id_it = <error reading variable log_id_it (Cannot access memory at address 0x0)> | |
| #3 0xb75593a5 in Transport::SigCatcher (n=17) at /tmp/buildd/spectrum2-2.0.0~beta2-805-g51746c5~wheezy/src/networkpluginserver.cpp:225 | |
| result = 10762 | |
| status = 256 | |
| #4 <signal handler called> | |
| No symbol table info available. | |
| #5 0xb6eccb86 in boost::unordered::unordered_map<std::string, std::string, boost::hash<std::string>, std::equal_to<std::string>, std::allocator<std::pair<std::string const, std::string> > >::~unordered_map() () from /usr/lib/libSwiften.so.2 | |
| No symbol table info available. | |
| #6 0xb5a154b3 in __cxa_finalize (d=0xb70ee324) at cxa_finalize.c:56 | |
| check = 756 | |
| cxafn = <optimized out> | |
| cxaarg = 0xb70ee7b0 | |
| f = 0x9eb1250 | |
| funcs = 0x9eb11d8 | |
| #7 0xb6d085c3 in ?? () from /usr/lib/libSwiften.so.2 | |
| No symbol table info available. | |
| #8 0xb774ee6c in _dl_fini () at dl-fini.c:252 | |
| array = 0xb70d766c | |
| i = 0 | |
| nmaps = <optimized out> | |
| nloaded = <optimized out> | |
| i = <optimized out> | |
| l = 0xb773eb18 | |
| ns = <optimized out> | |
| maps = <optimized out> | |
| maps_size = <optimized out> | |
| do_audit = <optimized out> | |
| __PRETTY_FUNCTION__ = "_dl_fini" | |
| #9 0xb5a15121 in __run_exit_handlers (status=status@entry=0, listp=0xb5b8a3c4 <__exit_funcs>, run_list_atexit=run_list_atexit@entry=true) | |
| at exit.c:82 | |
| atfct = <optimized out> | |
| onfct = <optimized out> | |
| cxafct = <optimized out> | |
| f = <optimized out> | |
| #10 0xb5a1517d in __GI_exit (status=0) at exit.c:104 | |
| No locals. | |
| #11 0xb59fda6b in __libc_start_main (main=0x806e094 <main(int, char**)>, argc=4, argv=0xbfb8a9c4, init=0x807aa00 <__libc_csu_init>, | |
| fini=0x807a9f0 <__libc_csu_fini>, rtld_fini=0xb774ec90 <_dl_fini>, stack_end=0xbfb8a9bc) at libc-start.c:321 | |
| result = <optimized out> | |
| unwind_buf = {cancel_jmp_buf = {{jmp_buf = {-1246191616, 0, 0, 0, -1588237001, -273463005}, mask_was_saved = 0}}, priv = {pad = { | |
| 0x0, 0x0, 0x4, 0x806c570 <_start>}, data = {prev = 0x0, cleanup = 0x0, canceltype = 4}}} | |
| not_first_call = <optimized out> | |
| #12 0x0806c591 in _start () | |
| No symbol table info available. | |
| (gdb) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment