Modify ↓
#20290 closed defect (fixed)
Crash when using Mapillary plugin
Reported by: | anonymous | Owned by: | taylor.smock |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Plugin mapillary | Version: | |
Keywords: | template_report | Cc: |
Description
What steps will reproduce the problem?
- Starting Mapillary plugin
What is the expected result?
What happens instead?
Please provide any additional information below. Attach a screenshot if possible.
URL:https://josm.openstreetmap.de/svn/trunk Repository:UUID: 0c6e7542-c601-0410-84e7-c038aed88b3b Last:Changed Date: 2020-11-21 14:56:29 +0100 (Sat, 21 Nov 2020) Build-Date:2020-11-22 02:30:52 Revision:17329 Relative:URL: ^/trunk Identification: JOSM/1.5 (17329 nl) Windows 10 64-Bit OS Build number: Windows 10 Pro 2004 (19041) Memory Usage: 2018 MB / 2018 MB (311 MB allocated, but free) Java version: 1.8.0_271-b09, Oracle Corporation, Java HotSpot(TM) 64-Bit Server VM Look and Feel: com.sun.java.swing.plaf.windows.WindowsLookAndFeel Screen: \Display0 3840x2160 (scaling 1.0x1.0) Maximum Screen Size: 3840x2160 Best cursor sizes: 16x16 -> 32x32, 32x32 -> 32x32 Dataset consistency test: No problems found Plugins: + Mapillary (1.5.29) + apache-commons (35524) + apache-http (35589) + imagery_offset_db (35640) + jna (35662) + turnrestrictions (35640) Last errors/warnings: - 33957,876 W: java.net.SocketTimeoutException: Read timed out - 33957,878 E: java.net.SocketTimeoutException: Read timed out - 33957,880 W: org.openstreetmap.josm.io.OsmTransferException: Kon geen verbinding maken met de OSM-server. Controleer uw verbinding met internet.. Oorzaak: java.net.SocketTimeoutException: Read timed out - 34540,736 W: java.net.SocketTimeoutException: Read timed out - 34540,738 W: Already here java.net.SocketTimeoutException: Read timed out - 34540,739 E: java.net.SocketTimeoutException: Read timed out - 34540,741 W: org.openstreetmap.josm.io.OsmTransferException: Kon geen verbinding maken met de OSM-server. Controleer uw verbinding met internet.. Oorzaak: java.net.SocketTimeoutException: Read timed out - 93587,264 E: Handled by bug report queue: java.lang.NullPointerException - 93592,307 W: Waarschuwing - <html>JOSM kon geen informatie vinden over de volgende plug-ins:<ul><li>imagery_offset_db</li><li>apache-commons</li><li>Mapillary</li><li>turnrestrictions</li><li>jna</li><li>apache-http</li></ul>De plug-ins zullen niet worden geladen.</html> - 93592,574 E: Unknown detection "information--end-of-minimum-speed-80--g1--other" === REPORTED CRASH DATA === BugReportExceptionHandler#handleException: No data collected. Warning issued by: BugReportExceptionHandler#handleException === STACK TRACE === Thread: pool-3-thread-3 (1275) java.lang.NullPointerException at org.openstreetmap.josm.plugins.mapillary.io.download.BoundsDownloadRunnable.realRun(BoundsDownloadRunnable.java:113) at org.openstreetmap.josm.plugins.mapillary.io.download.BoundsDownloadRunnable.realRun(BoundsDownloadRunnable.java:80) at org.openstreetmap.josm.plugins.mapillary.io.download.BoundsDownloadRunnable.lambda$run$0(BoundsDownloadRunnable.java:70) at java.util.concurrent.ForkJoinTask$RunnableExecuteAction.exec(Unknown Source) at java.util.concurrent.ForkJoinTask.doExec(Unknown Source) at java.util.concurrent.ForkJoinPool.awaitQuiescence(Unknown Source) at org.openstreetmap.josm.plugins.mapillary.io.download.MapillarySquareDownloadRunnable.run(MapillarySquareDownloadRunnable.java:74) at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.lang.Thread.run(Unknown Source)
Attachments (0)
Change History (4)
comment:1 by , 4 years ago
Component: | Core → Plugin mapillary |
---|---|
Owner: | changed from | to
comment:2 by , 4 years ago
comment:3 by , 4 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Fixed in 798f26b2c5353d04cadf2d4a453599015867309e and 3dea8f1ac1ef9d94b9f45083274210714626b0cb.
I'll try to get a release out today with this fix.
Note:
See TracTickets
for help on using tickets.
It looks like https://github.com/JOSM/Mapillary/blob/feb2b8e898f1220f12a6489cc2dfe126ad750a75/src/main/java/org/openstreetmap/josm/plugins/mapillary/io/download/BoundsDownloadRunnable.java#L85 is returning a null ForkJoinPool.