Re: [Mesa-dev] Segmentation fault with VTK OffScreenRendering

2012-01-31 Thread Joshua Daniel Franklin (UW Seattle)
On 1/30/12 12:14 PM, Kevin H. Hobbs wrote: The VTK tests have the same pattern of failures with the Fedora 15 OSMesa package as with the custom built OSMesa library, that is : Thanks, so it does. Works fine on Fedora 15 and Red Hat EL6 too. FYI, since I'm very interested in repeatable deployme

Re: [Mesa-dev] Segmentation fault with VTK OffScreenRendering

2012-01-31 Thread Kevin H. Hobbs
On 01/31/2012 09:55 AM, Brian Paul wrote: > On 01/30/2012 01:14 PM, Kevin H. Hobbs wrote: >> >> The VTK tests have the same pattern of failures with the Fedora 15 >> OSMesa package as with the custom built OSMesa library, that is : >> >> The following tests FAILED: >> 146 - TestTecplotRea

Re: [Mesa-dev] Segmentation fault with VTK OffScreenRendering

2012-01-31 Thread Brian Paul
On 01/30/2012 01:14 PM, Kevin H. Hobbs wrote: On 01/30/2012 02:53 PM, Kevin H. Hobbs wrote: I'm trying that now but you can give it a shot before then. The VTK tests have the same pattern of failures with the Fedora 15 OSMesa package as with the custom built OSMesa library, that is : The fo

Re: [Mesa-dev] Segmentation fault with VTK OffScreenRendering

2012-01-30 Thread Kevin H. Hobbs
On 01/30/2012 02:53 PM, Kevin H. Hobbs wrote: > > I'm trying that now but you can give it a shot before then. > The VTK tests have the same pattern of failures with the Fedora 15 OSMesa package as with the custom built OSMesa library, that is : The following tests FAILED: 146 - TestTecp

Re: [Mesa-dev] Segmentation fault with VTK OffScreenRendering

2012-01-30 Thread Kevin H. Hobbs
On 01/30/2012 02:13 PM, Joshua Daniel Franklin (UW Seattle) wrote: > On 1/27/12 12:28 PM, Kevin H. Hobbs wrote: >> So you want to get OSMesa from Mesa-7.11.2 working with VTK-5.8.0 on >> Fedora 15? > > So is it EGL that has trouble with offline rendering, since you did > "--disable-egl"? > No.

Re: [Mesa-dev] Segmentation fault with VTK OffScreenRendering

2012-01-30 Thread Joshua Daniel Franklin (UW Seattle)
On 1/27/12 12:28 PM, Kevin H. Hobbs wrote: So you want to get OSMesa from Mesa-7.11.2 working with VTK-5.8.0 on Fedora 15? Yep, works great. I think I'll adapt your script for our users here too! http://lists.freedesktop.org/archives/mesa-dev/2012-January/018282.html So is it EGL that has trou

Re: [Mesa-dev] Segmentation fault with VTK OffScreenRendering

2012-01-27 Thread Kevin H. Hobbs
So you want to get OSMesa from Mesa-7.11.2 working with VTK-5.8.0 on Fedora 15? You can do without the VTKData lines. They don't add as many tests as I thought. # Go somewhere to play around cd /tmp # get Mesa wget ftp://ftp.freedesktop.org/pub/mesa/7.11.2/MesaLib-7.11.2.tar.bz2 # get VTK and

Re: [Mesa-dev] Segmentation fault with VTK OffScreenRendering

2012-01-25 Thread Joshua Daniel Franklin (UW Seattle)
On 1/25/12 2:29 PM, Kevin H. Hobbs wrote: On 01/24/2012 06:11 PM, Joshua Daniel Franklin (UW Seattle) wrote: The application works fine with an X11 DISPLAY using hardware GL but crashes when we try to use Mesa only. I decided to go to the very basic VTK_OPENGL_HAS_OSMESA OffScreenRendering.cxx e

Re: [Mesa-dev] Segmentation fault with VTK OffScreenRendering

2012-01-25 Thread Kevin H. Hobbs
On 01/24/2012 06:11 PM, Joshua Daniel Franklin (UW Seattle) wrote: > The application works fine with an X11 > DISPLAY using hardware GL but crashes when we try to use Mesa only. I > decided to go to the very basic VTK_OPENGL_HAS_OSMESA > OffScreenRendering.cxx example: > I will gladly help you,

[Mesa-dev] Segmentation fault with VTK OffScreenRendering

2012-01-24 Thread Joshua Daniel Franklin (UW Seattle)
Hello, I'm working on a server-based VTK application that renders snapshots of 3D (STL meshes). We're working on 64-bit Fedora 15 but I can try out another platform if necessary. The application works fine with an X11 DISPLAY using hardware GL but crashes when we try to use Mesa only. I decid