[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug awt/29214] IllegalArgumentException with gappletviewer in firefox
From: |
twisti at complang dot tuwien dot ac dot at |
Subject: |
[Bug awt/29214] IllegalArgumentException with gappletviewer in firefox |
Date: |
12 Oct 2006 12:22:11 -0000 |
------- Comment #4 from twisti at complang dot tuwien dot ac dot at 2006-10-12
12:22 -------
Ok, I added some debug information in the call trace, and
gnu.java.awt.peer.gtk.GtkToolkit.createImage() isn't called at all.
gnu.java.awt.peer.gtk.GtkComponentPeer.createImage() is called with:
CALL: gnu.java.awt.peer.gtk.GtkComponentPeer.createImage(width=0, height=0)
But sometimes it's called with:
CALL: gnu.java.awt.peer.gtk.GtkComponentPeer.createImage(width=88, height=0)
Then the exception is, of course:
Exception in thread "Clock" java.lang.IllegalArgumentException: width is ok
height<=0
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29214