Opened 16 years ago

Closed 16 years ago

Last modified 13 years ago

#3026 closed defect (duplicate)

Relation dialogue issues — at Version 4

Reported by: anonymous Owned by: anonymous
Priority: minor Milestone:
Component: Core Version:
Keywords: Cc:

Description (last modified by Don-vip)

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)

Change History (4)

comment:1 by jttt, 16 years ago

Owner: changed from team to anonymous
Status: newneedinfo

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?

in reply to:  1 comment:2 by blackadder, 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 stoecker, 16 years ago

Description: modified (diff)
Resolution: worksforme
Status: needinfoclosed

comment:4 by Don-vip, 13 years ago

Description: modified (diff)
Resolution: worksformeduplicate

Closed as duplicate of #7689. You can try the start option -Dsun.java2d.d3d=false.

Note: See TracTickets for help on using tickets.