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-01 Thread Jeff Taylor
(argc=2, argv=0x7fffe238) at main.cxx:633 #55 0x0043027e in main (argc=2, argv=0x7fffe238) at bootstrap.cxx:243 Jeff Taylor -- Increase Visibility of Your 3D Game App Earn a Chance To Win $500! Tap

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

[Flightgear-devel] SegFault on Current Git

2010-11-26 Thread Jeff Taylor
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 SGText::UpdateCallback

[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 files