Created
March 29, 2018 00:43
-
-
Save EntilZha/cd07cd718065f44e0c7f2cac0484f924 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
(gdb) thread apply all backtrace | |
Thread 17 (Thread 0x7fc90f3ff700 (LWP 3228)): | |
#0 0x00007fc90fe56945 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0 | |
#1 0x00005563e30ed814 in rayon_core::sleep::Sleep::sleep::h403e051017a83b73 () | |
#2 0x00005563e30ebd0e in rayon_core::registry::WorkerThread::wait_until_cold::h4c91d94806702f48 () | |
#3 0x00005563e30ec54b in rayon_core::registry::main_loop::hbbba263316bb2911 () | |
#4 0x00005563e30ed17c in std::panicking::try::do_call::h8a19372e663d596b () | |
#5 0x00005563e310c48f in __rust_maybe_catch_panic () at /checkout/src/libpanic_unwind/lib.rs:101 | |
#6 0x00005563e30e983e in _$LT$F$u20$as$u20$alloc..boxed..FnBox$LT$A$GT$$GT$::call_box::h24e52bc8c236002e () | |
#7 0x00005563e30fc918 in call_once<(),()> () at /checkout/src/liballoc/boxed.rs:825 | |
#8 std::sys_common::thread::start_thread::h97260957c81cf142 () at /checkout/src/libstd/sys_common/thread.rs:24 | |
#9 0x00005563e30f51f9 in std::sys::unix::thread::Thread::new::thread_start::h3838be2df5be642c () | |
at /checkout/src/libstd/sys/unix/thread.rs:90 | |
#10 0x00007fc90fe52e25 in start_thread () from /lib64/libpthread.so.0 | |
#11 0x00007fc90f96934d in clone () from /lib64/libc.so.6 | |
Thread 16 (Thread 0x7fc90f1fe700 (LWP 3229)): | |
#0 0x00007fc90fe56945 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0 | |
#1 0x00005563e30ed814 in rayon_core::sleep::Sleep::sleep::h403e051017a83b73 () | |
#2 0x00005563e30ebd0e in rayon_core::registry::WorkerThread::wait_until_cold::h4c91d94806702f48 () | |
#3 0x00005563e30ec54b in rayon_core::registry::main_loop::hbbba263316bb2911 () | |
#4 0x00005563e30ed17c in std::panicking::try::do_call::h8a19372e663d596b () | |
#5 0x00005563e310c48f in __rust_maybe_catch_panic () at /checkout/src/libpanic_unwind/lib.rs:101 | |
#6 0x00005563e30e983e in _$LT$F$u20$as$u20$alloc..boxed..FnBox$LT$A$GT$$GT$::call_box::h24e52bc8c236002e () | |
#7 0x00005563e30fc918 in call_once<(),()> () at /checkout/src/liballoc/boxed.rs:825 | |
#8 std::sys_common::thread::start_thread::h97260957c81cf142 () at /checkout/src/libstd/sys_common/thread.rs:24 | |
#9 0x00005563e30f51f9 in std::sys::unix::thread::Thread::new::thread_start::h3838be2df5be642c () | |
at /checkout/src/libstd/sys/unix/thread.rs:90 | |
#10 0x00007fc90fe52e25 in start_thread () from /lib64/libpthread.so.0 | |
#11 0x00007fc90f96934d in clone () from /lib64/libc.so.6 | |
Thread 15 (Thread 0x7fc90effd700 (LWP 3230)): | |
#0 0x00007fc90fe56945 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0 | |
#1 0x00005563e30ed814 in rayon_core::sleep::Sleep::sleep::h403e051017a83b73 () | |
#2 0x00005563e30ebd0e in rayon_core::registry::WorkerThread::wait_until_cold::h4c91d94806702f48 () | |
#3 0x00005563e30ec54b in rayon_core::registry::main_loop::hbbba263316bb2911 () | |
#4 0x00005563e30ed17c in std::panicking::try::do_call::h8a19372e663d596b () | |
#5 0x00005563e310c48f in __rust_maybe_catch_panic () at /checkout/src/libpanic_unwind/lib.rs:101 | |
#6 0x00005563e30e983e in _$LT$F$u20$as$u20$alloc..boxed..FnBox$LT$A$GT$$GT$::call_box::h24e52bc8c236002e () | |
#7 0x00005563e30fc918 in call_once<(),()> () at /checkout/src/liballoc/boxed.rs:825 | |
#8 std::sys_common::thread::start_thread::h97260957c81cf142 () at /checkout/src/libstd/sys_common/thread.rs:24 | |
#9 0x00005563e30f51f9 in std::sys::unix::thread::Thread::new::thread_start::h3838be2df5be642c () | |
at /checkout/src/libstd/sys/unix/thread.rs:90 | |
#10 0x00007fc90fe52e25 in start_thread () from /lib64/libpthread.so.0 | |
#11 0x00007fc90f96934d in clone () from /lib64/libc.so.6 | |
Thread 14 (Thread 0x7fc90edfc700 (LWP 3231)): | |
#0 0x00007fc90fe5970d in read () from /lib64/libpthread.so.0 | |
#1 0x00005563e30fab67 in read () at /checkout/src/libstd/sys/unix/fd.rs:58 | |
#2 read () at /checkout/src/libstd/sys/unix/fs.rs:496 | |
#3 _$LT$std..fs..File$u20$as$u20$std..io..Read$GT$::read::h5de96510ea867e0b () at /checkout/src/libstd/fs.rs:558 | |
#4 0x00005563e307e1e4 in _$LT$std..io..Lines$LT$B$GT$$u20$as$u20$core..iter..iterator..Iterator$GT$::next::h574b717670dc9062 () | |
#5 0x00005563e308badb in _$LT$core..iter..Map$LT$I$C$$u20$F$GT$$u20$as$u20$core..iter..iterator..Iterator$GT$::fold::hb30c2089a05f8e5d () | |
#6 0x00005563e307d18a in wikidata::filename_to_relation_out::h5b9f7b4b8fe5f068 () | |
#7 0x00005563e308b5fc in rayon::iter::plumbing::bridge_producer_consumer::helper::h014594a26f741c37 () | |
#8 0x00005563e307ad72 in std::panicking::try::do_call::h625142190d693553 () | |
#9 0x00005563e310c48f in __rust_maybe_catch_panic () at /checkout/src/libpanic_unwind/lib.rs:101 | |
#10 0x00005563e3088d55 in rayon_core::registry::in_worker::h87105a4687134f08 () | |
#11 0x00005563e308b77c in rayon::iter::plumbing::bridge_producer_consumer::helper::h014594a26f741c37 () | |
#12 0x00005563e307ad72 in std::panicking::try::do_call::h625142190d693553 () | |
#13 0x00005563e310c48f in __rust_maybe_catch_panic () at /checkout/src/libpanic_unwind/lib.rs:101 | |
#14 0x00005563e3088d55 in rayon_core::registry::in_worker::h87105a4687134f08 () | |
#15 0x00005563e308b77c in rayon::iter::plumbing::bridge_producer_consumer::helper::h014594a26f741c37 () | |
---Type <return> to continue, or q <return> to quit--- | |
#16 0x00005563e307ad72 in std::panicking::try::do_call::h625142190d693553 () | |
#17 0x00005563e310c48f in __rust_maybe_catch_panic () at /checkout/src/libpanic_unwind/lib.rs:101 | |
#18 0x00005563e3088d55 in rayon_core::registry::in_worker::h87105a4687134f08 () | |
#19 0x00005563e308b77c in rayon::iter::plumbing::bridge_producer_consumer::helper::h014594a26f741c37 () | |
#20 0x00005563e307ad72 in std::panicking::try::do_call::h625142190d693553 () | |
#21 0x00005563e310c48f in __rust_maybe_catch_panic () at /checkout/src/libpanic_unwind/lib.rs:101 | |
#22 0x00005563e3088d55 in rayon_core::registry::in_worker::h87105a4687134f08 () | |
#23 0x00005563e308b77c in rayon::iter::plumbing::bridge_producer_consumer::helper::h014594a26f741c37 () | |
#24 0x00005563e307ad72 in std::panicking::try::do_call::h625142190d693553 () | |
#25 0x00005563e310c48f in __rust_maybe_catch_panic () at /checkout/src/libpanic_unwind/lib.rs:101 | |
#26 0x00005563e3088d55 in rayon_core::registry::in_worker::h87105a4687134f08 () | |
#27 0x00005563e308b77c in rayon::iter::plumbing::bridge_producer_consumer::helper::h014594a26f741c37 () | |
#28 0x00005563e307ad72 in std::panicking::try::do_call::h625142190d693553 () | |
#29 0x00005563e310c48f in __rust_maybe_catch_panic () at /checkout/src/libpanic_unwind/lib.rs:101 | |
#30 0x00005563e3088d55 in rayon_core::registry::in_worker::h87105a4687134f08 () | |
#31 0x00005563e308b77c in rayon::iter::plumbing::bridge_producer_consumer::helper::h014594a26f741c37 () | |
#32 0x00005563e307ad72 in std::panicking::try::do_call::h625142190d693553 () | |
#33 0x00005563e310c48f in __rust_maybe_catch_panic () at /checkout/src/libpanic_unwind/lib.rs:101 | |
#34 0x00005563e307d961 in _$LT$std..panic..AssertUnwindSafe$LT$F$GT$$u20$as$u20$core..ops..function..FnOnce$LT$$LP$$RP$$GT$$GT$::call_once::ha807e59b8031a6db () | |
#35 0x00005563e307adcd in std::panicking::try::do_call::he2d2b3291ac2e8bd () | |
#36 0x00005563e310c48f in __rust_maybe_catch_panic () at /checkout/src/libpanic_unwind/lib.rs:101 | |
#37 0x00005563e307c92d in _$LT$rayon_core..job..StackJob$LT$L$C$$u20$F$C$$u20$R$GT$$u20$as$u20$rayon_core..job..Job$GT$::execute::h84dc41e026400e47 () | |
#38 0x00005563e30ebc54 in rayon_core::registry::WorkerThread::wait_until_cold::h4c91d94806702f48 () | |
#39 0x00005563e30ec54b in rayon_core::registry::main_loop::hbbba263316bb2911 () | |
#40 0x00005563e30ed17c in std::panicking::try::do_call::h8a19372e663d596b () | |
#41 0x00005563e310c48f in __rust_maybe_catch_panic () at /checkout/src/libpanic_unwind/lib.rs:101 | |
#42 0x00005563e30e983e in _$LT$F$u20$as$u20$alloc..boxed..FnBox$LT$A$GT$$GT$::call_box::h24e52bc8c236002e () | |
#43 0x00005563e30fc918 in call_once<(),()> () at /checkout/src/liballoc/boxed.rs:825 | |
#44 std::sys_common::thread::start_thread::h97260957c81cf142 () at /checkout/src/libstd/sys_common/thread.rs:24 | |
#45 0x00005563e30f51f9 in std::sys::unix::thread::Thread::new::thread_start::h3838be2df5be642c () | |
at /checkout/src/libstd/sys/unix/thread.rs:90 | |
#46 0x00007fc90fe52e25 in start_thread () from /lib64/libpthread.so.0 | |
#47 0x00007fc90f96934d in clone () from /lib64/libc.so.6 | |
Thread 13 (Thread 0x7fc90ebfb700 (LWP 3232)): | |
#0 0x00007fc90fe56945 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0 | |
#1 0x00005563e30ed814 in rayon_core::sleep::Sleep::sleep::h403e051017a83b73 () | |
#2 0x00005563e30ebd0e in rayon_core::registry::WorkerThread::wait_until_cold::h4c91d94806702f48 () | |
#3 0x00005563e30ec54b in rayon_core::registry::main_loop::hbbba263316bb2911 () | |
#4 0x00005563e30ed17c in std::panicking::try::do_call::h8a19372e663d596b () | |
#5 0x00005563e310c48f in __rust_maybe_catch_panic () at /checkout/src/libpanic_unwind/lib.rs:101 | |
#6 0x00005563e30e983e in _$LT$F$u20$as$u20$alloc..boxed..FnBox$LT$A$GT$$GT$::call_box::h24e52bc8c236002e () | |
#7 0x00005563e30fc918 in call_once<(),()> () at /checkout/src/liballoc/boxed.rs:825 | |
#8 std::sys_common::thread::start_thread::h97260957c81cf142 () at /checkout/src/libstd/sys_common/thread.rs:24 | |
#9 0x00005563e30f51f9 in std::sys::unix::thread::Thread::new::thread_start::h3838be2df5be642c () | |
at /checkout/src/libstd/sys/unix/thread.rs:90 | |
#10 0x00007fc90fe52e25 in start_thread () from /lib64/libpthread.so.0 | |
#11 0x00007fc90f96934d in clone () from /lib64/libc.so.6 | |
Thread 12 (Thread 0x7fc90e9fa700 (LWP 3233)): | |
#0 0x00007fc90fe56945 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0 | |
#1 0x00005563e30ed814 in rayon_core::sleep::Sleep::sleep::h403e051017a83b73 () | |
#2 0x00005563e30ebd0e in rayon_core::registry::WorkerThread::wait_until_cold::h4c91d94806702f48 () | |
#3 0x00005563e30ec54b in rayon_core::registry::main_loop::hbbba263316bb2911 () | |
#4 0x00005563e30ed17c in std::panicking::try::do_call::h8a19372e663d596b () | |
#5 0x00005563e310c48f in __rust_maybe_catch_panic () at /checkout/src/libpanic_unwind/lib.rs:101 | |
#6 0x00005563e30e983e in _$LT$F$u20$as$u20$alloc..boxed..FnBox$LT$A$GT$$GT$::call_box::h24e52bc8c236002e () | |
#7 0x00005563e30fc918 in call_once<(),()> () at /checkout/src/liballoc/boxed.rs:825 | |
#8 std::sys_common::thread::start_thread::h97260957c81cf142 () at /checkout/src/libstd/sys_common/thread.rs:24 | |
#9 0x00005563e30f51f9 in std::sys::unix::thread::Thread::new::thread_start::h3838be2df5be642c () | |
at /checkout/src/libstd/sys/unix/thread.rs:90 | |
#10 0x00007fc90fe52e25 in start_thread () from /lib64/libpthread.so.0 | |
---Type <return> to continue, or q <return> to quit--- | |
#11 0x00007fc90f96934d in clone () from /lib64/libc.so.6 | |
Thread 11 (Thread 0x7fc90e3ff700 (LWP 3234)): | |
#0 0x00007fc90fe56945 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0 | |
#1 0x00005563e30ed814 in rayon_core::sleep::Sleep::sleep::h403e051017a83b73 () | |
#2 0x00005563e30ebd0e in rayon_core::registry::WorkerThread::wait_until_cold::h4c91d94806702f48 () | |
#3 0x00005563e30ec54b in rayon_core::registry::main_loop::hbbba263316bb2911 () | |
#4 0x00005563e30ed17c in std::panicking::try::do_call::h8a19372e663d596b () | |
#5 0x00005563e310c48f in __rust_maybe_catch_panic () at /checkout/src/libpanic_unwind/lib.rs:101 | |
#6 0x00005563e30e983e in _$LT$F$u20$as$u20$alloc..boxed..FnBox$LT$A$GT$$GT$::call_box::h24e52bc8c236002e () | |
#7 0x00005563e30fc918 in call_once<(),()> () at /checkout/src/liballoc/boxed.rs:825 | |
#8 std::sys_common::thread::start_thread::h97260957c81cf142 () at /checkout/src/libstd/sys_common/thread.rs:24 | |
#9 0x00005563e30f51f9 in std::sys::unix::thread::Thread::new::thread_start::h3838be2df5be642c () | |
at /checkout/src/libstd/sys/unix/thread.rs:90 | |
#10 0x00007fc90fe52e25 in start_thread () from /lib64/libpthread.so.0 | |
#11 0x00007fc90f96934d in clone () from /lib64/libc.so.6 | |
Thread 10 (Thread 0x7fc90e1fe700 (LWP 3235)): | |
#0 0x00007fc90fe56945 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0 | |
#1 0x00005563e30ed814 in rayon_core::sleep::Sleep::sleep::h403e051017a83b73 () | |
#2 0x00005563e30ebd0e in rayon_core::registry::WorkerThread::wait_until_cold::h4c91d94806702f48 () | |
#3 0x00005563e30ec54b in rayon_core::registry::main_loop::hbbba263316bb2911 () | |
#4 0x00005563e30ed17c in std::panicking::try::do_call::h8a19372e663d596b () | |
#5 0x00005563e310c48f in __rust_maybe_catch_panic () at /checkout/src/libpanic_unwind/lib.rs:101 | |
#6 0x00005563e30e983e in _$LT$F$u20$as$u20$alloc..boxed..FnBox$LT$A$GT$$GT$::call_box::h24e52bc8c236002e () | |
#7 0x00005563e30fc918 in call_once<(),()> () at /checkout/src/liballoc/boxed.rs:825 | |
#8 std::sys_common::thread::start_thread::h97260957c81cf142 () at /checkout/src/libstd/sys_common/thread.rs:24 | |
#9 0x00005563e30f51f9 in std::sys::unix::thread::Thread::new::thread_start::h3838be2df5be642c () | |
at /checkout/src/libstd/sys/unix/thread.rs:90 | |
#10 0x00007fc90fe52e25 in start_thread () from /lib64/libpthread.so.0 | |
#11 0x00007fc90f96934d in clone () from /lib64/libc.so.6 | |
Thread 9 (Thread 0x7fc90d9ff700 (LWP 3236)): | |
#0 0x00007fc90fe56945 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0 | |
#1 0x00005563e30ed814 in rayon_core::sleep::Sleep::sleep::h403e051017a83b73 () | |
#2 0x00005563e30ebd0e in rayon_core::registry::WorkerThread::wait_until_cold::h4c91d94806702f48 () | |
#3 0x00005563e30ec54b in rayon_core::registry::main_loop::hbbba263316bb2911 () | |
#4 0x00005563e30ed17c in std::panicking::try::do_call::h8a19372e663d596b () | |
#5 0x00005563e310c48f in __rust_maybe_catch_panic () at /checkout/src/libpanic_unwind/lib.rs:101 | |
#6 0x00005563e30e983e in _$LT$F$u20$as$u20$alloc..boxed..FnBox$LT$A$GT$$GT$::call_box::h24e52bc8c236002e () | |
#7 0x00005563e30fc918 in call_once<(),()> () at /checkout/src/liballoc/boxed.rs:825 | |
#8 std::sys_common::thread::start_thread::h97260957c81cf142 () at /checkout/src/libstd/sys_common/thread.rs:24 | |
#9 0x00005563e30f51f9 in std::sys::unix::thread::Thread::new::thread_start::h3838be2df5be642c () | |
at /checkout/src/libstd/sys/unix/thread.rs:90 | |
#10 0x00007fc90fe52e25 in start_thread () from /lib64/libpthread.so.0 | |
#11 0x00007fc90f96934d in clone () from /lib64/libc.so.6 | |
Thread 8 (Thread 0x7fc90d3ff700 (LWP 3237)): | |
#0 0x00007fc90fe56945 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0 | |
#1 0x00005563e30ed814 in rayon_core::sleep::Sleep::sleep::h403e051017a83b73 () | |
#2 0x00005563e30ebd0e in rayon_core::registry::WorkerThread::wait_until_cold::h4c91d94806702f48 () | |
#3 0x00005563e30ec54b in rayon_core::registry::main_loop::hbbba263316bb2911 () | |
#4 0x00005563e30ed17c in std::panicking::try::do_call::h8a19372e663d596b () | |
#5 0x00005563e310c48f in __rust_maybe_catch_panic () at /checkout/src/libpanic_unwind/lib.rs:101 | |
#6 0x00005563e30e983e in _$LT$F$u20$as$u20$alloc..boxed..FnBox$LT$A$GT$$GT$::call_box::h24e52bc8c236002e () | |
#7 0x00005563e30fc918 in call_once<(),()> () at /checkout/src/liballoc/boxed.rs:825 | |
#8 std::sys_common::thread::start_thread::h97260957c81cf142 () at /checkout/src/libstd/sys_common/thread.rs:24 | |
#9 0x00005563e30f51f9 in std::sys::unix::thread::Thread::new::thread_start::h3838be2df5be642c () | |
at /checkout/src/libstd/sys/unix/thread.rs:90 | |
#10 0x00007fc90fe52e25 in start_thread () from /lib64/libpthread.so.0 | |
#11 0x00007fc90f96934d in clone () from /lib64/libc.so.6 | |
Thread 7 (Thread 0x7fc90d1fe700 (LWP 3238)): | |
#0 0x00007fc90fe56945 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0 | |
---Type <return> to continue, or q <return> to quit--- | |
#1 0x00005563e30ed814 in rayon_core::sleep::Sleep::sleep::h403e051017a83b73 () | |
#2 0x00005563e30ebd0e in rayon_core::registry::WorkerThread::wait_until_cold::h4c91d94806702f48 () | |
#3 0x00005563e30ec54b in rayon_core::registry::main_loop::hbbba263316bb2911 () | |
#4 0x00005563e30ed17c in std::panicking::try::do_call::h8a19372e663d596b () | |
#5 0x00005563e310c48f in __rust_maybe_catch_panic () at /checkout/src/libpanic_unwind/lib.rs:101 | |
#6 0x00005563e30e983e in _$LT$F$u20$as$u20$alloc..boxed..FnBox$LT$A$GT$$GT$::call_box::h24e52bc8c236002e () | |
#7 0x00005563e30fc918 in call_once<(),()> () at /checkout/src/liballoc/boxed.rs:825 | |
#8 std::sys_common::thread::start_thread::h97260957c81cf142 () at /checkout/src/libstd/sys_common/thread.rs:24 | |
#9 0x00005563e30f51f9 in std::sys::unix::thread::Thread::new::thread_start::h3838be2df5be642c () | |
at /checkout/src/libstd/sys/unix/thread.rs:90 | |
#10 0x00007fc90fe52e25 in start_thread () from /lib64/libpthread.so.0 | |
#11 0x00007fc90f96934d in clone () from /lib64/libc.so.6 | |
Thread 6 (Thread 0x7fc90c9ff700 (LWP 3239)): | |
#0 0x00007fc90fe56945 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0 | |
#1 0x00005563e30ed814 in rayon_core::sleep::Sleep::sleep::h403e051017a83b73 () | |
#2 0x00005563e30ebd0e in rayon_core::registry::WorkerThread::wait_until_cold::h4c91d94806702f48 () | |
#3 0x00005563e30ec54b in rayon_core::registry::main_loop::hbbba263316bb2911 () | |
#4 0x00005563e30ed17c in std::panicking::try::do_call::h8a19372e663d596b () | |
#5 0x00005563e310c48f in __rust_maybe_catch_panic () at /checkout/src/libpanic_unwind/lib.rs:101 | |
#6 0x00005563e30e983e in _$LT$F$u20$as$u20$alloc..boxed..FnBox$LT$A$GT$$GT$::call_box::h24e52bc8c236002e () | |
#7 0x00005563e30fc918 in call_once<(),()> () at /checkout/src/liballoc/boxed.rs:825 | |
#8 std::sys_common::thread::start_thread::h97260957c81cf142 () at /checkout/src/libstd/sys_common/thread.rs:24 | |
#9 0x00005563e30f51f9 in std::sys::unix::thread::Thread::new::thread_start::h3838be2df5be642c () | |
at /checkout/src/libstd/sys/unix/thread.rs:90 | |
#10 0x00007fc90fe52e25 in start_thread () from /lib64/libpthread.so.0 | |
#11 0x00007fc90f96934d in clone () from /lib64/libc.so.6 | |
Thread 5 (Thread 0x7fc90c3ff700 (LWP 3240)): | |
#0 0x00007fc90fe56945 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0 | |
#1 0x00005563e30ed814 in rayon_core::sleep::Sleep::sleep::h403e051017a83b73 () | |
#2 0x00005563e30ebd0e in rayon_core::registry::WorkerThread::wait_until_cold::h4c91d94806702f48 () | |
#3 0x00005563e30ec54b in rayon_core::registry::main_loop::hbbba263316bb2911 () | |
#4 0x00005563e30ed17c in std::panicking::try::do_call::h8a19372e663d596b () | |
#5 0x00005563e310c48f in __rust_maybe_catch_panic () at /checkout/src/libpanic_unwind/lib.rs:101 | |
#6 0x00005563e30e983e in _$LT$F$u20$as$u20$alloc..boxed..FnBox$LT$A$GT$$GT$::call_box::h24e52bc8c236002e () | |
#7 0x00005563e30fc918 in call_once<(),()> () at /checkout/src/liballoc/boxed.rs:825 | |
#8 std::sys_common::thread::start_thread::h97260957c81cf142 () at /checkout/src/libstd/sys_common/thread.rs:24 | |
#9 0x00005563e30f51f9 in std::sys::unix::thread::Thread::new::thread_start::h3838be2df5be642c () | |
at /checkout/src/libstd/sys/unix/thread.rs:90 | |
#10 0x00007fc90fe52e25 in start_thread () from /lib64/libpthread.so.0 | |
#11 0x00007fc90f96934d in clone () from /lib64/libc.so.6 | |
Thread 4 (Thread 0x7fc90c1fe700 (LWP 3241)): | |
#0 0x00007fc90fe56945 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0 | |
#1 0x00005563e30ed814 in rayon_core::sleep::Sleep::sleep::h403e051017a83b73 () | |
#2 0x00005563e30ebd0e in rayon_core::registry::WorkerThread::wait_until_cold::h4c91d94806702f48 () | |
#3 0x00005563e30ec54b in rayon_core::registry::main_loop::hbbba263316bb2911 () | |
#4 0x00005563e30ed17c in std::panicking::try::do_call::h8a19372e663d596b () | |
#5 0x00005563e310c48f in __rust_maybe_catch_panic () at /checkout/src/libpanic_unwind/lib.rs:101 | |
#6 0x00005563e30e983e in _$LT$F$u20$as$u20$alloc..boxed..FnBox$LT$A$GT$$GT$::call_box::h24e52bc8c236002e () | |
#7 0x00005563e30fc918 in call_once<(),()> () at /checkout/src/liballoc/boxed.rs:825 | |
#8 std::sys_common::thread::start_thread::h97260957c81cf142 () at /checkout/src/libstd/sys_common/thread.rs:24 | |
#9 0x00005563e30f51f9 in std::sys::unix::thread::Thread::new::thread_start::h3838be2df5be642c () | |
at /checkout/src/libstd/sys/unix/thread.rs:90 | |
#10 0x00007fc90fe52e25 in start_thread () from /lib64/libpthread.so.0 | |
#11 0x00007fc90f96934d in clone () from /lib64/libc.so.6 | |
Thread 3 (Thread 0x7fc90b9ff700 (LWP 3242)): | |
#0 0x00007fc90fe56945 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0 | |
#1 0x00005563e30ed814 in rayon_core::sleep::Sleep::sleep::h403e051017a83b73 () | |
#2 0x00005563e30ebd0e in rayon_core::registry::WorkerThread::wait_until_cold::h4c91d94806702f48 () | |
#3 0x00005563e30ec54b in rayon_core::registry::main_loop::hbbba263316bb2911 () | |
#4 0x00005563e30ed17c in std::panicking::try::do_call::h8a19372e663d596b () | |
---Type <return> to continue, or q <return> to quit--- | |
#5 0x00005563e310c48f in __rust_maybe_catch_panic () at /checkout/src/libpanic_unwind/lib.rs:101 | |
#6 0x00005563e30e983e in _$LT$F$u20$as$u20$alloc..boxed..FnBox$LT$A$GT$$GT$::call_box::h24e52bc8c236002e () | |
#7 0x00005563e30fc918 in call_once<(),()> () at /checkout/src/liballoc/boxed.rs:825 | |
#8 std::sys_common::thread::start_thread::h97260957c81cf142 () at /checkout/src/libstd/sys_common/thread.rs:24 | |
#9 0x00005563e30f51f9 in std::sys::unix::thread::Thread::new::thread_start::h3838be2df5be642c () | |
at /checkout/src/libstd/sys/unix/thread.rs:90 | |
#10 0x00007fc90fe52e25 in start_thread () from /lib64/libpthread.so.0 | |
#11 0x00007fc90f96934d in clone () from /lib64/libc.so.6 | |
Thread 2 (Thread 0x7fc90b7fe700 (LWP 3243)): | |
#0 0x00007fc90fe56945 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0 | |
#1 0x00005563e30ed814 in rayon_core::sleep::Sleep::sleep::h403e051017a83b73 () | |
#2 0x00005563e30ebd0e in rayon_core::registry::WorkerThread::wait_until_cold::h4c91d94806702f48 () | |
#3 0x00005563e30ec54b in rayon_core::registry::main_loop::hbbba263316bb2911 () | |
#4 0x00005563e30ed17c in std::panicking::try::do_call::h8a19372e663d596b () | |
#5 0x00005563e310c48f in __rust_maybe_catch_panic () at /checkout/src/libpanic_unwind/lib.rs:101 | |
#6 0x00005563e30e983e in _$LT$F$u20$as$u20$alloc..boxed..FnBox$LT$A$GT$$GT$::call_box::h24e52bc8c236002e () | |
#7 0x00005563e30fc918 in call_once<(),()> () at /checkout/src/liballoc/boxed.rs:825 | |
#8 std::sys_common::thread::start_thread::h97260957c81cf142 () at /checkout/src/libstd/sys_common/thread.rs:24 | |
#9 0x00005563e30f51f9 in std::sys::unix::thread::Thread::new::thread_start::h3838be2df5be642c () | |
at /checkout/src/libstd/sys/unix/thread.rs:90 | |
#10 0x00007fc90fe52e25 in start_thread () from /lib64/libpthread.so.0 | |
#11 0x00007fc90f96934d in clone () from /lib64/libc.so.6 | |
Thread 1 (Thread 0x7fc910664880 (LWP 3177)): | |
#0 0x00007fc90fe56945 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0 | |
#1 0x00005563e30e9a1f in rayon_core::latch::LockLatch::wait::h6183c8f604bcac99 () | |
#2 0x00005563e3088f5e in rayon_core::registry::in_worker::h87105a4687134f08 () | |
#3 0x00005563e308b77c in rayon::iter::plumbing::bridge_producer_consumer::helper::h014594a26f741c37 () | |
#4 0x00005563e307d4a4 in wikidata::main::hdc6f94cebd481133 () | |
#5 0x00005563e307a573 in std::rt::lang_start::_$u7b$$u7b$closure$u7d$$u7d$::h813cc3c321b82dc4 () | |
#6 0x00005563e30f48c8 in {{closure}} () at /checkout/src/libstd/rt.rs:59 | |
#7 std::panicking::try::do_call::h7d33aea9be52481f () at /checkout/src/libstd/panicking.rs:480 | |
#8 0x00005563e310c48f in __rust_maybe_catch_panic () at /checkout/src/libpanic_unwind/lib.rs:101 | |
#9 0x00005563e30f9dba in try<i32,closure> () at /checkout/src/libstd/panicking.rs:459 | |
#10 catch_unwind<closure,i32> () at /checkout/src/libstd/panic.rs:365 | |
#11 std::rt::lang_start_internal::h16c0c37ef62d8e5a () at /checkout/src/libstd/rt.rs:58 | |
#12 0x00005563e307d734 in main () |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment