lidavidm commented on issue #2802:
URL: https://github.com/apache/arrow-adbc/issues/2802#issuecomment-2864684905

   Isn't it the opposite way around? Something in Rust is registering a signal 
handler but without the required flag
   
   > If the non-Go code installs any signal handlers, it must use the 
SA_ONSTACK flag with sigaction. Failing to do so is likely to cause the program 
to crash if the signal is received. Go programs routinely run with a limited 
stack, and therefore set up an alternate signal stack. 
   
   https://pkg.go.dev/os/signal


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to