public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* fatal signal 7
@ 2000-02-06 21:08 robert corley
  2000-02-06 21:14 ` Alexandre Oliva
  2000-04-01  0:00 ` robert corley
  0 siblings, 2 replies; 4+ messages in thread
From: robert corley @ 2000-02-06 21:08 UTC (permalink / raw)
  To: gcc-help

I am running slackware 7 (w/ linux 2.2.13).  I receive
the following when trying to compile a new version of
GCC (I actually get the message when I try to compile
the kernel or modules).

Any help on what fatal signal 7 is would be
appreciated.

bash-2.03# make
<... cut for brevity ...>
gcc  -DIN_GCC     -g -O2  -DHAVE_CONFIG_H    -I. -I.
-I./config -I./../include \
 
-DGCC_INCLUDE_DIR=\"/usr/local/lib/gcc-lib/i586-pc-linux-gnu/2.95.2/include\"
\
 
-DGPLUSPLUS_INCLUDE_DIR=\"/usr/local/lib/gcc-lib/i586-pc-linux-gnu/2.95.2/../.
./../..`echo /usr/local | sed -e 's|^/usr/local||' -e
's|/[^/]*|/..|g'`/include/
g++-3\" \
  -DLOCAL_INCLUDE_DIR=\"/usr/local/include\" \
 
-DCROSS_INCLUDE_DIR=\"/usr/local/lib/gcc-lib/i586-pc-linux-gnu/2.95.2/../../..
/../i586-pc-linux-gnu/sys-include\" \
 
-DTOOL_INCLUDE_DIR=\"/usr/local/lib/gcc-lib/i586-pc-linux-gnu/2.95.2/../../../
../i586-pc-linux-gnu/include\" \
  -c `echo ./cccp.c | sed 's,^\./,,'`
gcc: Internal compiler error: program cc1 got fatal
signal 7
make[1]: *** [cccp.o] Error 1
make[1]: Leaving directory `/usr/src/gcc-2.95.2/gcc'
make: *** [all-gcc] Error 2

----

bash-2.03# gcc -v 
Reading specs from
/usr/lib/gcc-lib/i386-slackware-linux/egcs-2.91.66/specs
gcc version egcs-2.91.66 19990314/Linux (egcs-1.1.2
release) 



__________________________________________________
Do You Yahoo!?
Talk to your friends online with Yahoo! Messenger.
http://im.yahoo.com

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: fatal signal 7
  2000-02-06 21:08 fatal signal 7 robert corley
@ 2000-02-06 21:14 ` Alexandre Oliva
  2000-04-01  0:00   ` Alexandre Oliva
  2000-04-01  0:00 ` robert corley
  1 sibling, 1 reply; 4+ messages in thread
From: Alexandre Oliva @ 2000-02-06 21:14 UTC (permalink / raw)
  To: robert corley; +Cc: gcc-help

On Feb  7, 2000, robert corley <rdcorle@yahoo.com> wrote:

> Any help on what fatal signal 7 is would be appreciated.

Try `kill -l'

I'm sorry to say that occurrences of signal 7 and 11 are common
indicators of hardware problem when they aren't 100% reproducible or
show up in conditions in which others don't observe any problem (as is
your case).

-- 
Alexandre Oliva http://www.ic.unicamp.br/~oliva IC-Unicamp, Bra[sz]il
oliva@{lsd.ic.unicamp.br,guarana.{org,com}} aoliva@{acm,computer}.org
oliva@{gnu.org,kaffe.org,{egcs,sourceware}.cygnus.com,samba.org}
** I may forward mail about projects to mailing lists; please use them

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: fatal signal 7
  2000-02-06 21:14 ` Alexandre Oliva
@ 2000-04-01  0:00   ` Alexandre Oliva
  0 siblings, 0 replies; 4+ messages in thread
From: Alexandre Oliva @ 2000-04-01  0:00 UTC (permalink / raw)
  To: robert corley; +Cc: gcc-help

On Feb  7, 2000, robert corley <rdcorle@yahoo.com> wrote:

> Any help on what fatal signal 7 is would be appreciated.

Try `kill -l'

I'm sorry to say that occurrences of signal 7 and 11 are common
indicators of hardware problem when they aren't 100% reproducible or
show up in conditions in which others don't observe any problem (as is
your case).

-- 
Alexandre Oliva http://www.ic.unicamp.br/~oliva IC-Unicamp, Bra[sz]il
oliva@{lsd.ic.unicamp.br,guarana.{org,com}} aoliva@{acm,computer}.org
oliva@{gnu.org,kaffe.org,{egcs,sourceware}.cygnus.com,samba.org}
** I may forward mail about projects to mailing lists; please use them

^ permalink raw reply	[flat|nested] 4+ messages in thread

* fatal signal 7
  2000-02-06 21:08 fatal signal 7 robert corley
  2000-02-06 21:14 ` Alexandre Oliva
@ 2000-04-01  0:00 ` robert corley
  1 sibling, 0 replies; 4+ messages in thread
From: robert corley @ 2000-04-01  0:00 UTC (permalink / raw)
  To: gcc-help

I am running slackware 7 (w/ linux 2.2.13).  I receive
the following when trying to compile a new version of
GCC (I actually get the message when I try to compile
the kernel or modules).

Any help on what fatal signal 7 is would be
appreciated.

bash-2.03# make
<... cut for brevity ...>
gcc  -DIN_GCC     -g -O2  -DHAVE_CONFIG_H    -I. -I.
-I./config -I./../include \
 
-DGCC_INCLUDE_DIR=\"/usr/local/lib/gcc-lib/i586-pc-linux-gnu/2.95.2/include\"
\
 
-DGPLUSPLUS_INCLUDE_DIR=\"/usr/local/lib/gcc-lib/i586-pc-linux-gnu/2.95.2/../.
./../..`echo /usr/local | sed -e 's|^/usr/local||' -e
's|/[^/]*|/..|g'`/include/
g++-3\" \
  -DLOCAL_INCLUDE_DIR=\"/usr/local/include\" \
 
-DCROSS_INCLUDE_DIR=\"/usr/local/lib/gcc-lib/i586-pc-linux-gnu/2.95.2/../../..
/../i586-pc-linux-gnu/sys-include\" \
 
-DTOOL_INCLUDE_DIR=\"/usr/local/lib/gcc-lib/i586-pc-linux-gnu/2.95.2/../../../
../i586-pc-linux-gnu/include\" \
  -c `echo ./cccp.c | sed 's,^\./,,'`
gcc: Internal compiler error: program cc1 got fatal
signal 7
make[1]: *** [cccp.o] Error 1
make[1]: Leaving directory `/usr/src/gcc-2.95.2/gcc'
make: *** [all-gcc] Error 2

----

bash-2.03# gcc -v 
Reading specs from
/usr/lib/gcc-lib/i386-slackware-linux/egcs-2.91.66/specs
gcc version egcs-2.91.66 19990314/Linux (egcs-1.1.2
release) 



__________________________________________________
Do You Yahoo!?
Talk to your friends online with Yahoo! Messenger.
http://im.yahoo.com

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2000-04-01  0:00 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-02-06 21:08 fatal signal 7 robert corley
2000-02-06 21:14 ` Alexandre Oliva
2000-04-01  0:00   ` Alexandre Oliva
2000-04-01  0:00 ` robert corley

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).