Re: [Flightgear-devel] SegFault on Current Git

2010-12-06 Thread Arnt Karlsen
On Sun, 05 Dec 2010 00:18:12 -0800, Jeff wrote in message 4cfb4ac4.4030...@gmail.com: On 02/12/10 12:05 AM, Tim Moore wrote: Can you move up the stack into SGText::UpdateCallback::operator() and see what is being passed to createUTF8EncodedString? Thanks, Tim OK, this is bugging me.

Re: [Flightgear-devel] SegFault on Current Git

2010-12-06 Thread Tim Moore
On Sun, Dec 5, 2010 at 9:18 AM, Jeff Taylor jefftaylo...@gmail.com wrote: On 02/12/10 12:05 AM, Tim Moore wrote: Can you move up the stack into SGText::UpdateCallback::operator() and see what is being passed to createUTF8EncodedString? Thanks, Tim OK, this is bugging me. I needed to

Re: [Flightgear-devel] SegFault on Current Git

2010-12-05 Thread Jeff Taylor
On 02/12/10 12:05 AM, Tim Moore wrote: Can you move up the stack into SGText::UpdateCallback::operator() and see what is being passed to createUTF8EncodedString? Thanks, Tim OK, this is bugging me. I needed to recompile OSG with debugging symbols, so I did a pull from SVN first, which

Re: [Flightgear-devel] SegFault on Current Git

2010-12-05 Thread Torsten Dreyer
Now it starts, but strangely my system hard locks (frozen mouse, frozen screen) a few minutes after starting, which means that this is almost certainly a bug in the Intel display drivers. Don't know if this helps you, but I had a lockup error when I ran four NVidia GTX460 in one system.

Re: [Flightgear-devel] SegFault on Current Git

2010-12-05 Thread Olaf Flebbe
Hi, I'll post a bug on Fedora's bug tracker, but if anyone using this list knows what kind of information I can provide to them, that would help. Please have a look at http://dri.freedesktop.org/wiki Specifically TestingAndDebugging/Capturing debugging info without networking Additionally

Re: [Flightgear-devel] SegFault on Current Git

2010-12-05 Thread stefan riemens
See also http://fedoraproject.org/wiki/Xorg/Debugging Stefan 2010/12/5 Olaf Flebbe f...@oflebbe.de: Hi,   I'll post a bug on Fedora's bug tracker, but if anyone using this list knows what kind of information I can provide to them, that would help. Please have a look at

Re: [Flightgear-devel] SegFault on Current Git

2010-12-02 Thread Tim Moore
Can you move up the stack into SGText::UpdateCallback::operator() and see what is being passed to createUTF8EncodedString? Thanks, Tim On Thu, Dec 2, 2010 at 8:46 AM, Jeff Taylor jefftaylo...@gmail.com wrote: On 29/11/10 12:45 AM, Erik Hofman wrote: So it looks like to be a JSBSim problem,

Re: [Flightgear-devel] SegFault on Current Git

2010-12-01 Thread Jeff Taylor
On 29/11/10 12:45 AM, Erik Hofman wrote: So it looks like to be a JSBSim problem, now you could try to test a turbine powered aircraft like the F-16 to try to pinpoint the problem. It would probably be a good idea to try running FlightGear inside a debugger an provide a backtrace if possible.

Re: [Flightgear-devel] SegFault on Current Git

2010-11-29 Thread Erik Hofman
On Sun, 2010-11-28 at 23:50 -0800, Jeff Taylor wrote: OK. So the Cub works, the ufo works. (also updated to current git) Maybe you meant --disable-sound? I tried both --enable-sound, and --disable sound, and neither worked. Maybe it's something more specific Ah yes off course.. to

Re: [Flightgear-devel] SegFault on Current Git

2010-11-29 Thread Erik Hofman
On Mon, 2010-11-29 at 09:45 +0100, Erik Hofman wrote: So it looks like to be a JSBSim problem, now you could try to test a turbine powered aircraft like the F-16 to try to pinpoint the problem. It would probably be a good idea to try running FlightGear inside a debugger an provide a backtrace

Re: [Flightgear-devel] SegFault on Current Git

2010-11-28 Thread Erik Hofman
On Sat, 2010-11-27 at 10:28 -0800, Jeff Taylor wrote: Everything is in sync. I just updated it now, and it still gets the same thing. I ran it with all the defaults, like fgfs --fg-root=/home/jeff/Computer/fg/flightgear/fgdata/ Looking again, it must be the C172P. Running with

Re: [Flightgear-devel] SegFault on Current Git

2010-11-28 Thread Jeff Taylor
On 28/11/10 02:05 AM, Erik Hofman wrote: On Sat, 2010-11-27 at 10:28 -0800, Jeff Taylor wrote: Everything is in sync. I just updated it now, and it still gets the same thing. I ran it with all the defaults, like fgfs --fg-root=/home/jeff/Computer/fg/flightgear/fgdata/ Looking again, it

Re: [Flightgear-devel] SegFault on Current Git

2010-11-27 Thread Erik Hofman
On Fri, 2010-11-26 at 17:36 -0800, Jeff Taylor wrote: Hi all, I'm getting a segfault in the current git version. It happens on startup, every time. I'd like to get Flightgear running. I intend to do a little bit of coding, but I need to get it running normally before I can make