public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libgcj/11109] New: GCJ crashes when compiling included program
@ 2003-06-06  8:46 oyvind.harboe@zylin.com
  2003-06-06  8:49 ` [Bug libgcj/11109] " oyvind.harboe@zylin.com
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: oyvind.harboe@zylin.com @ 2003-06-06  8:46 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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

           Summary: GCJ crashes when compiling included program
           Product: gcc
           Version: 3.3.1
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: libgcj
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: oyvind.harboe@zylin.com
                CC: danny_r_smith_2001@yahoo.co.nz,gcc-bugs@gcc.gnu.org

This is with Mohans build http://wwww.thisiscool.com of 20030522

I'll attach files to reproduce.



Reading specs from c:/thisiscool-gcc/gcc-3.3/bin/../lib/gcc-lib/i686-pc-mingw32/
3.3/specs
Reading specs from c:/thisiscool-gcc/gcc-3.3/bin/../lib/gcc-lib/i686-pc-mingw32/
3.3/../../../libgcj.spec
rename spec lib to liborig
Configured with: /datal/gcc/gcc/configure --prefix=/datal/gcc/build/wingcc --bui
ld=i686-pc-linux-gnu --host=i686-pc-mingw32 --target=i686-pc-mingw32 --enable-la
nguages=c,c++,java --with-gcc --with-gnu-as --with-gnu-ld --with-as=i686-pc-ming
w32-as --with-ld=i686-pc-mingw32-ld --enable-threads=win32 --disable-nls --disab
le-win32-registry --disable-shared --disable-debug --without-newlib --enable-lib
gcj --disable-java-awt --without-x --enable-java-gc=boehm --disable-libgcj-debug
 --enable-interpreter --enable-hash-synchronization --enable-sjlj-exceptions
Thread model: win32
gcc version 3.3 (mingw special 20030514-1)


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

* [Bug libgcj/11109] GCJ crashes when compiling included program
  2003-06-06  8:46 [Bug libgcj/11109] New: GCJ crashes when compiling included program oyvind.harboe@zylin.com
@ 2003-06-06  8:49 ` oyvind.harboe@zylin.com
  2003-06-09 19:29 ` [Bug java/11109] " pinskia@physics.uc.edu
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: oyvind.harboe@zylin.com @ 2003-06-06  8:49 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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



------- Additional Comments From oyvind.harboe@zylin.com  2003-06-06 08:49 -------
Created an attachment (id=4177)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=4177&action=view)
Reproduces the crash

Unzip to a directory and compile:

gcj --main=com.cyviz.ptest.Application -g -Dcom.cyviz.native=1
-Dcom.cyviz.release=0 -o ptest.exe -fjni modified_swt.jar comm.jar
gnuclasspath.jar jakarta-regexp-1.2.jar cyvizutilnative.jar


[... output deleted ...]
Error: 0-bit reloc in dll
Error: 0-bit reloc in dll


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

* [Bug java/11109] GCJ crashes when compiling included program
  2003-06-06  8:46 [Bug libgcj/11109] New: GCJ crashes when compiling included program oyvind.harboe@zylin.com
  2003-06-06  8:49 ` [Bug libgcj/11109] " oyvind.harboe@zylin.com
@ 2003-06-09 19:29 ` pinskia@physics.uc.edu
  2003-06-10 15:23 ` neroden@gcc.gnu.org
  2003-06-11  7:45 ` oyvind.harboe@zylin.com
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia@physics.uc.edu @ 2003-06-09 19:29 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


pinskia@physics.uc.edu changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|libgcj                      |java


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

* [Bug java/11109] GCJ crashes when compiling included program
  2003-06-06  8:46 [Bug libgcj/11109] New: GCJ crashes when compiling included program oyvind.harboe@zylin.com
  2003-06-06  8:49 ` [Bug libgcj/11109] " oyvind.harboe@zylin.com
  2003-06-09 19:29 ` [Bug java/11109] " pinskia@physics.uc.edu
@ 2003-06-10 15:23 ` neroden@gcc.gnu.org
  2003-06-11  7:45 ` oyvind.harboe@zylin.com
  3 siblings, 0 replies; 5+ messages in thread
From: neroden@gcc.gnu.org @ 2003-06-10 15:23 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


neroden@gcc.gnu.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  GCC build triplet|                            |i686-pc-mingw32
   GCC host triplet|                            |i686-pc-mingw32
 GCC target triplet|                            |i686-pc-mingw32


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

* [Bug java/11109] GCJ crashes when compiling included program
  2003-06-06  8:46 [Bug libgcj/11109] New: GCJ crashes when compiling included program oyvind.harboe@zylin.com
                   ` (2 preceding siblings ...)
  2003-06-10 15:23 ` neroden@gcc.gnu.org
@ 2003-06-11  7:45 ` oyvind.harboe@zylin.com
  3 siblings, 0 replies; 5+ messages in thread
From: oyvind.harboe@zylin.com @ 2003-06-11  7:45 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


oyvind.harboe@zylin.com changed:

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


------- Additional Comments From oyvind.harboe@zylin.com  2003-06-11 07:45 -------
The opinion of java@gcc.gnu.org is that this is a crash in bintools.

AFAICT, the version of e.g. ld/as is the same, but the compile dates differ. 
Perhaps it is just a problem with the building of those tools?

C:\thisiscool-gcc\gcc-3.3>i686-pc-mingw32\bin\ld -v
GNU ld version 2.13.90 20030111

C:\thisiscool-gcc\gcc-3.3> \thisiscool-gcc-20030409\gcc-3.3\mingw32\bin\ld -v
GNU ld version 2.13.90 20021005


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

end of thread, other threads:[~2003-06-11  7:45 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-06-06  8:46 [Bug libgcj/11109] New: GCJ crashes when compiling included program oyvind.harboe@zylin.com
2003-06-06  8:49 ` [Bug libgcj/11109] " oyvind.harboe@zylin.com
2003-06-09 19:29 ` [Bug java/11109] " pinskia@physics.uc.edu
2003-06-10 15:23 ` neroden@gcc.gnu.org
2003-06-11  7:45 ` oyvind.harboe@zylin.com

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).