public inbox for java-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug java/22094] New: gcj compiled executable runtime crash
@ 2005-06-16 18:43 snambi at gmail dot com
  2005-06-16 18:47 ` [Bug java/22094] " pinskia at gcc dot gnu dot org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: snambi at gmail dot com @ 2005-06-16 18:43 UTC (permalink / raw)
  To: java-prs

$ 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


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug java/22094] gcj compiled executable runtime crash
  2005-06-16 18:43 [Bug java/22094] New: gcj compiled executable runtime crash snambi at gmail dot com
@ 2005-06-16 18:47 ` pinskia at gcc dot gnu dot org
  2005-06-16 18:49 ` pinskia at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-06-16 18:47 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-06-16 18:47 -------
Static linking with GCJ does not work as there is no way for the linker to know what symbols are really 
needed.

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22094


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug java/22094] gcj compiled executable runtime crash
  2005-06-16 18:43 [Bug java/22094] New: gcj compiled executable runtime crash snambi at gmail dot com
  2005-06-16 18:47 ` [Bug java/22094] " pinskia at gcc dot gnu dot org
@ 2005-06-16 18:49 ` pinskia at gcc dot gnu dot org
  2005-06-16 23:40 ` snambi at gmail dot com
  2005-06-19 23:05 ` pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-06-16 18:49 UTC (permalink / raw)
  To: java-prs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|critical                    |normal


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22094


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug java/22094] gcj compiled executable runtime crash
  2005-06-16 18:43 [Bug java/22094] New: gcj compiled executable runtime crash snambi at gmail dot com
  2005-06-16 18:47 ` [Bug java/22094] " pinskia at gcc dot gnu dot org
  2005-06-16 18:49 ` pinskia at gcc dot gnu dot org
@ 2005-06-16 23:40 ` snambi at gmail dot com
  2005-06-19 23:05 ` pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: snambi at gmail dot com @ 2005-06-16 23:40 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From snambi at gmail dot com  2005-06-16 23:40 -------
Subject:  gcj compiled executable runtime crash

how do I solve this problem?
 ie, how do I link these symbols runtime?


On 16 Jun 2005 18:47:37 -0000, pinskia at gcc dot gnu dot org
<gcc-bugzilla@gcc.gnu.org > wrote:
> 
> ------- Additional Comments From pinskia at gcc dot gnu dot org  2005-06-16 18:47 ------- 
> Static linking with GCJ does not work as there is no way for the linker to know what symbols are really
> needed.
> 
> --
> 
> 
> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22094 
> 
> ------- You are receiving this mail because: -------
> You reported the bug, or are watching the reporter.
> 



-- 
Nambi S
408.480.0039 [c]
 http://opentrade.sf.net  



-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22094


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug java/22094] gcj compiled executable runtime crash
  2005-06-16 18:43 [Bug java/22094] New: gcj compiled executable runtime crash snambi at gmail dot com
                   ` (2 preceding siblings ...)
  2005-06-16 23:40 ` snambi at gmail dot com
@ 2005-06-19 23:05 ` pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-06-19 23:05 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-06-19 23:05 -------
(In reply to comment #2)
> Subject:  gcj compiled executable runtime crash
> 
> how do I solve this problem?
>  ie, how do I link these symbols runtime?

Figure out how to build libgcj as a .dll.

*** This bug has been marked as a duplicate of 13708 ***

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |DUPLICATE


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22094


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2005-06-19 23:05 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-06-16 18:43 [Bug java/22094] New: gcj compiled executable runtime crash snambi at gmail dot com
2005-06-16 18:47 ` [Bug java/22094] " pinskia at gcc dot gnu dot org
2005-06-16 18:49 ` pinskia at gcc dot gnu dot org
2005-06-16 23:40 ` snambi at gmail dot com
2005-06-19 23:05 ` pinskia at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).