SEGFAULT: Debugging a crashing application
š Something breaks If you use linux running some applications you could have seen sometimes a similar error message: [1] 24975 segmentation fault (core dumped) whatās meaning and how it can be useful ? Letās dig it out. š§Ŗ Lab Setup To make a proper case study, we need a crashing program. Of course they are very rare nowadays š so we just create a new one ourself, showing off our worst C coding bad skills and practices. ...