bug-classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug swing/23558] JComboBox problems on ctwm


From: fitzsim at redhat dot com
Subject: [Bug swing/23558] JComboBox problems on ctwm
Date: 8 Sep 2005 18:02:38 -0000

------- Additional Comments From fitzsim at redhat dot com  2005-09-08 18:02 
-------
OK, so it doesn't look like there's a simple check for a destroyed gdk window. 
Let's focus on fixing the first error:

(.:25585): Gdk-WARNING **: GdkWindow 0x2c001b2 unexpectedly destroyed
java.lang.InternalError: Gdk: GdkWindow 0x2c001b2 unexpectedly destroyed
   at gnu.java.awt.peer.gtk.GtkToolkit.gtkMain (Native Method)
   at gnu.java.awt.peer.gtk.GtkToolkit$1.run (GtkToolkit.java:132)

which I'm sure is the cause of the eventual crash.

Can you set a breakpoint on glog_func then backtrace from there?  That's the
function in gnu_java_awt_peer_gtk_GtkToolkit.c where the InternalError gets
thrown from.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23558




reply via email to

[Prev in Thread] Current Thread [Next in Thread]