MantisBT - ParaView
View Issue Details
0006675ParaView(No Category)public2008-03-28 14:282008-04-02 16:43
Kevin H. Hobbs 
Berk Geveci 
normalcrashalways
closedfixed 
 
 
0006675: Crash ParaView3 Meta Image Save
ParaView3 crashes when I attempt to save an image in Meta Image (*.mhd) format. All I do is bring up the wavelet source and save the image in the Meta Image Format. ParaView exits and produces the following output:

ERROR: In /home/kevin/kitware/ParaView3/Servers/Common/vtkProcessModule.cxx, line 1006
vtkProcessModule (0x80dbe0): Object type: vtkMetaImageWriter, could not find requested method: "SetFileType"
or the method was called with incorrect arguments.

while processing
Message 0 = Invoke
  Argument 0 = id_value {359}
  Argument 1 = string_value {SetFileType}
  Argument 2 = int32_value {2}



ERROR: In /home/kevin/kitware/ParaView3/Servers/Common/vtkProcessModule.cxx, line 1007
vtkProcessModule (0x80dbe0): Aborting execution for debugging purposes.


Aborted
No tags attached.
Issue History
2008-03-28 14:28Kevin H. HobbsNew Issue
2008-03-28 18:43Berk GeveciStatusbacklog => @80@
2008-03-28 18:43Berk GeveciResolutionopen => fixed
2008-03-28 18:43Berk GeveciAssigned To => Berk Geveci
2008-03-28 18:43Berk GeveciNote Added: 0010969
2008-04-02 16:43Alan ScottStatus@80@ => closed
2008-04-02 16:43Alan ScottNote Added: 0011046
2011-06-16 13:10Zack GalbreathCategory => (No Category)

Notes
(0010969)
Berk Geveci   
2008-03-28 18:43   
revision 1.24
date: 2008-03-28 17:23:45 -0400; author: berk; state: Exp; lines: +9 -3; com
mitid: e2oS7vM3xBIybWWs;
BUG: MHD writer does not have a FileType property. Fixed XML.
(0011046)
Alan Scott   
2008-04-02 16:43   
Fixed. Tested local, since this reader does not work in parallel.