[vtkusers] vtk on Linux resets X -- cornering the error
Mathieu Malaterre
mathieu.malaterre at kitware.com
Fri Jul 1 21:56:06 EDT 2005
Cesar,
Can you remind us your plateform (debian, redhat...) ? If you are using
an ATI and the fglrx driver: export the following variable:
export LIBGL_ALWAYS_INDIRECT=1
then run the test again.
If you are using nvidia...well it should not seg fault :)
You can also build(install) Mesa on your linux system, then to force at
run the use of Mesa's opengl implementation, just do something like:
export LD_PRELOAD=/opt/Mesa/lib/libGL.so
then run the test.
Mathieu
Ps: This test is runing fine on a great variety of plateforms, I'd
rather suspect a broken OpenGL implementation or a problem with XFree86
(can you try X.org instead ?).
Cesar Rabak wrote:
> In the trial process of drilling down to the error, I
> managed to build a vtk using system libraries (thansk
> Mathieu :-).
>
> Then, the error persists. When, be it via ctest, make
> test, or calling manually, the TestTiling.tcl /still/
> causes a failure of enough gravity to reset the X
> server.
>
> Well I can say it is expected the problem to be in VTK
> code!
>
> Afterwards I did the following exercise:
>
> 1) Ran vtk from the command prpomt, obtaining an
> interpreter for Tcl commands.
>
> 2) Typed line by line the contents of TestTiling.tcl.
>
> 3) The bug manifests when the w2i Update
> (TestTiling.tcl:84) is entered.
>
> Any ideas?
>
> --
> Cesar Rabak
>
>
> --- Cesar Rabak <csrabak at yahoo.com.br> escreveu:
>
>
>>My attempts to build VTK in a Linux box (kernel
>>2.6.11, XFree 4.4.0, gcc 3.3.3), do not finish the
>>'make test' phase due a particular test,
>>TestTiling.tcl, resetting the X window.
>>
>
>
>
>
>
>
>
> _______________________________________________________
> Yahoo! Acesso Grátis - Internet rápida e grátis.
> Instale o discador agora! http://br.acesso.yahoo.com/
> _______________________________________________
> This is the private VTK discussion list.
> Please keep messages on-topic. Check the FAQ at: http://www.vtk.org/Wiki/VTK_FAQ
> Follow this link to subscribe/unsubscribe:
> http://www.vtk.org/mailman/listinfo/vtkusers
>
More information about the vtkusers
mailing list