[Bug java/35999] GCJ Crash while compiling eclipse 64-bit on Ubuntu Hardy
--- Comment #3 from jorgen at fabeljet dot com 2008-12-31 10:48 --- I'm sorry: Machine went permanently offline three months ago. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35999
[Bug java/35999] New: GCJ Crash while compiling eclipse 64-bit on Ubuntu Hardy
[EMAIL PROTECTED]:~/tmp$ gcj -v -save-temps -shared -findirect-dispatch -Wl,-Bsymbolic -fjni -fPIC ../eclipse-x86_64-gcj/plugins/org.eclipse.emf.mapping_2.3.0.v200802051830.jar Using built-in specs. Reading specs from /usr/lib/gcc/x86_64-linux-gnu/4.2.3/libgcj.spec rename spec startfile to startfileorig rename spec lib to liborig Target: x86_64-linux-gnu Configured with: ../src/configure -v --enable-languages=c,c++,java --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --with-gxx-include-dir=/usr/include/c++/4.2 --program-suffix=-4.2 --enable-clocale=gnu --enable-java-awt=gtk --enable-gtk-cairo --enable-plugin --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-4.2-1.5.0.0/jre --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --disable-libmudflap --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu Thread model: posix gcc version 4.2.3 (Ubuntu 4.2.3-2ubuntu6) /usr/lib/gcc/x86_64-linux-gnu/4.2.3/jc1 ../eclipse-x86_64-gcj/plugins/org.eclipse.emf.mapping_2.3.0.v200802051830.jar -fhash-synchronization -fno-use-divide-subroutine -fuse-boehm-gc -fnon-call-exceptions -fkeep-inline-functions -quiet -dumpbase org.eclipse.emf.mapping_2.3.0.v200802051830.jar -mtune=generic -auxbase org.eclipse.emf.mapping_2.3.0.v200802051830 -g1 -version -findirect-dispatch -fjni -fPIC -fbootclasspath=./:/usr/share/java/libgcj-4.2.jar -o org.eclipse.emf.mapping_2.3.0.v200802051830.s GNU Java version 4.2.3 (Ubuntu 4.2.3-2ubuntu6) (x86_64-linux-gnu) compiled by GNU C version 4.2.3 (Ubuntu 4.2.3-2ubuntu6). GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 Class path starts here: ./ ./ (system) /usr/share/java/libgcj-4.2.jar/ (system) (zip) org/eclipse/emf/mapping/command/AddOverrideCommand.java:169: internal compiler error: Segmentation fault Please submit a full bug report, with preprocessed source if appropriate. See http://gcc.gnu.org/bugs.html> for instructions. For Debian GNU/Linux specific bug reporting instructions, see . -- Summary: GCJ Crash while compiling eclipse 64-bit on Ubuntu Hardy Product: gcc Version: 4.2.3 Status: UNCONFIRMED Severity: blocker Priority: P3 Component: java AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: jorgen at fabeljet dot com GCC build triplet: x86_64-linux-gnu GCC host triplet: x86_64-linux-gnu GCC target triplet: x86_64-linux-gnu http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35999
[Bug java/35999] GCJ Crash while compiling eclipse 64-bit on Ubuntu Hardy
--- Comment #1 from jorgen at fabeljet dot com 2008-04-21 12:52 --- Created an attachment (id=15504) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=15504&action=view) Preprocessed output -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35999
[Bug c++/21301] New: Internal compiler error in cp/pt.c:4249, g++ cygwin 3.3.3-3
the exact version of GCC; the system type; the options given when GCC was configured/built; --- Reading specs from /usr/lib/gcc-lib/i686-pc-cygwin/3.3.3/specs Configured with: /gcc/gcc-3.3.3-3/configure --verbose --prefix=/usr --exec-prefix=/usr --sysconfdir=/etc --libdir=/usr/l ib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --enable-languages=c,ada,c++,d,f77,java,objc, pascal --enable-nls --without-included-gettext --enable-libgcj --with-system-zlib --enable-interpreter --enable-threads= posix --enable-java-gc=boehm --enable-sjlj-exceptions --disable-version-specific-runtime-libs --disable-win32-registry Thread model: posix gcc version 3.3.3 (cygwin special) --- the complete command line that triggers the bug; the compiler output (error messages, warnings, etc.); --- g++ -Wall -W -g3 -o0 -ggdb -L/cygdrive/k/workdir/build -I/cygdrive/k/kildekode/dat2b/src/include -I/cygdrive/k/kildekode /dat2b/tools/util `/cygdrive/k/workdir/bin/cppunit-config --cflags` --save-temps -c hash_table_basics.cc -o /cygdrive/k/ workdir/build/hash_table_basics.o /cygdrive/k/kildekode/dat2b/src/include/hasher_factory.h: In instantiation of `universal_hasher_factory': /cygdrive/k/kildekode/dat2b/src/include/linear_hashing_storage_policy.h:28: instantiated from `linear_hashing_storage_ policy, universal_hasher_factory, std::equal_to, std::allocator >, linear_hashing_compartment > >' /cygdrive/k/kildekode/dat2b/src/include/hash_table.h:62: instantiated from `hash_table, std::equal_to >, std::allocator, linear_hashing _storage_policy, universal_hasher_factory, std::equal_to, std::all ocator >, linear_hashing_compartment > > >' hash_table_basics.cc:36: instantiated from `HashTableBasics' /cygdrive/k/workdir/include/cppunit/extensions/TestSuiteFactory.h:20: instantiated from `CppUnit::Test* CppUnit::TestS uiteFactory::makeTest() [with TestCaseType = HashTableBasics]' /cygdrive/k/workdir/include/cppunit/extensions/TestSuiteBuilderContext.h:91: instantiated from here /cygdrive/k/kildekode/dat2b/src/include/hasher_factory.h:95: internal compiler error: in lookup_template_class, at cp/pt.c:4249 Please submit a full bug report, with preprocessed source if appropriate. See http://gcc.gnu.org/bugs.html> for instructions. make: *** [/cygdrive/k/workdir/build/hash_table_basics.o] Error 1 --- (Giving some documentation as to what goes into the Host/Target/Build triplet fields would be helpful to novice bug-submitters. The word "triplet" does not occur in <http://gcc.gnu.org/bugs.html#report>.) -- Summary: Internal compiler error in cp/pt.c:4249, g++ cygwin 3.3.3-3 Product: gcc Version: 3.3.3 Status: UNCONFIRMED Severity: critical Priority: P2 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: jorgen at fabeljet dot com CC: gcc-bugs at gcc dot gnu dot org GCC build triplet: ??? GCC host triplet: i686-pc-cygwin GCC target triplet: ??? http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21301
[Bug c++/21301] Internal compiler error in cp/pt.c:4249, g++ cygwin 3.3.3-3
--- Additional Comments From jorgen at fabeljet dot com 2005-04-30 18:50 --- Created an attachment (id=8771) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8771&action=view) Preprocessed compiler input -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21301