I had a fun server bug today! My service unpacks a record from a database, saves the record to a file, throws trying to read the malformed data, then repeats until out of disk space.

Definitely a unique way to crash! At least the fix wasn't hard.