View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0013211ParaView(No Category)public2012-05-30 07:492013-01-10 22:26
ReporterSven Buijssen 
Assigned ToSebastien Jourdain 
PrioritynormalSeverityminorReproducibilityhave not tried
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Version3.14 
Target VersionFixed in Version 
Summary0013211: Segfault when applying filter without active source
DescriptionSince 3.14.0 (and till git/master as of today) it is possible to apply a filter if no source is active. This results in a segfault.

Sources - Wavelet - Apply
Click anywhere in the pipeline browser to unselect the wavelet source
Filters - Calculator

=> segfault in pqOutputPort.h:68

  pqPipelineSource* getSource() const
    { return this->Source; }

because 'this' is a NULL pointer.

In PV 3.12.0 it was instead not possible to apply a filter without an active source, so that version is unaffected.
TagsNo tags attached.
ProjectTBD
Topic Name13211_disable_filters_when_no_active_source
Typecrash
Attached Files

 Relationships

  Notes
(0029741)
Sebastien Jourdain (manager)
2012-11-16 12:50

commit 6d1ff0fb7780a9e9dd731c6fac7f788fdcebbed4
Author: Sebastien Jourdain <sebastien.jourdain@kitware.com>
Date: Fri Nov 16 12:49:40 2012 -0500

    Make sure any selection change update each Filter validity in menu/toolbar
    
    Change-Id: Ic4d97cec671d08a65e21e9ba5b8eacb0aa7606a9
(0029757)
Kyle Lutz (viewer)
2012-11-20 12:16

Merged into ParaView-master (if applicable)
(0030083)
Alan Scott (manager)
2013-01-10 22:26

Tested local server, Windows, master.

 Issue History
Date Modified Username Field Change
2012-05-30 07:49 Sven Buijssen New Issue
2012-11-16 10:25 Sebastien Jourdain Assigned To => Sebastien Jourdain
2012-11-16 10:25 Sebastien Jourdain Status backlog => todo
2012-11-16 10:25 Sebastien Jourdain Status todo => active development
2012-11-16 12:50 Sebastien Jourdain Topic Name => 13211_disable_filters_when_no_active_source
2012-11-16 12:50 Sebastien Jourdain Note Added: 0029741
2012-11-16 12:50 Sebastien Jourdain Status active development => gatekeeper review
2012-11-16 12:50 Sebastien Jourdain Resolution open => fixed
2012-11-20 12:16 Kyle Lutz Status gatekeeper review => customer review
2012-11-20 12:16 Kyle Lutz Note Added: 0029757
2013-01-10 22:26 Alan Scott Note Added: 0030083
2013-01-10 22:26 Alan Scott Status customer review => closed


Copyright © 2000 - 2018 MantisBT Team