View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0014337ParaView(No Category)public2013-10-21 10:472013-11-01 13:17
ReporterCasey B Goodlett 
Assigned ToCasey B Goodlett 
PrioritynormalSeverityminorReproducibilityhave not tried
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Version4.0 
Target VersionFixed in Version4.1 
Summary0014337: Error deleting objects from pipeline
DescriptionI am having receiving error messages with the 4.0.1 release of paraview as well as a recent build of master when deleting objects that are part of a pipeline. The following code snippet gives an an error message.

from paraview import simple as smp

s = smp.Sphere()
smp.Show(s)
smp.Render()
c = smp.Contour()
smp.Show(c)
smp.Render()

smp.Delete(c)

Results in the error message

ERROR: In /home/utkarsh/Dashboards/MyTests/NightlyMaster/ParaViewSuperbuild-Release/paraview/src/paraview/ParaViewCore/ServerManager/Core/vtkSMProxyListDomain.cxx, line 189
vtkSMProxyListDomain (0x67c2aa0): Index 2 greater than max 1
TagsNo tags attached.
ProjectTBD
Topic Name14337_delete_pipeline_error
Typeincorrect functionality
Attached Files

 Relationships

  Notes
(0031707)
Utkarsh Ayachit (administrator)
2013-10-21 12:34

commit be986efc48c37ffc32d2d1d74c49fa98c63cc9ed
Author: Casey Goodlett <casey.goodlett@kitware.com>
Date: Mon Oct 21 10:49:56 2013 -0400

    BUG #14437: Fix delete of help proxies
    
    The previous version was iterating over the number of proxies and
    deleting a help proxy at each iteration. I suspect this caused the
    index <-> proxy reference to update making the iteration over number
    of indicies invalid.
    
    Instead create a list all the proxies to delete first and then delete
    them without referencing proxies by index.
    
    Change-Id: Ic2fee72a41e19308f80cfa82427ada55ff3331c3
(0031725)
Utkarsh Ayachit (administrator)
2013-10-24 08:37

SUMMARY
---------------------------------------------
Topics merged into master:
        14186_fix_point_sprite_issues
        14263_fix_python_in_installs
        14336_fix_examples
        14337_delete_pipeline_error
        14338_fix_build_issues
        14339_fix_elevation_filter
        14343_fix_tile_display_hang
        add-visitbridge-private-linking
(VTK) hardware-selector-pv-bug
        pvweb-virtualgl-doc
        smaller-catalyst-editions
        sqplugin-topo-mapper-gui
(VTK) update_vtk_master

(0031758)
Alan Scott (manager)
2013-10-28 20:18

Tested Linux, master, local server with the script from this bug report.

 Issue History
Date Modified Username Field Change
2013-10-21 10:47 Casey B Goodlett New Issue
2013-10-21 12:34 Utkarsh Ayachit Topic Name => 14337_delete_pipeline_error
2013-10-21 12:34 Utkarsh Ayachit Note Added: 0031707
2013-10-21 12:34 Utkarsh Ayachit Status backlog => gatekeeper review
2013-10-21 12:34 Utkarsh Ayachit Fixed in Version => git-next
2013-10-21 12:34 Utkarsh Ayachit Resolution open => fixed
2013-10-21 12:34 Utkarsh Ayachit Assigned To => Utkarsh Ayachit
2013-10-21 13:03 Utkarsh Ayachit Assigned To Utkarsh Ayachit => Casey B Goodlett
2013-10-24 08:37 Utkarsh Ayachit Fixed in Version git-next => git-master
2013-10-24 08:37 Utkarsh Ayachit Status gatekeeper review => customer review
2013-10-24 08:37 Utkarsh Ayachit Note Added: 0031725
2013-10-28 20:18 Alan Scott Note Added: 0031758
2013-10-28 20:18 Alan Scott Status customer review => closed
2013-11-01 13:17 Utkarsh Ayachit Fixed in Version git-master => 4.1


Copyright © 2000 - 2018 MantisBT Team