MantisBT - ParaView
View Issue Details
0015038ParaView(No Category)public2014-10-07 16:172016-08-12 09:59
Dan Lipsa 
Kitware Robot 
normalminorhave not tried
closedmoved 
4.2 
 
TBD
incorrect functionality
0015038: temporal netcdf file segfaults
Untar the attached tgz file. This archive creates:
test.nc.01
test.nc.02
Open this temporal sequence in ParaView.
Choose 'NetCDF files generic and CF conventions'
Apply
Click on 'Next Frame'
A segmentation fault occurs.

A possible solution is suggested in
http://review.source.kitware.com/#/c/17538/ [^]
No tags attached.
tgz test.nc.tgz (328) 2014-10-07 16:17
https://www.vtk.org/Bug/file/9748/test.nc.tgz
patch 0001-Better-fake-RequestInformation-from-vtkFileSeriesRea.patch (5,128) 2014-11-11 14:27
https://www.vtk.org/Bug/file/9769/0001-Better-fake-RequestInformation-from-vtkFileSeriesRea.patch
Issue History
2014-10-07 16:17Dan LipsaNew Issue
2014-10-07 16:17Dan LipsaFile Added: test.nc.tgz
2014-10-07 16:17Dan LipsaAdditional Information Updatedbug_revision_view_page.php?rev_id=875#r875
2014-11-11 14:27Ken MorelandFile Added: 0001-Better-fake-RequestInformation-from-vtkFileSeriesRea.patch
2014-11-11 14:30Ken MorelandNote Added: 0033791
2014-11-11 15:35Dan LipsaNote Added: 0033792
2016-08-12 09:59Kitware RobotNote Added: 0038677
2016-08-12 09:59Kitware RobotStatusbacklog => closed
2016-08-12 09:59Kitware RobotResolutionopen => moved
2016-08-12 09:59Kitware RobotAssigned To => Kitware Robot

Notes
(0033791)
Ken Moreland   
2014-11-11 14:30   
The bug in http://review.source.kitware.com/#/c/17538/ [^] is certainly wrong and should be fixed as described, but that is not really the underlying problem of this ParaView bug. I believe the real problem occurs in vtkFileSeriesReader. That meta-reader is constructing a RequestInformation that does not have the output dataset the netCDF reader is expecting. Although the netCDF reader should be hard enough to not break under this condition, the file series reader should avoid these malformed requests.

I have attached a patch for vtkFileSeriesReader (created from the git format-patch command) that should fix the problem on that side.
(0033792)
Dan Lipsa   
2014-11-11 15:35   
I merged in the fix for the symptom in netcdf reader.
(0038677)
Kitware Robot   
2016-08-12 09:59   
Resolving issue as `moved`.

This issue tracker is no longer used. Further discussion of this issue may take place in the current ParaView Issues page linked in the banner at the top of this page.