Page MenuHomePhabricator

MITK-US crashes randomly
Closed, ResolvedPublic

Description

Cause: sometimes the US device objects are deleted by the ITK garbage collection while they are in use.

Event Timeline

This bug has a high severity and was not fixed within the 2013-06 release. Setting target milestone to next release.

MITK-US still crashes randomly but I'm not sure if this is really caused by the garbage collection. It seems that the crashes occure faster / more frequently on an old machine (mbi076) ... maybe this can help to fix this bug.

New remote branch pushed: bug-14630-FixRandomCrashesOfMitkUS

The crash is caused by concurrent image access. It can be fixed by using a mutex.

[7d6460]: Merge branch 'bug-14630-FixRandomCrashesOfMitkUS'

Merged commits:

2013-11-20 15:53:43 Adrian Winterstein [a3e9f4]
Guarding of image acquiring by a mutex.

[6fed56]: Merge branch 'bug-14630-FixRandomCrashesOfMitkUS'

Merged commits:

2013-11-27 17:04:26 Adrian Winterstein [2010c9]
COMP: Fix thread termination (test for invalid thread id)