I'm not sure what happened here, but I can reproduce it. Can anyone else?

Josh

tower:Models$ gdb -ex run --args fgfs --aircraft=b29 --altitude=5000
--vc=190
GNU gdb 6.4-debian
Copyright 2005 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain
conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "i486-linux-gnu"...Using host libthread_db
library "/lib/tls/libthread_db.so.1".

Starting program: /usr/local/bin/fgfs --aircraft=b29 --altitude=5000
--vc=190
[Thread debugging using libthread_db enabled]
[New Thread -1224452384 (LWP 9280)]
[New Thread -1361380432 (LWP 9283)]
[New Thread -1438008400 (LWP 9284)]
Httpd server started on port 5100
Reading xml electrical system model from
/usr/local/share/FlightGear/data/Aircraft/Generic/generic-electrical.xml
Nasal runtime error: no such member
  at /usr/local/share/FlightGear/data/Nasal/headshake.nas, line 22
Differential thrust initialised for 4 engines.

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread -1224452384 (LWP 9280)]
0x0820eed2 in yasim::Turbulence::getTurbulence (this=0xbace630,
loc=0xbace630, alt=nan(0x400000), up=0xbfdc7a3c,
    turbOut=0xbfdc7a60) at Turbulence.cpp:112
112         out[0] = c2fu(turb[0]) * (_x1 - _x0) + _x0;
(gdb) bt
#0  0x0820eed2 in yasim::Turbulence::getTurbulence (this=0xbace630,
loc=0xbace630, alt=nan(0x400000), up=0xbfdc7a3c,
    turbOut=0xbfdc7a60) at Turbulence.cpp:112
#1  0x0820098c in yasim::Model::localWind (this=0xb9ed304,
pos=0xbfdc7ad8, s=0xbfdc7c68, out=0xbfdc7acc,
    alt=6.65983377e-32) at Model.cpp:546
#2  0x08202bc2 in yasim::Model::calcForces (this=0xb9ed304,
s=0xbfdc7c68) at Model.cpp:407
#3  0x081fe5cb in yasim::Integrator::calcNewInterval (this=0xb9ed308) at
Integrator.cpp:176
#4  0x081f64d3 in yasim::FGFDM::iterate (this=0xb9ed300,
dt=0.00999999978) at FGFDM.cpp:92
#5  0x081ed321 in YASim::update (this=0xbad42a8,
dt=0.097536001205444339) at YASim.cxx:217
#6  0x08051969 in fgUpdateTimeDepCalcs () at main.cxx:163
#7  0x080523c4 in fgMainLoop () at main.cxx:488
#8  0x08086b87 in fgOSMainLoop () at fg_os_sdl.cxx:228
#9  0x08054e92 in fgMainInit (argc=4, argv=0xbfdc8414) at main.cxx:1040
#10 0x0805119f in main (argc=195880496, argv=0xbace630) at bootstrap.cxx:198
(gdb)


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Flightgear-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/flightgear-devel

Reply via email to