[vtkusers] Testcxxcharts crashing in windows XP (interactive mode)

da remywendy at gmail.com
Fri Apr 23 20:23:04 EDT 2010


Hi guys,

Does anybody else run into this?

In order to get interactive mode to work for the chart tests, I've changed

  if(retVal == vtkRegressionTester::DO_INTERACTOR)
    {
    view->GetInteractor()->Start();
    }

to

  if(retVal == vtkRegressionTester::DO_INTERACTOR)
    {
    view->GetInteractor()->Initialize();
    view->GetInteractor()->Start();
    }

for TestPCPlot.cxx (thanks Eric E Monson) , and then ran it with

"ChartsCxxTests.exe testpcplot -I"

which renders it fine in interactive mode.
However, the moment I hover my mouse over it - it crashes. (Differently in
debug/release modes).

Release crash screen:
http://img232.imageshack.us/i/chartscrashrelease.jpg/

Debug crash screen:
http://img638.imageshack.us/i/chartscrashdebug.jpg/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20100423/41bd366f/attachment.htm>


More information about the vtkusers mailing list