MantisBT - ParaView
View Issue Details
0011012ParaViewBugpublic2010-07-19 22:012010-08-04 16:43
Alan Scott 
Marcus D. Hanwell 
urgentcrashsometimes
closedfixed 
 
3.8.13.8.1 
0011012: mouse movement crashes 2d plots
There may be some randomness to replicating this bug, but here is how I have replicated it:

ParaView 3.8 branch, snapshot about a week ago. Linux build. Local client.

Here is the computer information:
workstation01: uname -a
Linux workstation01 2.6.18-194.el5 #1 SMP Tue Mar 16 21:52:39 EDT 2010 x86_64 x86_64 x86_64 GNU/Linux

cat /etc/X11/xorg.conf:
...
Section "Device"
    Identifier "Device0"
    Driver "nvidia"
    VendorName "NVIDIA Corporation"
EndSection
...


Let me know if you cannot replicate this, and I will do a debug build.


ssh -X into the Linux box. I am using cygwin, I believe others have replicated without cygwin or ssh'ing into a linux box.

Open can.exo. All variables on, apply.
(I actually rotated the can so I can see it, not sure if this matters.)
Plot over line. Apply.
Move the cursor right, across the 3d viewport and the can, onto the 2d window.

It has crashed 3 times out of 3.

ERROR: In /projects/viz/paraview/src/ParaView/3.8.1_stable/ParaView3/VTK/Rendering/vtkTextureObject.cxx, line 263
vtkTextureObject (0x1f737f30): Required OpenGL extensions not supported by the context.


ERROR: In /projects/viz/paraview/src/ParaView/3.8.1_stable/ParaView3/VTK/Rendering/vtkTextureObject.cxx, line 1133
vtkTextureObject (0x1f737f30): No context specified. Cannot create texture.


paraview-real: /projects/viz/paraview/src/ParaView/3.8.1_stable/ParaView3/VTK/Charts/vtkOpenGLContextBufferId.cxx:102: virtual void vtkOpenGLContextBufferId::SetValues(int, int): Assertion `"pre: is_allocated" && this->IsAllocated()' failed.








No tags attached.
Issue History
2010-07-19 22:01Alan ScottNew Issue
2010-07-21 09:44Utkarsh AyachitAssigned To => Marcus D. Hanwell
2010-07-21 09:44Utkarsh AyachitStatusbacklog => tabled
2010-07-22 14:48Marcus D. HanwellNote Added: 0021464
2010-07-27 13:43Marcus D. HanwellNote Added: 0021494
2010-07-27 13:43Marcus D. HanwellStatustabled => @80@
2010-07-27 13:43Marcus D. HanwellFixed in Version => 3.8.1
2010-07-27 13:43Marcus D. HanwellResolutionopen => fixed
2010-08-04 16:43Alan ScottNote Added: 0021653
2010-08-04 16:43Alan ScottStatus@80@ => closed

Notes
(0021464)
Marcus D. Hanwell   
2010-07-22 14:48   
Commit 8ad6e3e should fix this, I have asked Dave Partyka to pull it into the release branch.
(0021494)
Marcus D. Hanwell   
2010-07-27 13:43   
This was also pushed into the release branch.
(0021653)
Alan Scott   
2010-08-04 16:43   
Tested local server, Linux, trunk. I ssh -X'd into the Linux box from Windows, using cygwin.