MantisBT - ParaView
View Issue Details
0015215ParaView(No Category)public2014-12-17 20:442015-01-02 10:43
Alan Scott 
Dan Lipsa 
highminorhave not tried
closedfixed 
git-master 
4.34.3 
Sandia
h5part-15215
crash
0015215: Crash with h5parts data and histogram
We have found a show stopper bug that creates a crash when running h5part data into the histogram filter. This is needed for an active project. Here is how to replicate:

* Remote server, I used 8 pvservers, Linux, master. Does not fail local
server. (Note to self - redsky)

* Open DoNotRelease-particles.h5part. Xarray == x, Yarray == y, Zarray == z. All vars on, apply. Ask me for this file, I may give it to Kitware. (Note to self tomH/case2.)

>>Note - Next, we want to threshold the data such that for some time step, there is no output from the threshold filter. This will change over time.

* Threshold. Scalars id. Minimul == 1000, Maximum == 1,000,000. Apply.

>> Note - you can play time forward and backward, all is well.

* Go to last timestep. (otherwise, the histogram filter is grayed out.)
* Histogram filter. Apply.
* First timestep.

Crash.

This needs to be in 4.3. Please talk to me if that isn't possible.

Thanks!

commit af7242cece2008a2d19bf02f3e140228c9c3b67f
Author: Dan Lipsa <dan.lipsa@kitware.com>
Date: Thu Dec 18 17:11:59 2014 -0500

    BUG: If there is no data, the extents array is NULL which causes a segfault.
    
    Change-Id: I1e7e34f7ea0e86033c75057ce73bc62e4b6f122e
No tags attached.
Issue History
2014-12-17 20:44Alan ScottNew Issue
2014-12-17 20:45Alan ScottTarget Version => 4.3
2014-12-17 20:45Alan ScottDescription Updatedbug_revision_view_page.php?rev_id=954#r954
2014-12-18 11:17Dan LipsaStatusbacklog => active development
2014-12-18 11:18Dan LipsaAssigned To => Dan Lipsa
2014-12-18 14:19Alan ScottNote Added: 0033986
2014-12-18 17:18Dan LipsaTopic Name => h5part-15215
2014-12-18 17:18Dan LipsaAdditional Information Updatedbug_revision_view_page.php?rev_id=958#r958
2014-12-19 09:43Dan LipsaStatusactive development => gatekeeper review
2014-12-19 09:52Dan LipsaStatusgatekeeper review => active development
2014-12-20 09:13Dan LipsaStatusactive development => gatekeeper review
2014-12-23 07:47Utkarsh AyachitFixed in Version => git-master
2014-12-23 07:47Utkarsh AyachitStatusgatekeeper review => customer review
2014-12-23 07:47Utkarsh AyachitNote Added: 0034001
2014-12-23 18:53Alan ScottNote Added: 0034010
2014-12-23 18:53Alan ScottStatuscustomer review => closed
2014-12-23 18:54Alan ScottResolutionopen => fixed
2015-01-02 10:43Utkarsh AyachitFixed in Versiongit-master => 4.3

Notes
(0033986)
Alan Scott   
2014-12-18 14:19   
Dan reminded me that you need to load the h5partreader plugin.
(0034001)
Utkarsh Ayachit   
2014-12-23 07:47   
SUMMARY
---------------------------------------------
Topics merged into master (v4.2.0-339-g3d6f539):
(VTK) 14539-can-crash
        15073_fix_ResetCamera
        6657_add_outside_range_colors
(VTK) KW00001499_ColorByFieldData
        add_cgns_plugin_test
        camera-9503
        cfapi-null-logic
(VTK) exodus-15127
        fix-dashboard-warning
        h5part-15215
        mangle-pvbatch-test-names
(VTK) opengl2_updates
        pvweb-support-multiple-data-directories
        revert-cfapi-deprecation-fixes
        support_custom_link_path_setting
        update-catalyst-20141215
        webvisualizer-add-tooltips
(0034010)
Alan Scott   
2014-12-23 18:53   
Spectacular. Thanks for the fire drill.

Tested Linux, remote server, master.