Last active
January 21, 2020 16:36
-
-
Save afk11/915fbc3445cfc8040368fde0f90b815f to your computer and use it in GitHub Desktop.
This file contains 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
For help, type "help". | |
Type "apropos word" to search for commands related to "word". | |
Attaching to process 8226 | |
[New LWP 8227] | |
[New LWP 8228] | |
[New LWP 8229] | |
[New LWP 8230] | |
[New LWP 8231] | |
[New LWP 8232] | |
[New LWP 8237] | |
[New LWP 8238] | |
[Thread debugging using libthread_db enabled] | |
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1". | |
0x0000765517236495 in __GI___pthread_timedjoin_ex (threadid=130107733231360, | |
thread_return=0x0, abstime=0x0, block=<optimized out>) at pthread_join_common.c:89 | |
89 pthread_join_common.c: No such file or directory. | |
(gdb) | |
(gdb) | |
(gdb) | |
(gdb) | |
(gdb) bt | |
#0 0x0000765517236495 in __GI___pthread_timedjoin_ex (threadid=130107733231360, thread_return=0x0, abstime=0x0, block=<optimized out>) at pthread_join_common.c:89 | |
#1 0x000076551678bd53 in std::thread::join() () from /lib/x86_64-linux-gnu/libstdc++.so.6 | |
#2 0x0000585a11c92d3d in StopHTTPServer () at httpserver.cpp:470 | |
#3 0x0000585a118751b4 in Shutdown (interfaces=...) at init.cpp:191 | |
#4 0x0000585a11863583 in AppInit (argc=9, argv=0x7ffd18094648) at bitcoind.cpp:160 | |
#5 0x0000585a11863a0e in main (argc=9, argv=0x7ffd18094648) at bitcoind.cpp:176 | |
(gdb) info threads | |
Id Target Id Frame | |
* 1 Thread 0x765515fbcc00 (LWP 8226) "b-shutoff" 0x0000765517236495 in __GI___pthread_timedjoin_ex (threadid=130107733231360, thread_return=0x0, abstime=0x0, block=<optimized out>) | |
at pthread_join_common.c:89 | |
2 Thread 0x765513b91700 (LWP 8227) "b-scriptch.0" futex_wait_cancelable (private=0, | |
expected=0, futex_word=0x585a123c0258 <scriptcheckqueue+120>) | |
at ../sysdeps/unix/sysv/linux/futex-internal.h:88 | |
3 Thread 0x765513390700 (LWP 8228) "b-scriptch.1" futex_wait_cancelable (private=0, | |
expected=0, futex_word=0x585a123c0258 <scriptcheckqueue+120>) | |
at ../sysdeps/unix/sysv/linux/futex-internal.h:88 | |
4 Thread 0x765512b8f700 (LWP 8229) "b-scriptch.2" futex_wait_cancelable (private=0, | |
expected=0, futex_word=0x585a123c0258 <scriptcheckqueue+120>) | |
at ../sysdeps/unix/sysv/linux/futex-internal.h:88 | |
--Type <RET> for more, q to quit, c to continue without paging-- | |
5 Thread 0x76551238e700 (LWP 8230) "b-scriptch.3" futex_wait_cancelable (private=0, expected=0, futex_word=0x585a123c0258 <scriptcheckqueue+120>) at ../sysdeps/unix/sysv/linux/futex-internal.h:88 | |
6 Thread 0x765511b8d700 (LWP 8231) "b-scheduler" futex_reltimed_wait_cancelable (private=0, reltime=0x765511b8c3a0, expected=0, futex_word=0x585a123bc1c0 <scheduler+128>) | |
at ../sysdeps/unix/sysv/linux/futex-internal.h:142 | |
7 Thread 0x76551138c700 (LWP 8232) "b-http" 0x00007655164697ef in epoll_wait (epfd=5, events=0x585a1434bf20, maxevents=32, timeout=29789) at ../sysdeps/unix/sysv/linux/epoll_wait.c:30 | |
8 Thread 0x7655027fc700 (LWP 8237) "ZMQbg/0" 0x00007655164697ef in epoll_wait (epfd=13, events=0x7655027fad30, maxevents=256, timeout=-1) at ../sysdeps/unix/sysv/linux/epoll_wait.c:30 | |
9 Thread 0x765501ffb700 (LWP 8238) "ZMQbg/1" 0x00007655164697ef in epoll_wait (epfd=15, events=0x765501ff9d30, maxevents=256, timeout=-1) at ../sysdeps/unix/sysv/linux/epoll_wait.c:30 | |
(gdb) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment