Bug 14620 - ASSERTION FAILED: !attrName.contains('/') in WebCore::Token::addAttribute
Summary: ASSERTION FAILED: !attrName.contains('/') in WebCore::Token::addAttribute
Status: RESOLVED DUPLICATE of bug 13942
Alias: None
Product: WebKit
Classification: Unclassified
Component: Page Loading (show other bugs)
Version: 523.x (Safari 3)
Hardware: All All
: P1 Normal
Assignee: Nobody
URL: http://bugs.webkit.org/attachment.cgi...
Keywords:
Depends on:
Blocks:
 
Reported: 2007-07-14 12:05 PDT by David Kilzer (:ddkilzer)
Modified: 2008-03-06 10:51 PST (History)
1 user (show)

See Also:


Attachments
Crash log (31.15 KB, text/plain)
2007-07-14 12:07 PDT, David Kilzer (:ddkilzer)
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description David Kilzer (:ddkilzer) 2007-07-14 12:05:01 PDT
* SUMMARY
Opening a webarchive then inspecting it causes an assertion failure.

* STEPS TO REPRODUCE
1. Launch Safari/WebKit.
2. Open a webarchive.  (I used Attachment 14729 [details] on Bug 13813.)
3. Right click on the huge "At a Glance" tab and select "Inspect Element".

* EXPECTED RESULTS
The Web Inspector should come up.

* ACTUAL RESULTS
Safari crashes.

* REGRESSION
Only tested with a local debug build of WebKit r24285 with Safari 3.0 (522.12) on Mac OS X 10.4.10 (8R218).

* NOTES
Console output:

ASSERTION FAILED: !attrName.contains('/')
(/path/to/WebKit/WebCore/html/HTMLTokenizer.cpp:132 void WebCore::Token::addAttribute(WebCore::Document*, WebCore::AtomicString&, const WebCore::AtomicString&, bool))
Segmentation fault

Stack trace will be attached.
Comment 1 David Kilzer (:ddkilzer) 2007-07-14 12:07:22 PDT
Created attachment 15518 [details]
Crash log
Comment 2 Adele Peterson 2007-08-30 15:50:46 PDT
doesn't seem to have an effect in release builds.
Comment 3 Matt Lilek 2007-09-01 11:41:02 PDT
I'm hitting this on Windows XP with r25334 just by visiting <http://www.allaboutolive.com.au/>.
Comment 4 David Kilzer (:ddkilzer) 2007-10-09 07:00:29 PDT
Probably a duplicate of Bug 14620.  Need to compare the source for the webarchive to the live web pages.

Comment 5 David Kilzer (:ddkilzer) 2007-10-09 07:04:23 PDT
(In reply to comment #4)
> Probably a duplicate of Bug 14620.  Need to compare the source for the
> webarchive to the live web pages.

Err...a duplicate of Bug 13942.  It's way too early.

Comment 6 David Kilzer (:ddkilzer) 2008-03-06 10:51:04 PST

*** This bug has been marked as a duplicate of 13942 ***