_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> > ()
これを引き起こしている可能性のあるアイデアはありますか?