33

Okay, just wrote a program with memory allocation inside an accidental infinite loop and by the time I was able to kill it, it had already claimed 86% of my memory. Scared the shit out of me because my OS was CRAWLING for a while

Comments
  • 12
    HA.

    Just fixed the bug, and ran it again. Without compiling. What a dumbass!
  • 1
    Haha this is the best bug for what I’ve heard for week117
  • 0
    Had something similar once,
    an infinite append()-loop in Go.
    But i had to restart my PC after this.
Add Comment