-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Uncaught Error: entity w7409928 not found #3973
Comments
I saw something very similar in Chrome Note the debug commands I issued after hitting the breakpoint – very strange! As far as I can see it's probably a race condition inside Chrome's V8 doing some overly optimistic optimization or something. Not sure how to best follow up on this… Wait and see if this even lands in Chrome 58? |
Hmm @tyrasd yeah that makes no sense. It really does seem to be a V8 bug. |
I'm seeing this too. Chrome 60.0.3107.4 (Official Build) dev (64-bit) and iD 2.2.1. Repeats on almost every load and as a result some of details are missing. |
We see this now even in the latest stable Chrome build ( |
This is soo strange. No idea why and what is happening. (It's also quite hard to search for this in Chrome's bug tracker.) What I found is: If one adds |
I spend most of the morning trying to understand what's going on, but got nowhere, so I added this code for now.. If we ever find what upstream bug in Chrome/V8 is causing this we can link to the ticket here and remove the line if it's ever fixed. |
I went ahead and reported it upstream, because I really couldn't find anything related on their bug tracker: https://bugs.chromium.org/p/chromium/issues/detail?id=731193&can=1&q=prototype%20inheritance&colspec=ID%20Pri%20M%20Stars%20ReleaseBlock%20Component%20Status%20Owner%20Summary%20OS%20Modified |
Nice, thanks @tyrasd! |
I see this on Chrome OS 59.0.3071.91 too. A suggestion: Consider updating default iD to have this patch so that those of us using Chrome on Linux or Chrome OS have a usable default iD. I ended up using iD master at http://preview.ideditor.com/master/ in order to be able to do any editing on Chrome OS. Thank you for finding and implementing a workaround on master! |
Yes, I'm making a new release of iD tomorrow 👍 |
It's now fixed in chrome/v8: https://chromium-review.googlesource.com/c/539596/ 👍 |
Great! I'm going to close this issue but I'll leave those extra lines of workaround code in the |
Starting the editor seems to sometimes throw an exception leaving it in a state where not all details are loaded and seemingly never will. Reloading the page sometimes works, sometimes throws the same exception with different entity id (I've seen
w7409928
andw59195767
)http://www.openstreetmap.org/edit?editor=id#map=18/52.33752/4.59592
Chrome 58.0.3029.41 beta (64-bit), OS X 10.11.6
The text was updated successfully, but these errors were encountered: