Problems using Interpreter and AWT

Godmar Back gback at cs.utah.edu
Sun Jan 24 11:05:48 PST 1999


 Try running it with "kaffe -ss 64k" or "kaffe -ss 128k".

	- Godmar

> 
> I have a version of kaffe-1.0.b3 compiled for use with the interpreter
> engine on a RedHat Linux 5.2 Intel box. Running WidgetsDemo generates
> the following error messages:
> 
> 
> java.lang.StackOverflowError
>         at java/awt/NativeGraphics.drawLine(line unknown, pc 0x9)
>         at java/awt/TextCursor.blank(42)
>         at java/awt/TextArea$TextPane.paintInactiveCursor(570)
>         at java/awt/TextArea$TextPane.repaintCursor(578)
>         at java/awt/TextArea$TextPane.repaintLine(630)
>         at java/awt/TextArea$TextPane.repaintRow(line unknown, pc 0x4)
>         at java/awt/RowCanvas.repaintRows(210)
>         at java/awt/TextArea$TextPane.paint(565)
>         at java/awt/Container.paintChildren(401)
>         at java/awt/Container.paint(line unknown, pc 0x2)
>         at java/awt/Container.paintChildren(401)
>         at java/awt/Container.paint(line unknown, pc 0x2)
>         at WidgetsDemo.paint(line unknown, pc 0x2)
>         at java/awt/Window.update(line unknown, pc 0x2)
>         at java/awt/PaintEvent.dispatch(50)
>         at java/awt/EventDispatchThread.show(127)
>         at java/awt/WMEvent.dispatch(52)
>         at java/awt/EventDispatchThread.run(38)
> 
> I window appears but lacks all functionality (no picture on bottom, no
> cursor tracking, etc.).
> 
> None of the other two AWT test apps work correctly...
> 
> Any suggestions?
> 
> 
> Thanks. -- Kris
> 
> 



More information about the kaffe mailing list