
10 Dec
2006
10 Dec
'06
2:05 p.m.
John Maddock wrote:
Does anyone have any idea why the following assertion:
Assertion failed: attached_thread_count == 0, file ..\libs\thread\src\tss_hooks.cpp, line 157
should occur in one of the regex regression tests.
It's unique to msvc-6, has only recently started occurring, and I can't reproduce it locally either, the regression log is here: http://tinyurl.com/yhgmam
I am trying to look into it. Basically it means, that the tests are linked to the threading lib, and a (second) thread is still running when the process is being shut down. But I can't tell at the moment what is starting this additional thread(s). Roland