View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0014170VTK(No Category)public2013-07-15 06:472013-09-25 02:39
ReporterJohn Biddiscombe 
Assigned ToJohn Biddiscombe 
PrioritynormalSeverityminorReproducibilityhave not tried
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Version6.0.0 
Target VersionFixed in Version 
Summary0014170: Segfault in vtkSmartVolumeMapper
DescriptionBad code causes segfault. Patch attached
TagsNo tags attached.
ProjectTBD
Typecrash
Attached Filespatch file icon 0001-Fix-a-segfault-in-setting-of-GPU-resampler-input.patch [^] (1,052 bytes) 2013-07-15 06:47 [Show Content]

 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

 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


Copyright © 2000 - 2018 MantisBT Team