-
Notifications
You must be signed in to change notification settings - Fork 68
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
vtk seg fault on (my) ubuntu 15.10 #1887
Comments
@doutriaux1 can you provide more context here? Was it via SSH or direct render on your system? Looks like X is seg-faulting. Also what drive you are using? |
direct render on my system. Do you mean driver? I have no idea. Which command should I run. I agree that it seems X11 related though. |
glxinfo will give you info about the driver. |
After installing I get the attached output. |
looks like 1.4? |
You can try to install the hardware driver to see if that fixes it. Usually the Mesa driver has more problems than the hardware driver. When we have our test infrastructure we should expect to have certain tests disabled on certain machines. Usually there is a cost - benefit evaluation: Is it worth to make a certain test run correctly on a certain machine if it passes on all other machines and it seems to be a driver problem and not a memory overwrite problem? We do that in VTK/ParaView. |
Looks like @doutriaux1 is getting 3.0 (see below). OpenGL version string: 3.0 Mesa 11.0.2 @doutriaux1 can you run glxgears? |
yep
|
@doutriaux1 is this from the GUI? or command line |
Sorry this is a test so no gui. And this is the only test failing / segfaulting? |
GUI? Do we have a GUI 😜 |
I meant the old gui :) It sounds like it a system specific issue. Typically if the bg is not working it means that driver + x is not setup correctly. I don't have Ubuntu 15.10. @danlipsa do you have access to 15.10? |
I knew what you meant @aashish24 just joking because I rarely use it that's all. |
@aashish24 no I don't I only have 14.04. I should install 16.04 some time soon. |
This runs fine on my machine (14.04) |
@danlipsa we are having a LOT of issues with the latest vtk and X forwarding. png are blacks, x forwarding to a newer version of XQuartz systemeatically seg faults but not from all machines of course. X forwarding always seg faulted for me from Livermore's LC to my desktop but not for other people (so it's either my env or ubuntu). I'm running Ubuntu 16.04 these days. Most of our users either run Macs or RH6. 99% of their work is done remotely on a RH6 and then either viewed via X forwarding or vnc. |
I am going to run this through X forwarding and vnc + vgl and let you know. |
On my mac using X Forwarding I get: (2.6-10-gb3b5576)[~/projects/uvcdat/src (linestyle I get the same for glxgears. Apparently this is related to direct vs indirect rendering. |
vnc + vgl works fine (example run through vglrun) |
apparently downgrading XQuartz on mac solves this. |
The text was updated successfully, but these errors were encountered: