Re: [Flightgear-devel] Restore GPS compatibility with 2.10 - MSVC10

2013-06-02 Thread Thomas Geymayer
Hi James, here is some output from valgrind (I have not included the bunch of warnings inside the nvidia library): Startup: ==9401== Thread 1: ==9401== Conditional jump or move depends on uninitialised value(s) ==9401==at 0x8558F7: GPS::getScratchHasNext() const (gps.cxx:1308) ==9401==

Re: [Flightgear-devel] Restore GPS compatibility with 2.10 - MSVC10

2013-06-02 Thread James Turner
On 2 Jun 2013, at 17:35, Thomas Geymayer tom...@gmail.com wrote: here is some output from valgrind (I have not included the bunch of warnings inside the nvidia library): Thanks Thomas, I've pushed fixes for these. In all cases the un-inited vars are bools, so I would not expect them to cause

Re: [Flightgear-devel] Restore GPS compatibility with 2.10 - MSVC10

2013-06-02 Thread James Turner
On 2 Jun 2013, at 20:00, James Turner zakal...@mac.com wrote: I will have something for you to try shortly. Something *else* even. Specifically, if you could pull: topics/nowincrash, build, and let me know if the crashes persist / are gone, that would be very useful. Thanks, James

Re: [Flightgear-devel] Restore GPS compatibility with 2.10 - MSVC10

2013-06-02 Thread Alan Teeder
: [Flightgear-devel] Restore GPS compatibility with 2.10 - MSVC10 On 2 Jun 2013, at 20:00, James Turner zakal...@mac.com wrote: I will have something for you to try shortly. Something *else* even. Specifically, if you could pull: topics/nowincrash, build, and let me know if the crashes persist

Re: [Flightgear-devel] Restore GPS compatibility with 2.10 - MSVC10

2013-06-01 Thread Alan Teeder
starts normally. There is at least an 80% chance of failure. Alan From: Alan Teeder Sent: Wednesday, May 29, 2013 10:34 AM To: FlightGear developers discussions Subject: [Flightgear-devel] Restore GPS compatibility with 2.10 - MSVC10 commit def81b4de5f87c28b5afd92264e40e66e4fd93e3 Author: James

Re: [Flightgear-devel] Restore GPS compatibility with 2.10 - MSVC10

2013-06-01 Thread James Turner
On 1 Jun 2013, at 10:55, Alan Teeder ajtee...@v-twin.org.uk wrote: Are there any other reports of this?. I see it on my desktop and laptop machines. Occasionally fgfs starts normally. There is at least an 80% chance of failure. There's no other reports so far, I was hoping some other

Re: [Flightgear-devel] Restore GPS compatibility with 2.10 - MSVC10

2013-06-01 Thread Alan Teeder
To: FlightGear developers discussions Subject: Re: [Flightgear-devel] Restore GPS compatibility with 2.10 - MSVC10 On 1 Jun 2013, at 10:55, Alan Teeder ajtee...@v-twin.org.uk wrote: Are there any other reports of this?. I see it on my desktop and laptop machines. Occasionally fgfs starts normally

Re: [Flightgear-devel] Restore GPS compatibility with 2.10 - MSVC10

2013-06-01 Thread Vivian Meazza
Alan Sent: 01 June 2013 14:51 To: FlightGear developers discussions Subject: Re: [Flightgear-devel] Restore GPS compatibility with 2.10 - MSVC10 Stop the celebrations. The laptop still has the fault after a clean build. AFAIK both computers have the same file layout and relevant environment

Re: [Flightgear-devel] Restore GPS compatibility with 2.10 - MSVC10

2013-06-01 Thread James Turner
On 1 Jun 2013, at 16:20, Vivian Meazza vivian.mea...@lineone.net wrote: Yup, FG crashes here with the latest pull of SG/FG on Win 7 x64 A bit of information would be useful since it's not crashing for me :) Alan provided a backtrace but it looks suspect to me, of course if it's memory

Re: [Flightgear-devel] Restore GPS compatibility with 2.10 - MSVC10

2013-06-01 Thread Alan Teeder
] Restore GPS compatibility with 2.10 - MSVC10 On 1 Jun 2013, at 16:20, Vivian Meazza vivian.mea...@lineone.net wrote: Yup, FG crashes here with the latest pull of SG/FG on Win 7 x64 A bit of information would be useful since it's not crashing for me :) Alan provided a backtrace but it looks

Re: [Flightgear-devel] Restore GPS compatibility with 2.10 - MSVC10

2013-06-01 Thread Vivian Meazza
James Sent: 01 June 2013 17:28 To: FlightGear developers discussions Subject: Re: [Flightgear-devel] Restore GPS compatibility with 2.10 - MSVC10 On 1 Jun 2013, at 16:20, Vivian Meazza vivian.mea...@lineone.net wrote: Yup, FG crashes here with the latest pull of SG/FG on Win 7 x64 A bit

Re: [Flightgear-devel] Restore GPS compatibility with 2.10 - MSVC10

2013-06-01 Thread James Turner
On 1 Jun 2013, at 17:52, Vivian Meazza vivian.mea...@lineone.net wrote: OK - so far I've identified that the cause is one of the 2 GPS related commits - reverting both solves the problem. Right, Alan already worked out the relevant commit, the problem is the commit in question mostly

[Flightgear-devel] Restore GPS compatibility with 2.10 - MSVC10

2013-05-29 Thread Alan Teeder
commit def81b4de5f87c28b5afd92264e40e66e4fd93e3 Author: James Turner Date: Mon May 27 22:56:12 2013 +0100 Restore GPS compatibility with 2.10 With this patch fgfs crashes. All is OK when I revert it. The crash is about 80% repeatable, i.e. sometimes it runs, but mostly it does not. I

Re: [Flightgear-devel] Restore GPS compatibility with 2.10 - MSVC10

2013-05-29 Thread James Turner
On 29 May 2013, at 10:34, Alan Teeder ajtee...@v-twin.org.uk wrote: With this patch fgfs crashes. All is OK when I revert it. The crash is about 80% repeatable, i.e. sometimes it runs, but mostly it does not. I have not tried a debug compilation. A debug build with backtrace would be

Re: [Flightgear-devel] Restore GPS compatibility with 2.10 - MSVC10

2013-05-29 Thread Alan Teeder
: James Turner Sent: Wednesday, May 29, 2013 11:26 AM To: FlightGear developers discussions Subject: Re: [Flightgear-devel] Restore GPS compatibility with 2.10 - MSVC10 On 29 May 2013, at 10:34, Alan Teeder ajtee...@v-twin.org.uk wrote: With this patch fgfs crashes. All is OK when I revert

Re: [Flightgear-devel] Restore GPS compatibility with 2.10 - MSVC10

2013-05-29 Thread James Turner
On 29 May 2013, at 14:12, Alan Teeder ajtee...@v-twin.org.uk wrote: Here you are. http://v-twin.dynip.sapo.pt/alan/stopgoogle/fgfsBuccaneer.dmp. Hope it means more to you than it does to me. In this case it is the Buccaneer. I see the same with my WIP -