Actions
Bug #1104
closedappmgr waiter thread doesn't exit cleanly on Ctrl-C.
Start date:
13 Mar 2024
Due date:
% Done:
100%
Estimated time:
Severity:
02 - High
Description
The signal appears to be caught but the waiter thread times out trying to shutdown.
This may be due to no child pid having ever been started.
Updated by Hammel about 1 year ago
The signal isn't caught - I need to catch SIGINT and handle it properly.
Updated by Hammel about 1 year ago
- Status changed from New to In Progress
- % Done changed from 0 to 50
Signal handling updated and pthread_cond_broadcast() added to shutdown.
Code is ready to be tested.
Updated by Hammel about 1 year ago
- Status changed from In Progress to Closed
- % Done changed from 50 to 100
Code tested on hardware successfully.
Code committed and pushed.
Closing issue.
Actions