Opened 12 years ago
Last modified 10 years ago
#8997 closed defect
AssertionError in zooming ("the new range must be within a single subrange" in mappaint.StyleCache) — at Version 2
| Reported by: | grinapo | Owned by: | team |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Core mappaint | Version: | |
| Keywords: | Cc: | bastiK |
Description (last modified by )
This bug exists for more than half a year I guess but I usually don't handle it well due to the dozens of popup crash windows in the middle of some large edit.
It always happen when I zoom in substreet level, bing layer active. There is usually some element (street) selected.
If I try to move or just wait, more crash happens. If I'm lucky to be able to zoom out the popup masses stop popping.
Exists in all current versions I guess.
Reproduction is hard: it doesn't happen for weeks or happens every 5 minutes.
Repository Root: http://josm.openstreetmap.de/svn Build-Date: 2013-08-20 01:34:45 Last Changed Author: Don-vip Revision: 6158 Repository UUID: 0c6e7542-c601-0410-84e7-c038aed88b3b URL: http://josm.openstreetmap.de/svn/trunk Last Changed Date: 2013-08-20 00:47:41 +0200 (Tue, 20 Aug 2013) Last Changed Rev: 6158 Identification: JOSM/1.5 (6158 en) Linux Debian GNU/Linux unstable (sid) Memory Usage: 259 MB / 1765 MB (30 MB allocated, but free) Java version: 1.7.0_25, Oracle Corporation, OpenJDK 64-Bit Server VM Java package: openjdk-7-jre:amd64-7u25-2.3.12-2 VM arguments: [-Xbootclasspath/a:/usr/share/icedtea-web/netx.jar:/usr/share/java/js.jar, -Xms8m, -Dicedtea-web.bin.name=javaws, -Dicedtea-web.bin.location=/usr/bin/javaws, -Djava.security.manager, -Djava.security.policy=/etc/icedtea-web/javaws.policy] Dataset consistency test: No problems found Plugin: AddrInterpolation (29778) Plugin: DirectUpload (29778) Plugin: ElevationProfile (29611) Plugin: FixAddresses (29778) Plugin: HouseNumberTaggingTool (29778) Plugin: InfoMode (29435) Plugin: PicLayer (29809) Plugin: RoadSigns (29699) Plugin: alignways (29771) Plugin: buildings_tools (29778) Plugin: dataimport (29435) Plugin: download_along (29778) Plugin: editgpx (29596) Plugin: fieldpapers (b49dadd) Plugin: gpsblam (29435) Plugin: graphview (29525) Plugin: junctionchecking (29596) Plugin: log4j (29435) Plugin: mapdust (29525) Plugin: measurement (29750) Plugin: notes (0.3-8-g03135df) Plugin: openstreetbugs (29435) Plugin: osmarender (29639) Plugin: pbf (29708) Plugin: photo_geotagging (29435) Plugin: reltoolbox (29535) Plugin: reverter (29771) Plugin: routing (29784) Plugin: scripting (30540) Plugin: tageditor (29435) Plugin: turnlanes (29435) Plugin: turnrestrictions (29435) Plugin: undelete (29555) Plugin: utilsplugin2 (29771) Plugin: videomapping (29784) Plugin: walkingpapers (29805) Plugin: waypoint_search (29435) Plugin: wayselector (29771) java.lang.AssertionError: the new range must be within a single subrange at org.openstreetmap.josm.gui.mappaint.StyleCache.putImpl(StyleCache.java:161) at org.openstreetmap.josm.gui.mappaint.StyleCache.put(StyleCache.java:139) at org.openstreetmap.josm.gui.mappaint.StyleCache.put(StyleCache.java:130) at org.openstreetmap.josm.gui.mappaint.ElemStyles.getStyleCacheWithRange(ElemStyles.java:115) at org.openstreetmap.josm.gui.mappaint.ElemStyles.get(ElemStyles.java:54) at org.openstreetmap.josm.data.osm.visitor.paint.StyledMapRenderer$StyleCollector.add(StyledMapRenderer.java:191) at org.openstreetmap.josm.data.osm.visitor.paint.StyledMapRenderer.collectRelationStyles(StyledMapRenderer.java:402) at org.openstreetmap.josm.data.osm.visitor.paint.StyledMapRenderer.render(StyledMapRenderer.java:1423) at org.openstreetmap.josm.gui.layer.OsmDataLayer.paint(OsmDataLayer.java:320) at org.openstreetmap.josm.gui.MapView.paintLayer(MapView.java:533) at org.openstreetmap.josm.gui.MapView.paint(MapView.java:628) at javax.swing.JComponent.paintChildren(JComponent.java:878) at javax.swing.JComponent.paint(JComponent.java:1054) at javax.swing.JComponent.paintToOffscreen(JComponent.java:5212) at javax.swing.BufferStrategyPaintManager.paint(BufferStrategyPaintManager.java:295) at javax.swing.RepaintManager.paint(RepaintManager.java:1236) at javax.swing.JComponent._paintImmediately(JComponent.java:5160) at javax.swing.JComponent.paintImmediately(JComponent.java:4971) at javax.swing.RepaintManager$3.run(RepaintManager.java:796) at javax.swing.RepaintManager$3.run(RepaintManager.java:784) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76) at javax.swing.RepaintManager.paintDirtyRegions(RepaintManager.java:784) at javax.swing.RepaintManager.paintDirtyRegions(RepaintManager.java:757) at javax.swing.RepaintManager.prePaintDirtyRegions(RepaintManager.java:706) at javax.swing.RepaintManager.access$1000(RepaintManager.java:62) at javax.swing.RepaintManager$ProcessingRunnable.run(RepaintManager.java:1647) at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:251) at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:733) at java.awt.EventQueue.access$200(EventQueue.java:103) at java.awt.EventQueue$3.run(EventQueue.java:694) at java.awt.EventQueue$3.run(EventQueue.java:692) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76) at java.awt.EventQueue.dispatchEvent(EventQueue.java:703) at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:242) at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:161) at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:150) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:146) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:138) at java.awt.EventDispatchThread.run(EventDispatchThread.java:91)
Change History (2)
comment:1 by , 12 years ago
comment:2 by , 12 years ago
| Description: | modified (diff) |
|---|---|
| Priority: | major → normal |
| Summary: | Crash in zooming (long-standing bug) → AssertionError in zooming ("the new range must be within a single subrange" in mappaint.StyleCache) |
What map styles have you enabled right now ?



Since I've reported it JOSM does it almost all the time. :-P