search for: _impl_base

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

2015 Oct 01
2
lld and thread over-subscription
....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 deal with this by limiting the number of threa...
2015 Oct 01
4
lld and thread over-subscription
...bccc 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 > deal with this by...
2015 Oct 01
2
lld and thread over-subscription
...> > 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 proble...
2015 Oct 03
2
lld and thread over-subscription
...gt; 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 -...