Am Donnerstag 05 Juli 2007 14:21 schrieb Vivian Meazza:
> Hi all,
>
> I've just done a clean download of CVS-HEAD data and source. It compiles
> under MSVC8, but crashes after a few seconds of running. No error messages
> that I can see.
>
> The fix is in preferences.xml:
>
> <traffic-manager>
>     <enabled type="bool">false</enabled>
>     <instantaneous-action type="bool">false</instantaneous-action>
> </traffic-manager>

You need the trafficmanager for testing the ground radar? Else turning it off 
should be perfectly ok...

> Yesterday, before Durk's latest upload, FG here was running for about 10
> mins before it reliably crashed when running traffic- manager 

It crashed reliably? Under which circumstances, i.e. what cmdline options etc. 
It would be nice to know the 'recipe for reproduction'.

> - long enough 
> to test the ground radar. I don't think that is the same bug as I had
> before where I could see the traffic manager instantiating ac just before
> crashing.

I got a compiler warning about "taking the address of a local var" (or the 
like) in dynamics.cxx (getId). Try if changing the return type of 
FGAirport::getId() to const string& (instead of string as is now) remedies 
the problem. If so, this is fixed with the next patch.

Thomas
-- 
PhD Student, Dept. Animal Physiology, HU Berlin
Tel +49 30 2093 6173, Fax +49 30 2093 6375

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel

Reply via email to