Classic error

While working with a C program for one of my classes, I got one of the coolest errors ever!

bash-2.05$ ./a.out <pdata
Segmentation Fault (core dumped)

I messed up one of the variables (I forgot the “&”) which caused the above error.

Overall I am glad it happened because I just love the phrase “core dumped”, I don’t know why, I just do.

Tags: ,

Leave a Reply