MantisBT - ParaView
View Issue Details
0009990ParaViewBugpublic2009-12-01 21:522010-03-01 20:47
Alan Scott 
Utkarsh Ayachit 
normalminoralways
closedfixed 
 
3.8 
0009990: pvblot crashes on exit
Pvblot seems to crash when exiting. Here is the crash print:

/usr/local/viz/paraview/ParaView/3.8.0_junk_alan/Linux-eng-sci-RHEL4-32-x86_64/bin/pvblot: line 8: 16688 Segmentation fault ${PVPYTHON} ${BLOTISH_PATH}/pvblot.py "$@"

How I did this is run pvblot with can.ex2 from the command line, with the following in a file:


tplot
ke
plot

reset
velx 1 to 100 by 20
plot


reset
xyplot
displx 1 to 500 by 100
velx 1 to 500 by 100
overlay
plot


No tags attached.
Issue History
2009-12-01 21:52Alan ScottNew Issue
2010-01-20 09:56Utkarsh AyachitNote Added: 0019214
2010-01-20 09:56Utkarsh AyachitStatusbacklog => @80@
2010-01-20 09:56Utkarsh AyachitFixed in Version => 3.8
2010-01-20 09:56Utkarsh AyachitResolutionopen => fixed
2010-01-20 09:56Utkarsh AyachitAssigned To => Utkarsh Ayachit
2010-01-20 13:16Utkarsh AyachitNote Added: 0019219
2010-03-01 20:47Alan ScottNote Added: 0019675
2010-03-01 20:47Alan ScottStatus@80@ => closed

Notes
(0019214)
Utkarsh Ayachit   
2010-01-20 09:56   
The QApplication was being destroyed prematurely.

/cvsroot/ParaView3/ParaView3/Servers/ServerManager/vtkSMChartViewProxy.cxx,v <-- Servers/ServerManager/vtkSMChartViewProxy.cxx
new revision: 1.6; previous revision: 1.5
(0019219)
Utkarsh Ayachit   
2010-01-20 13:16   
/cvsroot/ParaView3/ParaView3/Servers/ServerManager/vtkSMChartViewProxy.cxx,v <-- Servers/ServerManager/vtkSMChartViewProxy.cxx
new revision: 1.7; previous revision: 1.6
/cvsroot/ParaView3/ParaView3/Servers/ServerManager/vtkSMApplication.h,v <-- Servers/ServerManager/vtkSMApplication.h
new revision: 1.11; previous revision: 1.10
/cvsroot/ParaView3/ParaView3/Servers/ServerManager/vtkSMApplication.cxx,v <-- Servers/ServerManager/vtkSMApplication.cxx
new revision: 1.22; previous revision: 1.21
(0019675)
Alan Scott   
2010-03-01 20:47   
Tested client/ remote server, Linux.