https://qa.mandrakesoft.com/show_bug.cgi?id=401
[EMAIL PROTECTED] changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |INVALID
------- Additional Comments From [EMAIL PROTECTED] 2003-02-08 16:31 -------
Invalid per previous comment. i.e. random crashes are not valid bug reports.
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
------- Reminder: -------
assigned_to: [EMAIL PROTECTED]
status: RESOLVED
creation_date:
description:
When I try to compile any source code, gcc and g++ does random segmentation
fault. It is random because sometimes it will segfault and then I launch the
exact same command line to compile and it might compile ok. Where gcc crash is
also random, it will always crash on a random .h file at a random line. I had
exactly the same problem with Mandrake 8.1 (download edition) with gcc 2.96,
the only way I had found to "fix" was to downgrade to gcc 2.95. My install CD
are correct, the md5sum matched.
I have a PIII 500MHz, 128Mb RAM that I have for more than 2 years. Some people
told me that it might be faulty RAM but I don't think so, if it was true, then
my machine would crash non-stop. Other people suggested that maybe my CPU was
overheating while compiling but it doesn't seem to be the case, my machine run
seti@home (heavy floating point computation) 24h/24h and I never had any
problem. It seems that g++ will crash more often than gcc, maybe because of the
include depth often associated with KDE/Qt programs. Here is a sample of what a
crash look like:
[greaterdrick@greaterdrick uml]$ c++ -DHAVE_CONFIG_H -I. -I. -I..
-I/usr/lib/qt3/include -I. -fno-exceptions -fno-check-new -c
messagecopy.cpp
In file included from /usr/include/c++/3.2/bits/locale_facets.tcc:43,
from /usr/include/c++/3.2/locale:46,
from /usr/include/c++/3.2/bits/ostream.tcc:37,
from /usr/include/c++/3.2/ostream:275,
from /usr/include/c++/3.2/iterator:70,
from /usr/lib/qt3/include/qvaluelist.h:48,
from /usr/lib/qt3/include/qmap.h:47,
from /usr/lib/qt3/include/qmime.h:43,
from /usr/lib/qt3/include/qevent.h:45,
from /usr/lib/qt3/include/qobject.h:45,
from messagecopy.h:5,
from messagecopy.cpp:1:
/usr/include/c++/3.2/limits:1682: internal error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:https://qa.mandrakesoft.com/> for instructions.