Reading What is the best comment I've encouter this comment, upvoted 201 times:
A long time ago, I accidentally fixed a segfault in Java3D by adding a comment. It was 100% reproducible; if I removed the comment, it crashed. As long as the comment was there, it worked fine. I assume it was some bizarre timing issue, but I never did figure out exactly what was happening.
Is this possible?
If he was fixing a segfault in Java3D, I'm guessing he was writing code in Java or C/C++. I thought that in any of these languages, comments are simply erased before the compilation...