This is the mail archive of the gcc-bugs@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]

Snapshot 980308 bug report...


Hi, I'm not subscribed to the list, so please email me directly for any
additional information.

Using EGCS snapshot on RedHat 4.2 Linux for DEC Alpha, it crashes during
the compilation of MySQL 3.21.25-gamma in the file sql/sql_yacc.cc

Initially it ran out of memory (32MB real, 256MB swap) so I increased the
about of swap to over 600MB, yet it still crashes.  There appears to be
some sort of loop that allocated memory and doesn't quite detect when it's
supposed to leave.  It prints the following to stderr:

/my/gnu/lib/bison/bison.simple: In function `int yyparse()':
/my/gnu/lib/bison/bison.simple:692: Internal compiler error.
/my/gnu/lib/bison/bison.simple:692: Please submit a full bug report to `egcs-bugs@cygnus.com'.
make[2]: *** [sql_yacc.o] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all-recursive-am] Error 2

Immediately preceeding this, the following was printed to stdout:

make[2]: Leaving directory `/home/ccurtis/dev/mysql-3.21.25-gamma/merge'
Making all in sql
make[2]: Entering directory `/home/ccurtis/dev/mysql-3.21.25-gamma/sql'
Making all in share
make[3]: Entering directory `/home/ccurtis/dev/mysql-3.21.25-gamma/sql/share'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/ccurtis/dev/mysql-3.21.25-gamma/sql/share'
c++ -DMYSQL_SERVER -DDEFAULT_MYSQL_HOME="\"/usr/local\"" -DDATADIR="\"/usr/local/var\"" -DSHAREDIR="\"/usr/local/share/mysql\"" -DHAVE_CONFIG_H -I./../include -I./../regex -I. -I../include -I.. -I.  -O -g -O2 -fno-implicit-templates -DDBUG_OFF  -c sql_yacc.cc
make[2]: Leaving directory `/home/ccurtis/dev/mysql-3.21.25-gamma/sql'
make[1]: Leaving directory `/home/ccurtis/dev/mysql-3.21.25-gamma'

Thanks for your time ...
Christopher Curtis



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