bug-classpath
[Top][All Lists]
Advanced

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

[Bug swing/23557] JComboBox under Graphics2D crashes VM and GTK


From: hendrich at informatik dot uni-hamburg dot de
Subject: [Bug swing/23557] JComboBox under Graphics2D crashes VM and GTK
Date: 16 Nov 2005 18:46:31 -0000


------- Comment #14 from hendrich at informatik dot uni-hamburg dot de  
2005-11-16 18:46 -------
Subject: Re:  JComboBox under Graphics2D crashes VM and GTK

Hello Lillian,

> This appears to fixed in CVS HEAD

well, admittedly it doesn't crash the VM anymore, but running the PR2557
testcase on jamvm 1.3.2 linux-x86 with Graphics2D enabled, I get a lot of 
assertion errors when I select an item from the JComboBox. - see below. 
Are you sure this is 'RESOLVED FIXED'?

- Norman


(.:1571): Gdk-CRITICAL **: gdk_drawable_get_size: assertion `GDK_IS_DRAWABLE
(dr
awable)' failed
java.lang.InternalError: Gdk: gdk_drawable_get_size: assertion `GDK_IS_DRAWABLE 
(drawable)' failed
   at gnu.java.awt.peer.gtk.GdkGraphics2D.gdkDrawDrawable (Native Method)
   at gnu.java.awt.peer.gtk.GdkGraphics2D.copyArea (GdkGraphics2D.java:1406)
   at javax.swing.JViewport.paintBackingStore (JViewport.java:827)
   at javax.swing.JViewport.paintBlit (JViewport.java:880)
   at javax.swing.JViewport.paint (JViewport.java:493)
   at javax.swing.JComponent.paintChildren (JComponent.java:1796)
   at javax.swing.JComponent.paint (JComponent.java:1700)
   at javax.swing.JComponent.paintChildren (JComponent.java:1796)
   at javax.swing.JComponent.paint (JComponent.java:1700)
   at javax.swing.JComponent.paintChildren (JComponent.java:1796)
   at javax.swing.JComponent.paint (JComponent.java:1700)
   at javax.swing.JComponent.paintChildren (JComponent.java:1796)
   at javax.swing.JComponent.paint (JComponent.java:1700)
   at javax.swing.JLayeredPane.paint (JLayeredPane.java:705)
   at javax.swing.JComponent.paintChildren (JComponent.java:1796)
   at javax.swing.JComponent.paint (JComponent.java:1700)
   at javax.swing.JComponent.paintDoubleBuffered (JComponent.java:1923)
   at javax.swing.JComponent.paint (JComponent.java:1692)
   at java.awt.Container$GfxPaintVisitor.visit (Container.java:1838)
   at java.awt.Container.visitChild (Container.java:1642)
   at java.awt.Container.visitChildren (Container.java:1604)
   at java.awt.Container.paint (Container.java:790)
   at gnu.java.awt.peer.gtk.GtkComponentPeer.handleEvent
(GtkComponentPeer.java:
318)
   at java.awt.Component.dispatchEventImpl (Component.java:4850)
   at java.awt.Container.dispatchEventImpl (Container.java:1665)
   at java.awt.Window.dispatchEventImpl (Window.java:623)
   at java.awt.Component.dispatchEvent (Component.java:2342)
   at java.awt.EventQueue.dispatchEvent (EventQueue.java:474)
   at java.awt.EventDispatchThread.run (EventDispatchThread.java:75)


-- 


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





reply via email to

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