Subject: Re: [boost] [thread] why crash launching a thread?
From: David M. Cotter (me_at_[hidden])
Date: 2010-02-01 15:18:55


i simply call:

foo = new boost::thread(CFork_Preemptive(infoP));

then somewhere INSIDE BOOST, it throws. i have not looked at the boost source about this, i was under the impression that it would never throw to create a thread.

it is intermittant. i can be running for a half hour making new threads left and right, no problem.