[Bug libgcj/25593] New: Socket problems

2005-12-28 Thread ovidr at users dot sourceforge dot net
Version: 4.0.2 Status: UNCONFIRMED Severity: normal Priority: P3 Component: libgcj AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: ovidr at users dot sourceforge dot net http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25593

[Bug libgcj/25593] Socket problems

2005-12-28 Thread ovidr at users dot sourceforge dot net
--- Comment #1 from ovidr at users dot sourceforge dot net 2005-12-28 23:24 --- Created an attachment (id=10562) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10562action=view) Testcase (HServer.java and HClient.java) -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25593

[Bug libgcj/18266] SIGSEGV in GC_register_finalizer_inner ()

2005-07-19 Thread ovidr at users dot sourceforge dot net
--- Additional Comments From ovidr at users dot sourceforge dot net 2005-07-19 15:06 --- I've spent a lot of time trying to make a testcase of this, but no luck yet. I can basically create a testapp with 2 threads. When they both access a synchronized method, and are forced to wait

[Bug bootstrap/22330] Building a cross linux-win32 incorrectly sets HAVE_GAS_SHF_MERGE true

2005-07-07 Thread ovidr at users dot sourceforge dot net
--- Additional Comments From ovidr at users dot sourceforge dot net 2005-07-07 21:24 --- I don't know how to do that with the current configure. Build != Host --build=i686-pc-linux-gnu --host=i686-pc-mingw32 --target=i686-pc-mingw32 From configure.ac: # If build != host, and we

[Bug other/22330] New: Building a cross linux-win32 incorrectly sets HAVE_GAS_SHF_MERGE true

2005-07-06 Thread ovidr at users dot sourceforge dot net
HAVE_GAS_SHF_MERGE true Product: gcc Version: 4.0.0 Status: UNCONFIRMED Severity: normal Priority: P2 Component: other AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: ovidr at users dot sourceforge dot net

[Bug java/22299] New: Even length strings (not odd) placed in .section .rodata.jutf8.# at -O1 or above.

2005-07-04 Thread ovidr at users dot sourceforge dot net
Version: 4.0.0 Status: UNCONFIRMED Severity: normal Priority: P2 Component: java AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: ovidr at users dot sourceforge dot net CC: gcc-bugs at gcc dot gnu dot org,java

[Bug libgcj/18266] SIGSEGV in GC_register_finalizer_inner ()

2005-06-20 Thread ovidr at users dot sourceforge dot net
--- Additional Comments From ovidr at users dot sourceforge dot net 2005-06-20 16:25 --- I've tried to create a testcase but can't seem to get a crash or infinite loop lockup. Anyway, I think I understand conceptually what must be done, but in practice I'm still unsure of how to go

[Bug libgcj/18266] SIGSEGV in GC_register_finalizer_inner ()

2005-06-08 Thread ovidr at users dot sourceforge dot net
--- Additional Comments From ovidr at users dot sourceforge dot net 2005-06-08 21:14 --- Since this bug seems a bit lost, I've been trying some things on my own without success. Can someone please explain: If referent is just a RawData pointer to some Object, how are its previous

[Bug libgcj/21068] String(strBytes, UTF-16LE); thorws java.io.UnsupportedEncodingException

2005-04-17 Thread ovidr at users dot sourceforge dot net
--- Additional Comments From ovidr at users dot sourceforge dot net 2005-04-17 15:21 --- The work-around which forces inclusion of the needed class: import java.io.UnsupportedEncodingException; import java.nio.charset.Charset; public class GcjStringTest { static

[Bug java/20659] New: gcj: Can't reference 'this' before the superclass constructor

2005-03-27 Thread ovidr at users dot sourceforge dot net
constructor Product: gcc Version: 4.0.0 Status: UNCONFIRMED Severity: normal Priority: P2 Component: java AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: ovidr at users dot sourceforge dot net

[Bug libgcj/19728] libgcj Gnu.java missing SHA-160

2005-02-02 Thread ovidr at users dot sourceforge dot net
--- Additional Comments From ovidr at users dot sourceforge dot net 2005-02-03 07:12 --- gnu-crypto has 160, 256, 384 and 512 (see gnu/crypto/jce/GnuSecurity.java). Some app I was using required 160 and adding this alias to libgcj fixed it. It would be nice if libgcj had the full

[Bug libgcj/19728] New: libgcj Gnu.java missing SHA-160

2005-01-31 Thread ovidr at users dot sourceforge dot net
: libgcj Gnu.java missing SHA-160 Product: gcc Version: 4.0.0 Status: UNCONFIRMED Severity: normal Priority: P2 Component: libgcj AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: ovidr at users dot sourceforge dot

[Bug libgcj/19729] New: libgcj DSASignature.java null pointer exception

2005-01-31 Thread ovidr at users dot sourceforge dot net
pointer exception Product: gcc Version: 4.0.0 Status: UNCONFIRMED Severity: normal Priority: P2 Component: libgcj AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: ovidr at users dot sourceforge dot net

[Bug libgcj/19729] libgcj DSASignature.java null pointer exception

2005-01-31 Thread ovidr at users dot sourceforge dot net
--- Additional Comments From ovidr at users dot sourceforge dot net 2005-01-31 21:02 --- Created an attachment (id=8118) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8118action=view) The file. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19729

[Bug libgcj/18996] java.util.zip giving corrupt data or throwing ZipException on correct archives

2004-12-14 Thread ovidr at users dot sourceforge dot net
--- Additional Comments From ovidr at users dot sourceforge dot net 2004-12-14 19:27 --- Works on win32 for me. gcc version 4.0.0 20041213 (experimental) -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18996

[Bug libgcj/14670] [win32] gcj high ascii: incorrectly translated / linux: fails to compile

2004-12-14 Thread ovidr at users dot sourceforge dot net
--- Additional Comments From ovidr at users dot sourceforge dot net 2004-12-15 04:59 --- It isn't a compiling problem that I'm trying to illustrate. TestD.java (included above) has a line: String s = high ascii chars characters.If these characters were received over a network

[Bug target/18459] [4.0 Regression] gcj no longer works on win32

2004-12-12 Thread ovidr at users dot sourceforge dot net
--- Additional Comments From ovidr at users dot sourceforge dot net 2004-12-12 17:40 --- I have rebuilt gcc a few times now, after modifying the patch to use #define TARGET_USE_JCR_SECTION 0 and upgrading to a cvs version of binutils. Using the first patch (http://gcc.gnu.org/ml/gcc

[Bug java/18945] gcj ICE with -findirect-dispatch

2004-12-12 Thread ovidr at users dot sourceforge dot net
--- Additional Comments From ovidr at users dot sourceforge dot net 2004-12-12 18:34 --- Created an attachment (id=7724) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=7724action=view) The file. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18945

[Bug java/18945] New: gcj ICE with -findirect-dispatch

2004-12-12 Thread ovidr at users dot sourceforge dot net
Product: gcc Version: 4.0.0 Status: UNCONFIRMED Severity: normal Priority: P2 Component: java AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: ovidr at users dot sourceforge dot net CC: gcc-bugs

[Bug target/18459] [4.0 Regression] gcj no longer works on win32

2004-12-12 Thread ovidr at users dot sourceforge dot net
--- Additional Comments From ovidr at users dot sourceforge dot net 2004-12-13 00:11 --- I don't know that it is related to the specific patch, I just know that when I filed the general bug it was the time at which the app that I've been compiling for a year suddenly stopped being

[Bug target/18459] [4.0 Regression] gcj no longer works on win32

2004-12-10 Thread ovidr at users dot sourceforge dot net
--- Additional Comments From ovidr at users dot sourceforge dot net 2004-12-10 16:35 --- It was a completely fresh checkout to an empty dir (both times). I build a linux-win32 cross. (building on win32 takes way too long due to fork()). For the dwarf2 patch, I had used the one line

[Bug target/18459] [4.0 Regression] gcj no longer works on win32

2004-12-09 Thread ovidr at users dot sourceforge dot net
--- Additional Comments From ovidr at users dot sourceforge dot net 2004-12-10 03:11 --- I have tried this patch: http://gcc.gnu.org/ml/gcc-patches/2004-11/msg02192.html but a simple gcj --main=test test.java -o test.exe ; test.exe just results in an application error popup (on windows

[Bug bootstrap/18458] make install - fixincl missing extension

2004-12-09 Thread ovidr at users dot sourceforge dot net
--- Additional Comments From ovidr at users dot sourceforge dot net 2004-12-10 03:12 --- Ping. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18458

[Bug java/18796] New: [4.0 Regression] gcj imports wrong superclass

2004-12-02 Thread ovidr at users dot sourceforge dot net
superclass Product: gcc Version: 4.0.0 Status: UNCONFIRMED Severity: normal Priority: P2 Component: java AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: ovidr at users dot sourceforge dot net CC: gcc

[Bug java/18796] [4.0 Regression] gcj imports wrong superclass

2004-12-02 Thread ovidr at users dot sourceforge dot net
--- Additional Comments From ovidr at users dot sourceforge dot net 2004-12-02 20:40 --- Created an attachment (id=7664) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=7664action=view) testcase The java files. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18796

[Bug java/18741] New: [4.0 Regression] ICE tree check: expected class 'expression', have 'declaration' (var_decl)

2004-11-30 Thread ovidr at users dot sourceforge dot net
at gcc dot gnu dot org ReportedBy: ovidr at users dot sourceforge dot net 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=18741

[Bug libgcj/18699] [4.0 Regression] SIGSEGV in GC_local_gcj_malloc

2004-11-28 Thread ovidr at users dot sourceforge dot net
--- Additional Comments From ovidr at users dot sourceforge dot net 2004-11-28 16:41 --- I reverted that patch and 'make clean' in build's boehm-gc directory but now I get the following. Do I need a complete rebuild? Collecting from unknown thread. Program received signal SIGABRT

[Bug libgcj/18699] [4.0 Regression] SIGSEGV in GC_local_gcj_malloc

2004-11-28 Thread ovidr at users dot sourceforge dot net
--- Additional Comments From ovidr at users dot sourceforge dot net 2004-11-28 21:24 --- Recompiled libgcj and I still get the above stacktrace. Here is a testcase. import java.util.Observable; import java.util.Observer; class TT extends Observable implements Runnable, Observer

[Bug java/18699] New: [4.0 Regression] SIGSEGV in GC_local_gcj_malloc

2004-11-27 Thread ovidr at users dot sourceforge dot net
Status: UNCONFIRMED Severity: normal Priority: P2 Component: java AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: ovidr at users dot sourceforge dot net CC: gcc-bugs at gcc dot gnu dot org,java-prs at gcc dot gnu

[Bug libgcj/18699] [4.0 Regression] SIGSEGV in GC_local_gcj_malloc

2004-11-27 Thread ovidr at users dot sourceforge dot net
--- Additional Comments From ovidr at users dot sourceforge dot net 2004-11-28 04:20 --- And this.. Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 1113430960 (LWP 4763)] 0x405e8f93 in really_start (x=0x8771a40) at /datal/gcc/gcc/libjava/posix-threads.cc:396

[Bug target/18459] [4.0 Regression] gcj no longer works on win32

2004-11-14 Thread ovidr at users dot sourceforge dot net
--- Additional Comments From ovidr at users dot sourceforge dot net 2004-11-14 19:34 --- Small followup: Even though the hello world app works, a much larger app does not work (error: app.exe is not a valid Win32 application.) unless I 'strip' it. I'm not sure why that would

[Bug target/18459] [4.0 Regression] gcj no longer works on win32

2004-11-14 Thread ovidr at users dot sourceforge dot net
--- Additional Comments From ovidr at users dot sourceforge dot net 2004-11-14 20:25 --- I use binutils-2.15.91-20040904-1 from mingw.org (latest I think). I thought by removing the change to cygming.h this weak sym problem would be gone, but I guess there are other changes somewhere

[Bug bootstrap/18458] make install - fixincl missing extension

2004-11-13 Thread ovidr at users dot sourceforge dot net
--- Additional Comments From ovidr at users dot sourceforge dot net 2004-11-13 19:18 --- The attached patch works - install succeeds. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18458

[Bug java/18459] linux - win cross compiler : gcj produces corrupt executables

2004-11-13 Thread ovidr at users dot sourceforge dot net
--- Additional Comments From ovidr at users dot sourceforge dot net 2004-11-13 19:22 --- I don't think this is a duplicate - it has nothing to do with LANG settings. The stacktrace may look similar, and end on _Jv_FindClass, but it does not go through PrintStream/UnicodeToBytes. I

[Bug bootstrap/18458] New: make install - fixincl missing extension

2004-11-12 Thread ovidr at users dot sourceforge dot net
ReportedBy: ovidr at users dot sourceforge dot net CC: gcc-bugs at gcc dot gnu dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18458

[Bug java/18459] New: linux - win cross compiler : gcj produces corrupt executables

2004-11-12 Thread ovidr at users dot sourceforge dot net
Component: java AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: ovidr at users dot sourceforge dot net 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=18459

[Bug java/18433] New: gcj compiling resources from a file list doesn't work (ICE)

2004-11-11 Thread ovidr at users dot sourceforge dot net
) Product: gcc Version: 4.0.0 Status: UNCONFIRMED Severity: normal Priority: P2 Component: java AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: ovidr at users dot sourceforge dot net CC: gcc-bugs

[Bug libgcj/18266] SIGSEGV in GC_register_finalizer_inner ()

2004-11-08 Thread ovidr at users dot sourceforge dot net
--- Additional Comments From ovidr at users dot sourceforge dot net 2004-11-08 20:27 --- Unforunately many variables seem not to be available: GNU gdb 6.1 (gdb) p descr Variable descr is not available. (gdb) p current_p $1 = (word *) 0x9acf618 (gdb) p type_descr No symbol type_descr

[Bug libgcj/18266] SIGSEGV in GC_register_finalizer_inner ()

2004-11-07 Thread ovidr at users dot sourceforge dot net
--- Additional Comments From ovidr at users dot sourceforge dot net 2004-11-08 03:00 --- Recompiled with -g (and waited a few days..), but I'm not sure if this is the same problem or not: Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 1106963376 (LWP 23098

[Bug libgcj/18266] New: SIGSEGV in GC_register_finalizer_inner ()

2004-11-01 Thread ovidr at users dot sourceforge dot net
org ReportedBy: ovidr at users dot sourceforge dot net 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=18266

[Bug libgcj/18266] SIGSEGV in GC_register_finalizer_inner ()

2004-11-01 Thread ovidr at users dot sourceforge dot net
-- What|Removed |Added CC||Hans dot Boehm at hp dot com http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18266

[Bug libgcj/18266] SIGSEGV in GC_register_finalizer_inner ()

2004-11-01 Thread ovidr at users dot sourceforge dot net
--- Additional Comments From ovidr at users dot sourceforge dot net 2004-11-01 22:08 --- The app uses many java.util.WeakHashMap s (usually with null values, just storing objects in the keys ie: map.put(object, null), if that matters). -- http://gcc.gnu.org/bugzilla/show_bug.cgi

[Bug java/17963] [4.0 Regression] Compiling a .jar files fails when files within .jar are in a different order

2004-10-28 Thread ovidr at users dot sourceforge dot net
--- Additional Comments From ovidr at users dot sourceforge dot net 2004-10-28 16:30 --- Hi, sorry, I didn't notice that I had a gnu/crypto/pki/provider/ subdirectory and I guess gcj picked up the classes from there. I will include gnu.zip. Unzip it to a temp directory preserving

[Bug java/17963] [4.0 Regression] Compiling a .jar files fails when files within .jar are in a different order

2004-10-28 Thread ovidr at users dot sourceforge dot net
--- Additional Comments From ovidr at users dot sourceforge dot net 2004-10-28 16:31 --- Created an attachment (id=7424) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=7424action=view) gnu class files -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17963

[Bug libgcj/18187] New: ava.util.WeakHashMap$WeakEntrySet.next() throws NoSuchElementException during GC

2004-10-27 Thread ovidr at users dot sourceforge dot net
ReportedBy: ovidr at users dot sourceforge dot net 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=18187

[Bug java/17963] New: [4.0 Regression] Compiling a .jar files fails when files within .jar are in a different order

2004-10-12 Thread ovidr at users dot sourceforge dot net
at users dot sourceforge dot net 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=17963

[Bug java/17963] [4.0 Regression] Compiling a .jar files fails when files within .jar are in a different order

2004-10-12 Thread ovidr at users dot sourceforge dot net
--- Additional Comments From ovidr at users dot sourceforge dot net 2004-10-12 23:52 --- Created an attachment (id=7332) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=7332action=view) The two jar files -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17963