MantisBT - ParaView
View Issue Details
0013968ParaView(No Category)public2013-03-25 10:572013-05-18 20:00
Alan Scott 
Sebastien Jourdain 
highminorhave not tried
closedfixed 
git-master 
4.0 
Sandia
13968-disable-invalid-proxy-when-mpi-off
crash
0013968: ParaView crashes creating vtkMPIImageReader when reading raw data files on serial builds
There is a bug in ParView, local client, MPI turned off, where ParaView is trying to read raw data with the MPI based vtkMPIImageReader. This is a bug. Should replicate with any raw data, but I replicated it with volums_ex.out (knox).

I am replicating this bug on a local build of ParaView, Master or 3.98.1, PARAVIEW_USE_MPI set to off, Linux, local server.

Here is a thread between Utkarsh and me:


Yup, that;s bug. I am guessing in that happened somewhere during the movement of classes for modularization in one way or the other. Can you report a bug please? I'll have it fixed.

Utkarsh

> So, assuming that we shouldn't have a reader called vtkMPIImageReader in a non MPI build, why do I find the following in readers.xml? Is this setting up for remote server, or is it a bug? I don't find another ImageReader in this file.
>
> <SourceProxy class="vtkMPIImageReader"
> label="Image Reader"
> name="ImageReader">
> ...
> <!-- End ImageReader -->
> </SourceProxy>
>
> Thanks,
>
> Alan
>
>
>
> On Fri, Mar 22, 2013 at 8:24 PM, Scott, W Alan <wascott@sandia.gov> wrote:
>> I have a build of ParaView (both 3.98.1 and master) that is failing
>> when trying to read raw data files. The Kitware binaries
>> successfully read this raw data. The error message is as follows:
>>
>> ERROR: In
>> ..../src/ParaView3/ParaViewCore/ServerImplementation/Core/vtkSIProxy.
>> c
>> xx
>> , line
>> 307
>> vtkSISourceProxy (0x17bc94a0): Failed to create vtkMPIImageReader.
>> Aborting for debugging purposes.
>>
>> Anyone have any ideas?
>>
>> Thanks all!
>>
>> Alan
>>
>>
No tags attached.
Issue History
2013-03-25 10:57Alan ScottNew Issue
2013-03-25 10:58Alan ScottNote Added: 0030472
2013-03-25 10:58Alan ScottStatusbacklog => todo
2013-04-10 08:30Utkarsh AyachitAssigned To => Sebastien Jourdain
2013-04-10 09:09Sebastien JourdainStatustodo => active development
2013-04-10 14:19Sebastien JourdainTopic Name => 13968-disable-invalid-proxy-when-mpi-off
2013-04-10 14:19Sebastien JourdainStatusactive development => gatekeeper review
2013-04-10 14:19Sebastien JourdainResolutionopen => fixed
2013-04-12 12:08Utkarsh AyachitNote Added: 0030558
2013-04-12 12:08Utkarsh AyachitStatusgatekeeper review => backlog
2013-04-12 12:08Utkarsh AyachitResolutionfixed => reopened
2013-04-30 09:55Sebastien JourdainAssigned ToSebastien Jourdain => Utkarsh Ayachit
2013-04-30 09:58Sebastien JourdainAssigned ToUtkarsh Ayachit => Sebastien Jourdain
2013-04-30 11:18Sebastien JourdainStatusbacklog => gatekeeper review
2013-04-30 11:18Sebastien JourdainResolutionreopened => fixed
2013-05-02 09:55Utkarsh AyachitFixed in Version => git-master
2013-05-02 09:55Utkarsh AyachitStatusgatekeeper review => backlog
2013-05-02 09:55Utkarsh AyachitNote Added: 0030675
2013-05-02 11:22Utkarsh AyachitStatusbacklog => gatekeeper review
2013-05-02 11:22Utkarsh AyachitStatusgatekeeper review => customer review
2013-05-07 21:09Alan ScottNote Added: 0030721
2013-05-07 21:09Alan ScottStatuscustomer review => closed
2013-05-18 20:00Utkarsh AyachitFixed in Versiongit-master => 4.0

Notes
(0030472)
Alan Scott   
2013-03-25 10:58   
The sooner this one gets fixed the better. I will then test.

Thanks
(0030558)
Utkarsh Ayachit   
2013-04-12 12:08   
reopening to fix documentation generation related issues.
(0030675)
Utkarsh Ayachit   
2013-05-02 09:55   
SUMMARY
---------------------------------------------
Topics merged into master:
        0013923-Move-DataAnalysis-Toolbar
        12412_enable_pass_data_MaterialInterfaceFilter
        13343_fix_time_serie_visit_readers
        13968-disable-invalid-proxy-when-mpi-off
(VTK) 13984_64bit_headers_for_xml_writers
        clean_coprocessing_python
        fix_collaboration_import
(VTK) nudge-vtk
        panel_cleanups
        perlin-noise
        scalarbar_from_vtk


---------------------------------------------
(0030721)
Alan Scott   
2013-05-07 21:09   
I am pretty sure this is fixed. I am having issues testing. If I need, I will reopen.

Tested master, Linux, local server.