Favorite (or anti-) Error Messages

Are there error messages you love (or loathe) to see?

One of mine is "long long long is too long for gcc"
Yep, the generic "Syntax error" and any compile error resulting from a problem with using boost::lambda or boost::multi_index_container [these
tend to generate single compile errors that are several hundred lines long].
"Segmentation fault." and its Windows equivalent.
This usually means I won't have a chance to get bored for the next hour or so.
@helios: I just helped a friend fix one of those, as well as the one my matrix class was having. She was getting a bus error as well, but maybe that's because she was on a mac.
I believe MacOS calls refers to segmentation faults as "bus errors", just as Windows calls them "general protection faults".
Topic archived. No new replies allowed.