> Program received signal SIGSEGV, Segmentation fault.
> 0x080a1434 in FGTower::Update() (this=0xa71a2d8) at tower.cxx:171
> 171                           ground->SetDisplay();
> (gdb) bt
> #0  0x080a1434 in FGTower::Update() (this=0xa71a2d8) at tower.cxx:171
> #1  0x0808bb81 in FGATCMgr::update(double) (this=0x94382d0, 
>     dt=0.046717000000000002) at /usr/include/g++/bits/stl_list.h:138
> #2  0x0805624c in fgMainLoop () at ../../src/Main/globals.hxx:235
> #3  0x4003954e in idleWait () from /usr/lib/libglut.so.3
> #4  0x080524df in main (argc=1, argv=0xbfffef24) at main.cxx:1817
> #5  0x403f64a2 in __libc_start_main () from /lib/libc.so.6

Furthermore, "print ground" tells you that ground=NULL, i.e. it isn't
initialized. Maybe this helps.

  Andras

===========================================================================
Major Andras
    e-mail: [EMAIL PROTECTED]
    www:    http://andras.webhop.org/
===========================================================================

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

Reply via email to