Hendrik

2276 days ago

Debugging a segfault in my Rust program

jvns.ca

Hello! Yesterday I finished debugging a segfault. It was (in retrospect) a pretty easy thing to fix but I learned a few things from fixing it and so I thought I’d share. Really quickly – a segfault is when your program tries to access an area that it’s not allowed to happen.