This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug java/22094] New: gcj compiled executable runtime crash
- From: "snambi at gmail dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 16 Jun 2005 18:43:27 -0000
- Subject: [Bug java/22094] New: gcj compiled executable runtime crash
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
$ gcj -v
Using built-in specs.
Reading specs from
c:/software/gcc/thisiscool/4.0/bin/../lib/gcc/i686-pc-mingw32/4.0.0/../../../../i686-pc-mingw32/lib/libgcj.spec
rename spec lib to liborig
Target: i686-pc-mingw32
Configured with: /datal/gcc/gcc/configure --prefix=/datal/gcc/build/wingcc
--build=i686-pc-linux-gnu --host=i686-pc-mingw32 --target=i686-pc-mingw32
--enable-languages=c,c++,java --with-gcc --with-gnu-as --with-gnu-ld
--enable-threads=win32 --disable-nls --disable-win32-registry --disable-shared
--disable-debug --without-newlib --enable-libgcj --disable-java-awt --without-x
--enable-java-gc=boehm --disable-libgcj-debug --enable-interpreter
--enable-hash-synchronization --enable-sjlj-exceptions --enable-libgcj-multifile
--enable-libgcj-mingw-osapi=ansi
Thread model: win32
gcc version 4.0.0 20050324 (prerelease)
snambi@LAPTOP-ET /c/otp/pottrader-swt
$ ./consumer.exe -t amtd
URL tcp://192.168.1.100:61616
Exception in thread "main" java.lang.ExceptionInInitializerError
at 0x0055f08e (Unknown Source)
at 0x0055ea22 (Unknown Source)
at 0x0055a6b4 (Unknown Source)
at 0x006012d4 (Unknown Source)
at 0x0068d76c (Unknown Source)
at 0x005c2e0f (Unknown Source)
at 0x0068719e (Unknown Source)
at 0x0068ac13 (Unknown Source)
at 0x005c2c04 (Unknown Source)
at 0x005b6bf9 (Unknown Source)
at 0x005b6da0 (Unknown Source)
at 0x005b6def (Unknown Source)
at 0x00539a82 (Unknown Source)
at 0x004cb26d (Unknown Source)
at 0x004c9c73 (Unknown Source)
at 0x004c858e (Unknown Source)
at 0x004c850e (Unknown Source)
at 0x00403355 (Unknown Source)
at 0x00403446 (Unknown Source)
at 0x004029c5 (Unknown Source)
at 0x0040288d (Unknown Source)
at 0x005da8d3 (Unknown Source)
at 0x005bdb60 (Unknown Source)
at 0x0052ab06 (Unknown Source)
at 0x0052ac87 (Unknown Source)
at 0x004012ca (Unknown Source)
at 0x004011e3 (Unknown Source)
at 0x00401234 (Unknown Source)
at 0x77e9ca8c (Unknown Source)
Caused by: java.util.MissingResourceException: Bundle gnu/regexp/MessagesBundle
not found
at 0x0055f08e (Unknown Source)
at 0x0055ea22 (Unknown Source)
at 0x005423d4 (Unknown Source)
at 0x0055c4f4 (Unknown Source)
at 0x007200b5 (Unknown Source)
at 0x006be07d (Unknown Source)
at 0x006be10a (Unknown Source)
at 0x0068a862 (Unknown Source)
at 0x005c2c04 (Unknown Source)
...23 more
--
Summary: gcj compiled executable runtime crash
Product: gcc
Version: 4.0.0
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: java
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: snambi at gmail dot com
CC: gcc-bugs at gcc dot gnu dot org,java-prs at gcc dot gnu
dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22094