search for: _m_start_thread

Displaying 4 results from an estimated 4 matches for "_m_start_thread".

2015 Oct 01
2
lld and thread over-subscription
...libstdc++.so.6 0x00000fff94f0bc84 8 libstdc++.so.6 0x00000fff94f0bccc std::terminate() + 4294087956 9 libstdc++.so.6 0x00000fff94f0c0c4 __cxa_throw + 4294088780 10 libstdc++.so.6 0x00000fff94f816e0 std::__throw_system_error(int) + 4294526808 11 libstdc++.so.6 0x00000fff94f83d30 std::thread::_M_start_thread(std::shared_ptr<std::thread::_Impl_base>) + 4294534936 12 lld 0x000000001002a278 ... which seems to indicate a core problem here with dealing with thread-resource exhaustion. For almost all tests, running them individually (or using lit -j 1) works without a problem. We could dea...
2015 Oct 01
4
lld and thread over-subscription
...fff94f0bc84 > 8 libstdc++.so.6 0x00000fff94f0bccc std::terminate() + 4294087956 > 9 libstdc++.so.6 0x00000fff94f0c0c4 __cxa_throw + 4294088780 > 10 libstdc++.so.6 0x00000fff94f816e0 std::__throw_system_error(int) + > 4294526808 > 11 libstdc++.so.6 0x00000fff94f83d30 > std::thread::_M_start_thread(std::shared_ptr<std::thread::_Impl_base>) > + 4294534936 > 12 lld 0x000000001002a278 > ... > > which seems to indicate a core problem here with dealing with > thread-resource exhaustion. For almost all tests, running them > individually (or using lit -j 1) works without...
2015 Oct 01
2
lld and thread over-subscription
...x00000fff94f0bccc std::terminate() + 4294087956 > > 9 libstdc++.so.6 0x00000fff94f0c0c4 __cxa_throw + 4294088780 > > 10 libstdc++.so.6 0x00000fff94f816e0 std::__throw_system_error(int) > > + > > 4294526808 > > 11 libstdc++.so.6 0x00000fff94f83d30 > > std::thread::_M_start_thread(std::shared_ptr<std::thread::_Impl_base>) > > + 4294534936 > > 12 lld 0x000000001002a278 > > ... > > > > which seems to indicate a core problem here with dealing with > > thread-resource exhaustion. For almost all tests, running them > > individually...
2015 Oct 03
2
lld and thread over-subscription
...4f0bccc std::terminate() + 4294087956 >> > 9 libstdc++.so.6 0x00000fff94f0c0c4 __cxa_throw + 4294088780 >> > 10 libstdc++.so.6 0x00000fff94f816e0 std::__throw_system_error(int) + >> > 4294526808 >> > 11 libstdc++.so.6 0x00000fff94f83d30 >> > std::thread::_M_start_thread(std::shared_ptr<std::thread::_Impl_base>) >> > + 4294534936 >> > 12 lld 0x000000001002a278 >> > ... >> > >> > which seems to indicate a core problem here with dealing with >> > thread-resource exhaustion. For almost all tests, running them...