> -----Original Message-----
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On Behalf Of 
> Melchior FRANZ
> Sent: 14 June 2004 14:12
> To: [EMAIL PROTECTED]
> Subject: [Flightgear-devel] Re: CVS - broken?
> 
> 
> * Vivian Meazza -- Monday 14 June 2004 14:53:
> > Program now stops in
> > 
> >  Initializing scenery subsystem
> > 
> >  Program received signal SIGSEGU, Segmentation fault.  
> 0x77e75a3d in 
> > KERNEL32!IsBadWritePtr <>  From 
> > /cygdrive/c/WINDOWS/system32/kernel32.dll
> > 
> > bt doesn't reveal anything obvious
> 
> OK, that doesn't tell me much, either. I forgot to mention 
> that you should compile in symbols, ideally in all of plib/sg/fgfs:
> 
>   $ CXXFLAGS=-g CFLAGS=-g LDFLAGS=-g ./configure && make 
> 
> I do always have debug symbols activated. They make the 
> binaries bigger, but don't slow down program execution. And 
> you can always remove them with the "strip" utility. A 
> backtrace looks then something like that:
> 
>   (gdb) bt
>   #0  0x405d6487 in _int_malloc () from /lib/i686/libc.so.6
>   #1  0x405d506c in malloc () from /lib/i686/libc.so.6
>   #2  0x4052e69e in operator new(unsigned) () from 
> /usr/lib/libstdc++.so.5
>   #3  0x0838cc8f in SGPropertyNode::getChild(char const*, int, bool) (
>       this=0xb5316a8, name=0xacd2068 "bus-tie", index=0, create=true)
>       at props.cxx:871
>   #4  0x08396fd6 in copyProperties(SGPropertyNode const*, 
> SGPropertyNode*) (
>       in=0xa989330, out=0xb5316a8) at props.hxx:631
>   #5  0x08396fe2 in copyProperties(SGPropertyNode const*, 
> SGPropertyNode*) (
>       in=0xa9b89f0, out=0xb528e78) at props_io.cxx:579
> 
> ... which is almost poetry.  :-)
> 
> 
> BadWritePtr in MICROS~1 kernel space?  :-/
>

That's about 24 hrs of work :-(. Oh well, here goes.

V.



_______________________________________________
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel

Reply via email to