Bug 448514
| Summary: | paraview crashes with segmentation fault upon start | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Matt Thompson <fortran> | ||||
| Component: | paraview | Assignee: | Orion Poplawski <orion> | ||||
| Status: | CLOSED NOTABUG | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | high | Docs Contact: | |||||
| Priority: | low | ||||||
| Version: | 8 | CC: | pertusus | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | x86_64 | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2008-05-27 15:49:20 UTC | Type: | --- | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Attachments: |
|
||||||
|
Description
Matt Thompson
2008-05-27 12:18:54 UTC
Created attachment 306762 [details] strace output for paraview This output generated by: > strace -o paraview.trace paraview And, because I'm an idiot, I have also tried this in various ways. The above is when I just run paraview without calling pvserver. Maybe the Fedora version cannot do this? (I've never installed and setup Paraview myself, so perhaps I missed a configuration step.) But, in case pvserver must be started explicitly, I started pvserver in various ways. I tried: pvserver pvserver --use-offscreen-rendering mpirun -np 4 /usr/bin/pvserver mpirun -np 4 /usr/bin/pvserver Now, I note that I actually have MPICH on this box, and so I'm more interested in a "non-parallel" version just for my own learning use (since MPICH + OpenMPI can be...fun). But I thought I'd try anyway. Also, I have tried the server commands above as both root and my local user. Can you post "lspci | grep -F VGA"? Are you using the ATI binary X drivers? Anything showing up in /var/log/Xorg.0.log when you run paraview? Also, please run paraview under gdb: gdb paraview run then post the output of "bt" after it crashes. Thanks! (In reply to comment #3) > Can you post "lspci | grep -F VGA"? Are you using the ATI binary X drivers? > Anything showing up in /var/log/Xorg.0.log when you run paraview? Yes, I do run the Livna ATI binary drivers. And, I remember upgrading them at some point this morning. So, I did a reboot and voila, paraview now works! Guess I'm still not used to rebooting with Linux...on Windows, this would have been no problem. Apologies for the inconvience, and thanks for the quick reply. Closing. |