Bug 6939 - Assertion failure in HTMLTokenizer::parseTag
Summary: Assertion failure in HTMLTokenizer::parseTag
Status: RESOLVED DUPLICATE of bug 6959
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: 420+
Hardware: Mac OS X 10.4
: P1 Normal
Assignee: Nobody
URL: http://lakewoodns.org/
Keywords: NeedsReduction
Depends on:
Blocks:
 
Reported: 2006-01-30 13:05 PST by Alexey Proskuryakov
Modified: 2006-01-31 04:13 PST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexey Proskuryakov 2006-01-30 13:05:11 PST
Open the bug URL a debug build of ToT.

=================
ASSERTION FAILED: !scriptNode (/Users/ap/WebKit/WebCore/khtml/html/htmltokenizer.cpp:1256 WebCore::HTMLTokenizer::State WebCore::HTMLTokenizer::parseTag(WebCore::SegmentedString&, WebCore::HTMLTokenizer::State))
=================

0   com.apple.WebCore        	0x017bfec8 WebCore::HTMLTokenizer::parseTag(WebCore::SegmentedString&, WebCore::HTMLTokenizer::State) + 7656 (htmltokenizer.cpp:1256)
1   com.apple.WebCore        	0x017c0934 WebCore::HTMLTokenizer::write(WebCore::SegmentedString const&, bool) + 1760 (htmltokenizer.cpp:1466)
2   com.apple.WebCore        	0x01903800 Frame::write(char const*, int) + 860 (Frame.cpp:853)
3   com.apple.WebCore        	0x018fdc18 Frame::addData(char const*, int) + 316 (Frame.cpp:3179)
4   com.apple.WebCore        	0x0194d55c -[WebCoreFrameBridge addData:] + 224 (WebCoreFrameBridge.mm:621)
5   com.apple.WebKit         	0x00333c30 -[WebFrameBridge receivedData:textEncodingName:] + 236 (WebFrameBridge.m:473)
6   com.apple.WebKit         	0x0036cfd8 -[WebHTMLRepresentation receivedData:withDataSource:] + 248 (WebHTMLRepresentation.m:122)
7   com.apple.WebKit         	0x003580d8 -[WebDataSource(WebPrivate) _commitLoadWithData:] + 164 (WebDataSource.m:1033)
8   com.apple.WebKit         	0x00356798 -[WebDataSource(WebPrivate) _receivedData:] + 196 (WebDataSource.m:778)
9   com.apple.WebKit         	0x00391a9c -[WebMainResourceLoader addData:] + 136 (WebMainResourceLoader.m:163)
10  com.apple.WebKit         	0x0035060c -[WebLoader didReceiveData:lengthReceived:] + 108 (WebLoader.m:535)
11  com.apple.WebKit         	0x00393080 -[WebMainResourceLoader didReceiveData:lengthReceived:] + 724 (WebMainResourceLoader.m:378)
12  com.apple.WebKit         	0x00351170 -[WebLoader connection:didReceiveData:lengthReceived:] + 188 (WebLoader.m:645)
13  com.apple.Foundation     	0x92918a64 -[NSURLConnection(NSURLConnectionInternal) _sendDidReceiveDataCallback] + 564
Comment 1 Alexey Proskuryakov 2006-01-31 04:13:47 PST
This was earlier, but bug 6959 already has a proposed fix :)

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