nitesh
· 51w
For all the smart devs out there, can anyone give me ideas on how to debug a segfault at runtime. The scenario is, I built a rust lib that calls into some C code. I compiled it into a static lib for i...
Put a log statement between every line of code, the log that doesn't run is the line where the segfault is happening.