This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: (g++) program crashes when I throw an exception in a separate thread


On 2009-07-23 00:05Z, Joshua John Bialkowski wrote:
> 
> I'm using g++ (GCC) version 3.4.4 from the cygwin installer, and I've run in to
> this very confusing problem. I'm compiling with the -mno-cygwin option
[...]
> The problem I have is that when I launch a separate thread, and then throw an
> exception in that separate thread, my program will crash... even if I catch
> that exception.

Are you compiling with '-mthreads'?

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]