I've managed to crash the IDE or the compiler some times.
I've once run a program to use 100% RAM & CPU to see what happens, that time my system got so slow that I had some problems killing that program
I made a program that would read any type of file and dispay the file as an image, each 3-byte set making an RGB value. It made my system hang like an AMD Overdrive overclock gone wrong. Mouse wouldn't move, pressing the power button did nothing. I eventually just hit the restart button, never bothered to finish the program since it wasn't all that important.
Are you all running in real mode or something? The only time I've accidentally caused a crash was while working on kernel code. I can't imagine how you can crash the system from user space.
See? I knew it. The system didn't crash, it just ran slowly while there were a lot of page outs going on and it killed the program when swap space finally ran out.
I did that once just to see what would happen. I made a multithreaded with 10 threads making each making a child thread every second, and each thread allocating memory for a class with one of each of the basic types in it. it took about 12 seconds for the old laptop to hang :P well it didnt so much hang as it slowed to the point where I couldnt move the mouse anymore.