Page MenuHomePhabricator

ExtApp crash on accessing statistics (the second time) of an image for that the statistics computation failed the first time.
Closed, ResolvedPublic

Description

How to reproduce:

  • Load the wholeBodyExmaple.pic.gz (/E130-Daten/3M3 Demodaten/GeneralTestingData/wholeBodyExample.pic.gz)
  • Activate the statistics view ( --> will not compute, T12200 )
  • Load another image
  • Select the latest image (--> statistics will be computed )
  • Selecte the WholeBodyExample node --> CRASH

Possible bug reason:

The QmitkStatisticsView has a hash-map containing the nodes with already computed statistics, it is possible, that even though the computation has failed the first time, some hash value is added and on the second time the view tries to access the (not) computed statistics --> SEGFAULT

If the reason is as described, the bugfix for T3104 will fix also this one.

Event Timeline

Did you already fix that bug? We couldn't reproduce it on Win7 x64.

T3104is pushed into the master meanwhile, this commit might have solved the problem...

Ok nice, if you fixed T3104 completely, can you close this bug as well, please? :)

Please check if this bug has been fixed and can be closed for the 2012.09 release.

Bug does not occur at current version. Issue solved. Closing bug.