Modify ↓
Opened 11 years ago
Closed 11 years ago
#9550 closed defect (othersoftware)
ArrayIndexOutOfBoundsException with Apple Java 6
Reported by: | Owned by: | team | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Core | Version: | latest |
Keywords: | apple java6 mac osx | Cc: |
Description (last modified by )
Repository Root: http://josm.openstreetmap.de/svn Build-Date: 2013-12-19 23:53:53 Last Changed Author: simon04 Revision: 6502 Repository UUID: 0c6e7542-c601-0410-84e7-c038aed88b3b URL: http://josm.openstreetmap.de/svn/trunk Last Changed Date: 2013-12-19 22:48:46 +0100 (Thu, 19 Dec 2013) Last Changed Rev: 6502 Identification: JOSM/1.5 (6502 de) Mac OS X 10.9.1 Memory Usage: 748 MB / 1991 MB (300 MB allocated, but free) Java version: 1.6.0_65, Apple Inc., Java HotSpot(TM) 64-Bit Server VM VM arguments: [-Xbootclasspath/a:/System/Library/PrivateFrameworks/JavaApplicationLauncher.framework/Resources/LauncherSupport.jar, -Xmx2000m, -Dapple.laf.useScreenMenuBar=true] Dataset consistency test: No problems found Plugin: FixAddresses (29971) Plugin: HouseNumberTaggingTool (29854) Plugin: OpeningHoursEditor (30117) Plugin: RoadSigns (30034) Plugin: buildings_tools (30057) Plugin: reverter (30031) Plugin: terracer (30141) java.lang.ArrayIndexOutOfBoundsException: 1 at apple.awt.CWindow.displayChanged(CWindow.java:924) at apple.awt.EventFactoryProxy$2.run(EventFactoryProxy.java:92) at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209) at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:715) at java.awt.EventQueue.access$400(EventQueue.java:82) at java.awt.EventQueue$2.run(EventQueue.java:676) at java.awt.EventQueue$2.run(EventQueue.java:674) at java.security.AccessController.doPrivileged(Native Method) at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:86) at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:97) at java.awt.EventQueue$3.run(EventQueue.java:690) at java.awt.EventQueue$3.run(EventQueue.java:688) at java.security.AccessController.doPrivileged(Native Method) at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:86) at java.awt.EventQueue.dispatchEvent(EventQueue.java:687) at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:296) at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:211) at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:201) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:196) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:188) at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)
Attachments (0)
Change History (1)
comment:1 by , 11 years ago
Description: | modified (diff) |
---|---|
Keywords: | apple java6 mac osx added |
Resolution: | → othersoftware |
Status: | new → closed |
Summary: | error → ArrayIndexOutOfBoundsException with Apple Java 6 |
Note:
See TracTickets
for help on using tickets.
Java bug specific to Apple implementation of Java 6. Please upgrade to Oracle Java 7.
See progress of tickets #8654 and #8465.