Thread: mingw program crashes when throwing exception inside secondary thread

  1. #16
    Registered User
    Join Date
    Oct 2006
    Posts
    3,445
    Quote Originally Posted by Codeplug View Post
    You can't recompile them?
    I have to convince my fellow developers here that it is necessary to do so, and I don't see that happening.

  2. #17
    Registered User
    Join Date
    Oct 2006
    Posts
    3,445
    I got gcc 4.4.0 working, and it solved the problem. I was able to recompile necessary libraries and eliminate unnecessary ones, and it works much better. thanks for the gcc 4.4.0 suggestion.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Simple thread object model (my first post)
    By Codeplug in forum Windows Programming
    Replies: 4
    Last Post: 12-12-2004, 11:34 PM
  2. Thread inside a thread ?
    By lsme in forum Linux Programming
    Replies: 3
    Last Post: 12-08-2004, 11:08 PM
  3. Comment this Program
    By kishorepalle in forum C Programming
    Replies: 11
    Last Post: 10-05-2004, 06:41 AM
  4. Problem : Threads WILL NOT DIE!!
    By hanhao in forum C++ Programming
    Replies: 2
    Last Post: 04-16-2004, 01:37 PM
  5. How to make a thread sleep or std::recv timeout?
    By BrianK in forum Linux Programming
    Replies: 3
    Last Post: 02-26-2003, 10:27 PM