ubuntu@ip-10-122-1-136:~$ /opt/mongodbtoolchain/v4/bin/gdb -p 78015
|
GNU gdb (GDB) 12.1
|
Copyright (C) 2022 Free Software Foundation, Inc.
|
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
|
This is free software: you are free to change and redistribute it.
|
There is NO WARRANTY, to the extent permitted by law.
|
Type "show copying" and "show warranty" for details.
|
This GDB was configured as "x86_64-pc-linux-gnu".
|
Type "show configuration" for configuration details.
|
For bug reporting instructions, please see:
|
<https://www.gnu.org/software/gdb/bugs/>.
|
Find the GDB manual and other documentation resources online at:
|
<http://www.gnu.org/software/gdb/documentation/>.For help, type "help".
|
Type "apropos word" to search for commands related to "word".
|
Attaching to process 78015
|
[New LWP 78018]
|
[New LWP 78019]
|
[New LWP 78021]
|
bt
|
[Thread debugging using libthread_db enabled]
|
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
|
0x00007f7419291197 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
|
(gdb) bt
|
#0 0x00007f7419291197 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
|
#1 0x00007f7419293ac1 in pthread_cond_wait () from /lib/x86_64-linux-gnu/libc.so.6
|
#2 0x00007f741b0a07c0 in std::condition_variable::wait(std::unique_lock<std::mutex>&) ()
|
from /home/ubuntu/mongo/build/install/bin/../lib/libbase.so
|
#3 0x00007f7418c5147b in std::_V2::condition_variable_any::wait<mongo::BasicLockableAdapter> (
|
this=0x55a4287aca18, __lock=...)
|
at /opt/mongodbtoolchain/revisions/11316f1e7b36f08dcdd2ad0640af18f9287876f4/stow/gcc-v4.eZW/lib/gcc/x86_64-mongodb-linux/11.3.0/../../../../include/c++/11.3.0/condition_variable:313
|
#4 0x00007f7418c50f51 in mongo::Interruptible::NotInterruptible::waitForConditionOrInterruptNoAssertUntil (this=0x7f73ffbf02d0, cv=..., m=..., deadline=...) at src/mongo/util/interruptible.h:493
|
#5 0x00007f74181122c7 in mongo::Interruptible::waitForConditionOrInterruptUntil<std::unique_lock<mongo::latch_detail::Latch>, mongo::mozjs::MozJSProxyScope::runOnImplThread(mongo::unique_function<void ()>)::$_31>(mongo::stdx::condition_variable&, std::unique_lock<mongo::latch_detail::Latch>&, mongo::Date_t, mongo::mozjs::MozJSProxyScope::runOnImplThread(mongo::unique_function<void ()>)::$_31)::{lambda(mongo::Date_t, mongo::Interruptible::WakeSpeed)#1}::operator()(mongo::Date_t, mongo::Interruptible::WakeSpeed) const (this=0x7ffe3bfe7a60, deadline=..., speed=mongo::Interruptible::WakeSpeed::kSlow)
|
at src/mongo/util/interruptible.h:307
|
#6 0x00007f7418112083 in mongo::Interruptible::waitForConditionOrInterruptUntil<std::unique_lock<mongo::latch_detail::Latch>, mongo::mozjs::MozJSProxyScope::runOnImplThread(mongo::unique_function<void ()>)::$_31>(mongo::stdx::condition_variable&, std::unique_lock<mongo::latch_detail::Latch>&, mongo::Date_t, mongo::mozjs::MozJSProxyScope::runOnImplThread(mongo::unique_function<void ()>)::$_31)::{lambda(mongo::Date_t, mongo::Interruptible::WakeSpeed)#2}::operator()(mongo::Date_t, mongo::Interruptible::WakeSpeed) const (this=0x7ffe3bfe7a38, deadline=..., speed=mongo::Interruptible::WakeSpeed::kSlow)
|
at src/mongo/util/interruptible.h:340
|
#7 0x00007f7418111f41 in mongo::Interruptible::waitForConditionOrInterruptUntil<std::unique_lock<mongo::latch_detail::Latch>, mongo::mozjs::MozJSProxyScope::runOnImplThread(mongo::unique_function<void ()>)::$_31>(mongo::stdx::condition_variable&, std::unique_lock<mongo::latch_detail::Latch>&, mongo::Date_t, mongo::mozjs::MozJSProxyScope::runOnImplThread(mongo::unique_function<void ()>)::$_31) (
|
this=0x7f73ffbf02d0, cv=..., m=..., finalDeadline=..., pred=...)
|
--Type <RET> for more, q to quit, c to continue without paging--q
|
Quit
|
(gdb) c
|