#3026 closed defect (duplicate)
Relation dialogue issues
Reported by: | anonymous | Owned by: | anonymous |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | Core | Version: | |
Keywords: | Cc: |
Description (last modified by )
Path: trunk URL: http://josm.openstreetmap.de/svn/trunk Repository Root: http://josm.openstreetmap.de/svn Repository UUID: 0c6e7542-c601-0410-84e7-c038aed88b3b Revision: 1818 Node Kind: directory Last Changed Author: jttt Last Changed Rev: 1818 Last Changed Date: 2009-07-20 21:43:37 +0200 (Mon, 20 Jul 2009) Memory Usage: 40 MB / 1016 MB (13 MB allocated, but free) Java version: 1.6.0_14 Plugins: AgPifoJmeasurementopenstreetbugstagging-preset-testerwalkingpaperswmsplugin Plugin AgPifoJ Version: 16315 Plugin measurement Version: 16317 Plugin openstreetbugs Version: 16294 Plugin tagging-preset-tester Version: 14015 Plugin walkingpapers Version: 16549 Plugin wmsplugin Version: 16442 java.lang.IllegalStateException: Buffers have not been created at sun.awt.windows.WComponentPeer.getBackBuffer(Unknown Source) at java.awt.Component$FlipBufferStrategy.getBackBuffer(Unknown Source) at java.awt.Component$FlipBufferStrategy.updateInternalBuffers(Unknown Source) at java.awt.Component$FlipBufferStrategy.revalidate(Unknown Source) at java.awt.Component$FlipBufferStrategy.revalidate(Unknown Source) at java.awt.Component$FlipBufferStrategy.getDrawGraphics(Unknown Source) at javax.swing.BufferStrategyPaintManager.prepare(Unknown Source) at javax.swing.BufferStrategyPaintManager.paint(Unknown Source) at javax.swing.RepaintManager.paint(Unknown Source) at javax.swing.JComponent.paint(Unknown Source) at java.awt.GraphicsCallback$PaintCallback.run(Unknown Source) at sun.awt.SunGraphicsCallback.runOneComponent(Unknown Source) at sun.awt.SunGraphicsCallback.runComponents(Unknown Source) at java.awt.Container.paint(Unknown Source) at javax.swing.RepaintManager.paintDirtyRegions(Unknown Source) at javax.swing.RepaintManager.paintDirtyRegions(Unknown Source) at javax.swing.RepaintManager.seqPaintDirtyRegions(Unknown Source) at javax.swing.SystemEventQueueUtilities$ComponentWorkRequest.run(Unknown Source) at java.awt.event.InvocationEvent.dispatch(Unknown Source) at java.awt.EventQueue.dispatchEvent(Unknown Source) at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.run(Unknown Source)
Attachments (0)
Change History (4)
follow-up: 2 comment:1 by , 16 years ago
Owner: | changed from | to
---|---|
Status: | new → needinfo |
comment:2 by , 16 years ago
Replying to jttt:
I've tested Relation editor with ThreadCheckingRepaintManager and it looks like it's using EDT correctly. So this might be a Java bug.
Does it happen regulary or was it a one time exception? What did you do before this happened?
Think it was me that submitted this one (forgot to add my email). Will watch for re-occurrence with latest version. Original behaviour under 1818 occurred on several occasions, but only after several edits of relations (more than one relation). Cheers, Andy
comment:3 by , 16 years ago
Description: | modified (diff) |
---|---|
Resolution: | → worksforme |
Status: | needinfo → closed |
comment:4 by , 13 years ago
Description: | modified (diff) |
---|---|
Resolution: | worksforme → duplicate |
Closed as duplicate of #7689. You can try the start option -Dsun.java2d.d3d=false.
I've tested Relation editor with ThreadCheckingRepaintManager and it looks like it's using EDT correctly. So this might be a Java bug.
Does it happen regulary or was it a one time exception? What did you do before this happened?