Closed groob closed 6 years ago
Repro:
1) start osqueryi with
sudo osqueryi --nodisable_extensions
2) run a table extension 3) use CTRL+C to quit osqueryi
Both osqueryi and the extension become unresponsive. Possible bug with my handling of signal in server.Run() ? Do we need to trap a specific signal?
quiting the extension while osqueryi is still running works fine.
I'm no longer seeing this happening.
Repro:
1) start osqueryi with
2) run a table extension 3) use CTRL+C to quit osqueryi
Both osqueryi and the extension become unresponsive. Possible bug with my handling of signal in server.Run() ? Do we need to trap a specific signal?
quiting the extension while osqueryi is still running works fine.