/** this bad program should produce a core dump when we run it */ main() { int i, *a; for (i = 0; i < 100000; ++i) a[i] = i; }