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

   Do you know if the corresponding Rust code is installing any signal handlers 
in your workflow? Since Go programs run with a limited stack they require using 
sigaltstack, so if Rust is setting up a signal handler without `SA_ONSTACK` 
that would be the cause. 
   
   I'm going to experiment a bit with potentially trying to reproduce the issue 
and then seeing if I can work out a solution on the Go side, but if we can 
identify Rust as the issue then having a fix on the Rust Driver manager size 
would be better.


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