yahoo / monitr

A Node.js process monitoring tool.
BSD 3-Clause "New" or "Revised" License
317 stars 39 forks source link

Interrupter never get called on ubuntu17 #39

Closed 0x11-dev closed 5 years ago

0x11-dev commented 5 years ago

https://github.com/yahoo/monitr/blob/38849c3a88a0b0521c0f0559bd81ebe2da46ecb1/src/monitor.cc#L158

0x11-dev commented 5 years ago

Found reason: SIGHUP handler set in native code replaced by process.on('SIGHUP', ()=>{})