| Summary: | REGRESSION(r266350): WebCore::ImageLoader::updateFromElement(WebCore::RelevantMutation) | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | WebKit | Reporter: | Hector Lopez <hector_i_lopez> | ||||||
| Component: | New Bugs | Assignee: | Rob Buis <rwlbuis> | ||||||
| Status: | RESOLVED DUPLICATE | ||||||||
| Severity: | Normal | CC: | rwlbuis, webkit-bot-watchers-bugzilla, webkit-bug-importer, youennf | ||||||
| Priority: | P2 | Keywords: | InRadar | ||||||
| Version: | WebKit Nightly Build | ||||||||
| Hardware: | Unspecified | ||||||||
| OS: | Unspecified | ||||||||
| See Also: | https://bugs.webkit.org/show_bug.cgi?id=215610 | ||||||||
| Attachments: |
|
||||||||
|
Description
Hector Lopez
2020-08-31 09:46:49 PDT
Reverted while being investigated: https://trac.webkit.org/changeset/266358/webkit Marking as fixed per the above. Created attachment 407729 [details] Crash log for r266408 change Test is a constant crash according to history on macOS and iOS. First occurrence of a crash is at r266408. https://trac.webkit.org/changeset/266408/webkit History: https://results.webkit.org/?suite=layout-tests&test=imported%2Fw3c%2Fweb-platform-tests%2Fhtml%2Fsemantics%2Fembedded-content%2Fthe-img-element%2Fimage-loading-lazy-slow.html Same crash log: Thread 0 Crashed:: Dispatch queue: com.apple.main-thread 0 com.apple.WebCore 0x0000000106d60b0e WebCore::ImageLoader::updateFromElement(WebCore::RelevantMutation) + 1086 1 com.apple.WebCore 0x0000000106a97d34 WebCore::HTMLImageElement::selectImageSource(WebCore::RelevantMutation) + 1060 2 com.apple.WebCore 0x000000010689d70f WebCore::Element::attributeChanged(WebCore::QualifiedName const&, WTF::AtomString const&, WTF::AtomString const&, WebCore::Element::AttributeModificationReason) + 1327 3 com.apple.WebCore 0x0000000106a97e1e WebCore::HTMLImageElement::attributeChanged(WebCore::QualifiedName const&, WTF::AtomString const&, WTF::AtomString const&, WebCore::Element::AttributeModificationReason) + 126 4 com.apple.WebCore 0x000000010689c920 WebCore::Element::setAttributeInternal(unsigned int, WebCore::QualifiedName const&, WTF::AtomString const&, WebCore::Element::SynchronizationOfLazyAttribute) + 848 5 com.apple.WebCore 0x0000000105b53000 WebCore::setJSHTMLImageElementSrc(JSC::JSGlobalObject*, long long, long long) + 448 6 com.apple.JavaScriptCore 0x00000001030928ef JSC::callCustomSetter(JSC::JSGlobalObject*, JSC::JSValue, bool, JSC::JSObject*, JSC::JSValue, JSC::JSValue) + 31 7 com.apple.JavaScriptCore 0x000000010315af2e JSC::JSObject::putInlineSlow(JSC::JSGlobalObject*, JSC::PropertyName, JSC::JSValue, JSC::PutPropertySlot&) + 1134 8 com.apple.JavaScriptCore 0x00000001025fbf04 llint_slow_path_put_by_id + 1252 Reverted change while investigated: https://trac.webkit.org/changeset/266446/webkit *** This bug has been marked as a duplicate of bug 215610 *** Let's move investigation to the initial bug. |