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]

Crash doing apache compilation


Just when I thought it was safe to get back in the water, gcc suddenly
stops compiling my Web server! I am attaching (hopefully) useful
information as per your bug report.

Not sure what to do now....sigh.

Thanks,

David.

-----

gcc -c  -I../../os/unix -I../../include -I/opt/msql/2.0.3/include -I/opt/db/1.85/include -I/usr/local/include/mysql  -I/usr/local/include/mysql  -DSOLARIS2=260 -DMOD_SSL=204101 -DEAPI -DUSE_EXPAT -I../../lib/expat-lite -O `../../apaci` mod_negotiation.c

../../apaci produces:

-DHTTPD_ROOT="/opt/httpd/1.3.9"
-DSUEXEC_BIN="/opt/httpd/1.3.9/sbin/suexec"
-DSHARED_CORE_DIR="/opt/httpd/1.3.9/libexec"
-DDEFAULT_PIDLOG="/export/httpd/etc/httpd.pid"
-DDEFAULT_SCOREBOARD="/export/httpd/etc/httpd.scoreboard"
-DDEFAULT_LOCKFILE="/export/httpd/etc/httpd.lock"
-DDEFAULT_XFERLOG="/export/httpd/logs/access_log"
-DDEFAULT_ERRORLOG="/export/httpd/logs/error_log"
-DTYPES_CONFIG_FILE="/export/httpd/etc/mime.types"
-DSERVER_CONFIG_FILE="/export/httpd/etc/httpd.conf"
-DACCESS_CONFIG_FILE="/export/httpd/etc/access.conf"
-DRESOURCE_CONFIG_FILE="/export/httpd/etc/srm.conf"
-DSSL_CERTIFICATE_FILE="/export/httpd/etc/ssl.crt/server.crt"
-DEAPI_MM_CORE_PATH="/export/httpd/etc/httpd.mm"

Output from the gcc line:

Reading specs from /opt/gcc/2.95.1/lib/gcc-lib/sparc-sun-solaris2.6/2.95.1/specs
gcc version 2.95.1 19990816 (release)
 /opt/gcc/2.95.1/lib/gcc-lib/sparc-sun-solaris2.6/2.95.1/cpp -lang-c -v -I../../os/unix -I../../include -I/opt/msql/2.0.3/include -I/opt/db/1.85/include -I/usr/local/include/mysql -I/usr/local/include/mysql -I../../lib/expat-lite -D__GNUC__=2 -D__GNUC_MINOR__=95 -Dsparc -Dsun -Dunix -D__svr4__ -D__SVR4 -D__sparc__ -D__sun__ -D__unix__ -D__svr4__ -D__SVR4 -D__sparc -D__sun -D__unix -Asystem(unix) -Asystem(svr4) -D__OPTIMIZE__ -D__GCC_NEW_VARARGS__ -Acpu(sparc) -Amachine(sparc) -DSOLARIS2=260 -DMOD_SSL=204101 -DEAPI -DUSE_EXPAT -DHTTPD_ROOT="/opt/httpd/1.3.9" -DSUEXEC_BIN="/opt/httpd/1.3.9/sbin/suexec" -DSHARED_CORE_DIR="/opt/httpd/1.3.9/libexec" -DDEFAULT_PIDLOG="/export/httpd/etc/httpd.pid" -DDEFAULT_SCOREBOARD="/export/httpd/etc/httpd.scoreboard" -DDEFAULT_LOCKFILE="/export/httpd/etc/httpd.lock" -DDEFAULT_XFERLOG="/export/httpd/logs/access_log" -DDEFAULT_ERRORLOG="/export/httpd/logs/error_log" -DTYPES_CONFIG_FILE="/export/httpd/etc/mime.types" -DSERVER_CONFIG_FILE="/export/httpd/etc/httpd.conf" -DACCESS_CONFIG_FILE="/export/httpd/etc/access.conf" -DRESOURCE_CONFIG_FILE="/export/httpd/etc/srm.conf" -DSSL_CERTIFICATE_FILE="/export/httpd/etc/ssl.crt/server.crt" -DEAPI_MM_CORE_PATH="/export/httpd/etc/httpd.mm" mod_negotiation.c mod_negotiation.i
GNU CPP version 2.95.1 19990816 (release) (sparc)
#include "..." search starts here:
#include <...> search starts here:
 ../../os/unix
 ../../include
 /opt/msql/2.0.3/include
 /opt/db/1.85/include
 /usr/local/include/mysql
 ../../lib/expat-lite
 /usr/local/include
 /opt/gcc/2.95.1/lib/gcc-lib/sparc-sun-solaris2.6/2.95.1/../../../../sparc-sun-solaris2.6/include
 /opt/gcc/2.95.1/lib/gcc-lib/sparc-sun-solaris2.6/2.95.1/include
 /usr/include
End of search list.
The following default directories have been omitted from the search path:
 /opt/gcc/2.95.1/lib/gcc-lib/sparc-sun-solaris2.6/2.95.1/../../../../include/g++-3
End of omitted list.
 /opt/gcc/2.95.1/lib/gcc-lib/sparc-sun-solaris2.6/2.95.1/cc1 mod_negotiation.i -quiet -dumpbase mod_negotiation.c -O -version -o mod_negotiation.s
GNU C version 2.95.1 19990816 (release) (sparc-sun-solaris2.6) compiled by GNU C version 2.95.1 19990816 (release).
mod_negotiation.c: In function `set_language_quality':
mod_negotiation.c:1431: Internal compiler error in `final_scan_insn', at final.c:2920
Please submit a full bug report.
See <URL:http://www.gnu.org/software/gcc/faq.html#bugreport> for instructions.

mod_negotiation.i.gz


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