Opened 6 years ago
#788 new enhancement
Ns should track tasks through their entire life cycle
Reported by: | Jiri Svoboda | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | helenos/unspecified | Version: | mainline |
Keywords: | Cc: | ||
Blocker for: | Depends on: | ||
See also: |
Description
Ns currently acts partially as the restarter for tasks, but it forgets about them once they return an exit code. It should track the tasks until they actually terminate. This would allow it to be the source for debugging information on the tasks, such as:
- list of binaries/shared objects, where they are mapped in the address space
- command line arguments
Separating this service into a separate task/server presents some additional challenges and is out of scope of this ticket.
Note:
See TracTickets
for help on using tickets.