Ticket #624 (new planned)

Opened 21 months ago

verify no advice use happens during shutdown

Reported by: ichthyo Owned by:
Priority: nice Milestone: 2beta
Component: lumiera Keywords: QA sanity
Cc: Blocked By: #623, #625
Blocking: #195

Description

The way the AdviceSystem is implemented (currently, 6/10) introduces several loopholes, races and possible access to already deleted objects, in case any access happens during the final, dtor-invoking phase of the application shutdown. As our general policy is to disallow any significant operations to go on after the end of main(), just ignoring these problems seems a reasonable tradeoff.

This ticket is to remind us later to verify this assessment.

Change History

comment:1 Changed 21 months ago by ichthyo

  • Blocked By 625 added
Note: See TracTickets for help on using tickets.