cysignals icon indicating copy to clipboard operation
cysignals copied to clipboard

cysignals-CSI is too gdb-centric

Open dimpase opened this issue 8 years ago • 2 comments
trafficstars

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.

dimpase avatar Sep 15 '17 13:09 dimpase

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

jdemeyer avatar Sep 25 '17 13:09 jdemeyer

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.

dimpase avatar Sep 25 '17 13:09 dimpase