| View Issue Details [ Jump to Notes ] | [ Print ] | ||||||||
| ID | Project | Category | View Status | Date Submitted | Last Update | ||||
| 0014170 | VTK | (No Category) | public | 2013-07-15 06:47 | 2013-09-25 02:39 | ||||
| Reporter | John Biddiscombe | ||||||||
| Assigned To | John Biddiscombe | ||||||||
| Priority | normal | Severity | minor | Reproducibility | have not tried | ||||
| Status | closed | Resolution | fixed | ||||||
| Platform | OS | OS Version | |||||||
| Product Version | 6.0.0 | ||||||||
| Target Version | Fixed in Version | ||||||||
| Summary | 0014170: Segfault in vtkSmartVolumeMapper | ||||||||
| Description | Bad code causes segfault. Patch attached | ||||||||
| Tags | No tags attached. | ||||||||
| Project | TBD | ||||||||
| Type | crash | ||||||||
| Attached Files | |||||||||
| Relationships | |
| Relationships |
| Notes | |
|
(0031618) David Cole (developer) 2013-09-24 18:24 |
I ran into this one today, too. Thanks for posting the patch. It appears to be fixed in 'master' already, but like this, instead of using the attached patch: // make sure we not create a shallow copy each time to avoid // performance penalty. input2=vtkImageData::New(); f->SetInputDataObject(input2); input2->Delete(); needShallowCopy=true; Perhaps this bug should be marked as "resolved" in VTK 'master'...? |
|
(0031622) John Biddiscombe (developer) 2013-09-25 02:39 |
Original patch was reviewed and a better fix using the more up to date pipeline set/get mechanism was used. Issue is now closed |
| Notes |
| Issue History | |||
| Date Modified | Username | Field | Change |
| 2013-07-15 06:47 | John Biddiscombe | New Issue | |
| 2013-07-15 06:47 | John Biddiscombe | File Added: 0001-Fix-a-segfault-in-setting-of-GPU-resampler-input.patch | |
| 2013-09-24 18:24 | David Cole | Note Added: 0031618 | |
| 2013-09-25 02:39 | John Biddiscombe | Note Added: 0031622 | |
| 2013-09-25 02:39 | John Biddiscombe | Status | backlog => closed |
| 2013-09-25 02:39 | John Biddiscombe | Assigned To | => John Biddiscombe |
| 2013-09-25 02:39 | John Biddiscombe | Resolution | open => fixed |
| Issue History |
| Copyright © 2000 - 2018 MantisBT Team |