--- 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=10562&action=view)
Testcase (HServer.java and HClient.java)
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25593
Product: gcc
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
--- 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
--- 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
tly sets
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
e 3
.ascii "ODD"
.zero 1
.align 2
.type _Utf22, @object
.size _Utf22, 4
--
Summary: Even length strings (not odd) placed in .section
.rodata.jutf8.# at -O1 or above.
Product: gcc
Version: 4.0.0
Status: UNCONFIR
--- 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 unsu
--- 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 a
--- 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
t reference 'this' before the superclass
constructor
Product: gcc
Version: 4.0.0
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: java
AssignedTo: unassigned at gcc dot gnu dot org
--- 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
--- 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=8118&action=view)
The file.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19729
.java null 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 sourcefor
");
// Algorithm Parameters
put("AlgorithmParameters.DSA",
--
Summary: libgcj Gnu.java missing SHA-160
Product: gcc
Version: 4.0.0
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: libgcj
--- 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 = "" characters.If
these characters were received over a 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
--- 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 sto
gcj ICE with -findirect-dispatch
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
--- 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=7724&action=view)
The file.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18945
--- 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
--- 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 l
--- 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
--- 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
--- 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=7664&action=view)
testcase
The java files.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18796
--
Summary: [4.0 Regression] gcj imports wrong superclass
Product: gcc
Version: 4.0.0
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: java
AssignedTo: unassigned at gcc dot gnu dot org
ReportedB
: 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
dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18741
--- 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
--- 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
--- 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
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,ja
--- 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
--- 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
wh
--- 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/UnicodeToByte
--- 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
D
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
dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18459
" does not.
--
Summary: "make install" -> fixincl missing extension
Product: gcc
Version: 4.0.0
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: bootstrap
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
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18458
(ICE)
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
--- 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 &
--- 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
--- 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
--
What|Removed |Added
CC||Hans dot Boehm at hp dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18266
portedBy: 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
--- 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=7424&action=view)
gnu class files
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17963
--- 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 prese
bgcj
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=18187
--- 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=7332&action=view)
The two jar files
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17963
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
47 matches
Mail list logo