RESOLVED FIXED 9452
Assertion failure in -[WebFramePrivate setProvisionalDataSource:]
https://bugs.webkit.org/show_bug.cgi?id=9452
Summary Assertion failure in -[WebFramePrivate setProvisionalDataSource:]
mitz
Reported 2006-06-15 07:23:55 PDT
Doing the following results in the assertion in -[WebFramePrivate setProvisionalDataSource:] (!d || !provisionalDataSource) failing: 1. Open a page that takes a few seconds to load. 2. While that page is loading, type a URL with a non-existent domain (such as http://apple.mac/) in the address bar and press Return. The assert is reached when Safari tries to load its HTML error page into the frame.
Attachments
Proposed patch (1.26 KB, patch)
2006-06-17 07:12 PDT, mitz
mjs: review+
mitz
Comment 1 2006-06-17 07:12:36 PDT
Created attachment 8883 [details] Proposed patch
Darin Adler
Comment 2 2006-06-18 16:49:09 PDT
I think Maciej should look at this.
Maciej Stachowiak
Comment 3 2006-06-18 20:56:37 PDT
Comment on attachment 8883 [details] Proposed patch I'm convinced. r=me
Maciej Stachowiak
Comment 4 2006-06-19 00:24:58 PDT
Comment on attachment 8883 [details] Proposed patch I'm convinced. r=me
David Kilzer (:ddkilzer)
Comment 5 2006-06-19 03:45:58 PDT
Committed revision 14910.
Note You need to log in before you can comment on or make changes to this bug.