Uploaded image for project: 'Tuscany'
  1. Tuscany
  2. TUSCANY-428

FAQ Entry - Crash on exception printing due to single thread compile

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Trivial
    • Resolution: Later
    • C++-SCA-Next
    • C++-SCA-Next
    • C++ SDO
    • None
    • Windows XP

    Description

      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.

      Attachments

        Activity

          People

            Unassigned Unassigned
            simonslaws Simon Laws
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: