[vtkusers] vtkFlRenderWindowInteractor

Charl P. Botha c.p.botha at ewi.tudelft.nl
Fri Apr 2 09:35:07 EST 2004


On Fri, 2004-04-02 at 12:17, Fabio De Pascalis wrote:
> The output is:
> 
> Program received signal SIGSEGV, Segmentation Fault
> [Switching to Thread 1024 (LWP 3301)]
> 0x416e14b6 in chunk_free() from /lib/libc.so.6
> 
> (gdb) bt
> #0 0x416e14b6 in chunk_free() from /lib/libc.so.6
> #1 0x416e116a in chunk_alloc() from /lib/libc.so.6
> #2 0x416e0964 in malloc() from /lib/libc.so.6
> #3 0x4163cf49 in __builtin_new(sz=252) at ../../gcc/cp/new1.cc:77
> #4 0x804dbe1 in main()
> #5 0x4168bccf in __libc_start_main() from /lib/libc.so.6

This is either breaking at a VERY early stage in your program, or
debugging information was not included in your binaries.

Please make sure that you compiled with -g (libraries and binaries, as
far as possible) and do the back trace again.  The one above doesn't
help much.

-- 
charl p. botha http://cpbotha.net/ http://visualisation.tudelft.nl/





More information about the vtkusers mailing list