[Flightgear-devel] 747 segfault

2003-01-05 Thread Major A
Hi, this may be out of place given how busy everyone must have been over the holidays, and it might have been asked before, but: is it just me, or does the 747-yasim segfault fgfs on everyone's computer? I wouldn't like to lose one of my favourite planes in fgfs... Other than that, there has bee

Re: [Flightgear-devel] 747 segfault

2003-01-05 Thread Matthew Johnson
On Sun, 2003-01-05 at 13:17, Major A wrote: > Hi, > > this may be out of place given how busy everyone must have been over > the holidays, and it might have been asked before, but: is it just me, > or does the 747-yasim segfault fgfs on everyone's computer? I wouldn't > like to lose one of my favo

Re: [Flightgear-devel] 747 segfault

2003-01-06 Thread Andy Ross
Matthew Johnson wrote: > Major A wrote: > > does the 747-yasim segfault fgfs on everyone's computer? > > Yes I get a segfault too I can't reproduce this with the command line solver (and can't run fgfs from work). Crashes in YASim are (well, have been) almost always in the parser, and happen due

Re: [Flightgear-devel] 747 segfault

2003-01-06 Thread Curtis L. Olson
Andy Ross writes: > I can't reproduce this with the command line solver (and can't run > fgfs from work). Crashes in YASim are (well, have been) almost always > in the parser, and happen due to unhandled syntax errors. Are you > sure you have the proper base package and an unmodified 747.xml file

Re: [Flightgear-devel] 747 segfault

2003-01-06 Thread Jim Wilson
"Curtis L. Olson" <[EMAIL PROTECTED]> said: > Andy Ross writes: > > I can't reproduce this with the command line solver (and can't run > > fgfs from work). Crashes in YASim are (well, have been) almost always > > in the parser, and happen due to unhandled syntax errors. Are you > > sure you have

Re: [Flightgear-devel] 747 segfault

2003-01-06 Thread Major A
> Can one of you get a stack trace in gdb to see where it's crashing? This is the command line: /usr/local/FlightGear/bin/fgfs --fg-root=/usr/local/FlightGear/lib/FlightGear --aircraft=747 This is what gdb says: Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 16384

Re: [Flightgear-devel] 747 segfault

2003-01-06 Thread Matthew Johnson
Works fine on SuSE 8.1, after CVS update. Well apart from a blank panel... Matt PS Build also went through without a hitch. On Mon, 2003-01-06 at 15:58, Major A wrote: > > Can one of you get a stack trace in gdb to see where it's crashing? > > This is the command line: > > /usr/local/FlightGe

Re: [Flightgear-devel] 747 segfault

2003-01-06 Thread Andy Ross
Major A wrote: > #0 ssgSGIHeader::getRow() at ssgLoadSGI.cxx:211 > #1 ssgSGIHeader::ssgSGIHeader(... > >"/usr/local/FlightGear/lib/FlightGear/Aircraft/747/Models/boeing747-400-jw-08.rgb", >...) > at ssgLoadSGI.cxx:328 This is plib crashing while trying to load a texture file. My gue

Re: [Flightgear-devel] 747 segfault

2003-01-08 Thread Major A
> > #1 ssgSGIHeader::ssgSGIHeader(... > > >"/usr/local/FlightGear/lib/FlightGear/Aircraft/747/Models/boeing747-400-jw-08.rgb", >...) > > at ssgLoadSGI.cxx:328 > > This is plib crashing while trying to load a texture file. My guess > is that something is wrong with this texture. Ei