Closed
Bug 177894
Opened 22 years ago
Closed 22 years ago
mozilla-1.0.1 Internal error: Segmentation fault during build
Categories
(SeaMonkey :: Build Config, defect)
Tracking
(Not tracked)
VERIFIED
INVALID
People
(Reporter: rr, Assigned: netscape)
Details
I have the same error everytime I'm trying to compile mozilla the version after
1.x on gcc-3.0.1. I played with CFLAGS -O option to disable optimization - no
result. It fails but in the different place with the same error.
ProxyClassLoader.cpp
In file included from ProxyClassLoader.h:43,
from ProxyClassLoader.cpp:39:
../../../dist/include/java/jni.h: In member function `jint
JavaVM_::AttachCurrentThread(JNIEnv**, void*)':
../../../dist/include/java/jni.h:1786: Internal error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
In the directory /usr/src/rpm/BUILD/mozilla/modules/oji/src
The following command failed to execute properly:
c++ -o ProxyClassLoader.o -c -DOSTYPE="Linux2.4" -DOSARCH="Linux" -DOJI
-DJSJDLL="libjsj..so" -I../../../dist/include/xpcom
-I../../../dist/include/string -I../../../dist/include/java
-I../../../dist/include/js -I../../../dist/include/plugin
-I../../../dist/include/caps -I../../../dist/include/pref
-I../../../dist/include/jar -I../../../dist/include/necko
-I../../../dist/include/dom -I../../../dist/include/widget
-I../../../dist/include/xpconnect -I../../../dist/include/windowwatcher
-I../../../dist/include/gfx -I../../../dist/include/layout
-I../../../dist/include/docshell -I../../../dist/include/webbrwsr
-I../../../dist/include/intl -I../../../dist/include/oji -I../../../dist/include
-I/usr/src/rpm/BUILD/mozilla/dist/include/nspr -I/usr/X11R6/include -fPIC
-I/usr/X11R6/include -fno-rtti -fno-exceptions -Wall -Wconversion
-Wpointer-arith -Wbad-function-cast -Wcast-align -Woverloaded-virtual -Wsynth
-Wno-ctor-dtor-privacy -pedantic -Wno-long-long -fshort-wchar -pthread -pipe
-DNDEBUG -DTRIMMED -O -I/usr/X11R6/include -DMOZILLA_CLIENT -include
../../../config-defs.h -Wp,-MD,.deps/ProxyClassLoader.pp
ProxyClassLoader.cppmake[3]: *** [ProxyClassLoader.o] Error 1
make[2]: *** [libs] Error 2
make[1]: *** [tier_9] Error 2
make: *** [default] Error 2
Background: gcc-3.0.1, Linux 2.4.12-47server, glibc-2.2.3-21.
Build options: ./configure --prefix=%{_prefix} --enable-optimize \
--disable-debug \
--with-default-mozilla-five-home=/usr/lib/mozilla \
--enable-strip-libs \
--disable-tests \
--disable-short-wchar \
--enable-nspr-autoconf \
--enable-extensions=default,irc \
--without-mng \
--enable-crypto \
--disable-xprint \
--without-system-nspr \
--disable-freetype2
make -s
Assignee | ||
Comment 1•22 years ago
|
||
Sorry, but that looks like a gcc bug. Try upgrading to at least 3.0.4 to see if
they fixed the problem in the 3.0.x series.
../../../dist/include/java/jni.h:1786: Internal error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Resolution: --- → INVALID
Summary: mozilla-1.0.1 Internal error: Segmentation fault during build → mozilla-1.0.1 Internal error: Segmentation fault during build
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•