Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
Description
on some system, it fails when calling Thread::join(), where it seams
the thread property ot the Thread object is no longer valid. (This
happens on Mandrake.) On other system, the test output is:
LiveSupport::Core::ThreadTest::simpleTest : assertion
src/ThreadTest.cxx:91:Assertion Test name:
LiveSupport::Core::ThreadTest::simpleTest assertion failed -
Expression: runnable->getState() == TestRunnable::running
the thread property ot the Thread object is no longer valid. (This
happens on Mandrake.) On other system, the test output is:
LiveSupport::Core::ThreadTest::simpleTest : assertion
src/ThreadTest.cxx:91:Assertion Test name:
LiveSupport::Core::ThreadTest::simpleTest assertion failed -
Expression: runnable->getState() == TestRunnable::running
return, which freed resources prematurely.