Ticket #201 (closed defect: fixed)

Opened 12 months ago

Last modified 12 months ago

Exception handler should not throw exception if logging fails

Reported by: mikey Owned by: mikey
Priority: major Milestone: 0.15.0
Component: core Version: SVN-trunk
Keywords: Cc:

Description

The exception handler contains logging functionality which relies heavily on the logging and IoC parts of the framework. This is a problem in case an exception happens while logging an uncatched exception. Either there should be no logging via the logging and IoC parts or any exception thrown there should be catched and fail gracefully then.

Change History

Changed 12 months ago by mikey

  • status changed from new to assigned

Changed 12 months ago by mikey

  • status changed from assigned to closed
  • resolution set to fixed

Fixed with r2141.

Note: See TracTickets for help on using tickets.