我有一个多线程应用程序挂起对_dl_sysinfo_int80() 的调用。根据gdb,所有线程都卡在这个调用中。
堆栈跟踪的顶部如下所示:
#0 0x002727a2 in _dl_sysinfo_int80 () from /lib/ld-linux.so.2
#1 0x004f23de in __lll_mutex_lock_wait () from /lib/tls/libpthread.so.0
#2 0x004ef00b in _L_mutex_lock_35 () from /lib/tls/libpthread.so.0
#3 0x092828ac in construction vtable for std::ostream-in-std::basic_stringstream<char, std::char_traits<char>, std::allocator<char> > ()
知道是什么原因造成的吗?