[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug awt/29214] IllegalArgumentException with gappletviewer in firefox
From: |
fkung at redhat dot com |
Subject: |
[Bug awt/29214] IllegalArgumentException with gappletviewer in firefox |
Date: |
11 Oct 2006 20:41:34 -0000 |
------- Comment #3 from fkung at redhat dot com 2006-10-11 20:41 -------
Try adding some debug lines to gnu/java/awt/peer/gtk/GtkToolkit.java, around
line 200 in the createImage method. I'm curious to see if
a) this method is called at all; and
b) how, where, and what it returns
I suspect that this method is returning in error: an un-initialized GtkImage
has width and height == -1, which would cause the error we see above.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29214