FAQ Entry - Crash on exception printing due to single thread compile
--------------------------------------------------------------------
Key: TUSCANY-428
URL: http://issues.apache.org/jira/browse/TUSCANY-428
Project: Tuscany
Type: Improvement
Components: C++ SDO
Versions: Cpp-current
Environment: Windows XP
Reporter: Simon Laws
Priority: Trivial
If your program crashes when you try to print out and exception with a line
such as
cout << e;
Check that your exe is compiled for multithreaded operation: Properties - C/C++
- Code Generation - Runtime Library. If it is compiled for single threaded
operation this conflics with the multi threaded compile of the tuscany_sdo.dll
and the ostream gets confused when trying to get a mutex.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]