Re: [Flightgear-devel] Segmentation fault during startup

2005-06-02 Thread Danie Heath
I've only specified --fg-root=pathtoflightgear . it also returns the
same result with different aircraft.

I'll test it on my home pc ... hopefully it will have a different result

Danie

On Thu, 2005-06-02 at 14:11 +0200, Erik Hofman wrote:
> Danie Heath wrote:
> > Nope ... this is a clean installation directly from the CVS.  I haven't
> > edited any of the files.
> 
> What command line options are specified and which aircraft is used.
> Also, is it the same behavior for other aircraft types?
> 
> Erik
> 
> ___
> Flightgear-devel mailing list
> Flightgear-devel@flightgear.org
> http://mail.flightgear.org/mailman/listinfo/flightgear-devel
> 2f585eeea02e2c79d7b1d8c4963bae2d
> 


___
Flightgear-devel mailing list
Flightgear-devel@flightgear.org
http://mail.flightgear.org/mailman/listinfo/flightgear-devel
2f585eeea02e2c79d7b1d8c4963bae2d


Re: [Flightgear-devel] Segmentation fault during startup

2005-06-02 Thread Erik Hofman

Danie Heath wrote:

Nope ... this is a clean installation directly from the CVS.  I haven't
edited any of the files.


What command line options are specified and which aircraft is used.
Also, is it the same behavior for other aircraft types?

Erik

___
Flightgear-devel mailing list
Flightgear-devel@flightgear.org
http://mail.flightgear.org/mailman/listinfo/flightgear-devel
2f585eeea02e2c79d7b1d8c4963bae2d


Re: [Flightgear-devel] Segmentation fault during startup

2005-06-02 Thread Danie Heath
Nope ... this is a clean installation directly from the CVS.  I haven't
edited any of the files.

But will check them anyway ...

Danie

On Thu, 2005-06-02 at 13:48 +0200, Erik Hofman wrote:
> Danie Heath wrote:
> > Ok, brilliant  here's the output with --log-level=info
> 
> Unfortunately this doesn't reveal too much. Is there any chance you have 
> modified an xml configuration file? Sometimes an error in an XML file 
> can cause a segmentation fault. One way to check them is by loading it 
> into the webbrowser.
> 
> Erik
> 
> ___
> Flightgear-devel mailing list
> Flightgear-devel@flightgear.org
> http://mail.flightgear.org/mailman/listinfo/flightgear-devel
> 2f585eeea02e2c79d7b1d8c4963bae2d
> 


___
Flightgear-devel mailing list
Flightgear-devel@flightgear.org
http://mail.flightgear.org/mailman/listinfo/flightgear-devel
2f585eeea02e2c79d7b1d8c4963bae2d


Re: [Flightgear-devel] Segmentation fault during startup

2005-06-02 Thread Erik Hofman

Danie Heath wrote:

Ok, brilliant  here's the output with --log-level=info


Unfortunately this doesn't reveal too much. Is there any chance you have 
modified an xml configuration file? Sometimes an error in an XML file 
can cause a segmentation fault. One way to check them is by loading it 
into the webbrowser.


Erik

___
Flightgear-devel mailing list
Flightgear-devel@flightgear.org
http://mail.flightgear.org/mailman/listinfo/flightgear-devel
2f585eeea02e2c79d7b1d8c4963bae2d


Re: [Flightgear-devel] Segmentation fault during startup

2005-06-02 Thread Martin Spott
Danie Heath wrote:

> I get a segmentation fault when trying to run flightgear. It occurs
> while the splash screen is displayed.  I am using :
> 
> ./fgfs --fg-root=pathtoflightgear
> 
> I have synched with CVS to get the latest source.  I am running on a
> Packard Bell B3410 laptop with Fedora Core 3.  Is there a command line
> parameter that I can use to get more information on this error for you
> guys ?

Lots of. First try:

  # ~> fgfs --help --verbose

 to get an impression of what's available. Afterwards try:

  # ~> fgfs --log-level={bulk,debug}

(choose one of these two options). But maybe you're just pointing at
the wrong directory. Ok, you probably already know FG quite well, but
it still might be a mistake:
"--fg-root=pathtoflightgear" has to point to the root of the base
package. Pointing to the wrong directory or a directory that contains a
base package that is not in sync with the sources where the binary was
built from might lead to obscure error messages or even segfaults.

Cheers,
Martin.
-- 
 Unix _IS_ user friendly - it's just selective about who its friends are !
--

___
Flightgear-devel mailing list
Flightgear-devel@flightgear.org
http://mail.flightgear.org/mailman/listinfo/flightgear-devel
2f585eeea02e2c79d7b1d8c4963bae2d


Re: [Flightgear-devel] Segmentation fault during startup

2005-06-02 Thread Danie Heath
Ok, brilliant  here's the output with --log-level=info

No type supplied for layer Pitch trim down annunciator assuming
"texture"
No type supplied for layer IN HG Anunciator assuming "texture"
No type supplied for layer hPa Anunciator assuming "texture"
Reading binding property-toggle
Reading binding property-toggle
Reading binding property-toggle
Reading binding property-toggle
Reading binding property-toggle
Reading binding property-toggle
Reading binding property-adjust
Reading binding property-adjust
Reading binding property-adjust
Reading binding property-adjust
Reading binding property-toggle
Reading binding property-adjust
Reading binding property-adjust
Reading binding property-adjust
Reading binding property-adjust
Reading binding property-adjust
Reading binding property-adjust
Reading binding property-adjust
Reading binding property-adjust
No type supplied for layer background assuming "texture"
No type supplied for layer background assuming "texture"
No type supplied for layer background assuming "texture"
No type supplied for layer background assuming "texture"
No type supplied for layer background assuming "texture"
Done reading panel instruments
  Loading stars
from /home/doo/CVSSource/FlightGear-0.9//data/Astro/stars
  Loaded 850 stars
initializing cloud layers
 texture =
 texture =
 texture =
 texture =
 texture =
 texture =
Segmentation fault




Kind Regards

Danie Heath

PS.  --log-level=bulk has been running about 5 minutes already 
looks like it's still gonna take some time ... will post the results
when that's done 

On Thu, 2005-06-02 at 10:35 +0200, Erik Hofman wrote:
> Danie Heath wrote:
> > Hi guys,
> > 
> > I get a segmentation fault when trying to run flightgear. It occurs
> > while the splash screen is displayed.  I am using :
> > 
> > ./fgfs --fg-root=pathtoflightgear
> > 
> > I have synched with CVS to get the latest source.  I am running on a
> > Packard Bell B3410 laptop with Fedora Core 3.  Is there a command line
> > parameter that I can use to get more information on this error for you
> > guys ?
> 
> It would be nice to see the output of FlightGear when running it with 
> --log-level=info (or even --log-level=bulk).
> 
> Erik
> 
> ___
> Flightgear-devel mailing list
> Flightgear-devel@flightgear.org
> http://mail.flightgear.org/mailman/listinfo/flightgear-devel
> 2f585eeea02e2c79d7b1d8c4963bae2d
> 


___
Flightgear-devel mailing list
Flightgear-devel@flightgear.org
http://mail.flightgear.org/mailman/listinfo/flightgear-devel
2f585eeea02e2c79d7b1d8c4963bae2d


Re: [Flightgear-devel] Segmentation fault during startup

2005-06-02 Thread Erik Hofman

Danie Heath wrote:

Hi guys,

I get a segmentation fault when trying to run flightgear. It occurs
while the splash screen is displayed.  I am using :

./fgfs --fg-root=pathtoflightgear

I have synched with CVS to get the latest source.  I am running on a
Packard Bell B3410 laptop with Fedora Core 3.  Is there a command line
parameter that I can use to get more information on this error for you
guys ?


It would be nice to see the output of FlightGear when running it with 
--log-level=info (or even --log-level=bulk).


Erik

___
Flightgear-devel mailing list
Flightgear-devel@flightgear.org
http://mail.flightgear.org/mailman/listinfo/flightgear-devel
2f585eeea02e2c79d7b1d8c4963bae2d