VERIFIED FIXED 3624
REGRESSION repro crash: asserction faliure in dom_position.cpp:494 (dev build only)
https://bugs.webkit.org/show_bug.cgi?id=3624
Summary REGRESSION repro crash: asserction faliure in dom_position.cpp:494 (dev build...
mitz
Reported 2005-06-20 14:22:19 PDT
When I go to http://www.dhl.com/splash.html, choose Israel from the pop-up menu, and press Go. ToT crashes immediately with the following message: /Users/dan/Documents/Development/WebKit/WebCore/khtml/xml/dom_position.cpp:494: failed assertion `currentPos == start' Abort The crash doesn't happen with WebKit-412.6
Attachments
testcase (395 bytes, text/html)
2005-06-28 14:59 PDT, mitz
no flags
mitz
Comment 1 2005-06-22 09:55:29 PDT
Now it's OK again.
mitz
Comment 2 2005-06-28 08:32:15 PDT
(In reply to comment #1) > Now it's OK again. Actually it's still broken.
Joost de Valk (AlthA)
Comment 3 2005-06-28 12:10:21 PDT
Can't confirm this one, sorry. Works on ToT.
mitz
Comment 4 2005-06-28 12:39:31 PDT
(In reply to comment #3) > Can't confirm this one, sorry. Works on ToT. Works here part of the time, too, but always fails if it's the first site I go to after launching Safari.
Joost de Valk (AlthA)
Comment 5 2005-06-28 12:46:48 PDT
still can't confirm...
mitz
Comment 6 2005-06-28 14:59:15 PDT
Created attachment 2692 [details] testcase I can trigger the crash by opening this file in Safari an clicking inside the yellow rect, somewhere to the left of the red arrow.
mitz
Comment 7 2005-06-29 11:39:18 PDT
OK, a clean build seems to have solved it for real. Sorry.
mitz
Comment 8 2005-07-02 02:34:05 PDT
(In reply to comment #7) > OK, a clean build seems to have solved it for real. Sorry. Actually, that was a clean *deployment* build (where assert() does nothing?). A clean development build still crashes.
Oliver Hunt
Comment 9 2005-07-02 05:37:18 PDT
I can reproduce this on ToT dev build -- may not be reproducible on deployment build as it's an assertion failure
Mark Rowe (bdash)
Comment 10 2005-07-02 08:24:46 PDT
I can easily reproduce this with a development build of WebKit by clicking once inside the yellow rectangle to the left of the red triangle. As previous comments note the assertion failure is not triggered with a deployment build.
Joost de Valk (AlthA)
Comment 11 2005-07-02 08:37:28 PDT
well my bad, apologies for that one :).
mitz
Comment 12 2005-08-16 14:59:06 PDT
Fixed (by removing asserts) by David Harrison (as fix for <rdar://problem/4119646> <rdar://problem/ 4125949>).
Note You need to log in before you can comment on or make changes to this bug.