[kaffe] Re: Solaris pthread broken...

2004-06-02 Thread Riccardo
thank you very much for your bug report, I've checked in a fix for the java.lang.NoClassDefFoundError. I haven't got around to fixing the LDFLAGS yet. Thanks to you. I did a fresh compile today. It doesn't work and is even worse than 2 days ago :' Compiling classes from

Re: [kaffe] Re:Re:need detailed steps to configure kaffe 1.1.4 --with-awt=qt for pxa255

2004-06-02 Thread Fabien Renaud
??? wrote: Hello Dalibor, Thanks for responsing.I will keep on trying. There is apparently a nasty problem with kaffe on xscale: the assembler code in config/arm directory uses some instructions for doubles and floats that aren't available on xscale, afaik. But can it be possible to

[kaffe] StackOverflowError with web servers

2004-06-02 Thread Fabien Renaud
Hello, I still use kaffe 1.1.4 on my ARM box. I want to run a little server. ( http://java.sun.com/developer/technicalArticles/Networking/Webserver/WebServer.java ) When I run it no problem : kaffe-bin WebServer logging to stdout root=/home/java/tests timeout=5000 workers=5 but if I want to

Re: [kaffe] AWT Mailing list problem

2004-06-02 Thread Fabien Renaud
If I compiled kaffe with --with-awt=qt there should be not (too much) errors ? Now I have this : [CommBox(root)]:~# kaffe-bin TestAWT tlkProperties Cannot open /dev/psaux (No such device) qapp initialization. tlkInit Done. tlkGetScreenWidth tlkGetScreenHeight tlkGetResolution Native AWT

Re: [kaffe] StackOverflowError with web servers

2004-06-02 Thread Dalibor Topic
Fabien Renaud wrote: Hello, I still use kaffe 1.1.4 on my ARM box. I want to run a little server. ( http://java.sun.com/developer/technicalArticles/Networking/Webserver/WebServer.java ) When I run it no problem : kaffe-bin WebServer logging to stdout root=/home/java/tests timeout=5000 workers=5

[kaffe] linux 68k failure

2004-06-02 Thread Riccardo
Hello I compiled kaffe head, on linux, 68k, debian, sid. It compiles all way but /bin/sh ./rebuildLib @essential.files Compiling classes from @essential.files using /home/multix/kaffe-cvs/ linux-68k/kaffe/kaffe/kaffe-bin -verbosegc -mx 256M at.dms.kjc.Main and waits forever I attached

Re: [kaffe] AWT Mailing list problem

2004-06-02 Thread Dalibor Topic
Salut Fabien, Fabien Renaud wrote: If I compiled kaffe with --with-awt=qt there should be not (too much) errors ? Now I have this : tlkDisplayBanner pc : [401eccbc]lr : [401eccd0]Not tainted sp : 00253914 ip : 00253908 fp : 002539f4 r10: 402f4cb8 r9 : 8d8c r8 : 402f7390 r7 :

Re: [kaffe] linux 68k failure

2004-06-02 Thread Guilhem Lavaux
Riccardo wrote: Hello I compiled kaffe head, on linux, 68k, debian, sid. It compiles all way but /bin/sh ./rebuildLib @essential.files Compiling classes from @essential.files using /home/multix/kaffe-cvs/ linux-68k/kaffe/kaffe/kaffe-bin -verbosegc -mx 256M at.dms.kjc.Main and waits forever

Re: [kaffe] Possibly Bug In the implementation of jcondvar_broadcast function

2004-06-02 Thread Guilhem Lavaux
dai shaowei wrote: Dear Jim Pick: I am currently analysing the source code of Kaffe,I find there are possibly something wrong in the implemention of the function jcondvar_broadcastand jthread_stop in kaffe -1.1.4\kaffe\kaffevm\systems\unix-jhtreads,following is the source code I