Ticket #38 (closed defect: fixed)

Opened 5 years ago

Last modified 5 years ago

When shutting down a program, full message queues may prevent the -s command from getting through

Reported by: dcarter Owned by: dcarter
Priority: normal Milestone: Release 0.6
Component: ARM4 Agent Version: Development
Severity: Operational Stability Keywords:
Cc:

Description

Additionally, when a message is missed for whatever reason, the message remains in the queue shutting down any new instance starting up. A better aproach would be to save the daemon pid in the shared memory segment and use a kill system call.

Change History

comment:1 Changed 5 years ago by dcarter

  • Status changed from new to assigned

comment:2 Changed 5 years ago by dcarter

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

The daemon now records its process id in the shared memory region. arm4_control can now use this to send it the TERM signal.

Note: See TracTickets for help on using tickets.