lidavidm opened a new issue, #1583:
URL: https://github.com/apache/arrow-adbc/issues/1583

   ### What feature or improvement would you like to see?
   
   We've gotten occasional reports of things crashing without further 
explanation that have been hard for us to reproduce. In these cases, being able 
to at least get a stack trace would be useful. I would propose the following:
   
   - Statically link [backward-cpp](https://github.com/bombela/backward-cpp) or 
similar in the Python driver manager with enough dependencies to produce a full 
backtrace
   - Enable the backtrace handler on startup via an environment variable
   - Build Cython code and all drivers with debug info so that we can get a 
backtrace
   - Include backward-cpp in the LICENSE since we would be shipping it 
statically
   
   TODOs:
   - This may increase binary size a lot, should we consider separate packages?
   - How should we get Golang backtraces into this?


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