View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0013378ParaView(No Category)public2012-08-20 17:222012-10-29 17:04
ReporterAndy Bauer 
Assigned ToUtkarsh Ayachit 
PrioritynormalSeverityminorReproducibilityhave not tried
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Versiongit-master 
Target VersionFixed in Version3.98.0 
Summary0013378: python trace causing error on ParaView exit
DescriptionIf the python trace is used, ParaView exits with the following warning/error:
Exception TypeError: "argument of type 'NoneType' is not iterable" in <bound method RenderView.__del__ of <paraview.servermanager.RenderView object at 0x40b8950>> ignored

To reproduce:
1) start paraview
2) start python trace
3) stop python trace
3) exit paraview
TagsNo tags attached.
ProjectTBD
Topic Namefix_vtkpython_in_paraview
Typecrash
Attached Files

 Relationships

  Notes
(0029043)
Andy Bauer (developer)
2012-08-21 13:35

All that probably needs to be done is calling smtrace.clear_trace() in the proper spot. This method is in smtrace.py. I tried calling that in the destructor of pqPythonManager but it needs to be done before then.
(0029045)
Utkarsh Ayachit (administrator)
2012-08-21 16:04

commit d03444599b254c3132ce039cc884219de2eaf528
Author: Utkarsh Ayachit <utkarsh.ayachit@kitware.com>
Date: Tue Aug 21 16:02:25 2012 -0400

    Fix python test issues.
    
    1> BUG 0013378. Overcome error when quitting ParaView.
    2> Import vtkParallelCorePython in vtk so that method for
       vtkMultiProcessController are available.
(0029059)
Utkarsh Ayachit (administrator)
2012-08-24 11:20

merged in master, if applicable.

 Issue History
Date Modified Username Field Change
2012-08-20 17:22 Andy Bauer New Issue
2012-08-20 17:22 Andy Bauer Assigned To => Utkarsh Ayachit
2012-08-21 13:35 Andy Bauer Note Added: 0029043
2012-08-21 16:04 Utkarsh Ayachit Topic Name => fix_vtkpython_in_paraview
2012-08-21 16:04 Utkarsh Ayachit Note Added: 0029045
2012-08-21 16:04 Utkarsh Ayachit Status backlog => gatekeeper review
2012-08-21 16:04 Utkarsh Ayachit Fixed in Version => git-next
2012-08-21 16:04 Utkarsh Ayachit Resolution open => fixed
2012-08-24 11:19 Utkarsh Ayachit Fixed in Version git-next => git-master
2012-08-24 11:20 Utkarsh Ayachit Note Added: 0029059
2012-08-24 11:20 Utkarsh Ayachit Status gatekeeper review => customer review
2012-10-12 10:59 Andy Bauer Status customer review => closed
2012-10-29 17:04 Utkarsh Ayachit Fixed in Version git-master => 3.98.0


Copyright © 2000 - 2018 MantisBT Team