| View Issue Details [ Jump to Notes ] | [ Print ] | ||||||||
| ID | Project | Category | View Status | Date Submitted | Last Update | ||||
| 0012278 | ParaView | Bug | public | 2011-06-15 10:26 | 2012-02-08 17:26 | ||||
| Reporter | Stephane P | ||||||||
| Assigned To | Utkarsh Ayachit | ||||||||
| Priority | normal | Severity | crash | Reproducibility | always | ||||
| Status | closed | Resolution | fixed | ||||||
| Platform | OS | OS Version | |||||||
| Product Version | 3.10.1 | ||||||||
| Target Version | Fixed in Version | 3.14 | |||||||
| Summary | 0012278: plot over line filter crash | ||||||||
| Description | The plot over line filtre crashes with some multi-block datasets | ||||||||
| Steps To Reproduce | Launch paraview Open fra.vtm Use "Plot over line" filter and choose Z axis. Apply => paraview session crashs It's Ok with fra.vtu | ||||||||
| Tags | No tags attached. | ||||||||
| Project | ParaViS | ||||||||
| Topic Name | 12278_fix_invalid_memory_accesses | ||||||||
| Type | incorrect functionality | ||||||||
| Attached Files | |||||||||
| Relationships | |
| Relationships |
| Notes | |
|
(0027100) Utkarsh Ayachit (administrator) 2011-07-28 15:57 |
Could not reproduce with git-next. (Most branches on next are slated to go to master tomorrow). |
|
(0027101) Utkarsh Ayachit (administrator) 2011-07-28 16:49 |
I may have just reproduced this issue. reopening. |
|
(0027709) Utkarsh Ayachit (administrator) 2011-11-18 12:11 |
commit 80181b8802984d10582e1e574661c99b3c729e10 Author: Utkarsh Ayachit <utkarsh.ayachit@kitware.com> Date: Fri Nov 18 12:07:34 2011 -0500 Fixed BUG 0012278 caused due to invalid memory accesses. vtkDataSetAttributes was using a vector of vtkStdString*. It's error prone with copies passing about pointers incorrectly and forgetting to delete or accidentally deleting etc etc. Fixed that by using a pair of <bool, vtkStdString> instead. |
|
(0027758) Utkarsh Ayachit (administrator) 2011-12-02 14:26 |
merged into git-master. |
|
(0028156) Utkarsh Ayachit (administrator) 2012-02-08 17:26 |
closing bugs sitting in "customer review" for a long time. |
| Notes |
| Issue History | |||
| Date Modified | Username | Field | Change |
| 2011-06-15 10:26 | Stephane P | New Issue | |
| 2011-06-15 10:26 | Stephane P | File Added: fra.tar.gz | |
| 2011-06-19 18:40 | Utkarsh Ayachit | Status | backlog => todo |
| 2011-06-22 15:35 | Utkarsh Ayachit | Status | todo => backlog |
| 2011-06-23 11:43 | Utkarsh Ayachit | Project | => ParaViS |
| 2011-07-28 15:56 | Utkarsh Ayachit | Assigned To | => Utkarsh Ayachit |
| 2011-07-28 15:56 | Utkarsh Ayachit | Status | backlog => todo |
| 2011-07-28 15:57 | Utkarsh Ayachit | Status | todo => active development |
| 2011-07-28 15:57 | Utkarsh Ayachit | Note Added: 0027100 | |
| 2011-07-28 15:57 | Utkarsh Ayachit | Status | active development => gatekeeper review |
| 2011-07-28 15:57 | Utkarsh Ayachit | Fixed in Version | => 3.12 |
| 2011-07-28 15:57 | Utkarsh Ayachit | Resolution | open => unable to reproduce |
| 2011-07-28 16:49 | Utkarsh Ayachit | Note Added: 0027101 | |
| 2011-07-28 16:49 | Utkarsh Ayachit | Status | gatekeeper review => backlog |
| 2011-07-28 16:49 | Utkarsh Ayachit | Resolution | unable to reproduce => reopened |
| 2011-08-24 09:14 | Utkarsh Ayachit | Type | => incorrect functionality |
| 2011-08-24 09:14 | Utkarsh Ayachit | Fixed in Version | 3.12 => |
| 2011-11-18 12:11 | Utkarsh Ayachit | Topic Name | => 12278_fix_invalid_memory_accesses |
| 2011-11-18 12:11 | Utkarsh Ayachit | Note Added: 0027709 | |
| 2011-11-18 12:11 | Utkarsh Ayachit | Status | backlog => gatekeeper review |
| 2011-11-18 12:11 | Utkarsh Ayachit | Fixed in Version | => git-next |
| 2011-11-18 12:11 | Utkarsh Ayachit | Resolution | reopened => fixed |
| 2011-12-02 14:25 | Utkarsh Ayachit | Fixed in Version | git-next => git-master |
| 2011-12-02 14:26 | Utkarsh Ayachit | Status | gatekeeper review => customer review |
| 2011-12-02 14:26 | Utkarsh Ayachit | Note Added: 0027758 | |
| 2011-12-02 15:00 | Utkarsh Ayachit | Source_changeset_attached | => VTK master 481cf910 |
| 2011-12-02 15:00 | Utkarsh Ayachit | Source_changeset_attached | => VTK master 1ff2651e |
| 2011-12-02 15:00 | Utkarsh Ayachit | Source_changeset_attached | => VTK master 80181b88 |
| 2011-12-19 16:00 | Yumin Yuan | Source_changeset_attached | => VTK master e2f343b5 |
| 2012-02-08 17:21 | Utkarsh Ayachit | Fixed in Version | git-master => 3.14 |
| 2012-02-08 17:26 | Utkarsh Ayachit | Status | customer review => closed |
| 2012-02-08 17:26 | Utkarsh Ayachit | Note Added: 0028156 | |
| Issue History |
| Copyright © 2000 - 2018 MantisBT Team |