Getting SEGFAULT: how to debug properly? #2434
vadimkantorov
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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 is missing 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!
Beta Was this translation helpful? Give feedback.
All reactions