------- Comment #3 from bangerth at dealii dot org 2007-04-07 16:29 ------- (In reply to comment #2) > I'm willing to accept this as an hardware/OS issue, but then am I really that > unlikely to be the only person having this kind of problem? In other words, > has > this type of problems been seen before and if so, how were they resolved?
There's an easy way to figure out whether it's the compiler's fault or that of your machine: does the error always happen on the same file, with the exact same error message? Since gcc is a deterministic program, it would have to cause the same problem every time you compile the same file. On the other hand, if the error appears randomly even though you compile the same set of files, then this clearly can't be gcc's fault. It certainly sounds like a hardware problem (memory, overheating, disk, ...) W. -- bangerth at dealii dot org changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |bangerth at dealii dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31502