linuxdcpp-team team mailing list archive
-
linuxdcpp-team team
-
Mailing list archive
-
Message #08189
[Bug 907291] Re: adchpp doesnt shutdown on kill
I have had a commit around for this for some time on my branch but I
can't remind why I didn't forward it. In case it helps it's at
http://bazaar.launchpad.net/~klondike/adchpp/adchpp/revision/662
--
You received this bug notification because you are a member of
Dcplusplus-team, which is subscribed to ADCH++.
https://bugs.launchpad.net/bugs/907291
Title:
adchpp doesnt shutdown on kill
Status in ADCH++:
New
Bug description:
When adchpp is started as a daemon, it can't be shutdown with sending
it a TERM/signal 15 (i.e. `kill pid-ofadchpp`). Sending it a
HUP/signal 1 doesnt do anything either (something that sometimes is
used to save the application data to disk). Sending a INT/signal 2
does shutdown the hub, but this is not documented. This means, when
the machine it runs on, is being shutdown the hub won't shutdown
properly, since they use TERM/signal 15 to shutdown processes and if
that doesnt work, it's getting a KILL/signal 9.
To manage notifications about this bug go to:
https://bugs.launchpad.net/adchpp/+bug/907291/+subscriptions
References