Opened 15 years ago
Closed 15 years ago
#4487 closed defect (fixed)
Error handling in josm load XML routine
Reported by: | cetest | Owned by: | team |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | Core | Version: | latest |
Keywords: | import xml error parse | Cc: |
Description
The error handling in JOSM XML import can be improved:
-include line and column number for every import error !! Important.
-create more to the point error messages; currently these are plain nonsense 80%
make sure any error condition can be terminated using the mouse. Too often
a parse error gives a error message box that cannot be clicked until the import progress box
has finished, and this will never finish because the import is halted until the error box is clicked/confirmed. A classic bug.
This happens with memory errors also.
It might be windows related.
Attachments (2)
Change History (9)
comment:1 by , 15 years ago
Keywords: | r-2010-01-blocker added |
---|---|
Summary: | rror handling in josm load XML routine → Error handling in josm load XML routine |
comment:2 by , 15 years ago
I don't think this is a r-2010-01-blocker. I agree that "... error handling in JOSM XML import can be improved ..." but I don't think this ticket is a show stopper for the next release.
I suppose that you run into trouble when you tried to import the Radio/TV studios in Haiti. You probably tried to load OSM files you created yourself with scripts. I'd be interested in them as test cases. Could you post a couple of these badly structure OSM files such that we can improve JOSMs robustness?
comment:3 by , 15 years ago
wanted to add a few other files, but the stupid spam filter took the file for spam, due to too many external links, yeah there are , but no spam.
Then some addition was presented to me, but it did not result in allowance of the attachment.
Should I file a ticket for "trac" now ???
Send me your email address and i'll forward the rest.
Gert
comment:5 by , 15 years ago
Keywords: | r-2010-01-blocker removed |
---|
comment:6 by , 15 years ago
comment:7 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
r-2010-01-blocker
This window lock-out problem happens with other errors too, such as out of memory
error. The lock-out happens not always... about 60%
The only way to terminate JOSM then is to use task manager.
This bug might be widows related. Not a reason to ignore though ;<))