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

2009-07-22 Thread Joshua John Bialkowski
Quoting Joshua John Bialkowski 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

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

2009-07-22 Thread Joshua John Bialkowski
Quoting Christopher Faylor On Wed, Jul 22, 2009 at 08:05:21PM -0400, Joshua John Bialkowski wrote: I've spent the entire day scouring the internet for a solution to my problem, so I apologize if this has already been answered. If that is the case a pointer in the right direction would be appr

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

2009-07-22 Thread Joshua John Bialkowski
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...

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

2009-07-22 Thread Christopher Faylor
On Wed, Jul 22, 2009 at 08:05:21PM -0400, Joshua John Bialkowski wrote: >I've spent the entire day scouring the internet for a solution to my problem, >so >I apologize if this has already been answered. If that is the case a pointer in >the right direction would be appreciated. >[snip] >#include

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

2009-07-22 Thread Greg Chicares
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

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

2009-07-22 Thread Joshua John Bialkowski
I've spent the entire day scouring the internet for a solution to my problem, so I apologize if this has already been answered. If that is the case a pointer in the right direction would be appreciated. I'm using g++ (GCC) version 3.4.4 from the cygwin installer, and I've run in to this very confu