View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0013517ParaView(No Category)public2012-10-12 12:232013-01-11 15:12
ReporterPat Marion 
Assigned ToKyle Lutz 
PriorityhighSeverityminorReproducibilityhave not tried
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Versiongit-master 
Target VersionFixed in Version3.98.0 
Summary0013517: Crash in Contour panel
DescriptionSteps to reproduce using ParaView master:

Open Python console:

>>> Wavelet()
>>> Contour()


Here is the backtrace:

#1 0x00007ffff6c678d1 in vtkPVDataInformation::DataSetTypeIsA (this=0x3284b70, type=0x7ffff77710c7 "vtkPolyData") at /source/paraview/ParaView/ParaViewCore/ClientServerCore/Core/vtkPVDataInformation.cxx:1011
#2 0x00007ffff7552486 in pqContourPanel::updateEnableState (this=0x3321cd0) at /source/paraview/ParaView/Qt/Components/pqContourPanel.cxx:202
#3 0x00007ffff7552045 in pqContourPanel::pqContourPanel (this=0x3321cd0, object_proxy=0x32c2ef0, p=0x0) at /source/paraview/ParaView/Qt/Components/pqContourPanel.cxx:148
#4 0x00007ffff7638620 in (anonymous namespace)::pqStandardCustomPanels::createPanel (this=0x7fffffffab90, proxy=0x32c2ef0, p=0x0) at /source/paraview/ParaView/Qt/Components/pqPropertiesPanel.cxx:160
#5 0x00007ffff763b191 in pqPropertiesPanel::setProxy (this=0xabe780, proxy=0x32c2ef0) at /source/paraview/ParaView/Qt/Components/pqPropertiesPanel.cxx:567
#6 0x00007ffff763ba0f in pqPropertiesPanel::setOutputPort (this=0xabe780, port=0x3256680) at /source/paraview/ParaView/Qt/Components/pqPropertiesPanel.cxx:672
#7 0x00007ffff77238fd in pqPropertiesPanel::qt_static_metacall (_o=0xabe780, _c=QMetaObject::InvokeMetaMethod, _id=6, _a=0x7fffffffaec0) at /source/paraview/build/Qt/Components/moc_pqPropertiesPanel.cxx:89
#8 0x00007ffff5b9a281 in QMetaObject::activate(QObject*, QMetaObject const*, int, void**) () from /usr/lib/x86_64-linux-gnu/libQtCore.so.4
0000009 0x00007ffff77136c5 in pqActiveObjects::portChanged (this=0x7ffff7aed680, _t1=0x3256680) at /source/paraview/build/Qt/Components/moc_pqActiveObjects.cxx:188
#10 0x00007ffff74c48b8 in pqActiveObjects::triggerSignals (this=0x7ffff7aed680) at /source/paraview/ParaView/Qt/Components/pqActiveObjects.cxx:120
0000011 0x00007ffff74c5c93 in pqActiveObjects::updateRepresentation (this=0x7ffff7aed680) at /source/paraview/ParaView/Qt/Components/pqActiveObjects.cxx:575
#12 0x00007ffff74c5243 in pqActiveObjects::sourceSelectionChanged (this=0x7ffff7aed680) at /source/paraview/ParaView/Qt/Components/pqActiveObjects.cxx:333
#13 0x00007ffff771344b in pqActiveObjects::qt_static_metacall (_o=0x7ffff7aed680, _c=QMetaObject::InvokeMetaMethod, _id=21, _a=0x7fffffffb150) at /source/paraview/build/Qt/Components/moc_pqActiveObjects.cxx:116
#14 0x00007ffff5b9a281 in QMetaObject::activate(QObject*, QMetaObject const*, int, void**) () from /usr/lib/x86_64-linux-gnu/libQtCore.so.4
#15 0x00007ffff2a67cca in vtkQtConnection::EmitExecute (this=0xfc7680, _t1=0xdf79e0, _t2=75, _t3=0x0, _t4=0x0, _t5=0xfc7760) at /source/paraview/build/VTK/GUISupport/Qt/moc_vtkQtConnection.cxx:104
#16 0x00007ffff2a49c9d in vtkQtConnection::Execute (this=0xfc7680, caller=0xdf79e0, e=75, call_data=0x0) at /source/paraview/ParaView/VTK/GUISupport/Qt/vtkQtConnection.cxx:72
#17 0x00007ffff2a49c36 in vtkQtConnection::DoCallback (vtk_obj=0xdf79e0, event=75, client_data=0xfc7680, call_data=0x0) at /source/paraview/ParaView/VTK/GUISupport/Qt/vtkQtConnection.cxx:62
#18 0x00007ffff3097e59 in vtkCallbackCommand::Execute (this=0xfc7760, caller=0xdf79e0, event=75, callData=0x0) at /source/paraview/ParaView/VTK/Common/Core/vtkCallbackCommand.cxx:42
#19 0x00007ffff313c218 in vtkSubjectHelper::InvokeEvent (this=0xfc7520, event=75, callData=0x0, self=0xdf79e0) at /source/paraview/ParaView/VTK/Common/Core/vtkObject.cxx:620
#20 0x00007ffff313c727 in vtkObject::InvokeEvent (this=0xdf79e0, event=75, callData=0x0) at /source/paraview/ParaView/VTK/Common/Core/vtkObject.cxx:789
#21 0x00007ffff3d9ece6 in vtkObject::InvokeEvent (this=0xdf79e0, event=75) at /source/paraview/ParaView/VTK/Common/Core/vtkObject.h:215
#22 0x00007ffff3e2c4e1 in vtkSMProxySelectionModel::InvokeSelectionChanged (this=0xdf79e0) at /source/paraview/ParaView/ParaViewCore/ServerManager/Core/vtkSMProxySelectionModel.cxx:230
#23 0x00007ffff3e2c434 in vtkSMProxySelectionModel::Select (this=0xdf79e0, proxies=..., command=3) at /source/paraview/ParaView/ParaViewCore/ServerManager/Core/vtkSMProxySelectionModel.cxx:216
#24 0x00007ffff3e2c216 in vtkSMProxySelectionModel::Select (this=0xdf79e0, proxy=0x33287c0, command=3) at /source/paraview/ParaView/ParaViewCore/ServerManager/Core/vtkSMProxySelectionModel.cxx:174
#25 0x00007ffff3e2c01e in vtkSMProxySelectionModel::SetCurrentProxy (this=0xdf79e0, proxy=0x33287c0, command=3) at /source/paraview/ParaView/ParaViewCore/ServerManager/Core/vtkSMProxySelectionModel.cxx:133
#26 0x00007fffb52c9a8a in PyvtkSMProxySelectionModel_SetCurrentProxy (self=0x2abe230, args=0x2abae18) at /source/paraview/build/ParaViewCore/ServerManager/Core/vtkSMProxySelectionModelPython.cxx:265
TagsNo tags attached.
ProjectTBD
Topic Name13517-fix-pv-data-information
Typeincorrect functionality
Attached Files

 Relationships

  Notes
(0029371)
Kyle Lutz (viewer)
2012-10-15 10:41

This issue is caused by a bug in VTK. I've pushed a fix gerrit: http://review.source.kitware.com/#/t/1461/ [^]
(0029390)
Kyle Lutz (viewer)
2012-10-15 12:05

Merge topic '13517-fix-pv-data-information' into next

ac99660 Fix bug in vtkPVDataInformation::GetDataSetTypeAsString()
(0029451)
Utkarsh Ayachit (administrator)
2012-10-19 14:29

merged into master, if applicable.
(0030121)
Alan Scott (manager)
2013-01-11 15:12

Tested Windows, master, local server.

 Issue History
Date Modified Username Field Change
2012-10-12 12:23 Pat Marion New Issue
2012-10-12 13:18 Pat Marion Assigned To => Kyle Lutz
2012-10-15 10:40 Kyle Lutz Status backlog => todo
2012-10-15 10:41 Kyle Lutz Note Added: 0029371
2012-10-15 10:41 Kyle Lutz Status todo => active development
2012-10-15 12:05 Kyle Lutz Topic Name => 13517-fix-pv-data-information
2012-10-15 12:05 Kyle Lutz Note Added: 0029390
2012-10-15 12:05 Kyle Lutz Status active development => gatekeeper review
2012-10-15 12:05 Kyle Lutz Resolution open => fixed
2012-10-19 14:29 Utkarsh Ayachit Fixed in Version => git-master
2012-10-19 14:29 Utkarsh Ayachit Status gatekeeper review => customer review
2012-10-19 14:29 Utkarsh Ayachit Note Added: 0029451
2012-10-29 17:04 Utkarsh Ayachit Fixed in Version git-master => 3.98.0
2013-01-11 15:12 Alan Scott Note Added: 0030121
2013-01-11 15:12 Alan Scott Status customer review => closed


Copyright © 2000 - 2018 MantisBT Team