[Flightgear-devel] [BUG] environemnt_ctrl.cxx: exception triggers SGThread assert()

2005-11-12 Thread Melchior FRANZ
I've just implemented the check for stale METAR reports (to stop fetching after 10 stale reports). This triggers an assert in SGThread: fgfs: /usr/local/include/simgear/threads/SGThread.hxx:155: void SGThread::join(): Assertion `status == 0' failed. I don't know much about threads. Could

Re: [Flightgear-devel] [BUG] environemnt_ctrl.cxx: exception triggers SGThread assert()

2005-11-12 Thread Harald JOHNSEN
Melchior FRANZ wrote: I've just implemented the check for stale METAR reports (to stop fetching after 10 stale reports). This triggers an assert in SGThread: fgfs: /usr/local/include/simgear/threads/SGThread.hxx:155: void SGThread::join(): Assertion `status == 0' failed. I don't know much