Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JOSM throws an error on non-ASCII file names in Download folder #113

Open
sommerluk opened this issue Nov 30, 2024 · 0 comments
Open

JOSM throws an error on non-ASCII file names in Download folder #113

sommerluk opened this issue Nov 30, 2024 · 0 comments

Comments

@sommerluk
Copy link

What steps will reproduce the problem?

Open JOSM (flathub version)
Click on File-Open 

What is the expected result?

The File-Open-Dialog is displayed.

What happens instead?

An error is displayed, complaining about the presence of a file name "Œufs.odt" within the folder I'm looking at (Download folder). (See error message below.)

Additional information

I've filled an upstream bug https://josm.openstreetmap.de/ticket/24029 which was closed as duplicate of https://josm.openstreetmap.de/ticket/14596 which explains that JOSM should not be run with LANG=C and that LANG=C.UTF-8 might fix the problem.

Error message

Relative:URL: ^/trunk
Repository:UUID: 0c6e7542-c601-0410-84e7-c038aed88b3b
Last:Changed Date: 2024-10-30 15:48:42 +0100 (Wed, 30 Oct 2024)
Revision:19253
Build-Date:2024-10-31 02:30:30
URL:https://josm.openstreetmap.de/svn/trunk

Identification: JOSM/1.5 (19253 de) Linux Freedesktop SDK 23.08 (Flatpak runtime)
Memory Usage: 376 MB / 11904 MB (191 MB allocated, but free)
Java version: 21.0.5+2, Flathub, OpenJDK 64-Bit Server VM
Look and Feel: javax.swing.plaf.metal.MetalLookAndFeel
Screen: :0.0 1920x1080x[Multi depth]@60Hz (scaling 1.00×1.00)
Maximum Screen Size: 1920×1080
Best cursor sizes: 16×16→16×16, 32×32→32×32
Environment variable LANG: de_DE.UTF-8
System property file.encoding: UTF-8
System property sun.jnu.encoding: ANSI_X3.4-1968
Locale info: de_US
Numbers with default locale: 1234567890 -> 1234567890
Desktop environment: KDE
VM arguments: [--module-path=/app/share/openjfx/lib, --add-modules=java.scripting,java.sql,javafx.controls,javafx.media,javafx.swing,javafx.web, -Djosm.restart=true, -Djava.net.useSystemProxies=true, -XX:MaxRAMPercentage=75.0, --add-exports=java.base/sun.security.action=ALL-UNNAMED, --add-exports=java.desktop/com.sun.imageio.plugins.jpeg=ALL-UNNAMED, --add-exports=java.desktop/com.sun.imageio.spi=ALL-UNNAMED]

Plugins:
+ DirectUpload (36349)
+ buildings_tools (36344)
+ editgpx (36349)
+ measurement (36350)

Last errors/warnings:
- 00010.539 E: Handled by bug report queue: java.nio.file.InvalidPathException: Malformed input or input contains unmappable characters: ${HOME}/Downloads/��ufs.odt
- 00010.542 E: Handled by bug report queue: java.nio.file.InvalidPathException: Malformed input or input contains unmappable characters: ${HOME}/Downloads/��ufs.odt
- 00010.544 E: Handled by bug report queue: java.nio.file.InvalidPathException: Malformed input or input contains unmappable characters: ${HOME}/Downloads/��ufs.odt
- 00099.172 W: java.lang.UnsupportedOperationException: The BROWSE action is not supported on the current platform!



=== REPORTED CRASH DATA ===
BugReportExceptionHandler#handleException:
No data collected.

Warning issued by: BugReportExceptionHandler#handleException

=== STACK TRACE ===
Thread: Basic L&F File Loading Thread (74)
java.nio.file.InvalidPathException: Malformed input or input contains unmappable characters: /home/tim/Downloads/��ufs.odt
	at java.base/sun.nio.fs.UnixPath.encode(UnixPath.java:129)
	at java.base/sun.nio.fs.UnixPath.<init>(UnixPath.java:76)
	at java.base/sun.nio.fs.UnixFileSystem.getPath(UnixFileSystem.java:312)
	at java.base/java.nio.file.Path.of(Path.java:148)
	at java.base/java.nio.file.Paths.get(Paths.java:69)
	at java.desktop/sun.awt.shell.ShellFolder.getShellFolder(ShellFolder.java:260)
	at java.desktop/javax.swing.filechooser.FileSystemView.getFiles(FileSystemView.java:585)
	at java.desktop/javax.swing.plaf.basic.BasicDirectoryModel$FilesLoader.run0(BasicDirectoryModel.java:307)
	at java.desktop/javax.swing.plaf.basic.BasicDirectoryModel$FilesLoader.run(BasicDirectoryModel.java:298)
	at java.base/java.lang.Thread.run(Thread.java:1583)

=== RUNNING THREADS ===
Thread: ForkJoinPool.commonPool-worker-6 (49) of main
[email protected]/jdk.internal.misc.Unsafe.park(Native Method)
[email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:371)
[email protected]/java.util.concurrent.ForkJoinPool.awaitWork(ForkJoinPool.java:1893)
[email protected]/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1809)
[email protected]/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188)

Thread: Reference Handler (9) of system
[email protected]/java.lang.ref.Reference.waitForReferencePendingList(Native Method)
[email protected]/java.lang.ref.Reference.processPendingReferences(Reference.java:246)
[email protected]/java.lang.ref.Reference$ReferenceHandler.run(Reference.java:208)

Thread: Java2D Disposer (27) of system
[email protected]/jdk.internal.misc.Unsafe.park(Native Method)
[email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:371)
[email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block(AbstractQueuedSynchronizer.java:519)
[email protected]/java.util.concurrent.ForkJoinPool.unmanagedBlock(ForkJoinPool.java:3780)
[email protected]/java.util.concurrent.ForkJoinPool.managedBlock(ForkJoinPool.java:3725)
[email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1712)
[email protected]/java.lang.ref.ReferenceQueue.await(ReferenceQueue.java:67)
[email protected]/java.lang.ref.ReferenceQueue.remove0(ReferenceQueue.java:158)
[email protected]/java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:234)
[email protected]/sun.java2d.Disposer.run(Disposer.java:145)
[email protected]/java.lang.Thread.runWith(Thread.java:1596)
[email protected]/java.lang.Thread.run(Thread.java:1583)

Thread: Keep-Alive-Timer (70)
[email protected]/java.lang.Thread.sleep0(Native Method)
[email protected]/java.lang.Thread.sleep(Thread.java:509)
[email protected]/sun.net.www.http.KeepAliveCache.run(KeepAliveCache.java:238)
[email protected]/java.lang.Thread.runWith(Thread.java:1596)
[email protected]/java.lang.Thread.run(Thread.java:1583)
[email protected]/jdk.internal.misc.InnocuousThread.run(InnocuousThread.java:186)

Thread: FileSystemWatchService (38) of main
[email protected]/sun.nio.fs.LinuxWatchService.poll(Native Method)
[email protected]/sun.nio.fs.LinuxWatchService$Poller.run(LinuxWatchService.java:307)
[email protected]/java.lang.Thread.runWith(Thread.java:1596)
[email protected]/java.lang.Thread.run(Thread.java:1583)

Thread: ForkJoinPool.commonPool-worker-4 (47)
[email protected]/jdk.internal.misc.Unsafe.park(Native Method)
[email protected]/java.util.concurrent.locks.LockSupport.parkUntil(LockSupport.java:449)
[email protected]/java.util.concurrent.ForkJoinPool.awaitWork(ForkJoinPool.java:1891)
[email protected]/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1809)
[email protected]/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188)

Thread: AWT-EventQueue-0 (32) of main
[email protected]/sun.awt.X11.XlibWrapper.XSync(Native Method)
[email protected]/sun.awt.X11.XErrorHandlerUtil.XSync(XErrorHandlerUtil.java:159)
[email protected]/sun.awt.X11.XErrorHandlerUtil.WITH_XERROR_HANDLER(XErrorHandlerUtil.java:101)
[email protected]/sun.awt.X11.MotifDnDConstants.writeDragReceiverInfoStruct(MotifDnDConstants.java:570)
[email protected]/sun.awt.X11.MotifDnDDropTargetProtocol.registerDropTarget(MotifDnDDropTargetProtocol.java:78)
[email protected]/sun.awt.X11.XDropTargetRegistry.registerDropSite(XDropTargetRegistry.java:556)
[email protected]/sun.awt.X11.XWindowPeer.addDropTarget(XWindowPeer.java:2042)
[email protected]/sun.awt.X11.XComponentPeer.addDropTarget(XComponentPeer.java:1294)
[email protected]/java.awt.dnd.DropTarget.addNotify(DropTarget.java:515)
[email protected]/java.awt.Component.addNotify(Component.java:7064)
[email protected]/java.awt.Container.addNotify(Container.java:2793)
[email protected]/javax.swing.JComponent.addNotify(JComponent.java:4846)
[email protected]/java.awt.Container.addNotify(Container.java:2804)
[email protected]/javax.swing.JComponent.addNotify(JComponent.java:4846)
[email protected]/java.awt.Container.addNotify(Container.java:2804)
[email protected]/javax.swing.JComponent.addNotify(JComponent.java:4846)
[email protected]/java.awt.Container.addNotify(Container.java:2804)
[email protected]/javax.swing.JComponent.addNotify(JComponent.java:4846)
[email protected]/javax.swing.JRootPane.addNotify(JRootPane.java:721)
[email protected]/java.awt.Container.addNotify(Container.java:2804)
[email protected]/java.awt.Window.addNotify(Window.java:791)
[email protected]/java.awt.Dialog.addNotify(Dialog.java:769)
[email protected]/java.awt.Window.pack(Window.java:829)
[email protected]/javax.swing.JFileChooser.createDialog(JFileChooser.java:834)
[email protected]/javax.swing.JFileChooser.showDialog(JFileChooser.java:762)
[email protected]/javax.swing.JFileChooser.showOpenDialog(JFileChooser.java:668)
app//org.openstreetmap.josm.gui.widgets.SwingFileChooser.showOpenDialog(SwingFileChooser.java:101)
app//org.openstreetmap.josm.gui.widgets.FileChooserManager.openFileChooser(FileChooserManager.java:372)
app//org.openstreetmap.josm.gui.widgets.FileChooserManager.openFileChooser(FileChooserManager.java:351)
app//org.openstreetmap.josm.actions.DiskAccessAction.createAndOpenFileChooser(DiskAccessAction.java:100)
app//org.openstreetmap.josm.actions.OpenFileAction.actionPerformed(OpenFileAction.java:94)
[email protected]/javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1972)
[email protected]/javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2314)
[email protected]/javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:407)
[email protected]/javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:262)
[email protected]/javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:279)
[email protected]/java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:297)
[email protected]/java.awt.Component.processMouseEvent(Component.java:6621)
[email protected]/javax.swing.JComponent.processMouseEvent(JComponent.java:3398)
[email protected]/java.awt.Component.processEvent(Component.java:6386)
[email protected]/java.awt.Container.processEvent(Container.java:2266)
[email protected]/java.awt.Component.dispatchEventImpl(Component.java:4996)
[email protected]/java.awt.Container.dispatchEventImpl(Container.java:2324)
[email protected]/java.awt.Component.dispatchEvent(Component.java:4828)
[email protected]/java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4948)
[email protected]/java.awt.LightweightDispatcher.processMouseEvent(Container.java:4575)
[email protected]/java.awt.LightweightDispatcher.dispatchEvent(Container.java:4516)
[email protected]/java.awt.Container.dispatchEventImpl(Container.java:2310)
[email protected]/java.awt.Window.dispatchEventImpl(Window.java:2780)
[email protected]/java.awt.Component.dispatchEvent(Component.java:4828)
[email protected]/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:775)
[email protected]/java.awt.EventQueue$4.run(EventQueue.java:720)
[email protected]/java.awt.EventQueue$4.run(EventQueue.java:714)
[email protected]/java.security.AccessController.executePrivileged(AccessController.java:778)
[email protected]/java.security.AccessController.doPrivileged(AccessController.java:400)
[email protected]/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:87)
[email protected]/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:98)
[email protected]/java.awt.EventQueue$5.run(EventQueue.java:747)
[email protected]/java.awt.EventQueue$5.run(EventQueue.java:745)
[email protected]/java.security.AccessController.executePrivileged(AccessController.java:778)
[email protected]/java.security.AccessController.doPrivileged(AccessController.java:400)
[email protected]/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:87)
[email protected]/java.awt.EventQueue.dispatchEvent(EventQueue.java:744)
[email protected]/java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:203)
[email protected]/java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:124)
[email protected]/java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:113)
[email protected]/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:109)
[email protected]/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
[email protected]/java.awt.EventDispatchThread.run(EventDispatchThread.java:90)

Thread: main-worker-0 (31) of main
[email protected]/jdk.internal.misc.Unsafe.park(Native Method)
[email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:371)
[email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block(AbstractQueuedSynchronizer.java:519)
[email protected]/java.util.concurrent.ForkJoinPool.unmanagedBlock(ForkJoinPool.java:3780)
[email protected]/java.util.concurrent.ForkJoinPool.managedBlock(ForkJoinPool.java:3725)
[email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1712)
[email protected]/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:435)
[email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1070)
[email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
[email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
[email protected]/java.lang.Thread.runWith(Thread.java:1596)
[email protected]/java.lang.Thread.run(Thread.java:1583)

Thread: Image Fetcher 0 (62)
[email protected]/java.lang.Object.wait0(Native Method)
[email protected]/java.lang.Object.wait(Object.java:366)
[email protected]/sun.awt.image.ImageFetcher.nextImage(ImageFetcher.java:154)
[email protected]/sun.awt.image.ImageFetcher.fetchloop(ImageFetcher.java:207)
[email protected]/sun.awt.image.ImageFetcher.run(ImageFetcher.java:176)

Thread: Signal Dispatcher (11) of system

Thread: File Watcher (39) of main
[email protected]/jdk.internal.misc.Unsafe.park(Native Method)
[email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:371)
[email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block(AbstractQueuedSynchronizer.java:519)
[email protected]/java.util.concurrent.ForkJoinPool.unmanagedBlock(ForkJoinPool.java:3780)
[email protected]/java.util.concurrent.ForkJoinPool.managedBlock(ForkJoinPool.java:3725)
[email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1712)
[email protected]/java.util.concurrent.LinkedBlockingDeque.takeFirst(LinkedBlockingDeque.java:485)
[email protected]/java.util.concurrent.LinkedBlockingDeque.take(LinkedBlockingDeque.java:673)
[email protected]/sun.nio.fs.AbstractWatchService.take(AbstractWatchService.java:118)
app//org.openstreetmap.josm.io.FileWatcher.processEvents(FileWatcher.java:120)
app//org.openstreetmap.josm.io.FileWatcher$$Lambda/0x00007f9a482f98a0.run(Unknown Source)
[email protected]/java.lang.Thread.runWith(Thread.java:1596)
[email protected]/java.lang.Thread.run(Thread.java:1583)

Thread: TimerQueue (37) of system
[email protected]/jdk.internal.misc.Unsafe.park(Native Method)
[email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:269)
[email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:1763)
[email protected]/java.util.concurrent.DelayQueue.take(DelayQueue.java:254)
[email protected]/javax.swing.TimerQueue.run(TimerQueue.java:165)
[email protected]/java.lang.Thread.runWith(Thread.java:1596)
[email protected]/java.lang.Thread.run(Thread.java:1583)

Thread: ForkJoinPool.commonPool-worker-7 (50) of main
[email protected]/jdk.internal.misc.Unsafe.park(Native Method)
[email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:371)
[email protected]/java.util.concurrent.ForkJoinPool.awaitWork(ForkJoinPool.java:1893)
[email protected]/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1809)
[email protected]/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188)

Thread: JCS-ElementEventQueue-Thread-1 (60) of main
[email protected]/jdk.internal.misc.Unsafe.park(Native Method)
[email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:371)
[email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block(AbstractQueuedSynchronizer.java:519)
[email protected]/java.util.concurrent.ForkJoinPool.unmanagedBlock(ForkJoinPool.java:3780)
[email protected]/java.util.concurrent.ForkJoinPool.managedBlock(ForkJoinPool.java:3725)
[email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1712)
[email protected]/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:435)
[email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1070)
[email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
[email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
[email protected]/java.lang.Thread.runWith(Thread.java:1596)
[email protected]/java.lang.Thread.run(Thread.java:1583)

Thread: ForkJoinPool.commonPool-worker-1 (44) of main
[email protected]/jdk.internal.misc.Unsafe.park(Native Method)
[email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:371)
[email protected]/java.util.concurrent.ForkJoinPool.awaitWork(ForkJoinPool.java:1893)
[email protected]/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1809)
[email protected]/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188)

Thread: Finalizer (10) of system
[email protected]/java.lang.Object.wait0(Native Method)
[email protected]/java.lang.Object.wait(Object.java:366)
[email protected]/java.lang.Object.wait(Object.java:339)
[email protected]/java.lang.ref.NativeReferenceQueue.await(NativeReferenceQueue.java:48)
[email protected]/java.lang.ref.ReferenceQueue.remove0(ReferenceQueue.java:158)
[email protected]/java.lang.ref.NativeReferenceQueue.remove(NativeReferenceQueue.java:89)
[email protected]/java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:173)

Thread: Notification Thread (19) of system

Thread: AWT-XAWT (30) of system
[email protected]/jdk.internal.misc.Unsafe.park(Native Method)
[email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:221)
[email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer.acquire(AbstractQueuedSynchronizer.java:754)
[email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer.acquire(AbstractQueuedSynchronizer.java:990)
[email protected]/java.util.concurrent.locks.ReentrantLock$Sync.lock(ReentrantLock.java:153)
[email protected]/java.util.concurrent.locks.ReentrantLock.lock(ReentrantLock.java:322)
[email protected]/sun.awt.SunToolkit.awtLock(SunToolkit.java:240)
[email protected]/sun.awt.X11.XToolkit.run(XToolkit.java:669)
[email protected]/sun.awt.X11.XToolkit.run(XToolkit.java:651)
[email protected]/java.lang.Thread.runWith(Thread.java:1596)
[email protected]/java.lang.Thread.run(Thread.java:1583)

Thread: ForkJoinPool.commonPool-worker-2 (45)
[email protected]/jdk.internal.misc.Unsafe.park(Native Method)
[email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:371)
[email protected]/java.util.concurrent.ForkJoinPool.awaitWork(ForkJoinPool.java:1893)
[email protected]/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1809)
[email protected]/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188)

Thread: ForkJoinPool.commonPool-worker-5 (48) of main
[email protected]/jdk.internal.misc.Unsafe.park(Native Method)
[email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:371)
[email protected]/java.util.concurrent.ForkJoinPool.awaitWork(ForkJoinPool.java:1893)
[email protected]/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1809)
[email protected]/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188)

Thread: DestroyJavaVM (65) of main

Thread: Basic L&F File Loading Thread (75)
app//org.openstreetmap.josm.tools.bugreport.BugReportExceptionHandler.handleException(BugReportExceptionHandler.java:22)
app//org.openstreetmap.josm.tools.bugreport.BugReportExceptionHandler.uncaughtException(BugReportExceptionHandler.java:14)
[email protected]/java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:695)
[email protected]/java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:690)
[email protected]/java.lang.Thread.dispatchUncaughtException(Thread.java:2902)

Thread: Basic L&F File Loading Thread (74)
Stacktrace see above.

Thread: Weak reference cleaner (40) of main
[email protected]/jdk.internal.misc.Unsafe.park(Native Method)
[email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:371)
[email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block(AbstractQueuedSynchronizer.java:519)
[email protected]/java.util.concurrent.ForkJoinPool.unmanagedBlock(ForkJoinPool.java:3780)
[email protected]/java.util.concurrent.ForkJoinPool.managedBlock(ForkJoinPool.java:3725)
[email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1712)
[email protected]/java.lang.ref.ReferenceQueue.await(ReferenceQueue.java:67)
[email protected]/java.lang.ref.ReferenceQueue.remove0(ReferenceQueue.java:158)
[email protected]/java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:234)
app//org.openstreetmap.josm.tools.ListenableWeakReference.clean(ListenableWeakReference.java:60)
app//org.openstreetmap.josm.tools.ListenableWeakReference$$Lambda/0x00007f9a4833a478.run(Unknown Source)
[email protected]/java.lang.Thread.runWith(Thread.java:1596)
[email protected]/java.lang.Thread.run(Thread.java:1583)

Thread: Common-Cleaner (18) of InnocuousThreadGroup
[email protected]/jdk.internal.misc.Unsafe.park(Native Method)
[email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:269)
[email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1852)
[email protected]/java.lang.ref.ReferenceQueue.await(ReferenceQueue.java:71)
[email protected]/java.lang.ref.ReferenceQueue.remove0(ReferenceQueue.java:143)
[email protected]/java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:218)
[email protected]/jdk.internal.ref.CleanerImpl.run(CleanerImpl.java:140)
[email protected]/java.lang.Thread.runWith(Thread.java:1596)
[email protected]/java.lang.Thread.run(Thread.java:1583)
[email protected]/jdk.internal.misc.InnocuousThread.run(InnocuousThread.java:186)

Thread: CacheEventQueue.QProcessor-TMS_BLOCK_v2Thread-2 (61) of main
[email protected]/jdk.internal.misc.Unsafe.park(Native Method)
[email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:371)
[email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block(AbstractQueuedSynchronizer.java:519)
[email protected]/java.util.concurrent.ForkJoinPool.unmanagedBlock(ForkJoinPool.java:3780)
[email protected]/java.util.concurrent.ForkJoinPool.managedBlock(ForkJoinPool.java:3725)
[email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1712)
[email protected]/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:435)
[email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1070)
[email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
[email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
[email protected]/java.lang.Thread.runWith(Thread.java:1596)
[email protected]/java.lang.Thread.run(Thread.java:1583)

Thread: Image Fetcher 1 (66)
[email protected]/java.lang.Object.wait0(Native Method)
[email protected]/java.lang.Object.wait(Object.java:366)
[email protected]/sun.awt.image.ImageFetcher.nextImage(ImageFetcher.java:154)
[email protected]/sun.awt.image.ImageFetcher.fetchloop(ImageFetcher.java:207)
[email protected]/sun.awt.image.ImageFetcher.run(ImageFetcher.java:176)

Thread: ForkJoinPool.commonPool-worker-3 (46) of main
[email protected]/jdk.internal.misc.Unsafe.park(Native Method)
[email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:371)
[email protected]/java.util.concurrent.ForkJoinPool.awaitWork(ForkJoinPool.java:1893)
[email protected]/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1809)
[email protected]/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188)

Thread: message-notifier-0 (63) of main
[email protected]/jdk.internal.misc.Unsafe.park(Native Method)
[email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:269)
[email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:1763)
[email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1182)
[email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:899)
[email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1070)
[email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
[email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
[email protected]/java.lang.Thread.runWith(Thread.java:1596)
[email protected]/java.lang.Thread.run(Thread.java:1583)

Thread: changeset-updater-0 (64) of main
[email protected]/jdk.internal.misc.Unsafe.park(Native Method)
[email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:269)
[email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:1763)
[email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1182)
[email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:899)
[email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1070)
[email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
[email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
[email protected]/java.lang.Thread.runWith(Thread.java:1596)
[email protected]/java.lang.Thread.run(Thread.java:1583)

Thread: Timer-0 (67) of main
[email protected]/java.lang.Object.wait0(Native Method)
[email protected]/java.lang.Object.wait(Object.java:366)
[email protected]/java.util.TimerThread.mainLoop(Timer.java:563)
[email protected]/java.util.TimerThread.run(Timer.java:516)

Thread: AWT-Shutdown (33) of system
[email protected]/java.lang.Object.wait0(Native Method)
[email protected]/java.lang.Object.wait(Object.java:366)
[email protected]/java.lang.Object.wait(Object.java:339)
[email protected]/sun.awt.AWTAutoShutdown.run(AWTAutoShutdown.java:291)
[email protected]/java.lang.Thread.runWith(Thread.java:1596)
[email protected]/java.lang.Thread.run(Thread.java:1583)


Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant