Re: [Flightgear-devel] Reproducible crash in mk_viii.cxx

2009-03-10 Thread Jon S. Berndt
> With JSBSim aircrafts i get exactly the same problem/errors , it > happens > mainly when i do an airborn for long trip ( more than 1 hour) with > autopilot. > I got that errors with several models not only a specific one. > > To me, that is not new, it came up 6 or 7 month ago. > -- > Gérar

Re: [Flightgear-devel] Reproducible crash in mk_viii.cxx

2009-03-10 Thread syd adams
Thanks , I was trying to figure out how to use gdb too :). I had a few errors here , maybe related . While testing the P47 , I took off from KSFO and headed towards the Nimitz.At about the coastline , altitude about 2000 ft every thing paused... I thought I accidentally hit "p" . Looking through th

Re: [Flightgear-devel] Reproducible crash in mk_viii.cxx

2009-03-10 Thread gerard robin
On mercredi 11 mars 2009, syd adams wrote: > Thanks , I was trying to figure out how to use gdb too :). I had a few > errors here , maybe related . > While testing the P47 , I took off from KSFO and headed towards the > Nimitz.At about the coastline , altitude about 2000 ft every thing > paused...

Re: [Flightgear-devel] Reproducible crash in mk_viii.cxx

2009-03-10 Thread syd adams
Found the problem with the DC6 , so apperently not related You can't set turbo-lag to 0.0 ;) On Tue, Mar 10, 2009 at 5:00 PM, syd adams wrote: > Thanks , I was trying to figure out how to use gdb too :). I had a few > errors here , maybe related . > While testing the P47 , I took off from

Re: [Flightgear-devel] Reproducible crash in mk_viii.cxx

2009-03-10 Thread Durk Talsma
On Tuesday 10 March 2009 22:52:47 Csaba Halász wrote: > Recent gdb does, exactly as Geoff wrote, with --args. Ah, well, it's been approx since 1996 since I last read gdb documentation... Cheers, Durk -- Apps built with th

Re: [Flightgear-devel] Reproducible crash in mk_viii.cxx

2009-03-10 Thread Melchior FRANZ
* Durk Talsma -- Tuesday 10 March 2009: > On Tuesday 10 March 2009 14:04:47 Geoff McLane wrote: > > ~/fg$ gdb --args ./fgfs --fg-root=... etc etc > > (gdb) run > gdb doesn't accept command line options for the program you're > debugging. Yes, it does. Geoff's line was correct. :-) m. ---

Re: [Flightgear-devel] Reproducible crash in mk_viii.cxx

2009-03-10 Thread Csaba Halász
On Tue, Mar 10, 2009 at 10:44 PM, Durk Talsma wrote: > On Tuesday 10 March 2009 14:04:47 Geoff McLane wrote: > >> 1. Meantime could someone help me how to run gdb with fgfs... I >> assume it is something like - >> ~/fg$ gdb --args ./fgfs --fg-root=... etc etc > > > gdb doesn't accept command line

Re: [Flightgear-devel] Reproducible crash in mk_viii.cxx

2009-03-10 Thread Durk Talsma
On Tuesday 10 March 2009 14:04:47 Geoff McLane wrote: > 1. Meantime could someone help me how to run gdb with fgfs... I > assume it is something like - > > ~/fg$ gdb --args ./fgfs --fg-root=... etc etc > (gdb) run > you would run something like: $ gdb ./src/Main/fgfs (gdb) r --fg-root= gd

Re: [Flightgear-devel] Reproducible crash in mk_viii.cxx

2009-03-10 Thread Mathias Fröhlich
Hi, On Tuesday 10 March 2009 14:04:47 Geoff McLane wrote: > Also my WIN32 code has some protective code I _HAD_ to add > that does not allow triangles( int i1, int i2 ), and other shapes, > to be added if out of range of the _vertices.size()... windows > does a range check, and aborts the applic

Re: [Flightgear-devel] Reproducible crash in mk_viii.cxx

2009-03-10 Thread Geoff McLane
Ok, my 'patch' did nothing! It still CRASHED... In fact when I put in some printf() statements before the return I did not see any! Either Mathias has 'fixed' the calls which were out-of-range, or somehow .size() is different, or the scenery decode yields different values, printf() failed!, or...

Re: [Flightgear-devel] Saving Instant Replay to a File

2009-03-10 Thread gerard robin
On mardi 10 mars 2009, Stefan Seifert wrote: > On Tuesday 10 March 2009 14:16:23 Matthew Barousse wrote: > > Hey all, > > I'm currently attempting to modify flight gear, so that I may save and > > re-play flights, exactly like the instant replay feature, but with a save > > file. > > > > My next ta

[Flightgear-devel] Bug in jsclient

2009-03-10 Thread Kishore
There appears to be a bug in jsclient code that causes it to fail on linux 64 bit since a "long" is 64 bit long. In any case i think it is safer to use fixed width typedefs when the code depends on the size of the datatype. Patch attached. -- Cheers! Kishore diff --git a/src/Network/jsclient.cx

Re: [Flightgear-devel] Reproducible crash in mk_viii.cxx

2009-03-10 Thread Geoff McLane
Cancel the question 2 - autopilot - found the dialog, and got it all working ... should have looked harder before asking ;=)) Geoff. -- ___ Flightgear-devel mailing list Fligh

Re: [Flightgear-devel] Saving Instant Replay to a File

2009-03-10 Thread Stefan Seifert
On Tuesday 10 March 2009 14:16:23 Matthew Barousse wrote: > Hey all, > I'm currently attempting to modify flight gear, so that I may save and > re-play flights, exactly like the instant replay feature, but with a save > file. > > My next task is to implement a save-to-file feature. I was thinking t

Re: [Flightgear-devel] Saving Instant Replay to a File

2009-03-10 Thread Csaba Halász
On Tue, Mar 10, 2009 at 2:16 PM, Matthew Barousse wrote: > Hey all, > I'm currently attempting to modify flight gear, so that I may save and > re-play flights, exactly like the instant replay feature, but with a save > file. > > My next task is to implement a save-to-file feature. I was thinking t

[Flightgear-devel] Saving Instant Replay to a File

2009-03-10 Thread Matthew Barousse
Hey all, I'm currently attempting to modify flight gear, so that I may save and re-play flights, exactly like the instant replay feature, but with a save file. My next task is to implement a save-to-file feature. I was thinking the easiest path would be to write the instant replay memory buffers (

Re: [Flightgear-devel] Reproducible crash in mk_viii.cxx

2009-03-10 Thread Geoff McLane
On Tue, 2009-03-10 at 04:00 +0100, Csaba Halász wrote: > On Mon, Mar 9, 2009 at 8:36 PM, Durk Talsma wrote: > > > > - There's a VOR station located exactly 100.0nm from the startup position. > > If you fly straight to this VOR station (it's at the default NAV1 > > frequency), by following radial

[Flightgear-devel] Cross-post from the Forums - FG developer contract for Redbird Flight Simulations Inc.

2009-03-10 Thread Stuart Buchanan
Hi All, The following post on the forum may be of interest to those wanting to do some commercial work with FG: http://www.flightgear.org/forums/viewtopic.php?f=2&t=3202 Redbird Flight Simulations Inc. are looking to contract a FG developer to investigate replacing ESP/FSX with FG. -Stuart