Page MenuHomePhabricator

Tensor residual image computation crashes in QWT Plot
Closed, DuplicatePublic

Description

At current master ( after the Qwt Toolkit update ) the ResidualCalculation method crashes in (QmitkTensorReconstructionView)

l.396: m_Controls->m_ResidualAnalysis->DrawMeans()

Following the stacktrace, the exact point of crash is the

QwtSeriesStore< QPointF >::dataRect.

This one seems to be uninitialized:

QwtSeriesStore<QPointF>

  • [QwtAbstractSeriesStore] QwtAbstractSeriesStore
  • d_series @0x3839eb0 QwtSeriesData<QPointF>
  • d_boundingRect -1.0x20.0+6.36598737339e-314+4.94065645841e-324 QRectF h 20 qreal w -1.0000000000000002 qreal xp -2.0572965259573005e+303 qreal yp -1.5966722476277758e+293 qreal

Event Timeline

Is this a possible duplicate of the crash you, Christoph, are working on ?

yes it should be a duplicate of T16059 and fixed in bug-16059-FixPlotWidgeForNewQWTVersion