Petals Distribution

Some exceptions in Threads are not logged

Details

  • Type: Task Task
  • Status: Resolved Resolved
  • Priority: Major Major
  • Resolution: Fixed
  • Affects Version/s: 4.2.3
  • Fix Version/s: 5.0.0-M1
  • Component/s: None
  • Security Level: Public
  • Description:
    Hide

    Because things executed in Threads are not in the main process, when an uncaught exception occurs in a thread, the exception is forgotten along with the crashing thread.

    We need to log these Exceptions by exploiting the UncaughtExceptionHandler of threads in all our code.

    Show
    Because things executed in Threads are not in the main process, when an uncaught exception occurs in a thread, the exception is forgotten along with the crashing thread. We need to log these Exceptions by exploiting the UncaughtExceptionHandler of threads in all our code.
  • Environment:
    -

Issue Links

Activity

People

Dates

  • Created:
    Mon, 16 Mar 2015 - 12:09:47 +0100
    Updated:
    Wed, 15 Apr 2015 - 17:41:19 +0200
    Resolved:
    Mon, 16 Mar 2015 - 15:00:41 +0100