-
Notifications
You must be signed in to change notification settings - Fork 99
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
python: consider a backtrace handler for debugging #1583
Comments
lidavidm
added a commit
to lidavidm/arrow-adbc
that referenced
this issue
Mar 7, 2024
lidavidm
added a commit
to lidavidm/arrow-adbc
that referenced
this issue
Mar 7, 2024
lidavidm
added a commit
to lidavidm/arrow-adbc
that referenced
this issue
Mar 8, 2024
lidavidm
added a commit
to lidavidm/arrow-adbc
that referenced
this issue
Mar 8, 2024
lidavidm
added a commit
to lidavidm/arrow-adbc
that referenced
this issue
Mar 18, 2024
We can't do this because the default backtrace mechanism only recognizes exported symbols (making the resulting backtrace not very useful) and the more advanced backtrace mechanisms require linking (L)GPL libraries (which we obviously cannot do). We can at least build with debug info and let people figure out backtraces themselves. |
lidavidm
added a commit
to lidavidm/arrow-adbc
that referenced
this issue
Mar 19, 2024
lidavidm
added a commit
to lidavidm/arrow-adbc
that referenced
this issue
Mar 19, 2024
lidavidm
added a commit
to lidavidm/arrow-adbc
that referenced
this issue
Mar 19, 2024
lidavidm
added a commit
to lidavidm/arrow-adbc
that referenced
this issue
Mar 20, 2024
lidavidm
added a commit
to lidavidm/arrow-adbc
that referenced
this issue
Mar 20, 2024
lidavidm
added a commit
to lidavidm/arrow-adbc
that referenced
this issue
Mar 25, 2024
lidavidm
added a commit
to lidavidm/arrow-adbc
that referenced
this issue
Mar 26, 2024
lidavidm
added a commit
to lidavidm/arrow-adbc
that referenced
this issue
Mar 26, 2024
lidavidm
added a commit
to lidavidm/arrow-adbc
that referenced
this issue
Mar 26, 2024
lidavidm
added a commit
to lidavidm/arrow-adbc
that referenced
this issue
Mar 26, 2024
lidavidm
added a commit
to lidavidm/arrow-adbc
that referenced
this issue
Mar 26, 2024
lidavidm
added a commit
that referenced
this issue
Mar 26, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 (#1531, #1522, #1476). In these cases, being able to at least get a stack trace would be useful. I would propose the following:
TODOs:
https://github.com/bombela/backward-cpp/issues/160
. At least for wheels, we could either ship a separate wheel in the GitHub release with debug info, or we could split off the debug info and offer it as a separate download. We should measure this.)The text was updated successfully, but these errors were encountered: