Closed
Description
Hi there!
Encountered an issue: when using chdb-go, the process cannot terminate successfully upon receiving a stop signal. It appears that the library intercepts the signal, preventing the Go program from receiving it.
Steps to reproduce:
- Initialize a session from chdb-go
- Set up a listener for the SIGINT signal
- Run the application
- Send a stop signal (Ctrl+C)
Expected behavior: the program receives the stop signal and terminates successfully.
Actual behavior: the program hangs / the program terminates prematurely without receiving the stop signal.
Minimal repro: https://github.com/xantinium/chdb-stop-sig
Metadata
Metadata
Assignees
Labels
No labels