You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tuscany.apache.org by "ant elder (JIRA)" <tu...@ws.apache.org> on 2006/10/06 13:52:36 UTC

[jira] Updated: (TUSCANY-428) FAQ Entry - Crash on exception printing due to single thread compile

     [ http://issues.apache.org/jira/browse/TUSCANY-428?page=all ]

ant elder updated TUSCANY-428:
------------------------------

    Fix Version/s: Cpp-current

> 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
>          Issue Type: Improvement
>          Components: C++ SDO
>    Affects Versions: Cpp-current
>         Environment: Windows XP
>            Reporter: Simon Laws
>            Priority: Trivial
>             Fix For: Cpp-current
>
>
> 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: tuscany-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-dev-help@ws.apache.org