[vtkusers] VTK version 7.1.1 causes crashes but 7.0.0 works fine.

David E DeMarle dave.demarle at kitware.com
Wed Apr 12 09:59:42 EDT 2017


I suspect that is the difference in your 7.0.0 and 7.1.0 is that 7.0.0 has
the "OpenGL" backend and 7.1.1 has the "OpenGL2" backend.
You can either change your 7.1.1 build, update Mesa to >= 13.0.0, or use
the GL driver from your CPU vendor.




David E DeMarle
Kitware, Inc.
R&D Engineer
21 Corporate Drive
Clifton Park, NY 12065-8662
Phone: 518-881-4909

On Wed, Apr 12, 2017 at 7:15 AM, majinsaha <saiya-jin at yandex.ru> wrote:

> Hello!
> I recently updated my 7.0.0 version to 7.1.1. When I tried simple Hello
> World problem, I got the following error
>
>
> ERROR: In
> /home/saha/Downloads/VTK-7.1.1/Rendering/OpenGL2/
> vtkOpenGLRenderWindow.cxx,
> line 628
> vtkXOpenGLRenderWindow (0x1b81c20): GLEW could not be initialized.
>
> Segmentation fault (core dumped)
>
>
> I work in Linux, Ubuntu 12.04 LTS. I tried to rebuild VTK with different
> options, but it lead to other errors. Please not that whenever I build my
> Hello World problem by linking with VTK-7.0.0, everything works fine as
> before.
>
> What would be the right list of configurations options to build VTK-7.1.1
> as
> to avoid this or similar errors?
>
> My command
> glxinfo | grep OpenGL
> produces the following:
> OpenGL vendor string: Intel Open Source Technology Center
> OpenGL renderer string: Mesa DRI Intel(R) Haswell Mobile
> OpenGL version string: 3.0 Mesa 9.0.3
> OpenGL shading language version string: 1.30
> OpenGL extensions:
>
> Thanks for any advice!
>
>
>
> --
> View this message in context: http://vtk.1045678.n5.nabble.
> com/VTK-version-7-1-1-causes-crashes-but-7-0-0-works-fine-tp5742822.html
> Sent from the VTK - Users mailing list archive at Nabble.com.
> _______________________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at http://www.kitware.com/
> opensource/opensource.html
>
> Please keep messages on-topic and check the VTK FAQ at:
> http://www.vtk.org/Wiki/VTK_FAQ
>
> Search the list archives at: http://markmail.org/search/?q=vtkusers
>
> Follow this link to subscribe/unsubscribe:
> http://public.kitware.com/mailman/listinfo/vtkusers
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/vtkusers/attachments/20170412/34ed062b/attachment.html>


More information about the vtkusers mailing list