Share your worst dev horror story!
Last year we collected dev horror stories on the CircleCI blog for Halloween https://circleci.com/blog/dev-horror-stories/ and it was so much fun we want to put the call out again.
What's your worst? The scariest might end up on our blog roundup this year, feel free to make a note if you'd rather your story not be shared :)
Discovered race condition causing use of fallback crypto key. Taught tech support to decrypt with fallback key.
Looked through compiled machine code. Discovered race condition triggered by particular two-byte opcode sequence that happened to be readable ASCII and unique.
Taught tech support to search and replace that opcode sequence with Notepad++ in the DLL, changing a comma to a tilde, thus solving the problem once and for all.