Re: [kaffe] Bug report: support.c:707

2005-02-16 Thread Max Gilead
:54 +0100 (CET) Max Gilead [EMAIL PROTECTED] wrote: import java.awt.Dimension; import javax.swing.JFrame; import javax.swing.JPanel; import javax.swing.JScrollPane; import javax.swing.JTable; public class JTableTest { public static void main(String[] args

Re: [kaffe] Bug report: support.c:707

2005-02-16 Thread Max Gilead
of the problem using gdb. gdb /home/max/sys/kaffe/jre/bin/kaffe-bin core. (where core. is the the name of the core dump) Type where or bt to get the stack trace and send it to the ML. Cheers, Guilhem. Max Gilead a écrit: On Mon, 14 Feb 2005, pancake wrote: for me it works

[kaffe] Bug report: support.c:707

2005-02-14 Thread Max Gilead
Hi! Just found this problem in Kaffe compiled from today's CVS: [EMAIL PROTECTED]:~$ cd JTableTest/ [EMAIL PROTECTED]:~/JTableTest$ jikes JTableTest.java [EMAIL PROTECTED]:~/JTableTest$ ../sys/kaffe/bin/kaffe -cp . JTableTest kaffe-bin: support.c:707: lookupClassMethod: Assertion `cls != 0 name

Re: [kaffe] Failed to locate native library libnative

2004-10-06 Thread Max Gilead
Dave Littrell wrote: This is the problem: --- bash-2.05b# javac Failed to locate native library libnative in path: /usr/local/lib/kaffe:/usr/local/lib Aborting. bash-2.05b# sure looks like it's there: - bash-2.05b# locate libnative

[kaffe] Problem with gnu.java.awt.peer.gtk.GtkImagePainter.drawPixels

2004-09-30 Thread Max Gilead
Hi! I tried to run XMage (http://yellowhedgehog.com/xmage/) using software renderer with Kaffe and got a problem with gnu.java.awt.peer.gtk.GtkImagePainter.drawPixels native implementation. It happens only occassionally - ie. after I put a number of printlns before the call I got several

[kaffe] Problem with String.split(String)

2004-06-09 Thread Max Gilead
Hello! I found a problem while trying to run this under Kaffe: public class Test { public static void main(String[] args) { System.out.println(A,B.split(,)[0]); } } The result is this exception: java.lang.ExceptionInInitializerError at java.util.regex.Pattern.init (Pattern.java:88) at