Page MenuHomePhabricator

[MITK Workbench] Closing Workbench results in "Problem report" in macOS
Closed, WontfixPublic

Description

Simply closing a workbench instance is interpreted as a crash by mac OS.
See screenshot:

Screenshot 2021-02-09 at 15.53.22.png (1ร—2 px, 1 MB)

Mac OS: Catalina 10.15.7
MITK: snapshots/2021-01-25-68-ge1e192c2a4

Event Timeline

a178n triaged this task as Normal priority.Feb 9 2021, 4:51 PM
a178n created this task.

Attaching full stacktrace herewith:

What views were opened or data loaded? Or was it an empty workbench?

Closing an empty workbench or loaded workbench using X button on the title bar causes this.

I tried running the Workbench on Linux both with valgrind as well as AdressSanitizer. Unfortunately there is a lot of noise from memory leaks and stuff, but I did not spot anything obvious which could be the cause.

I think the first entry point to debug this manually would be:

8   libITKCommon-4.13.1.dylib     	0x0000000106e3f9bd itk::Object::UnRegister() const + 109
9   libMitkCore.dylib             	0x00000001058d11a7 itk::SmartPointer<itk::BoundingBox<unsigned long, 3, double, itk::VectorContainer<unsigned long, itk::Point<double, 3u> > > const>::~SmartPointer() + 23

So basically trying to identify itk::BoundingBox cleanup locations through smart pointers which are a direct or indirect member of static objects.

Update:
Problem is cannot be replicated anymore on my mac book (after a restart). Only Happens recurrently at certain times.

kislinsk added a project: Auto-closed.

Hi there! ๐Ÿ™‚

This task was auto-closed according to our Task Lifecycle Management.
Please follow this link for more information and don't forget that you are encouraged to reasonable re-open tasks to revive them. ๐Ÿš‘

Best wishes,
The MITK devs