[Flightgear-devel] [PATCH] Fix fgviewer segfault

2010-05-22 Thread Jeff Taylor
Hello, fgviewer crashes when reading channel options (which it doesn't use). Here is a patch which fixes this by adding a pointer check. This is my first ever patch to any open source project, so feedback would be appreciated. :) Jeff Taylor --- src/Main/options.cxx |8 1

Re: [Flightgear-devel] [PATCH] Fix fgviewer segfault

2010-05-23 Thread Jeff Taylor
On Sun, May 23, 2010 at 3:20 PM, Martin Spott wrote: > Gijs de Rooy wrote: > >> If you feel happy creating patches for fgviewer, here's another issue that >> really >> should be looked at IMO... >> >> http://code.google.com/p/flightgear-bugs/issues/detail?id=117 > I'm working on something... My

Re: [Flightgear-devel] terragear

2010-06-23 Thread Jeff Taylor
s the current terragear working? I apologize for the frustrated tone of this message, but I don't know what else to say. Thanks. Jeff Taylor -- ThinkGeek and WIRED's GeekDad team up for the Ultimate GeekDad Fa

[Flightgear-devel] SegFault on Current Git

2010-11-26 Thread Jeff Taylor
#x27;m not sure what would and wouldn't be useful. Let me know if I can give any more information. Jeff Taylor Here is the backtrace from gdb: #0 0x748df410 in osgText::String::createUTF8EncodedString() const () from /usr/local/lib64/libosgText.so.68 #1 0x00916176 in SG

Re: [Flightgear-devel] SegFault on Current Git

2010-11-27 Thread Jeff Taylor
On 27/11/10 12:59 AM, Erik Hofman wrote: > 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.

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/j

Re: [Flightgear-devel] SegFault on Current Git

2010-12-01 Thread Jeff Taylor
f3647 in osgViewer::ViewerBase::frame(double) () from /usr/local/lib64/libosgViewer.so.68 #53 0x00489697 in fgOSMainLoop () at fg_os_osgviewer.cxx:287 #54 0x004310f5 in fgMainInit (argc=2, argv=0x7fffe238) at main.cxx:633 #55 0x0043027e in main (argc=2, argv=0x7fffe238) a

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