Opened 4 years ago
Closed 4 years ago
#2816 closed defect (invalid)
crash when updating data
| Reported by: | AndDiehl | Owned by: | AndDiehl |
|---|---|---|---|
| Priority: | major | Component: | Core |
| Version: | Keywords: | ||
| Cc: |
Description
A crash of josm seems to have corrupted some parts of the map. When updating, a
NullPointerException was thrown.
Path: trunk
URL: http://josm.openstreetmap.de/svn/trunk
Repository Root: http://josm.openstreetmap.de/svn
Repository UUID: 0c6e7542-c601-0410-84e7-c038aed88b3b
Revision: 1729
Node Kind: directory
Last Changed Author: stoecker
Last Changed Rev: 1729
Last Changed Date: 2009-07-04 14:53:24 +0200 (Sat, 04 Jul 2009)
Memory Usage: 49 MB / 1016 MB (3 MB allocated, but free)
Java version: 1.6.0_0
java.lang.NullPointerException
at org.openstreetmap.josm.actions.downloadtasks.DownloadOsmTaskList.getDownloadedIds(DownloadOsmTaskList.java:184)
at org.openstreetmap.josm.actions.downloadtasks.DownloadOsmTaskList.run(DownloadOsmTaskList.java:101)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
at java.lang.Thread.run(Thread.java:636)
Attachments (0)
Change History (2)
comment:1 Changed 4 years ago by stoecker
- Owner changed from team to AndDiehl
- Status changed from new to needinfo
comment:2 Changed 4 years ago by Gubaer
- Resolution set to invalid
- Status changed from needinfo to closed
The code has changed in the last three months. getDownloadedIds doesn't exist any more.
Closing as invalid.



Please add better description. What exactly did you do?