View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0014102ParaView(No Category)public2013-05-30 11:552015-01-11 08:24
ReporterUtkarsh Ayachit 
Assigned ToUtkarsh Ayachit 
PrioritynormalSeverityminorReproducibilityhave not tried
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version4.0 
Summary0014102: CGNS reader problems with vars in different solutions
DescriptionBug with CGNS Reader: http://visitbugs.ornl.gov/issues/57 [^]
TagsNo tags attached.
ProjectKitware
Topic Namebug_14102_cgns
Typeincorrect functionality
Attached Files

 Relationships

  Notes
(0030872)
Utkarsh Ayachit (administrator)
2013-05-30 12:03

commit dd99fe45d26bfc9a1bed51a9b7585f94fa3e2eb6
Author: Utkarsh Ayachit <utkarsh.ayachit@kitware.com>
Date: Thu May 30 12:01:12 2013 -0400

    BUG 0014102. Update VisItBridge.
    
    Change-Id: I87e030c4a0265210796427380e5211a11e41201d

commit 928d4bf18743c7f6d514c2c2403ba853fd46ee14
Author: Mickael Philit <mickey.phy@gmail.com>
Date: Thu May 30 11:57:35 2013 -0400

    BUG 0014102. Fix CGNS segfaults when cell/point vars are named same.
    
    Temporary fix for BUG 0014102. The issue comes from the fact that they are trying
    to load celldata and pointdata variables with the same name and the reader can't
    sort them ( the location information is not pass through the function call
    "GetVar"). I have written a temporary fix that will prevent the crash but not
    solve the problem. In the attached file, the chicken path I take is very
    simple: I modify variable name by prepending "CELL_" when cell centered data are
    found, then if point data exist it's kept to prevent possible collision,
    otherwise it's removed. In the end, as long as user is not manipulating mixed
    Cell and Vertex data, nothing is changed. On the contrary, if there is any risk
    of crash CELL data will appear with a prefix.
(0030884)
Utkarsh Ayachit (administrator)
2013-06-05 09:15

SUMMARY
---------------------------------------------
Topics merged into master:
        14099_spreadsheet_selection
        14112_fix_parallel_selection
        bring_back_camera_undo
        bug_14102_cgns
        cleanup_commandline_options
(VTK) update_vtk
        visitbridge-mfix
        vr_vrpn_usb_optional

(0031003)
Alan Scott (manager)
2013-06-18 16:33

Developer tag in git. Closing.

 Issue History
Date Modified Username Field Change
2013-05-30 11:55 Utkarsh Ayachit New Issue
2013-05-30 12:03 Utkarsh Ayachit Note Added: 0030872
2013-05-30 12:03 Utkarsh Ayachit Status backlog => gatekeeper review
2013-05-30 12:03 Utkarsh Ayachit Fixed in Version => git-next
2013-05-30 12:03 Utkarsh Ayachit Resolution open => fixed
2013-05-30 12:03 Utkarsh Ayachit Assigned To => Utkarsh Ayachit
2013-05-30 12:03 Utkarsh Ayachit Topic Name => bug_14102_cgns
2013-06-05 09:14 Utkarsh Ayachit Fixed in Version git-next => 4.0
2013-06-05 09:15 Utkarsh Ayachit Status gatekeeper review => customer review
2013-06-05 09:15 Utkarsh Ayachit Note Added: 0030884
2013-06-18 16:33 Alan Scott Note Added: 0031003
2013-06-18 16:33 Alan Scott Status customer review => closed
2015-01-11 08:24 Utkarsh Ayachit Source_changeset_attached => ParaView master dd99fe45
2015-01-11 08:24 Utkarsh Ayachit Source_changeset_attached => ParaView master e450d25a


Copyright © 2000 - 2018 MantisBT Team