sagemath / cysignals

cysignals: interrupt and signal handling for Cython
GNU Lesser General Public License v3.0
44 stars 23 forks source link

cysignals-CSI is too gdb-centric #62

Open dimpase opened 6 years ago

dimpase commented 6 years ago

AFAIK, gdb doesn't really help with clang-compiled binaries (one would rather use LLVM-based debugger, lldb), so it ought to be made more generic.

jdemeyer commented 6 years ago

We're already having trouble getting gdb to work properly (#52). I don't want to worry now about other debuggers.

dimpase commented 6 years ago

Well, I have a problem with clang-built Sage that might well be related to cysignals in threaded setting, and I am reduced to debugging via print() and coredumps.