[vtkusers] vtkFlRenderWindowInteractor

Fabio De Pascalis fabio.depascalis at brindisi.enea.it
Fri Apr 2 05:17:26 EST 2004


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



----- Original Message -----
From: "Charl P. Botha" <c.p.botha at ewi.tudelft.nl>
To: "Fabio De Pascalis" <fabio.depascalis at brindisi.enea.it>
Cc: <vtkusers at vtk.org>
Sent: Thursday, April 01, 2004 5:58 PM
Subject: Re: [vtkusers] vtkFlRenderWindowInteractor


> Fabio De Pascalis wrote:
> > I'm trying to use vtkFlRenderWindowInteractor on Linux (Caldera)
> > Then I have downloaded the example Cone3.cxx
> > I'm able to compile and link the program, but when i launch  execute it
> > give me the following error:
> >
> >     segmentation fault.
> >
> > I'm using the KDE 1.4 to develop the software with the following
setting:
> >
> > Linker Options: -L/usr/X11R6/lib -L/root/vtk/bin -lvtkPatented
> > -lvtkImaging -lvtkGraphics -lvtkCommon -lvtkPatented -
> >         lvtkRendering-lfltk_images -lfltk_gl -lfltk_forms -lfltk -lXt
> > -lSM -llCE -lGLU -lGL -ldl -lpthread
>
> You're going to have to generate a back trace.  Make sure you compile
> with the -g switch.  Then do:
> gdb your_program
> run
>
> When it segfaults, type "bt" (for backtrace) and send the output to this
> list.
>
> --
> charl p. botha http://cpbotha.net/ http://visualisation.tudelft.nl/
> _______________________________________________
> This is the private VTK discussion list.
> Please keep messages on-topic. Check the FAQ at:
<http://public.kitware.com/cgi-bin/vtkfaq>
> Follow this link to subscribe/unsubscribe:
> http://www.vtk.org/mailman/listinfo/vtkusers
>
> __________ Informazione NOD32 1.701 (20040401) __________
>
> Questo messaggio  è stato controllato dal Sistema Antivirus NOD32
> http://www.nod32.it
>
>




More information about the vtkusers mailing list