View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0014071ParaView(No Category)public2013-05-15 16:132013-11-01 13:18
ReporterAlan Scott 
Assigned ToSebastien Jourdain 
PriorityhighSeverityminorReproducibilityhave not tried
StatusclosedResolutionno change required 
PlatformOSOS Version
Product Versiongit-master 
Target VersionFixed in Version4.1 
Summary0014071: Table to structured grid filter fails remote, multi server
DescriptionLinux, remote server, 8 servers, master.
Open file scalarsBroken.csv.
Table to structured grid filter. Select y coord for Y column, and z coord for Z column. Apply.

ParaView never returns.
TagsNo tags attached.
ProjectSandia
Topic Nametable2structured_one_piece_extent_fix
Typecrash
Attached Filescsv file icon scalarsBroken.csv [^] (157 bytes) 2013-05-15 16:13

 Relationships
related to 0013962closedYumin Yuan Delimited text reader not correctly stripping spaces 

  Notes
(0030779)
Alan Scott (manager)
2013-05-15 16:22

This also fails, without crashing, local server. We get the following error:

ERROR: In /projects/viz/paraview/src/ParaView/3.98.2-alan/ParaView3/VTK/Filters/General/vtkTableToStructuredGrid.cxx, line 97
vtkPTableToStructuredGrid (0x1f45cc0): The input table must have exactly 1 rows. Currently it has 8 rows.


ERROR: In /projects/viz/paraview/src/ParaView/3.98.2-alan/ParaView3/VTK/Common/ExecutionModel/vtkExecutive.cxx, line 754
vtkPVCompositeDataPipeline (0x1e8d4b0): Algorithm vtkPTableToStructuredGrid(0x1f45cc0) returned failure for request: vtkInformation (0x1ebc910)
  Debug: Off
  Modified Time: 133854
  Reference Count: 1
  Registered Events: (none)
  Request: REQUEST_DATA
  ALGORITHM_AFTER_FORWARD: 1
  FORWARD_DIRECTION: 0
  FROM_OUTPUT_PORT: 0




ERROR: In /projects/viz/paraview/src/ParaView/3.98.2-alan/ParaView3/VTK/Filters/General/vtkTableToStructuredGrid.cxx, line 97
vtkPTableToStructuredGrid (0x1f45cc0): The input table must have exactly 1 rows. Currently it has 8 rows.


ERROR: In /projects/viz/paraview/src/ParaView/3.98.2-alan/ParaView3/VTK/Common/ExecutionModel/vtkExecutive.cxx, line 754
vtkPVCompositeDataPipeline (0x1e8d4b0): Algorithm vtkPTableToStructuredGrid(0x1f45cc0) returned failure for request: vtkInformation (0x2fd0d90)
  Debug: Off
  Modified Time: 135267
  Reference Count: 1
  Registered Events: (none)
  Request: REQUEST_DATA
  ALGORITHM_AFTER_FORWARD: 1
  FORWARD_DIRECTION: 0
  FROM_OUTPUT_PORT: 0




ERROR: In /projects/viz/paraview/src/ParaView/3.98.2-alan/ParaView3/VTK/Filters/General/vtkTableToStructuredGrid.cxx, line 97
vtkPTableToStructuredGrid (0x1f45cc0): The input table must have exactly 1 rows. Currently it has 8 rows.


ERROR: In /projects/viz/paraview/src/ParaView/3.98.2-alan/ParaView3/VTK/Common/ExecutionModel/vtkExecutive.cxx, line 754
vtkPVCompositeDataPipeline (0x1e8d4b0): Algorithm vtkPTableToStructuredGrid(0x1f45cc0) returned failure for request: vtkInformation (0x2fd0d90)
  Debug: Off
  Modified Time: 135297
  Reference Count: 1
  Registered Events: (none)
  Request: REQUEST_DATA
  ALGORITHM_AFTER_FORWARD: 1
  FORWARD_DIRECTION: 0
  FROM_OUTPUT_PORT: 0




Warning: In /projects/viz/paraview/src/ParaView/3.98.2-alan/ParaView3/VTK/Common/DataModel/vtkDataObject.cxx, line 525
vtkTable (0x1ec30b0): Attempted to ShallowCopy from null.
(0030780)
Alan Scott (manager)
2013-05-15 16:23

Changing to high priority. Things shouldn't crash, and this filter is basically useless.
(0030792)
Yumin Yuan (developer)
2013-05-16 08:40

Just want to verify if my fixes for bug 13962 broke this. I downloaded and installed 3.98.0 , and used a a good csv file (scalarWorking.csv), I got same error with local server, so this bug was there BEFORE my fixes.
(0031070)
Sebastien Jourdain (manager)
2013-06-25 15:23

The missing part is that the user has to specify the whole extent of the data.

In that case the extent will be: [0,1,0,1,0,1] as we have 8 rows. 2x2x2
(0031090)
Sebastien Jourdain (manager)
2013-06-27 12:15

commit 1281c9fc01d6aa1fede8bbe6f9e962f92f7933cc
Author: Sebastien Jourdain <sebastien.jourdain@kitware.com>
Date: Thu Jun 27 12:10:45 2013 -0400

    Remove vtkPTableToStructuredGrid to use vtkTableToStructuredGrid instead
    
    Change-Id: Ie2401485b43536a395dbc2c77145522aefbbc377
(0031098)
Utkarsh Ayachit (administrator)
2013-06-28 08:39

SUMMARY
---------------------------------------------
Topics merged into master:
        13791_sliceview_hide_outline
        14148_fix_path_issues
        allow_request_data_to_fail
        block-icon-cache
        freeze_python
        pvw-extend-pipeline-manager
        pvw-fix-clip-widget
        pvw-python-friendly-processRMIs
        pvw-signal-handler-arg
        simple-py-lookup-tables
(VTK) table2structured_one_piece_extent_fix
        tecplot_extensions


---------------------------------------------
(0031457)
Alan Scott (manager)
2013-08-14 19:20

Not sure if this was user error (my bad), or needing to be fixed as listed below, but it now seems to work. As per Seb, used Whole Extent 0,1,0,1,0,1.

Tested Linux, master, local server.

 Issue History
Date Modified Username Field Change
2013-05-15 16:13 Alan Scott New Issue
2013-05-15 16:13 Alan Scott File Added: scalarsBroken.csv
2013-05-15 16:19 Alan Scott Relationship added related to 0013962
2013-05-15 16:22 Alan Scott Note Added: 0030779
2013-05-15 16:23 Alan Scott Note Added: 0030780
2013-05-15 16:23 Alan Scott Priority normal => high
2013-05-16 08:40 Yumin Yuan Note Added: 0030792
2013-06-25 15:23 Sebastien Jourdain Note Added: 0031070
2013-06-25 15:24 Sebastien Jourdain Assigned To => Sebastien Jourdain
2013-06-25 15:24 Sebastien Jourdain Status backlog => todo
2013-06-25 15:24 Sebastien Jourdain Note Added: 0031071
2013-06-25 15:24 Sebastien Jourdain Status todo => closed
2013-06-25 15:24 Sebastien Jourdain Resolution open => fixed
2013-06-25 15:25 Sebastien Jourdain Resolution fixed => no change required
2013-06-25 15:26 Sebastien Jourdain Status closed => active development
2013-06-25 15:26 Sebastien Jourdain Note Deleted: 0031071
2013-06-27 12:13 Sebastien Jourdain Topic Name => table2structured_one_piece_extent_fix
2013-06-27 12:13 Sebastien Jourdain Status active development => gatekeeper review
2013-06-27 12:15 Sebastien Jourdain Note Added: 0031090
2013-06-28 08:38 Utkarsh Ayachit Fixed in Version => git-master
2013-06-28 08:39 Utkarsh Ayachit Note Added: 0031098
2013-06-28 08:39 Utkarsh Ayachit Status gatekeeper review => customer review
2013-08-14 19:20 Alan Scott Note Added: 0031457
2013-08-14 19:20 Alan Scott Status customer review => closed
2013-11-01 13:18 Utkarsh Ayachit Fixed in Version git-master => 4.1


Copyright © 2000 - 2018 MantisBT Team