Skip to content

Sended event error when sended on a thread after MolEventNotifier release on Molecule cleanUp #243

@LabordePierre

Description

@LabordePierre

During the shutdown (MolComponentManager cleanUp) of a component using a thread (fork) to send events, a MolEventNotifier that was released by the componentPassivate can be used to make a call while the system is shut down. An event that was not understood resulted in an understood exception due to the lack of the interface.

The interface cannot be set to zero because a MolEvent is garbaged, and there is a lot of refactoring to make sure that a released MolEvent instance does not have any exceptions. Except in the case of a real event that has not been understood yet.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions