Re: [Flightgear-devel] [BUG] [PATCH] (announcement) throwing stale exceptions and missing copy ctor/assignment

2005-11-25 Thread Vassilii Khachaturov
> I've tried to compile FG with this patches. But there is a problem Dear Ladislaw, thank you very much for your help in testing this. > to compile it because > no errno is declared in those files. > I don't know, how it is mentioned, I'm not up to the code. I don't > know how to fix it cleanly

Re: [Flightgear-devel] [BUG] [PATCH] (announcement) throwing stale exceptions and missing copy ctor/assignment

2005-11-25 Thread Ladislav Michnovič
Hello. I've tried to compile FG with this patches. But there is a problem to compile it because no errno is declared in those files. I don't know, how it is mentioned, I'm not up to the code. I don't know how to fix it cleanly. So please, can you post the correction? Thank you. BTW. Paste the

Re: [Flightgear-devel] [BUG] [PATCH] (announcement) throwing stale exceptions and missing copy ctor/assignment

2005-11-25 Thread Vassilii Khachaturov
> I wonder: what does actually happen when you "create" a static object in > the middle of a method? Same as if you create it in the beginning of the method :-) it gets initialized before it's first used, that's guaranteed; whether it's actually done before the function first runs or before the bl

Re: [Flightgear-devel] [BUG] [PATCH] (announcement) throwing stale exceptions and missing copy ctor/assignment

2005-11-25 Thread Christian Mayer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Vassilii Khachaturov schrieb: > What has been done in the patch: > * whenever an exception object was created on a stack and then thrown > (thus causing the dtor for that object to fire!), it was replaced > with a STATIC exception object use in the sam

[Flightgear-devel] [BUG] [PATCH] (announcement) throwing stale exceptions and missing copy ctor/assignment

2005-11-25 Thread Vassilii Khachaturov
This is to announce the 3-part patch I have just submitted to the list. It has been split as follows: 1. http://mail.flightgear.org/pipermail/flightgear-devel/2005-November/040968.html SimGear-level changes 2. http://mail.flightgear.org/pipermail/flightgear-devel/2005-November/040969.html FlightG