[kaffe] multiple kaffe instantiation
Michael Koch
konqueror at gmx.de
Wed Sep 28 03:39:31 PDT 2005
On Wed, Sep 28, 2005 at 03:15:19AM -0700, Gianluca Moro wrote:
> Hi all,
>
> runnin a hello world AWT demo, I see many kaffe-bin tasks:
> is it correct (in my PC, running the same program, I see just 1
> kaffe-bin)
> Could it be a race condition between all this task which prevent
> my application so be shown correctly on the LCD?
>
> thanks again
> giammy
>
>
> 127 root 272 S nanowm
> 1395 root 5732 S /usr/local/kaffe/jre/bin/kaffe-bin -vmdebug
> AWT -Dkaffe.awt.nativelib=nanoxawt -Xbootclasspath/p:
> 1423 root 5732 S /usr/local/kaffe/jre/bin/kaffe-bin -vmdebug
> AWT -Dkaffe.awt.nativelib=nanoxawt -Xbootclasspath/p:
> 1424 root 5732 S /usr/local/kaffe/jre/bin/kaffe-bin -vmdebug
> AWT -Dkaffe.awt.nativelib=nanoxawt -Xbootclasspath/p:
> 1425 root 5732 S /usr/local/kaffe/jre/bin/kaffe-bin -vmdebug
> AWT -Dkaffe.awt.nativelib=nanoxawt -Xbootclasspath/p:
> 1429 root 5732 S /usr/local/kaffe/jre/bin/kaffe-bin -vmdebug
> AWT -Dkaffe.awt.nativelib=nanoxawt -Xbootclasspath/p:
> 1430 root 5732 S /usr/local/kaffe/jre/bin/kaffe-bin -vmdebug
> AWT -Dkaffe.awt.nativelib=nanoxawt -Xbootclasspath/p:
Thats normal. Kaffe uses threads and each of these entries is just on
thread. If you have a problem starting up it may be related to threads
but normally it isnt. Please tell us more about your problem to let us
help you.
Cheers,
Michael
--
Escape the Java Trap with GNU Classpath!
http://www.gnu.org/philosophy/java-trap.html
Join the community at http://planet.classpath.org/
More information about the kaffe
mailing list