kiwiirc / kiwibnc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Win32] Ctrl+C unknown signal SIGQUIT

ItsOnlyBinary opened this issue · comments

This happens on single Ctrl+C on windows

2020-09-26T15:45:12.105Z [sockets] l_info SIGINT received. Ctrc+C again to terminate kiwibnc.
2020-09-26T15:45:12.611Z [sockets] l_info Reloading worker process...
### Serious error (uncaughtException) - this should not happen but the BNC is still running. TypeError [ERR_UNKNOWN_SIGNAL]: Unknown signal: SIGQUIT
    at convertToValidSignal (internal/util.js:251:9)
    at ChildProcess.kill (internal/child_process.js:476:5)
    at Timeout._onTimeout (C:\Users\Neil\Code\kiwiirc\kiwibnc\src\actions\run.js:62:32)
    at listOnTimeout (internal/timers.js:549:17)
    at processTimers (internal/timers.js:492:7)
TypeError [ERR_UNKNOWN_SIGNAL]: Unknown signal: SIGQUIT
    at convertToValidSignal (internal/util.js:251:9)
    at ChildProcess.kill (internal/child_process.js:476:5)
    at Timeout._onTimeout (C:\Users\Neil\Code\kiwiirc\kiwibnc\src\actions\run.js:62:32)
    at listOnTimeout (internal/timers.js:549:17)
    at processTimers (internal/timers.js:492:7)