Paul, I've committed a fix and it will be included in 3.12. Thanks for reporting.
FYI, commit 6ffd41964cd9681af26769e8e6cf7778de7515ae Author: Utkarsh Ayachit <[email protected]> Date: Tue Sep 6 17:25:00 2011 -0400 Fixed BUG #12571. Update event wasn't fired when needed. vtkSMSourceProxy was not firing UpdateEvent when UpdatePipeline(time) was called. The data info was updated correctly however. So the Information tab ended up holding references to obsolete information instances. Fixed that. Utkarsh On Mon, Sep 5, 2011 at 10:33 AM, Paul Edwards <[email protected]> wrote: > Clicking on a leaf node for a composite dataset will cause paraview to crash > in the master branch. > To reproduce: > Sphere Source > Group Datasets > Click on Information in Object inspector > Click on the leaf node [ it crashes here ] > if you set a breakpoint at pqProxyInformationWidget.cxx:468 it will show > where the pointer to vtkPVInformationWidget is stored in the QTreeWidgetItem > - the second stop in the steps above is the leaf node for the dataset. If > you then set a breakpoint in ~vtkPVDataInformation you can see where it is > deleted (but not removed from the QTreeWidgetItem). It was obvious to me > what should be happening here. > Regards, > Paul > BTW I've submitted to mantis - 12571 > _______________________________________________ > Powered by www.kitware.com > > Visit other Kitware open-source projects at > http://www.kitware.com/opensource/opensource.html > > Please keep messages on-topic and check the ParaView Wiki at: > http://paraview.org/Wiki/ParaView > > Follow this link to subscribe/unsubscribe: > http://www.paraview.org/mailman/listinfo/paraview > > _______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the ParaView Wiki at: http://paraview.org/Wiki/ParaView Follow this link to subscribe/unsubscribe: http://www.paraview.org/mailman/listinfo/paraview
