- Notifications
You must be signed in to change notification settings - Fork752
Getting SEGFAULT: how to debug properly?#2434
vadimkantorov started this conversation inGeneral
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
-
Hi! I'm getting a SEGFAULT in the midst of PythonNet usage with calling C# library from Python. How do you recommend debugging this? The first obvious problem ismissing coreclr.so symbols for gdb: Would you suggest a recommended debugging setup? e.g. I could imagine sth like: compiled python from scratch with debug symbols, .net coreclr compiled from scratch with debug symbols, lldb with some python and clr extensions. But clearly many people have already hit these bumps and hopefully could suggest a "known-to-work" setup :) Thank you! |
BetaWas this translation helpful?Give feedback.
All reactions
Replies: 0 comments
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment