Bug 124575
Summary: | [EFL] fast/forms/select-live-pseudo-selectors.html comes to crash | ||
---|---|---|---|
Product: | WebKit | Reporter: | Gyuyoung Kim <gyuyoung.kim> |
Component: | WebKit EFL | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | lucas.de.marchi, svillar |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Gyuyoung Kim
Crash log is as below,
STDERR: ARGUMENT BAD: optionIndex, optionIndex < static_cast<int>(m_children.size())
STDERR: /home/gyuyoung/webkit/WebKit/Source/WebCore/accessibility/AccessibilityMenuListPopup.cpp(135) : void WebCore::AccessibilityMenuListPopup::didUpdateActiveOption(int)
STDERR: 1 0x7fa4af8f58a9 WTFCrash
STDERR: 2 0x7fa4aa6418fc WebCore::AccessibilityMenuListPopup::didUpdateActiveOption(int)
STDERR: 3 0x7fa4aa640b88 WebCore::AccessibilityMenuList::didUpdateActiveOption(int)
STDERR: 4 0x7fa4ab1a4b78 WebCore::RenderMenuList::didUpdateActiveOption(int)
STDERR: 5 0x7fa4ab1a3ce3 WebCore::RenderMenuList::setTextFromOption(int)
STDERR: 6 0x7fa4ab1a3b94 WebCore::RenderMenuList::updateFromElement()
STDERR: 7 0x7fa4aaaa48e3 WebCore::HTMLSelectElement::selectOption(int, unsigned int)
STDERR: 8 0x7fa4aaaa4742 WebCore::HTMLSelectElement::optionSelectionStateChanged(WebCore::HTMLOptionElement*, bool)
STDERR: 9 0x7fa4aaa934a6 WebCore::HTMLOptionElement::setSelected(bool)
STDERR: 10 0x7fa4ab72e74d WebCore::setJSHTMLOptionElementSelected(JSC::ExecState*, JSC::JSObject*, JSC::JSValue)
STDERR: 11 0x7fa4ab72f8ef void JSC::putEntry<WebCore::JSHTMLOptionElement>(JSC::ExecState*, JSC::HashEntry const*, JSC::PropertyName, JSC::JSValue, WebCore::JSHTMLOptionElement*, bool)
STDERR: 12 0x7fa4ab72f848 bool JSC::lookupPut<WebCore::JSHTMLOptionElement>(JSC::ExecState*, JSC::PropertyName, JSC::JSValue, JSC::HashTable const&, WebCore::JSHTMLOptionElement*, bool)
STDERR: 13 0x7fa4ab72f165 void JSC::lookupPut<WebCore::JSHTMLOptionElement, WebCore::JSHTMLElement>(JSC::ExecState*, JSC::PropertyName, JSC::JSValue, JSC::HashTable const&, WebCore::JSHTMLOptionElement *, JSC::PutPropertySlot&)
STDERR: 14 0x7fa4ab72e529 WebCore::JSHTMLOptionElement::put(JSC::JSCell*, JSC::ExecState*, JSC::PropertyName, JSC::JSValue, JSC::PutPropertySlot&)
STDERR: 15 0x7fa4af5c5f4c JSC::JSValue::put(JSC::ExecState*, JSC::PropertyName, JSC::JSValue, JSC::PutPropertySlot&)
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Sergio Villar Senin
*** This bug has been marked as a duplicate of bug 122702 ***