exceptions in smart server connection threads are not caught
Bug #789910 reported by
Vincent Ladeuil
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Bazaar |
Confirmed
|
High
|
Unassigned | ||
Breezy |
Triaged
|
Medium
|
Unassigned |
Bug Description
Encountered while investigating bug #789167 (fallout from bug #274578), this is probably related to bug #62905 but is specifically targeted at fixing the incomplete implementation of the server_exception hook.
In SmartTCPServer threads are created to handle connections. If an exception occurs in one of these threads, it won't be propagated to the main thread where the hook are fired.
An alternative would be to also fire the hooks in these threads.
tags: | added: check-for-breezy |
Changed in brz: | |
status: | New → Triaged |
importance: | Undecided → Medium |
tags: | removed: check-for-breezy |
To post a comment you must log in.