public inbox for java-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug java/22011] New: converting jar files into .so library in win32
@ 2005-06-10 21:39 snambi at gmail dot com
  2005-06-11 15:18 ` [Bug java/22011] " pinskia at gcc dot gnu dot org
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: snambi at gmail dot com @ 2005-06-10 21:39 UTC (permalink / raw)
  To: java-prs

gcj crashes while trying to convert jar to shared library


snambi@LAPTOP-ET /c/otp/otp/src
$ gcj -v -save-temps -shared -findirect-dispatch -fjni -fPIC
$ACTIVEMQ_HOME/lib/activemq-core-3.0.jar -o core.jar.so
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)
 c:/software/gcc/thisiscool/4.0/bin/../libexec/gcc/i686-pc-mingw32/4.0.0/jc1.exe
c:/software/activemq/3.0/lib/activemq-core-3.0.jar -fhash-synchronization
-fuse-divide-subroutine -fcheck-references -fuse-boehm-gc -fnon-call-exceptions
-fno-omit-frame-pointer -fkeep-inline-functions -quiet -dumpbase
activemq-core-3.0.jar -mtune=pentiumpro -auxbase activemq-core-3.0 -g1 -version
-findirect-dispatch -fjni -fPIC -o activemq-core-3.0.s
c:/software/activemq/3.0/lib/activemq-core-3.0.jar:0: warning: -fPIC ignored for
target (all code is position independent)
GNU Java version 4.0.0 20050324 (prerelease) (i686-pc-mingw32)
        compiled by GNU C version 4.0.0 20050324 (prerelease).
GGC heuristics: --param ggc-min-expand=47 --param ggc-min-heapsize=32695
Class path starts here:
    ./
    c:\software\activemq\3.0\lib\activemq-core-3.0.jar/ (zip)
    c:\software\activemq\3.0\lib\geronimo-spec-jms-1.1-rc4.jar/ (zip)
   
c:\software\gcc\thisiscool\4.0\bin\../lib/gcc/../../share/java/libgcj-4.0.0.jar/
(system) (zip)
org/activemq/message/util/WireByteArrayInputStream.java:147: internal compiler
error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.

-- 
           Summary: converting jar files into .so library in win32
           Product: gcc
           Version: 4.0.0
            Status: UNCONFIRMED
          Severity: critical
          Priority: P1
         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=22011


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

* [Bug java/22011] converting jar files into .so library in win32
  2005-06-10 21:39 [Bug java/22011] New: converting jar files into .so library in win32 snambi at gmail dot com
@ 2005-06-11 15:18 ` pinskia at gcc dot gnu dot org
  2005-06-15 22:42 ` tromey at gcc dot gnu dot org
  2005-09-04 19:09 ` pinskia at gcc dot gnu dot org
  2 siblings, 0 replies; 4+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-06-11 15:18 UTC (permalink / raw)
  To: java-prs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|critical                    |normal
           Keywords|                            |ice-on-valid-code


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


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

* [Bug java/22011] converting jar files into .so library in win32
  2005-06-10 21:39 [Bug java/22011] New: converting jar files into .so library in win32 snambi at gmail dot com
  2005-06-11 15:18 ` [Bug java/22011] " pinskia at gcc dot gnu dot org
@ 2005-06-15 22:42 ` tromey at gcc dot gnu dot org
  2005-09-04 19:09 ` pinskia at gcc dot gnu dot org
  2 siblings, 0 replies; 4+ messages in thread
From: tromey at gcc dot gnu dot org @ 2005-06-15 22:42 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From tromey at gcc dot gnu dot org  2005-06-15 22:42 -------
I'm not sure that building a shared library with gcj on windows
is supported.  (But I'm not an expert on our windows port.)

Can you provide more information about this failure?
A stack trace might help.  Or if the jar is small and not proprietary,
it might help.  Or, perhaps a reduced test case.

Unfortunately this isn't enough information for us to do anything with.


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |WAITING


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


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

* [Bug java/22011] converting jar files into .so library in win32
  2005-06-10 21:39 [Bug java/22011] New: converting jar files into .so library in win32 snambi at gmail dot com
  2005-06-11 15:18 ` [Bug java/22011] " pinskia at gcc dot gnu dot org
  2005-06-15 22:42 ` tromey at gcc dot gnu dot org
@ 2005-09-04 19:09 ` pinskia at gcc dot gnu dot org
  2 siblings, 0 replies; 4+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-09-04 19:09 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-09-04 19:09 -------
No feedback in 3 months.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |RESOLVED
         Resolution|                            |INVALID


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


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

end of thread, other threads:[~2005-09-04 19:09 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-06-10 21:39 [Bug java/22011] New: converting jar files into .so library in win32 snambi at gmail dot com
2005-06-11 15:18 ` [Bug java/22011] " pinskia at gcc dot gnu dot org
2005-06-15 22:42 ` tromey at gcc dot gnu dot org
2005-09-04 19:09 ` 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).