View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0015305ParaView(No Category)public2015-02-05 14:272015-09-06 12:18
ReporterAndy Bauer 
Assigned ToUtkarsh Ayachit 
PrioritynormalSeverityminorReproducibilityhave not tried
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Versiongit-master 
Target VersionFixed in Version4.4 
Summary0015305: warning from vtkSMEnumerationDomain.cxx with grid with greater than 2^31 points
DescriptionThis problem is reproducible in the GUI with the following:
1) Create a Wavelet with whole extent [0, 1290, 0, 1290, 0, 1290]
2) Hit Apply
3) Create a Gradient of Unstructured Data Set filter

A warning pops up with is "Invalid idx: 0" in vtkSMEnumerationDomain.cxx, line 75 of vtkSMFieldDataDomain.
TagsNo tags attached.
ProjectTBD
Topic Name15305_fix_client_server_array_information
Typeincorrect functionality
Attached Files

 Relationships

  Notes
(0034179)
Andy Bauer (developer)
2015-02-06 11:44

This issue seems to be independent of the data set as well as the applied filter where a field needs to be chosen in the GUI (e.g. contour filter should also replicate the issue). It appears that if the user selects a different array than the default array in the filter that the filter operation still only happens on the default array.
(0034180)
Utkarsh Ayachit (administrator)
2015-02-06 16:15

commit 25eb97ab3d89583709e22b4bad48188bbb6370b6
Author: Utkarsh Ayachit <utkarsh.ayachit@kitware.com>
Date: Fri Feb 6 16:12:15 2015 -0500

    BUG 0015305. vtkPVArrayInformation now handles large number of tuples.
    
    NumberOfTuples was simply an int. Which was causing overflow related
    issues manifesting as the error message report in the BUG 0015305. This
    fixes that issue.
    
    Change-Id: Id27ec88b51bd95d3f62ed5dca4f0bba70842df65
(0034184)
Utkarsh Ayachit (administrator)
2015-02-07 07:18

Topics merged into master (v4.3.1-142-g595cef6):
        0015305_fix_large_data_issue
        cinema_specA_tweaks
        find_subhalos_of_all
        fix_potential_jsdoc_issue
(VTK) output-window-15297
        push_specA_cinema
        pvweb-create-visualizer-howto-guide
        pvweb-update-launcher-examples
(0034265)
Utkarsh Ayachit (administrator)
2015-02-20 09:46

reopening since it still fails in client-server.
(0034267)
Utkarsh Ayachit (administrator)
2015-02-20 10:17

commit 328b70f838cd87337341c34ceec0867beff53622
Author: Utkarsh Ayachit <utkarsh.ayachit@kitware.com>
Date: Fri Feb 20 10:15:07 2015 -0500

    BUG 0015305: Fixes information issue in client-server mode.
    
    vtkPVArrayInformation wasn't using the right type for number of tuples
    when reading the value from the vtkClientServerStream causing the
    precison loss that commit 25eb97ab fixed for builtin mode. Fixed that.
    
    Change-Id: Ic6ae2f7a8b04aaeb76515cf44695ff6770520461
(0034272)
Utkarsh Ayachit (administrator)
2015-02-23 09:10

---------------------------------------------
Topics merged into master (v4.3.1-188-g97826b1):
        15305_fix_client_server_array_information
        cinema_specA_tweaks
(VTK) point-gaussian-representation
(VTK) pvweb-add-color-editor
        volume_rendering_opengl2_fixes

(0034502)
Alan Scott (manager)
2015-06-04 18:57

Tested master, Linux, remote server. 16 nodes, redsky.

 Issue History
Date Modified Username Field Change
2015-02-05 14:27 Andy Bauer New Issue
2015-02-05 14:27 Andy Bauer Assigned To => Utkarsh Ayachit
2015-02-06 11:44 Andy Bauer Note Added: 0034179
2015-02-06 16:15 Utkarsh Ayachit Topic Name => 0015305_fix_large_data_issue
2015-02-06 16:15 Utkarsh Ayachit Note Added: 0034180
2015-02-06 16:15 Utkarsh Ayachit Status backlog => gatekeeper review
2015-02-06 16:15 Utkarsh Ayachit Fixed in Version => git-next
2015-02-06 16:15 Utkarsh Ayachit Resolution open => fixed
2015-02-07 07:18 Utkarsh Ayachit Status gatekeeper review => customer review
2015-02-07 07:18 Utkarsh Ayachit Note Added: 0034184
2015-02-20 09:46 Utkarsh Ayachit Note Added: 0034265
2015-02-20 09:46 Utkarsh Ayachit Status customer review => todo
2015-02-20 10:17 Utkarsh Ayachit Topic Name 0015305_fix_large_data_issue => 15305_fix_client_server_array_information
2015-02-20 10:17 Utkarsh Ayachit Note Added: 0034267
2015-02-20 10:17 Utkarsh Ayachit Status todo => gatekeeper review
2015-02-23 09:10 Utkarsh Ayachit Fixed in Version git-next => git-master
2015-02-23 09:10 Utkarsh Ayachit Status gatekeeper review => customer review
2015-02-23 09:10 Utkarsh Ayachit Note Added: 0034272
2015-06-04 18:57 Alan Scott Note Added: 0034502
2015-06-04 18:57 Alan Scott Status customer review => closed
2015-09-06 12:18 Utkarsh Ayachit Fixed in Version git-master => 4.4


Copyright © 2000 - 2018 MantisBT Team