#14078 closed bug (fixed)
WebPositive crashes attempting to load YouTube in WTF::StringImpl::create
Reported by: | bullfrog | Owned by: | pulkomandy |
---|---|---|---|
Priority: | normal | Milestone: | R1/beta2 |
Component: | Applications/WebPositive | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | Blocking: | #14105 | |
Platform: | All |
Description
While attempting to load youtube.com, WebPositive crashes before anything is displayed.
Attachments (4)
Change History (18)
by , 7 years ago
Attachment: | WebPositive-521-debug-06-04-2018-20-43-37.report added |
---|
comment:1 by , 7 years ago
Component: | - General → Applications/WebPositive |
---|---|
Owner: | changed from | to
by , 7 years ago
Attachment: | WebPositive-516-debug-10-04-2018-05-48-52.report added |
---|
heres a better report
by , 7 years ago
Attachment: | WebPositive-797-debug-10-04-2018-14-35-23.report added |
---|
Same issue on x86-64
comment:3 by , 7 years ago
Summary: | WebPositive crashes attempting to load YouTube → WebPositive crashes attempting to load YouTube in WTF::StringImpl::create |
---|
comment:4 by , 7 years ago
Blocking: | 14105 added |
---|
by , 6 years ago
Attachment: | WebPositive-1816-debug-12-06-2018-01-52-38.report added |
---|
Webpositive_hrev52001 crash with Youtube website's homepage
comment:6 by , 6 years ago
I can reproduce on Haiku hrev52001 x86_64 (see attachment). I can get the web page rendered with Otter Browser and Qupzilla so seems WebPositive specific.
comment:7 by , 6 years ago
Here are the console messages:
~/Desktop> WebPositive Range: -1.000000 - 1.000000 Create 0:1 1 0x1c5096cda75 WTF::fastMalloc(unsigned long) 2 0x1c5096d53b4 WTF::StringImpl::create(unsigned char const*, unsigned int) 3 0x1c5096e17d1 WTF::String::String(unsigned char const*, unsigned int) 4 0x1c50a28e30d WebCore::CSSVariableValue::CSSVariableValue(WebCore::CSSParserVariable*) 5 0x1c50a26f764 WebCore::CSSParserValue::createCSSValue() 6 0x1c50a28afea WebCore::CSSValueList::CSSValueList(WebCore::CSSParserValueList&) 7 0x1c50a228942 WebCore::CSSFunctionValue::CSSFunctionValue(WebCore::CSSParserFunction*) 8 0x1c50a26f73c WebCore::CSSParserValue::createCSSValue() 9 0x1c50a28afea WebCore::CSSValueList::CSSValueList(WebCore::CSSParserValueList&) 10 0x1c50a25f791 WebCore::CSSParser::parseValue(WebCore::CSSPropertyID, bool) 11 0x1c50a612623 cssyyparse(WebCore::CSSParser*) 12 0x1c50a238d39 WebCore::CSSParser::parseSheet(WebCore::StyleSheetContents*, WTF::String const&, WTF::TextPosition const&, WTF::Vector<WTF::RefPtr<WebCore::CSSRuleSourceData>, 0ul, WTF::CrashOnOverflow, 16ul>*, bool) 13 0x1c50a2d1fbb WebCore::StyleSheetContents::parseStringAtPosition(WTF::String const&, WTF::TextPosition const&, bool) 14 0x1c50a326c32 WebCore::InlineStyleSheetOwner::createSheet(WebCore::Element&, WTF::String const&) 15 0x1c50a326fcd WebCore::InlineStyleSheetOwner::createSheetFromTextContents(WebCore::Element&) 16 0x1c50a3270c7 WebCore::InlineStyleSheetOwner::finishParsingChildren(WebCore::Element&) 17 0x1c5098ef728 WebCore::HTMLStyleElement::finishParsingChildren() 18 0x1c50a3d905d WebCore::HTMLElementStack::popCommon() 19 0x1c50994a401 WebCore::HTMLTreeBuilder::processEndTag(WebCore::AtomicHTMLToken&) 20 0x1c50994e475 WebCore::HTMLTreeBuilder::constructTree(WebCore::AtomicHTMLToken&) 21 0x1c509926197 WebCore::HTMLDocumentParser::constructTreeFromHTMLToken(WebCore::HTMLTokenizer::TokenPtr&) 22 0x1c5099266f7 WebCore::HTMLDocumentParser::pumpTokenizerLoop(WebCore::HTMLDocumentParser::SynchronousMode, bool, WebCore::PumpSession&) 23 0x1c509926ab2 WebCore::HTMLDocumentParser::pumpTokenizer(WebCore::HTMLDocumentParser::SynchronousMode) 24 0x1c509928a85 WebCore::HTMLDocumentParser::resumeParsingAfterScriptExecution() 25 0x1c509928dc0 WebCore::HTMLDocumentParser::notifyFinished(WebCore::CachedResource*) 26 0x1c509a57da3 WebCore::CachedResource::Callback::timerFired() 27 0x1c509a34d18 WebCore::SubresourceLoader::didFinishLoading(double) 28 0x1c50a5d2e6d WebCore::BUrlProtocolHandler::RequestCompleted(BUrlRequest*, bool) 29 0x22133820cb9 BUrlProtocolAsynchronousListener::MessageReceived(BMessage*) 30 0x3fd5795582 BLooper::DispatchMessage(BMessage*, BHandler*) 31 0x3fd578ea6b BApplication::DispatchMessage(BMessage*, BHandler*) Kill Thread
comment:8 by , 6 years ago
There were already 3 debug reports in the ticket. Adding a 4th one does not help solve the issue.
comment:9 by , 6 years ago
I'll see what I can do when I get back to my computer. I'm on the road and I'll have to update. I was on a rather dated nightly when I last tried this.
comment:11 by , 6 years ago
Tested: hrev52020 x86_64, HaikuWebkit 1.6.5/Webkit 605.1.17
Youtube.com main web page loads successfully and I watched several Youtube videos without any major video/sound issues using WebPositive 1.1-alpha.
comment:12 by , 6 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:13 by , 6 years ago
Kdl issue fix confirm on my end. Just getting back to my computers. Thank you.
comment:14 by , 5 years ago
Milestone: | Unscheduled → R1/beta2 |
---|
Assign tickets with status=closed and resolution=fixed within the R1/beta2 development window to the R1/beta2 Milestone
Unfortunately the debug report is incomplete. Could you try to reproduce it and attach a new one?