Daemonize mode does not handle SIGTERM cleanly
Reported by Ben Klang | June 23rd, 2010 @ 03:32 PM
When handling a SIGTERM we try to shut down the AMI connections. However, there is an open TODO:
def disconnect!
# PSEUDO CODE
# TODO: Go through all the waiting condition variables and raise an exception
#@write_queue << :STOP!
raise NotImplementedError
end
which results in an unhandled exception.
Comments and changes to this ticket
-
Ben Klang June 23rd, 2010 @ 05:36 PM
The exception has been disabled temporarily. Until we can implement this method properly, we don't want to scare people.
-
Ben Klang February 15th, 2012 @ 11:36 AM
- State changed from open to resolved
- Milestone order changed from 0 to 0
Fixed in Adhearsion 2.0
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป