[Cppunit-devel] test fail - uncaught exception of unknown type
Brought to you by:
blep
|
From: <ali...@au...> - 2005-10-19 22:25:11
|
Hello,
I got this message at the end of the test, and i really do not know why t=
he
exception occurs.
I tracked the program and found that the program hangs up when it calls a=
thread
safe method (at the point of EnterCriticalSection).=20
methodName
{
EnterCriticalSection(); //the program hangs up here
}
I do not know why it hangs up because i have not use threading yet. And i=
t is
all right with other thread safe method.
Could you please tell me what is wrong here?
Thanks
Alison
----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.
|