Ticket #45 (closed improvement: fixed)
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
Note: See
TracTickets for help on using
tickets.

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.