Ticket #45 (closed improvement: fixed)

Opened 3 years ago

Last modified 2 years ago

thread/process objects should save uncaught c++ exceptions

Reported by: niam Owned by: niam
Priority: normal Milestone: 0.13.0
Component: Version:
Severity: feature Keywords:
Cc:

Description

If process or thread raise an exception that wasn't caught inside the process/thread the exception information should be available for the parent routine.

Change History

comment:1 Changed 2 years ago by niam

It's not possible to save exception information for parent process usage unless some shared memory is used. This is too complicated and expensive for the purpose and uncaught exception won't break the parent process. Just enough to implement the feature for the threads.

comment:2 Changed 2 years ago by niam

  • Status changed from assigned to closed
  • Resolution set to fixed

(In [aa7829bd0b9caaec75d93cf061b7424c239b1af5]) {issue #45[resolved]} saved uncought exception thrown by thread routine for later examination

Note: See TracTickets for help on using tickets.