This is weird.  Your back trace isn't showing where exactly in the
options.cxx:fgSetDefaults() routine you are crashing.  But, the value=
shows -110.6642444 so this is clearly dying on the first
fgSetDouble():

    fgSetDouble("/position/longitude-deg", -110.6642444);

So somehow your property manager isn't getting initialized correctly.
This should happen when the FGGlobals class is created which has
definitely already happened.

What platform/compiler/etc. did you say you were using?

Curt.


Alex Romosan writes:
> i've just updated everything and now when i try to rung fgfs i get:
> 
> Program received signal SIGSEGV, Segmentation fault.
> [Switching to Thread 1024 (LWP 11729)]
> 0x40104e48 in SGPropertyNode::getNode (this=0x0, relative_path=@0xbffff2b4, 
>     create=true) at props.cxx:1327
> 1327      if (_path_cache == 0)
> (gdb) where
> #0  0x40104e48 in SGPropertyNode::getNode (this=0x0, 
>     relative_path=@0xbffff2b4, create=true) at props.cxx:1327
> #1  0x401059ac in SGPropertyNode::setDoubleValue (this=0x0, 
>     relative_path=@0xbffff2b4, value=-110.6642444) at props.cxx:1509
> #2  0x08089198 in fgSetDefaults () at fg_props.hxx:328
> #3  0x0806b809 in fgInitConfig (argc=2, argv=0xbffff6f4) at fg_init.cxx:219
> #4  0x0805d9cf in mainLoop (argc=2, argv=0xbffff6f4) at main.cxx:1487
> #5  0x08061d8a in main (argc=2, argv=0xbffff6f4) at main.cxx:1816
> #6  0x4051a6cf in __libc_start_main () from /lib/libc.so.6
> 
> i am not sure why i get multiple threads since flightgear was
> configured without threads.
> 
> --alex--
> 
> -- 
> | I believe the moment is at hand when, by a paranoiac and active |
> |  advance of the mind, it will be possible (simultaneously with  |
> |  automatism and other passive states) to systematize confusion  |
> |  and thus to help to discredit completely the world of reality. |
> 
> _______________________________________________
> Flightgear-devel mailing list
> [EMAIL PROTECTED]
> http://mail.flightgear.org/mailman/listinfo/flightgear-devel

-- 
Curtis Olson   IVLab / HumanFIRST Program       FlightGear Project
Twin Cities    [EMAIL PROTECTED]                  [EMAIL PROTECTED]
Minnesota      http://www.menet.umn.edu/~curt   http://www.flightgear.org

_______________________________________________
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel

Reply via email to