vote up 0 vote down star

Possible Duplicates:
The funniest/weirdest error message you’ve got from a development environment/application
Most daunting error message?

Just for laughs: who's seen the most spectacularly unhelpful error/exception/debugging message? As an example, the Microsoft ASP.NET/GDI exception message always really helps me get to the root of the problem:

"A generic error has occurred in GDI+."

Translated:

"Something's wrong. Somewhere. It could be to do with your image manipulation routine. Or it could be a permissions issue. Or a file may not exist, somewhere. It may be a memory issue. Or, the moon may be entering it's third phase, throwing the universe (and your server) slightly out of alignment. Anyway, good luck with that."

I also just saw a JavaScript error telling me there was a syntax error on a line number that didn't exist (I know this is fairly common, but still makes me chuckle - or throw things, depending on my mood).

Anyone got any good ones?

flag
1  
stackoverflow.com/questions/238079/… – jason Oct 27 at 16:17
1  
stackoverflow.com/questions/599745/… – rlb.usa Oct 27 at 16:22
Ok, I'll give you the second one. – Mark B Oct 27 at 16:23

closed as exact duplicate by Brian, Jay Riggs, Binary Worrier, ax, Mark B Oct 27 at 16:24

1 Answer

vote up 0 vote down

Apple's MPW C Compiler had some pretty good ones.

link|flag

Not the answer you're looking for? Browse other questions tagged or ask your own question.