Skip to content

fix terminate on chld signal - #1

Open
capocasa wants to merge 2 commits into
williamweston:masterfrom
capocasa:master
Open

fix terminate on chld signal#1
capocasa wants to merge 2 commits into
williamweston:masterfrom
capocasa:master

Conversation

@capocasa

@capocasa capocasa commented Jul 7, 2017

Copy link
Copy Markdown

For some reason on my system (current arch linux), jamrouter receives a chld signal on startup and terminates immediately.

Posix convention is to ignore child signals, so I removed it from the list and now it works just fine.

For more information, please see the table in this wikipedia entry:

https://en.wikipedia.org/wiki/Unix_signal#POSIX_signals

Perhaps the signals marked as "terminate and dump core" should be removed from the handler as well, in order to let the core dump take place.

@layk layk mentioned this pull request Jul 23, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant