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

2009-03-15 Thread Geoff McLane
On Thu, 2009-03-12 at 21:41 +0100, Mathias Fröhlich wrote: On Thursday 12 March 2009 20:12:54 Geoff McLane wrote: [ win32 out of range ] But this is all with CVS of about a week ago. Over the coming days will do an update in WIN32, and see if this problem is still present (in win32)... I

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

2009-03-15 Thread Mathias Fröhlich
Hi, On Sunday 15 March 2009 16:43:21 Geoff McLane wrote: After quite a number of flights, various aircraft, locations, just to confirm, an updated cvs (13th) now has _NO_ - Out of range - values (in either Ubuntu or Vista)... Thanks! Greetings Mathias

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

2009-03-13 Thread Durk Talsma
Hi Matthias, Problem solved it looks. Finally made the Flight between Ottawa and Montreal. Cheers, Durk On Thursday 12 March 2009 18:47:04 Mathias Fröhlich wrote: Hi, I have checked in something that should fix that problem. Can you try again with current cvs?

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

2009-03-12 Thread Geoff McLane
On Thu, 2009-03-12 at 18:47 +0100, Mathias Fröhlich wrote: Hi, I have checked in something that should fix that problem. Can you try again with current cvs? Greetings Mathias Hi Mathias, GREAT STUFF! ... I made it all the way to the waterway on 108, at about 2500, running at a 'slow' 250

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

2009-03-11 Thread gerard robin
On mercredi 11 mars 2009, Jon S. Berndt wrote: 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,

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

2009-03-10 Thread Durk Talsma
On Tuesday 10 March 2009 04:00:10 Csaba Halász wrote: On Mon, Mar 9, 2009 at 8:36 PM, Durk Talsma d.tal...@xs4all.nl 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

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 d.tal...@xs4all.nl 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

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

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 vector.size() is different, or the scenery decode yields different values, printf() failed!,

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 vector does a range check, and aborts the

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 d.tal...@xs4all.nl 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

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 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 adams@gmail.com 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 ,

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... I

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 the

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érard

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

2009-03-09 Thread Durk Talsma
Hi Geoff, On Sunday 08 March 2009 20:56:52 Geoff McLane wrote: Yep! Tried ... --aircraft=CitationX --airport=CYOW --runway=25 --fg-scenery= $HOME/Scenery-1.0.1 Thanks for you report. Good to know, I'm not the only one, at that adds to the robustness of the crash. I think it's too early to

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

2009-03-09 Thread gerard robin
On lundi 09 mars 2009, Durk Talsma wrote: Hi Geoff, On Sunday 08 March 2009 20:56:52 Geoff McLane wrote: Yep! Tried ... --aircraft=CitationX --airport=CYOW --runway=25 --fg-scenery= $HOME/Scenery-1.0.1 Thanks for you report. Good to know, I'm not the only one, at that adds to the

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

2009-03-09 Thread Durk Talsma
Hi Gerard, On Monday 09 March 2009 12:06:58 gerard robin wrote: Yes with JSBSim there is the same NAN error , more or les randomly. Difficult to catch a specific cause. Do you mean that you can replicate the specific bug I reported, or that you experience random NAN errors? Cheers, Durk

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

2009-03-09 Thread Durk Talsma
On Monday 09 March 2009 07:29:47 Durk Talsma wrote: Hi Geoff, On Sunday 08 March 2009 20:56:52 Geoff McLane wrote: Yep! Tried ... --aircraft=CitationX --airport=CYOW --runway=25 --fg-scenery= $HOME/Scenery-1.0.1 Thanks for you report. Good to know, I'm not the only one, at that adds

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

2009-03-09 Thread gerard robin
On lundi 09 mars 2009, Durk Talsma wrote: Hi Gerard, On Monday 09 March 2009 12:06:58 gerard robin wrote: Yes with JSBSim there is the same NAN error , more or les randomly. Difficult to catch a specific cause. Do you mean that you can replicate the specific bug I reported, or that you

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

2009-03-09 Thread Csaba Halász
On Mon, Mar 9, 2009 at 8:36 PM, Durk Talsma d.tal...@xs4all.nl 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 108, FlightGear already crashes after approx 5

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

2009-03-08 Thread James Turner
On 7 Mar 2009, at 09:40, James Turner wrote: start FlightGear using fgfs --aircraft=CitationX --airport=CYOW -- runway=25 take off, and make a left turn to heading 98, while maintaining an IAS of approx 250 kts, and an altitude of approx 2500 ft. Maintain this heading for approx 13 minutes

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

2009-03-08 Thread Geoff McLane
Yep! Tried ... --aircraft=CitationX --airport=CYOW --runway=25 --fg-scenery= $HOME/Scenery-1.0.1 Take off, wheels up, and turn to 98, flying at about 2500, at about 260 IAS ... about 10 minutes or so and BANG! As reported had hundreds of ... CullVisitor::apply(Geode) detected NaN,

[Flightgear-devel] Reproducible crash in mk_viii.cxx

2009-03-07 Thread Durk Talsma
Hi all, Haven't seen this reported yet, but yesterday I ran into a situation that leads to a 100% reproducible crash on my system, while attempting a Flight from Ottawa to Montreal: All tests were done after updating SimGear / FlightGear and base package to current CVS this morning, sat March

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

2009-03-07 Thread James Turner
On 7 Mar 2009, at 09:12, Durk Talsma wrote: Given that the actual error was preceded by the CullVisitor nan message, I hope this crash situation might also give some insights as what's going on there. Note that I am using some custom settings in my local preferences, file, but I have no

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

2009-03-07 Thread Durk Talsma
Hi James, On Saturday 07 March 2009 10:40:20 James Turner wrote: Normally, these crashes are not related to the CullVisitor, it just happens to be a noisy part of the code, so it shows up in logs. It may indeed not be directly related, but what I did notice every time, is that while I