MantisBT - ParaView
View Issue Details
0002571ParaView(No Category)public2005-12-06 16:382006-11-22 16:28
Clinton Stimpson 
Mark Richardson 
lowminoralways
closedfixed 
 
 
0002571: file->new twice causes abort
not sure if this is a bug in pqServer or if the server manager doesn't support it
No tags attached.
Issue History
2011-06-16 13:09Zack GalbreathCategory => (No Category)

Notes
(0003363)
   
2005-12-06 18:08   
Not able to reproduce this, if I create two new connections, I get a warning message "Warning: In \src\ParaQ\ParaView\Vtk\Parallel\vtkSocketController.cxx, line 63
vtkSocketController (0546C3B8): Already initialized.", but the app continues to work.
(0003364)
Timothy Shead   
2005-12-06 18:09   
Not able to reproduce this, if I create two new connections, I get a warning message "Warning: In \src\ParaQ\ParaView\Vtk\Parallel\vtkSocketController.cxx, line 63
vtkSocketController (0546C3B8): Already initialized.", but the app continues to work.
(0003382)
Clinton Stimpson   
2005-12-08 17:48   
Its a memory error in the GUI. Looks like a bug in Qt which affects the object hierarchy view.
(0003383)
Mark Richardson   
2005-12-09 11:35   
There is a bug in the Qt object model. If you remove an item with a sub-item selected, it does not remove the persistant index for the selection. Later, it asks for the parent of the removed, and deleted, object.

I haven't tried Qt 4.1, but there was supposed to be a fix for this. If not we may be able to work around it be deselecting the sub-item before removing it.
(0003885)
Mark Richardson   
2006-03-20 17:47   
Qt 4.1 does fix the crash in the selection model.