Page MenuHomePhabricator

Crash when opening/closing views
Closed, InvalidPublic

Description

I opened and closed some views, then tried to change the layout of the remaining views. I get a NULL-Pointer crash because a Message is trying to call a member function on an invalid object. (The virtual function pointer table of m_Object is 0xfeeefeeefeeefeee, which is "Used by Microsoft's HeapFree() to mark freed heap memory" in debug mode).

I'll attach a screenshot of the call stack

3m3-crash-callstack.jpg (1×1 px, 486 KB)

Related Objects

Event Timeline

neuhaus added a subscriber: neuhaus.

another try, another crash, another callstack...

3m3-crash-callstack 2.jpg (1×1 px, 441 KB)

Please do not assign those bugs to me by default. Unregistering listeners (for example selection listeners) is the sole responsibility of the respective view/editor whatever. This crash is possible due to a view not properly unregistering its selection listener.

You got the bug, because you are default assignee...

I tried to re-create the crash, but now everything seems to be working. Bug must have been fixed in the last few days.

Merging "applicazion modules" component with "ExtApp plugins"

kislinsk changed the task status from Invalid to Spite.Jun 27 2018, 1:32 PM
kislinsk added a project: Bulk Edit.
kislinsk changed the task status from Spite to Invalid.Jun 27 2018, 1:36 PM
kislinsk removed a project: Bulk Edit.