<html><head><style data-externalstyle="true">
p.MsoListParagraph, li.MsoListParagraph, div.MsoListParagraph {
margin-top:0in;
margin-right:0in;
margin-bottom:0in;
margin-left:.5in;
margin-bottom:.0001pt;
}
p.MsoListParagraphCxSpFirst, li.MsoListParagraphCxSpFirst, div.MsoListParagraphCxSpFirst, p.MsoListParagraphCxSpMiddle, li.MsoListParagraphCxSpMiddle, div.MsoListParagraphCxSpMiddle, p.MsoListParagraphCxSpLast, li.MsoListParagraphCxSpLast, div.MsoListParagraphCxSpLast {
margin-top:0in;
margin-right:0in;
margin-bottom:0in;
margin-left:.5in;
margin-bottom:.0001pt;
line-height:115%;
}
</style></head><body><div data-externalstyle="false" style="font-family:Calibri,'Segoe UI',Meiryo,'Microsoft YaHei UI','Microsoft JhengHei UI','Malgun Gothic','Khmer UI','Nirmala UI',Tunga,'Lao UI',Ebrima,sans-serif;font-size:16px;"><div data-focusfrompointer="true">Also, the script has this in it:</div><div data-focusfrompointer="true"><pre># change path so paraview can find Qt
set(ENV{PATH} "C:/Python26\;C:/Dashboards/Support/qt-4.7.4-x64/bin\;$ENV{PATH}”)</pre></div><div data-focusfrompointer="true">Try doing that before running the test and see if that makes a difference.</div><div data-focusfrompointer="true"> </div><div data-signatureblock="true"> </div> <div style="border-top-color: rgb(225, 225, 225); border-top-width: 1px; border-top-style: solid;"> <strong>From:</strong> David Gobbi<br> <strong>Sent:</strong> March 21, 2013 10:55 AM<br> <strong>To:</strong> Kyle Lutz<br> <strong>CC:</strong> VTK Developers<br> <strong>Subject:</strong> Re: [vtk-developers] Help with TestQtDebugLeaksView test failure<br> </div> <div> </div>On Thu, Mar 21, 2013 at 8:49 AM, Kyle Lutz <kyle.lutz@kitware.com> wrote:<br>> On Thu, Mar 21, 2013 at 10:36 AM, David Cole <dlrdave@aol.com> wrote:<br>>> Run it through ctest, but add “-D ExperimentalTest” on the command line and<br>>> see if that makes a difference...<br>><br>> No difference :-(<br>><br>> Here's the full output:<br>><br>> C:\Dashboards\My Tests\VTK-vs10>ctest -R TestQtDebugLeaks -C Release -D Experime<br>> ntalTest -V<br>> UpdateCTestConfiguration from :C:/Dashboards/My Tests/VTK-vs10/DartConfiguratio<br>> n.tcl<br>> Parse Config file:C:/Dashboards/My Tests/VTK-vs10/DartConfiguration.tcl<br>> Site: amber10.kitware<br>> Build name: Win64-VS10<br>> Add coverage exclude regular expressions.<br>> Add coverage exclude: vtk.*TCLInit.cxx<br>> Add coverage exclude: vtk[^\.]+(Java|Python|Tcl).cxx<br>> Add coverage exclude: .*vtkOpenGLState.*<br>> Add coverage exclude: .*Testing.Cxx.*cxx<br>> Add coverage exclude: .*Testing.Cxx.*h<br>> Add coverage exclude: .*moc_.*cxx<br>> Add coverage exclude: .*/Utilities/.*<br>> Add coverage exclude: .*/ThirdParty/.*<br>> UpdateCTestConfiguration from :C:/Dashboards/My Tests/VTK-vs10/DartConfiguratio<br>> n.tcl<br>> Parse Config file:C:/Dashboards/My Tests/VTK-vs10/DartConfiguration.tcl<br>> Test project C:/Dashboards/My Tests/VTK-vs10<br>> Constructing a list of tests<br>> Done constructing a list of tests<br>> Checking test dependency graph...<br>> Checking test dependency graph end<br>> test 690<br>> Start 690: vtkGUISupportQtCxx-TestQtDebugLeaksView<br>><br>> 690: Test command: "C:\Dashboards\My Tests\VTK-vs10\bin\Release\vtkGUISupportQtC<br>> xxTests.exe" "TestQtDebugLeaksView" "-D" "c:/Dashboards/My Tests/VTKData" "-T" "<br>> C:/Dashboards/My Tests/VTK-vs10/Testing/Temporary" "-V" "Baseline/QVTK/TestQtDeb<br>> ugLeaksView.png"<br>> 690: Test timeout computed to be: 240<br>> 690: Expect a warning message to be printed:<br>> 690: vtkQtDebugLeaksModel::getObjects: bad class name: "vtkConeSource"<br>> 1/1 Test #690: vtkGUISupportQtCxx-TestQtDebugLeaksView ...***Exception: SegFault<br>> 0.06 sec<br>><br>> 0% tests passed, 1 tests failed out of 1<br>><br>> Total Test time (real) = 1.29 sec<br>><br>> The following tests FAILED:<br>> 690 - vtkGUISupportQtCxx-TestQtDebugLeaksView (SEGFAULT)<br>> Errors while running CTest<br><br>Can you insert a long "Sleep" near the beginning of the test, run the<br>test with ctest, and then attach a debugger to the process while it is<br>sleeping?<br><br> - David<br>_______________________________________________<br>Powered by www.kitware.com<br><br>Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html<br><br>Follow this link to subscribe/unsubscribe:<br>http://www.vtk.org/mailman/listinfo/vtk-developers<br><br></div></body></html>