#include #include #include int main(int argc, char *argv[]) { char *p = 10232498; int a = *p; while (1) usleep(100000); return EXIT_SUCCESS; }