😱 Spooktober : Whats your most horrifying dev-bug?
Eugene Cheah

Eugene Cheah @picocreator

About: Does UI web test automation (uilicious.com), web app development, and is part of the GPU.JS team (gpu.rocks)

Location:
Singapore
Joined:
Feb 6, 2018

😱 Spooktober : Whats your most horrifying dev-bug?

Publish Date: Oct 31 '18
9 10

Was digging around my files, and came across this gem done by an art friend last year. So here goes...

list of dev-bugs

Since its halloween, lets hear some horrifying, or amusing bugs one has encountered or heard. In dev, or worse production! 😱😱😱

Comments 10 total

  • Eugene Cheah
    Eugene CheahOct 31, 2018

    To start it off, I would link here an MIT classic...

    A Heisenbug, where a sysadmin seems to have emails disappearing when sent to users more then 500 miles away 😨

  • Anna Simoroshka
    Anna SimoroshkaOct 31, 2018

    Cockroaches drive me mental and push towards learning how to test.

  • K
    KOct 31, 2018

    Had to maintain a legacy PHP project.

    One file was 7000 LoC and had one class that was used all over the code-base.

    This application was basically a bad PHP version of GWT. So all it did was creating hundreds of lines of JavaScript code on the server and sending them to the browser on every click, all neatly nested with with().

    The debugger would crash if I set a breakpoint in the big class and the client code would change every click.

    As you can imagine, there were multiple bugs in this code-base and I don't really know how I fixed it in the course of two years, but somehow it was stable at the end.

    • Eugene Cheah
      Eugene CheahNov 1, 2018

      Getting it stable is one thing, how fast could you get it to respond with all that bloat .... on every click?

      • K
        KNov 1, 2018

        I don't know why, but performance was okay-ish.

        Probably because most logic was handled already in PHP and it was much, but simple, JavaScript.

        • Eugene Cheah
          Eugene CheahNov 1, 2018

          That itself is a horrifying miracle - know the original programmers who did the implementation?

          Had similar experiences with several thousand of lines of PHP code, by multiple people, with many easy to miss performance hits (at its time), that took forever to refactor out.

          And by refactor, it meant rewrite in a another language XD

  • Rob Hoelz
    Rob HoelzOct 31, 2018

    One of my favorite bug stories: gamasutra.com/blogs/DaveBaggett/20...

Add comment