04-19-2014, 02:13 AM
I think the shortest crashing is
"main" is the entrypoint and is called, but its not a function, but a variable, located in Non eXectuable memory space, so segmentation fault
int main;
"main" is the entrypoint and is called, but its not a function, but a variable, located in Non eXectuable memory space, so segmentation fault