View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0009876ParaViewBugpublic2009-11-10 04:212009-12-02 19:46
ReporterKristian Sons 
Assigned ToUtkarsh Ayachit 
PrioritynormalSeveritycrashReproducibilityalways
StatusclosedResolutionfixed 
PlatformOSOS Version
Product VersionDevelopment 
Target VersionFixed in Version3.8 
Summary0009876: Uninitialized iterator in ProxyManager
DescriptionIn void vtkSMProxyManager::UnRegisterProxy(vtkSMProxy* proxy):

it2 is not initialized. Using this method will (sooner or later) lead to a segfault.
Additional InformationLine 820, use:
for (it2 = it->second.begin(); it2 != it->second.end(); ++it2)
TagsNo tags attached.
Project
Topic Name
Type
Attached Files

 Relationships

  Notes
(0018647)
Utkarsh Ayachit (administrator)
2009-12-02 13:33

/cvsroot/ParaView3/ParaView3/Servers/ServerManager/vtkSMProxyManager.cxx,v <-- Servers/ServerManager/vtkSMProxyManager.cxx
new revision: 1.86; previous revision: 1.85
(0018672)
Alan Scott (manager)
2009-12-02 19:46

Taking Utkarsh's word for it.

 Issue History
Date Modified Username Field Change
2009-11-10 04:21 Kristian Sons New Issue
2009-12-02 13:33 Utkarsh Ayachit Status backlog => tabled
2009-12-02 13:33 Utkarsh Ayachit Assigned To => Utkarsh Ayachit
2009-12-02 13:33 Utkarsh Ayachit Note Added: 0018647
2009-12-02 13:33 Utkarsh Ayachit Status tabled => @80@
2009-12-02 13:33 Utkarsh Ayachit Fixed in Version => 3.8
2009-12-02 13:33 Utkarsh Ayachit Resolution open => fixed
2009-12-02 19:46 Alan Scott Note Added: 0018672
2009-12-02 19:46 Alan Scott Status @80@ => closed


Copyright © 2000 - 2018 MantisBT Team