This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

1008 segfaults in genattr


When doing 'make bootstrap' under UnixWare 2.1.2 (i386-pc-sysv4.2uw2.1.2),
with the 1008 snapshot, genattr dumps core:


...
stage1/xgcc -Bstage1/  -DIN_GCC    -O2 -g -O2  -DHAVE_CONFIG_H   -o genattr genattr.o rtl.o ` case "obstack.o" in ?*) echo obstack.o ;; esac ` ` case "stage1/xgcc -Bstage1/"@"alloca.o" in "cc"@?*) echo alloca.o ;; esac ` ` case "" in ?
*) echo  ;; esac ` 
./genattr ./config/i386/i386.md > tmp-attr.h
Abort - core dumped
make[2]: *** [stamp-attr] Error 134
make[2]: Leaving directory `/syjet/src/egcs-971008/gcc'
make[1]: *** [bootstrap] Error 2
make[1]: Leaving directory `/syjet/src/egcs-971008/gcc'
make: *** [bootstrap] Error 2

Here's a backtrace:

#0  0xbffb3783 in kill ()
#1  0xbffe3528 in abort ()
#2  0x80487be in __do_global_dtors_aux ()
#3  0x804b0d5 in _fini ()
#4  0x8048755 in _start ()


The last snapshot I built was 970910, in case that matters.

vin shelton



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]