void core_dumped() { int i; for(i = 0 ; i < INT_MAX ; i++) malloc(INT_MAX); }
And then watch the world burning.