Skip to content

Instantly share code, notes, and snippets.

@jamii
Created May 13, 2019 18:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jamii/c98fa795359a0af66de7f3ee2b96e5c4 to your computer and use it in GitHub Desktop.
Save jamii/c98fa795359a0af66de7f3ee2b96e5c4 to your computer and use it in GitHub Desktop.
(lldb) bt all
* thread #1, name = 'sqllogictest', stop reason = signal SIGSTOP
* frame #0: 0x00007ffff7cc82dd libpthread.so.0`__GI___pthread_timedjoin_ex + 445
frame #1: 0x0000555555b43e7d sqllogictest`join at thread.rs:168
frame #2: 0x00005555555d5618 sqllogictest`_$LT$std..thread..JoinHandle$LT$T$GT$$GT$::join::hab0e5b34b5aa2c78 + 72
frame #3: 0x00005555555e1066 sqllogictest`_$LT$timely_communication..initialize..WorkerGuards$LT$T$GT$$u20$as$u20$core..ops..drop..Drop$GT$::drop::h03f32e10376100ef + 166
frame #4: 0x00005555555c884c sqllogictest`core::ptr::real_drop_in_place::hdcc67cf3c2194a39 + 12
frame #5: 0x00005555555cc04b sqllogictest`sqllogictest::run::h0ee1d73416c26295 + 2379
frame #6: 0x00005555555c66d5 sqllogictest`sqllogictest::main::h8e18555117711ce2 + 1781
frame #7: 0x00005555555c22c3 sqllogictest`std::rt::lang_start::_$u7b$$u7b$closure$u7d$$u7d$::h3a8b47154c70f142 + 3
frame #8: 0x0000555555b3f263 sqllogictest`do_call<closure,i32> [inlined] {{closure}} at rt.rs:49
frame #9: 0x0000555555b3f257 sqllogictest`do_call<closure,i32> at panicking.rs:297
frame #10: 0x0000555555b44a1a sqllogictest`__rust_maybe_catch_panic at lib.rs:87
frame #11: 0x0000555555b3fe2d sqllogictest`lang_start_internal [inlined] try<i32,closure> at panicking.rs:276
frame #12: 0x0000555555b3fdef sqllogictest`lang_start_internal [inlined] catch_unwind<closure,i32> at panic.rs:388
frame #13: 0x0000555555b3fdef sqllogictest`lang_start_internal at rt.rs:48
frame #14: 0x00005555555c6f52 sqllogictest`main + 34
frame #15: 0x00007ffff7913b8e libc.so.6`__libc_start_main + 238
frame #16: 0x00005555555c0dba sqllogictest`_start at start.S:120
thread #2, name = 'worker thread 0'
frame #0: 0x0000555555653072 sqllogictest`_$LT$timely..worker..Worker$LT$A$GT$$GT$::step::hab581208873d709d + 1042
frame #1: 0x0000555555663e78 sqllogictest`_$LT$materialize..dataflow..server..Worker$LT$$u27$w$C$$u20$A$GT$$GT$::run::h16bb75b311415483 + 72
frame #2: 0x00005555555eafd7 sqllogictest`std::sys_common::backtrace::__rust_begin_short_backtrace::hd4646b0cb239e868 + 871
frame #3: 0x000055555566e236 sqllogictest`std::panicking::try::do_call::hb6bd38cf76e075f5 (.llvm.7302907120379705753) + 38
frame #4: 0x0000555555b44a1a sqllogictest`__rust_maybe_catch_panic at lib.rs:87
frame #5: 0x00005555555f2818 sqllogictest`_$LT$F$u20$as$u20$alloc..boxed..FnBox$LT$A$GT$$GT$::call_box::hab3409c8b668e058 + 168
frame #6: 0x0000555555b43dbe sqllogictest`thread_start [inlined] call_once<(),()> at boxed.rs:759
frame #7: 0x0000555555b43dbb sqllogictest`thread_start [inlined] start_thread at thread.rs:14
frame #8: 0x0000555555b43d3a sqllogictest`thread_start at thread.rs:81
frame #9: 0x00007ffff7cc6ef7 libpthread.so.0`start_thread + 199
frame #10: 0x00007ffff79e422f libc.so.6`__GI___clone + 63
thread #3, name = 'worker thread 1'
frame #0: 0x00005555556edc0b sqllogictest`_$LT$core..iter..adapters..Map$LT$I$C$$u20$F$GT$$u20$as$u20$core..iter..traits..iterator..Iterator$GT$::try_fold::h9a1b37887f276b1a + 27
frame #1: 0x0000555555789a48 sqllogictest`timely::scheduling::activate::Activations::for_extensions::h2a499b1094c36094 + 488
frame #2: 0x0000555555653046 sqllogictest`_$LT$timely..worker..Worker$LT$A$GT$$GT$::step::hab581208873d709d + 998
frame #3: 0x0000555555663e78 sqllogictest`_$LT$materialize..dataflow..server..Worker$LT$$u27$w$C$$u20$A$GT$$GT$::run::h16bb75b311415483 + 72
frame #4: 0x00005555555eafd7 sqllogictest`std::sys_common::backtrace::__rust_begin_short_backtrace::hd4646b0cb239e868 + 871
frame #5: 0x000055555566e236 sqllogictest`std::panicking::try::do_call::hb6bd38cf76e075f5 (.llvm.7302907120379705753) + 38
frame #6: 0x0000555555b44a1a sqllogictest`__rust_maybe_catch_panic at lib.rs:87
frame #7: 0x00005555555f2818 sqllogictest`_$LT$F$u20$as$u20$alloc..boxed..FnBox$LT$A$GT$$GT$::call_box::hab3409c8b668e058 + 168
frame #8: 0x0000555555b43dbe sqllogictest`thread_start [inlined] call_once<(),()> at boxed.rs:759
frame #9: 0x0000555555b43dbb sqllogictest`thread_start [inlined] start_thread at thread.rs:14
frame #10: 0x0000555555b43d3a sqllogictest`thread_start at thread.rs:81
frame #11: 0x00007ffff7cc6ef7 libpthread.so.0`start_thread + 199
frame #12: 0x00007ffff79e422f libc.so.6`__GI___clone + 63
thread #4, name = 'worker thread 2'
frame #0: 0x0000555555a7cff5 sqllogictest`_$LT$std..sync..mpsc..shared..Packet$LT$T$GT$$GT$::try_recv::h986aba7909f8c34f + 613
frame #1: 0x0000555555a877ba sqllogictest`_$LT$std..sync..mpsc..Receiver$LT$T$GT$$GT$::try_recv::h53511517eaf0f1a1 + 298
frame #2: 0x0000555555a7b444 sqllogictest`_$LT$timely_communication..allocator..process..Process$u20$as$u20$timely_communication..allocator..Allocate$GT$::receive::h6d908c5c88f1ef93 + 116
frame #3: 0x0000555555652ca1 sqllogictest`_$LT$timely..worker..Worker$LT$A$GT$$GT$::step::hab581208873d709d + 65
frame #4: 0x0000555555663e78 sqllogictest`_$LT$materialize..dataflow..server..Worker$LT$$u27$w$C$$u20$A$GT$$GT$::run::h16bb75b311415483 + 72
frame #5: 0x00005555555eafd7 sqllogictest`std::sys_common::backtrace::__rust_begin_short_backtrace::hd4646b0cb239e868 + 871
frame #6: 0x000055555566e236 sqllogictest`std::panicking::try::do_call::hb6bd38cf76e075f5 (.llvm.7302907120379705753) + 38
frame #7: 0x0000555555b44a1a sqllogictest`__rust_maybe_catch_panic at lib.rs:87
frame #8: 0x00005555555f2818 sqllogictest`_$LT$F$u20$as$u20$alloc..boxed..FnBox$LT$A$GT$$GT$::call_box::hab3409c8b668e058 + 168
frame #9: 0x0000555555b43dbe sqllogictest`thread_start [inlined] call_once<(),()> at boxed.rs:759
frame #10: 0x0000555555b43dbb sqllogictest`thread_start [inlined] start_thread at thread.rs:14
frame #11: 0x0000555555b43d3a sqllogictest`thread_start at thread.rs:81
frame #12: 0x00007ffff7cc6ef7 libpthread.so.0`start_thread + 199
frame #13: 0x00007ffff79e422f libc.so.6`__GI___clone + 63
thread #5, name = 'reqwest-interna'
frame #0: 0x00007ffff79e4567 libc.so.6`epoll_wait + 103
frame #1: 0x00005555559644d4 sqllogictest`mio::sys::unix::epoll::Selector::select::h4972eeee355d3e0e + 116
frame #2: 0x0000555555962cf5 sqllogictest`mio::poll::Poll::poll1::h1091d24b218a06fb + 933
frame #3: 0x0000555555962943 sqllogictest`mio::poll::Poll::poll::h90a472045d5ac271 + 35
frame #4: 0x00005555559544eb sqllogictest`tokio_reactor::Reactor::turn::ha47d68a806406408 + 75
frame #5: 0x00005555559550e1 sqllogictest`_$LT$tokio_reactor..Reactor$u20$as$u20$tokio_executor..park..Park$GT$::park::h03e18fce95117e3b + 33
frame #6: 0x0000555555816ca6 sqllogictest`_$LT$tokio_timer..timer..Timer$LT$T$C$$u20$N$GT$$u20$as$u20$tokio_executor..park..Park$GT$::park::h37567bdba3b927b2 + 502
frame #7: 0x00005555557d2a37 sqllogictest`_$LT$tokio_current_thread..Entered$LT$$u27$a$C$$u20$P$GT$$GT$::block_on::h8f44dde21b6dfd5f + 407
frame #8: 0x00005555558127e5 sqllogictest`_$LT$std..thread..local..LocalKey$LT$T$GT$$GT$::with::h776afc8970af301a + 293
frame #9: 0x0000555555812511 sqllogictest`_$LT$std..thread..local..LocalKey$LT$T$GT$$GT$::with::h6c29d20469e91348 + 353
frame #10: 0x0000555555812a57 sqllogictest`_$LT$std..thread..local..LocalKey$LT$T$GT$$GT$::with::h92db57dc1a309387 + 311
frame #11: 0x0000555555812204 sqllogictest`_$LT$std..thread..local..LocalKey$LT$T$GT$$GT$::with::h6b2abe897c63a53c + 372
frame #12: 0x00005555557c9475 sqllogictest`tokio::runtime::current_thread::runtime::Runtime::block_on::h6897f963ddff5936 + 229
frame #13: 0x0000555555863939 sqllogictest`std::sys_common::backtrace::__rust_begin_short_backtrace::h208d523813c6fb2c + 1129
frame #14: 0x00005555558333c4 sqllogictest`std::panicking::try::do_call::h06a948ee82613a78 (.llvm.15574819096000770993) + 36
frame #15: 0x0000555555b44a1a sqllogictest`__rust_maybe_catch_panic at lib.rs:87
frame #16: 0x000055555580a9f8 sqllogictest`_$LT$F$u20$as$u20$alloc..boxed..FnBox$LT$A$GT$$GT$::call_box::he92a89796dcb54d1 + 168
frame #17: 0x0000555555b43dbe sqllogictest`thread_start [inlined] call_once<(),()> at boxed.rs:759
frame #18: 0x0000555555b43dbb sqllogictest`thread_start [inlined] start_thread at thread.rs:14
frame #19: 0x0000555555b43d3a sqllogictest`thread_start at thread.rs:81
frame #20: 0x00007ffff7cc6ef7 libpthread.so.0`start_thread + 199
frame #21: 0x00007ffff79e422f libc.so.6`__GI___clone + 63
thread #6, name = 'reqwest-interna'
frame #0: 0x00007ffff79e4567 libc.so.6`epoll_wait + 103
frame #1: 0x00005555559644d4 sqllogictest`mio::sys::unix::epoll::Selector::select::h4972eeee355d3e0e + 116
frame #2: 0x0000555555962cf5 sqllogictest`mio::poll::Poll::poll1::h1091d24b218a06fb + 933
frame #3: 0x0000555555962943 sqllogictest`mio::poll::Poll::poll::h90a472045d5ac271 + 35
frame #4: 0x00005555559544eb sqllogictest`tokio_reactor::Reactor::turn::ha47d68a806406408 + 75
frame #5: 0x00005555559550e1 sqllogictest`_$LT$tokio_reactor..Reactor$u20$as$u20$tokio_executor..park..Park$GT$::park::h03e18fce95117e3b + 33
frame #6: 0x0000555555816ca6 sqllogictest`_$LT$tokio_timer..timer..Timer$LT$T$C$$u20$N$GT$$u20$as$u20$tokio_executor..park..Park$GT$::park::h37567bdba3b927b2 + 502
frame #7: 0x00005555557d2a37 sqllogictest`_$LT$tokio_current_thread..Entered$LT$$u27$a$C$$u20$P$GT$$GT$::block_on::h8f44dde21b6dfd5f + 407
frame #8: 0x00005555558127e5 sqllogictest`_$LT$std..thread..local..LocalKey$LT$T$GT$$GT$::with::h776afc8970af301a + 293
frame #9: 0x0000555555812511 sqllogictest`_$LT$std..thread..local..LocalKey$LT$T$GT$$GT$::with::h6c29d20469e91348 + 353
frame #10: 0x0000555555812a57 sqllogictest`_$LT$std..thread..local..LocalKey$LT$T$GT$$GT$::with::h92db57dc1a309387 + 311
frame #11: 0x0000555555812204 sqllogictest`_$LT$std..thread..local..LocalKey$LT$T$GT$$GT$::with::h6b2abe897c63a53c + 372
frame #12: 0x00005555557c9475 sqllogictest`tokio::runtime::current_thread::runtime::Runtime::block_on::h6897f963ddff5936 + 229
frame #13: 0x0000555555863939 sqllogictest`std::sys_common::backtrace::__rust_begin_short_backtrace::h208d523813c6fb2c + 1129
frame #14: 0x00005555558333c4 sqllogictest`std::panicking::try::do_call::h06a948ee82613a78 (.llvm.15574819096000770993) + 36
frame #15: 0x0000555555b44a1a sqllogictest`__rust_maybe_catch_panic at lib.rs:87
frame #16: 0x000055555580a9f8 sqllogictest`_$LT$F$u20$as$u20$alloc..boxed..FnBox$LT$A$GT$$GT$::call_box::he92a89796dcb54d1 + 168
frame #17: 0x0000555555b43dbe sqllogictest`thread_start [inlined] call_once<(),()> at boxed.rs:759
frame #18: 0x0000555555b43dbb sqllogictest`thread_start [inlined] start_thread at thread.rs:14
frame #19: 0x0000555555b43d3a sqllogictest`thread_start at thread.rs:81
frame #20: 0x00007ffff7cc6ef7 libpthread.so.0`start_thread + 199
frame #21: 0x00007ffff79e422f libc.so.6`__GI___clone + 63
thread #7, name = 'reqwest-interna'
frame #0: 0x00007ffff79e4567 libc.so.6`epoll_wait + 103
frame #1: 0x00005555559644d4 sqllogictest`mio::sys::unix::epoll::Selector::select::h4972eeee355d3e0e + 116
frame #2: 0x0000555555962cf5 sqllogictest`mio::poll::Poll::poll1::h1091d24b218a06fb + 933
frame #3: 0x0000555555962943 sqllogictest`mio::poll::Poll::poll::h90a472045d5ac271 + 35
frame #4: 0x00005555559544eb sqllogictest`tokio_reactor::Reactor::turn::ha47d68a806406408 + 75
frame #5: 0x00005555559550e1 sqllogictest`_$LT$tokio_reactor..Reactor$u20$as$u20$tokio_executor..park..Park$GT$::park::h03e18fce95117e3b + 33
frame #6: 0x0000555555816ca6 sqllogictest`_$LT$tokio_timer..timer..Timer$LT$T$C$$u20$N$GT$$u20$as$u20$tokio_executor..park..Park$GT$::park::h37567bdba3b927b2 + 502
frame #7: 0x00005555557d2a37 sqllogictest`_$LT$tokio_current_thread..Entered$LT$$u27$a$C$$u20$P$GT$$GT$::block_on::h8f44dde21b6dfd5f + 407
frame #8: 0x00005555558127e5 sqllogictest`_$LT$std..thread..local..LocalKey$LT$T$GT$$GT$::with::h776afc8970af301a + 293
frame #9: 0x0000555555812511 sqllogictest`_$LT$std..thread..local..LocalKey$LT$T$GT$$GT$::with::h6c29d20469e91348 + 353
frame #10: 0x0000555555812a57 sqllogictest`_$LT$std..thread..local..LocalKey$LT$T$GT$$GT$::with::h92db57dc1a309387 + 311
frame #11: 0x0000555555812204 sqllogictest`_$LT$std..thread..local..LocalKey$LT$T$GT$$GT$::with::h6b2abe897c63a53c + 372
frame #12: 0x00005555557c9475 sqllogictest`tokio::runtime::current_thread::runtime::Runtime::block_on::h6897f963ddff5936 + 229
frame #13: 0x0000555555863939 sqllogictest`std::sys_common::backtrace::__rust_begin_short_backtrace::h208d523813c6fb2c + 1129
frame #14: 0x00005555558333c4 sqllogictest`std::panicking::try::do_call::h06a948ee82613a78 (.llvm.15574819096000770993) + 36
frame #15: 0x0000555555b44a1a sqllogictest`__rust_maybe_catch_panic at lib.rs:87
frame #16: 0x000055555580a9f8 sqllogictest`_$LT$F$u20$as$u20$alloc..boxed..FnBox$LT$A$GT$$GT$::call_box::he92a89796dcb54d1 + 168
frame #17: 0x0000555555b43dbe sqllogictest`thread_start [inlined] call_once<(),()> at boxed.rs:759
frame #18: 0x0000555555b43dbb sqllogictest`thread_start [inlined] start_thread at thread.rs:14
frame #19: 0x0000555555b43d3a sqllogictest`thread_start at thread.rs:81
frame #20: 0x00007ffff7cc6ef7 libpthread.so.0`start_thread + 199
frame #21: 0x00007ffff79e422f libc.so.6`__GI___clone + 63
thread #8, name = 'hyper-dns0'
frame #0: 0x00007ffff7cccee2 libpthread.so.0`__pthread_cond_wait + 274
frame #1: 0x0000555555b31ab3 sqllogictest`park [inlined] wait at condvar.rs:70
frame #2: 0x0000555555b31ab1 sqllogictest`park [inlined] wait at condvar.rs:41
frame #3: 0x0000555555b31ab1 sqllogictest`park [inlined] wait<()> at condvar.rs:204
frame #4: 0x0000555555b31a97 sqllogictest`park at mod.rs:908
frame #5: 0x0000555555b3aa92 sqllogictest`wait at blocking.rs:71
frame #6: 0x0000555555943cd1 sqllogictest`_$LT$std..sync..mpsc..oneshot..Packet$LT$T$GT$$GT$::recv::h68972cd93339f2cb + 609
frame #7: 0x0000555555942bf6 sqllogictest`_$LT$std..sync..mpsc..Receiver$LT$T$GT$$GT$::recv::h9a0762e1ddeabd89 + 166
frame #8: 0x0000555555940199 sqllogictest`futures_cpupool::Inner::work::hcf1571573941aa38 + 185
frame #9: 0x00005555559411ba sqllogictest`std::sys_common::backtrace::__rust_begin_short_backtrace::h3ee70eece514a6bc (.llvm.12124064237525882725) + 58
frame #10: 0x0000555555941915 sqllogictest`std::panicking::try::do_call::h409c7c6502a91b91 (.llvm.6983199347054259520) + 37
frame #11: 0x0000555555b44a1a sqllogictest`__rust_maybe_catch_panic at lib.rs:87
frame #12: 0x0000555555941756 sqllogictest`_$LT$F$u20$as$u20$alloc..boxed..FnBox$LT$A$GT$$GT$::call_box::h7c08a920fd22a992 + 182
frame #13: 0x0000555555b43dbe sqllogictest`thread_start [inlined] call_once<(),()> at boxed.rs:759
frame #14: 0x0000555555b43dbb sqllogictest`thread_start [inlined] start_thread at thread.rs:14
frame #15: 0x0000555555b43d3a sqllogictest`thread_start at thread.rs:81
frame #16: 0x00007ffff7cc6ef7 libpthread.so.0`start_thread + 199
frame #17: 0x00007ffff79e422f libc.so.6`__GI___clone + 63
thread #9, name = 'hyper-dns1'
frame #0: 0x00007ffff7cd01bc libpthread.so.0`__lll_lock_wait + 28
frame #1: 0x00007ffff7cc94b5 libpthread.so.0`__GI___pthread_mutex_lock + 117
frame #2: 0x000055555594016a sqllogictest`futures_cpupool::Inner::work::hcf1571573941aa38 + 138
frame #3: 0x00005555559411ba sqllogictest`std::sys_common::backtrace::__rust_begin_short_backtrace::h3ee70eece514a6bc (.llvm.12124064237525882725) + 58
frame #4: 0x0000555555941915 sqllogictest`std::panicking::try::do_call::h409c7c6502a91b91 (.llvm.6983199347054259520) + 37
frame #5: 0x0000555555b44a1a sqllogictest`__rust_maybe_catch_panic at lib.rs:87
frame #6: 0x0000555555941756 sqllogictest`_$LT$F$u20$as$u20$alloc..boxed..FnBox$LT$A$GT$$GT$::call_box::h7c08a920fd22a992 + 182
frame #7: 0x0000555555b43dbe sqllogictest`thread_start [inlined] call_once<(),()> at boxed.rs:759
frame #8: 0x0000555555b43dbb sqllogictest`thread_start [inlined] start_thread at thread.rs:14
frame #9: 0x0000555555b43d3a sqllogictest`thread_start at thread.rs:81
frame #10: 0x00007ffff7cc6ef7 libpthread.so.0`start_thread + 199
frame #11: 0x00007ffff79e422f libc.so.6`__GI___clone + 63
thread #10, name = 'hyper-dns2'
frame #0: 0x00007ffff7cd01bc libpthread.so.0`__lll_lock_wait + 28
frame #1: 0x00007ffff7cc94b5 libpthread.so.0`__GI___pthread_mutex_lock + 117
frame #2: 0x000055555594016a sqllogictest`futures_cpupool::Inner::work::hcf1571573941aa38 + 138
frame #3: 0x00005555559411ba sqllogictest`std::sys_common::backtrace::__rust_begin_short_backtrace::h3ee70eece514a6bc (.llvm.12124064237525882725) + 58
frame #4: 0x0000555555941915 sqllogictest`std::panicking::try::do_call::h409c7c6502a91b91 (.llvm.6983199347054259520) + 37
frame #5: 0x0000555555b44a1a sqllogictest`__rust_maybe_catch_panic at lib.rs:87
frame #6: 0x0000555555941756 sqllogictest`_$LT$F$u20$as$u20$alloc..boxed..FnBox$LT$A$GT$$GT$::call_box::h7c08a920fd22a992 + 182
frame #7: 0x0000555555b43dbe sqllogictest`thread_start [inlined] call_once<(),()> at boxed.rs:759
frame #8: 0x0000555555b43dbb sqllogictest`thread_start [inlined] start_thread at thread.rs:14
frame #9: 0x0000555555b43d3a sqllogictest`thread_start at thread.rs:81
frame #10: 0x00007ffff7cc6ef7 libpthread.so.0`start_thread + 199
frame #11: 0x00007ffff79e422f libc.so.6`__GI___clone + 63
thread #11, name = 'hyper-dns0'
frame #0: 0x00007ffff7cccee2 libpthread.so.0`__pthread_cond_wait + 274
frame #1: 0x0000555555b31ab3 sqllogictest`park [inlined] wait at condvar.rs:70
frame #2: 0x0000555555b31ab1 sqllogictest`park [inlined] wait at condvar.rs:41
frame #3: 0x0000555555b31ab1 sqllogictest`park [inlined] wait<()> at condvar.rs:204
frame #4: 0x0000555555b31a97 sqllogictest`park at mod.rs:908
frame #5: 0x0000555555b3aa92 sqllogictest`wait at blocking.rs:71
frame #6: 0x0000555555943cd1 sqllogictest`_$LT$std..sync..mpsc..oneshot..Packet$LT$T$GT$$GT$::recv::h68972cd93339f2cb + 609
frame #7: 0x0000555555942bf6 sqllogictest`_$LT$std..sync..mpsc..Receiver$LT$T$GT$$GT$::recv::h9a0762e1ddeabd89 + 166
frame #8: 0x0000555555940199 sqllogictest`futures_cpupool::Inner::work::hcf1571573941aa38 + 185
frame #9: 0x00005555559411ba sqllogictest`std::sys_common::backtrace::__rust_begin_short_backtrace::h3ee70eece514a6bc (.llvm.12124064237525882725) + 58
frame #10: 0x0000555555941915 sqllogictest`std::panicking::try::do_call::h409c7c6502a91b91 (.llvm.6983199347054259520) + 37
frame #11: 0x0000555555b44a1a sqllogictest`__rust_maybe_catch_panic at lib.rs:87
frame #12: 0x0000555555941756 sqllogictest`_$LT$F$u20$as$u20$alloc..boxed..FnBox$LT$A$GT$$GT$::call_box::h7c08a920fd22a992 + 182
frame #13: 0x0000555555b43dbe sqllogictest`thread_start [inlined] call_once<(),()> at boxed.rs:759
frame #14: 0x0000555555b43dbb sqllogictest`thread_start [inlined] start_thread at thread.rs:14
frame #15: 0x0000555555b43d3a sqllogictest`thread_start at thread.rs:81
frame #16: 0x00007ffff7cc6ef7 libpthread.so.0`start_thread + 199
frame #17: 0x00007ffff79e422f libc.so.6`__GI___clone + 63
thread #12, name = 'hyper-dns3'
frame #0: 0x00007ffff7cd01bc libpthread.so.0`__lll_lock_wait + 28
frame #1: 0x00007ffff7cc94b5 libpthread.so.0`__GI___pthread_mutex_lock + 117
frame #2: 0x000055555594016a sqllogictest`futures_cpupool::Inner::work::hcf1571573941aa38 + 138
frame #3: 0x00005555559411ba sqllogictest`std::sys_common::backtrace::__rust_begin_short_backtrace::h3ee70eece514a6bc (.llvm.12124064237525882725) + 58
frame #4: 0x0000555555941915 sqllogictest`std::panicking::try::do_call::h409c7c6502a91b91 (.llvm.6983199347054259520) + 37
frame #5: 0x0000555555b44a1a sqllogictest`__rust_maybe_catch_panic at lib.rs:87
frame #6: 0x0000555555941756 sqllogictest`_$LT$F$u20$as$u20$alloc..boxed..FnBox$LT$A$GT$$GT$::call_box::h7c08a920fd22a992 + 182
frame #7: 0x0000555555b43dbe sqllogictest`thread_start [inlined] call_once<(),()> at boxed.rs:759
frame #8: 0x0000555555b43dbb sqllogictest`thread_start [inlined] start_thread at thread.rs:14
frame #9: 0x0000555555b43d3a sqllogictest`thread_start at thread.rs:81
frame #10: 0x00007ffff7cc6ef7 libpthread.so.0`start_thread + 199
frame #11: 0x00007ffff79e422f libc.so.6`__GI___clone + 63
thread #13, name = 'hyper-dns1'
frame #0: 0x00007ffff7cd01bc libpthread.so.0`__lll_lock_wait + 28
frame #1: 0x00007ffff7cc94b5 libpthread.so.0`__GI___pthread_mutex_lock + 117
frame #2: 0x000055555594016a sqllogictest`futures_cpupool::Inner::work::hcf1571573941aa38 + 138
frame #3: 0x00005555559411ba sqllogictest`std::sys_common::backtrace::__rust_begin_short_backtrace::h3ee70eece514a6bc (.llvm.12124064237525882725) + 58
frame #4: 0x0000555555941915 sqllogictest`std::panicking::try::do_call::h409c7c6502a91b91 (.llvm.6983199347054259520) + 37
frame #5: 0x0000555555b44a1a sqllogictest`__rust_maybe_catch_panic at lib.rs:87
frame #6: 0x0000555555941756 sqllogictest`_$LT$F$u20$as$u20$alloc..boxed..FnBox$LT$A$GT$$GT$::call_box::h7c08a920fd22a992 + 182
frame #7: 0x0000555555b43dbe sqllogictest`thread_start [inlined] call_once<(),()> at boxed.rs:759
frame #8: 0x0000555555b43dbb sqllogictest`thread_start [inlined] start_thread at thread.rs:14
frame #9: 0x0000555555b43d3a sqllogictest`thread_start at thread.rs:81
frame #10: 0x00007ffff7cc6ef7 libpthread.so.0`start_thread + 199
frame #11: 0x00007ffff79e422f libc.so.6`__GI___clone + 63
thread #14, name = 'hyper-dns2'
frame #0: 0x00007ffff7cd01bc libpthread.so.0`__lll_lock_wait + 28
frame #1: 0x00007ffff7cc94b5 libpthread.so.0`__GI___pthread_mutex_lock + 117
frame #2: 0x000055555594016a sqllogictest`futures_cpupool::Inner::work::hcf1571573941aa38 + 138
frame #3: 0x00005555559411ba sqllogictest`std::sys_common::backtrace::__rust_begin_short_backtrace::h3ee70eece514a6bc (.llvm.12124064237525882725) + 58
frame #4: 0x0000555555941915 sqllogictest`std::panicking::try::do_call::h409c7c6502a91b91 (.llvm.6983199347054259520) + 37
frame #5: 0x0000555555b44a1a sqllogictest`__rust_maybe_catch_panic at lib.rs:87
frame #6: 0x0000555555941756 sqllogictest`_$LT$F$u20$as$u20$alloc..boxed..FnBox$LT$A$GT$$GT$::call_box::h7c08a920fd22a992 + 182
frame #7: 0x0000555555b43dbe sqllogictest`thread_start [inlined] call_once<(),()> at boxed.rs:759
frame #8: 0x0000555555b43dbb sqllogictest`thread_start [inlined] start_thread at thread.rs:14
frame #9: 0x0000555555b43d3a sqllogictest`thread_start at thread.rs:81
frame #10: 0x00007ffff7cc6ef7 libpthread.so.0`start_thread + 199
frame #11: 0x00007ffff79e422f libc.so.6`__GI___clone + 63
thread #15, name = 'hyper-dns0'
frame #0: 0x00007ffff7cccee2 libpthread.so.0`__pthread_cond_wait + 274
frame #1: 0x0000555555b31ab3 sqllogictest`park [inlined] wait at condvar.rs:70
frame #2: 0x0000555555b31ab1 sqllogictest`park [inlined] wait at condvar.rs:41
frame #3: 0x0000555555b31ab1 sqllogictest`park [inlined] wait<()> at condvar.rs:204
frame #4: 0x0000555555b31a97 sqllogictest`park at mod.rs:908
frame #5: 0x0000555555b3aa92 sqllogictest`wait at blocking.rs:71
frame #6: 0x0000555555943cd1 sqllogictest`_$LT$std..sync..mpsc..oneshot..Packet$LT$T$GT$$GT$::recv::h68972cd93339f2cb + 609
frame #7: 0x0000555555942bf6 sqllogictest`_$LT$std..sync..mpsc..Receiver$LT$T$GT$$GT$::recv::h9a0762e1ddeabd89 + 166
frame #8: 0x0000555555940199 sqllogictest`futures_cpupool::Inner::work::hcf1571573941aa38 + 185
frame #9: 0x00005555559411ba sqllogictest`std::sys_common::backtrace::__rust_begin_short_backtrace::h3ee70eece514a6bc (.llvm.12124064237525882725) + 58
frame #10: 0x0000555555941915 sqllogictest`std::panicking::try::do_call::h409c7c6502a91b91 (.llvm.6983199347054259520) + 37
frame #11: 0x0000555555b44a1a sqllogictest`__rust_maybe_catch_panic at lib.rs:87
frame #12: 0x0000555555941756 sqllogictest`_$LT$F$u20$as$u20$alloc..boxed..FnBox$LT$A$GT$$GT$::call_box::h7c08a920fd22a992 + 182
frame #13: 0x0000555555b43dbe sqllogictest`thread_start [inlined] call_once<(),()> at boxed.rs:759
frame #14: 0x0000555555b43dbb sqllogictest`thread_start [inlined] start_thread at thread.rs:14
frame #15: 0x0000555555b43d3a sqllogictest`thread_start at thread.rs:81
frame #16: 0x00007ffff7cc6ef7 libpthread.so.0`start_thread + 199
frame #17: 0x00007ffff79e422f libc.so.6`__GI___clone + 63
thread #16, name = 'hyper-dns1'
frame #0: 0x00007ffff7cd01bc libpthread.so.0`__lll_lock_wait + 28
frame #1: 0x00007ffff7cc94b5 libpthread.so.0`__GI___pthread_mutex_lock + 117
frame #2: 0x000055555594016a sqllogictest`futures_cpupool::Inner::work::hcf1571573941aa38 + 138
frame #3: 0x00005555559411ba sqllogictest`std::sys_common::backtrace::__rust_begin_short_backtrace::h3ee70eece514a6bc (.llvm.12124064237525882725) + 58
frame #4: 0x0000555555941915 sqllogictest`std::panicking::try::do_call::h409c7c6502a91b91 (.llvm.6983199347054259520) + 37
frame #5: 0x0000555555b44a1a sqllogictest`__rust_maybe_catch_panic at lib.rs:87
frame #6: 0x0000555555941756 sqllogictest`_$LT$F$u20$as$u20$alloc..boxed..FnBox$LT$A$GT$$GT$::call_box::h7c08a920fd22a992 + 182
frame #7: 0x0000555555b43dbe sqllogictest`thread_start [inlined] call_once<(),()> at boxed.rs:759
frame #8: 0x0000555555b43dbb sqllogictest`thread_start [inlined] start_thread at thread.rs:14
frame #9: 0x0000555555b43d3a sqllogictest`thread_start at thread.rs:81
frame #10: 0x00007ffff7cc6ef7 libpthread.so.0`start_thread + 199
frame #11: 0x00007ffff79e422f libc.so.6`__GI___clone + 63
thread #17, name = 'hyper-dns3'
frame #0: 0x00007ffff7cd01bc libpthread.so.0`__lll_lock_wait + 28
frame #1: 0x00007ffff7cc94b5 libpthread.so.0`__GI___pthread_mutex_lock + 117
frame #2: 0x000055555594016a sqllogictest`futures_cpupool::Inner::work::hcf1571573941aa38 + 138
frame #3: 0x00005555559411ba sqllogictest`std::sys_common::backtrace::__rust_begin_short_backtrace::h3ee70eece514a6bc (.llvm.12124064237525882725) + 58
frame #4: 0x0000555555941915 sqllogictest`std::panicking::try::do_call::h409c7c6502a91b91 (.llvm.6983199347054259520) + 37
frame #5: 0x0000555555b44a1a sqllogictest`__rust_maybe_catch_panic at lib.rs:87
frame #6: 0x0000555555941756 sqllogictest`_$LT$F$u20$as$u20$alloc..boxed..FnBox$LT$A$GT$$GT$::call_box::h7c08a920fd22a992 + 182
frame #7: 0x0000555555b43dbe sqllogictest`thread_start [inlined] call_once<(),()> at boxed.rs:759
frame #8: 0x0000555555b43dbb sqllogictest`thread_start [inlined] start_thread at thread.rs:14
frame #9: 0x0000555555b43d3a sqllogictest`thread_start at thread.rs:81
frame #10: 0x00007ffff7cc6ef7 libpthread.so.0`start_thread + 199
frame #11: 0x00007ffff79e422f libc.so.6`__GI___clone + 63
thread #18, name = 'hyper-dns2'
frame #0: 0x00007ffff7cd01bc libpthread.so.0`__lll_lock_wait + 28
frame #1: 0x00007ffff7cc94b5 libpthread.so.0`__GI___pthread_mutex_lock + 117
frame #2: 0x000055555594016a sqllogictest`futures_cpupool::Inner::work::hcf1571573941aa38 + 138
frame #3: 0x00005555559411ba sqllogictest`std::sys_common::backtrace::__rust_begin_short_backtrace::h3ee70eece514a6bc (.llvm.12124064237525882725) + 58
frame #4: 0x0000555555941915 sqllogictest`std::panicking::try::do_call::h409c7c6502a91b91 (.llvm.6983199347054259520) + 37
frame #5: 0x0000555555b44a1a sqllogictest`__rust_maybe_catch_panic at lib.rs:87
frame #6: 0x0000555555941756 sqllogictest`_$LT$F$u20$as$u20$alloc..boxed..FnBox$LT$A$GT$$GT$::call_box::h7c08a920fd22a992 + 182
frame #7: 0x0000555555b43dbe sqllogictest`thread_start [inlined] call_once<(),()> at boxed.rs:759
frame #8: 0x0000555555b43dbb sqllogictest`thread_start [inlined] start_thread at thread.rs:14
frame #9: 0x0000555555b43d3a sqllogictest`thread_start at thread.rs:81
frame #10: 0x00007ffff7cc6ef7 libpthread.so.0`start_thread + 199
frame #11: 0x00007ffff79e422f libc.so.6`__GI___clone + 63
thread #19, name = 'hyper-dns3'
frame #0: 0x00007ffff7cd01bc libpthread.so.0`__lll_lock_wait + 28
frame #1: 0x00007ffff7cc94b5 libpthread.so.0`__GI___pthread_mutex_lock + 117
frame #2: 0x000055555594016a sqllogictest`futures_cpupool::Inner::work::hcf1571573941aa38 + 138
frame #3: 0x00005555559411ba sqllogictest`std::sys_common::backtrace::__rust_begin_short_backtrace::h3ee70eece514a6bc (.llvm.12124064237525882725) + 58
frame #4: 0x0000555555941915 sqllogictest`std::panicking::try::do_call::h409c7c6502a91b91 (.llvm.6983199347054259520) + 37
frame #5: 0x0000555555b44a1a sqllogictest`__rust_maybe_catch_panic at lib.rs:87
frame #6: 0x0000555555941756 sqllogictest`_$LT$F$u20$as$u20$alloc..boxed..FnBox$LT$A$GT$$GT$::call_box::h7c08a920fd22a992 + 182
frame #7: 0x0000555555b43dbe sqllogictest`thread_start [inlined] call_once<(),()> at boxed.rs:759
frame #8: 0x0000555555b43dbb sqllogictest`thread_start [inlined] start_thread at thread.rs:14
frame #9: 0x0000555555b43d3a sqllogictest`thread_start at thread.rs:81
frame #10: 0x00007ffff7cc6ef7 libpthread.so.0`start_thread + 199
frame #11: 0x00007ffff79e422f libc.so.6`__GI___clone + 63
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment