ubuntu@ip-10-122-5-125:~$ /opt/mongodbtoolchain/v4/bin/gdb -p 77111
|
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 "aarch64-unknown-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 77111
|
[New LWP 77124]
|
[New LWP 77125]
|
[New LWP 77126]
|
[New LWP 77127]
|
[New LWP 77128]
|
[New LWP 77129]
|
[New LWP 77130]
|
[New LWP 77135]
|
[New LWP 77136]
|
[New LWP 77137]
|
[New LWP 77138]
|
[New LWP 77139]
|
[New LWP 77140]
|
[New LWP 77141]
|
[New LWP 77142]
|
[New LWP 77143]
|
[New LWP 77144]
|
[New LWP 77145]
|
[New LWP 77146]
|
[New LWP 77147]
|
[New LWP 77148]
|
[New LWP 77153]
|
[New LWP 77154]
|
[New LWP 77155]
|
[New LWP 77156]
|
[New LWP 77157]
|
[New LWP 77158]
|
[New LWP 77159]
|
[New LWP 77160]
|
[New LWP 77542]
|
[New LWP 77546]
|
bt
|
[Thread debugging using libthread_db enabled]
|
Using host libthread_db library "/lib/aarch64-linux-gnu/libthread_db.so.1".
|
0x0000ffffa0c79df8 in ?? () from /lib/aarch64-linux-gnu/libc.so.6
|
(gdb) bt
|
#0 0x0000ffffa0c79df8 in ?? () from /lib/aarch64-linux-gnu/libc.so.6
|
#1 0x0000ffffa0c7c8fc in pthread_cond_wait () from /lib/aarch64-linux-gnu/libc.so.6
|
#2 0x0000ffffa331dae0 in std::condition_variable::wait(std::unique_lock<std::mutex>&) ()
|
from /home/ubuntu/mongo/build/install/bin/../lib/libbase.so
|
#3 0x0000ffffa32c027c in std::_V2::condition_variable_any::wait<std::unique_lock<mongo::latch_detail::Latch> > (this=0xffffa33b1230 <mongo::(anonymous namespace)::shutdownTasksComplete>, __lock=...)
|
at /opt/mongodbtoolchain/revisions/11316f1e7b36f08dcdd2ad0640af18f9287876f4/stow/gcc-v4.XAW/lib/gcc/aarch64-mongodb-linux/11.3.0/../../../../include/c++/11.3.0/condition_variable:313
|
#4 0x0000ffffa32beeb4 in std::_V2::condition_variable_any::wait<std::unique_lock<mongo::latch_detail::Latch>, mongo::waitForShutdown()::$_2>(std::unique_lock<mongo::latch_detail::Latch>&, mongo::waitForShutdown()::$_2) (this=0xffffa33b1230 <mongo::(anonymous namespace)::shutdownTasksComplete>, __lock=...,
|
__p=...)
|
at /opt/mongodbtoolchain/revisions/11316f1e7b36f08dcdd2ad0640af18f9287876f4/stow/gcc-v4.XAW/lib/gcc/aarch64-mongodb-linux/11.3.0/../../../../include/c++/11.3.0/condition_variable:322
|
#5 0x0000ffffa32bedfc in mongo::waitForShutdown () at src/mongo/util/exit.cpp:91
|
#6 0x0000ffffa1545bf8 in mongo::(anonymous namespace)::_initAndListen (
|
serviceContext=0xaaaac1db8e00, listenPort=20000) at src/mongo/db/mongod_main.cpp:979
|
#7 0x0000ffffa1538b84 in mongo::(anonymous namespace)::initAndListen (service=0xaaaac1db8e00,
|
listenPort=20000) at src/mongo/db/mongod_main.cpp:984
|
#8 0x0000ffffa1534aec in mongo::mongod_main (argc=25, argv=0xffffff810228)
|
at src/mongo/db/mongod_main.cpp:1759
|
#9 0x0000aaaab11910b8 in main (argc=25, argv=0xffffff810228) at src/mongo/db/mongod.cpp:47
|