[Paraview] Re: Clip hang

Kevin H. Hobbs hobbsk at ohiou.edu
Fri Sep 15 16:44:38 EDT 2006


On Thu, 2006-09-14 at 14:55 -0400, Berk Geveci wrote:
> Hi Kevin,
> 
> The bug you added is the one that is causing the failures on gargon.hooperlab?
> 
> -berk

I can now relate this bug to one of the tests that fail on
gargon.hooperlab, that is :

http://paraview.org/Testing/Sites/gargon.hooperlab/Linux-c++/20060915-1537-Experimental/Results/__GUI_Testing_Tcl_CalcInput-batch-ParaView.html

I copied the file
"/home/kevin/kitware/ParaView/GUI/Testing/Tcl/CalcInput.pvs" and
commented out the lines that source things and close the window :

diff /home/kevin/kitware/ParaView/GUI/Testing/Tcl/CalcInput.pvs
CalcInput.pvs
4,5c4,5
< source [file join [file dirname [info script]] CommandLineOptions.tcl]
< ParseCommandLine $pv(vtkTemp43) $argv $argc
---
> #source [file join [file dirname [info script]]
CommandLineOptions.tcl]
> #ParseCommandLine $pv(vtkTemp43) $argv $argc
49,50c49,50
< source [file join [file dirname [info script]] Compare.tcl]
< Compare $Application $argv $argc
---
> #source [file join [file dirname [info script]] Compare.tcl]
> #Compare $Application $argv $argc
52c52
< $Application Exit
---
> #$Application Exit

When I run "paraview CalcInput.pvs" ParaView is left in the same frozen
render viewport state I've described before. I can see only the sphere.
If I click on the render viewport I get the message below and ParaView
exits.

terminate called after throwing an instance of 'std::bad_alloc'
  what():  St9bad_alloc
Aborted
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
Url : http://public.kitware.com/pipermail/paraview/attachments/20060915/7f15ee83/attachment.pgp


More information about the ParaView mailing list