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

   Looks like this is actually a known problem that others have run into 
https://github.com/tokio-rs/tokio/issues/3520 
   
   Another rust project solved this issue by using `std:process` instead of 
`tokio` for their plugin handling because of this. So this seems to be an issue 
on the Rust side where `tokio` is hijacking signal handlers and there doesn't 
seem to be a way to tell it to use `SA_ONSTACK` as far as I can tell. 


-- 
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