| View Issue Details [ Jump to Notes ] | [ Print ] | ||||||||
| ID | Project | Category | View Status | Date Submitted | Last Update | ||||
| 0009876 | ParaView | Bug | public | 2009-11-10 04:21 | 2009-12-02 19:46 | ||||
| Reporter | Kristian Sons | ||||||||
| Assigned To | Utkarsh Ayachit | ||||||||
| Priority | normal | Severity | crash | Reproducibility | always | ||||
| Status | closed | Resolution | fixed | ||||||
| Platform | OS | OS Version | |||||||
| Product Version | Development | ||||||||
| Target Version | Fixed in Version | 3.8 | |||||||
| Summary | 0009876: Uninitialized iterator in ProxyManager | ||||||||
| Description | In void vtkSMProxyManager::UnRegisterProxy(vtkSMProxy* proxy): it2 is not initialized. Using this method will (sooner or later) lead to a segfault. | ||||||||
| Additional Information | Line 820, use: for (it2 = it->second.begin(); it2 != it->second.end(); ++it2) | ||||||||
| Tags | No tags attached. | ||||||||
| Project | |||||||||
| Topic Name | |||||||||
| Type | |||||||||
| Attached Files | |||||||||
| Relationships | |
| 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. |
| Notes |
| 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 |
| Issue History |
| Copyright © 2000 - 2018 MantisBT Team |