[Webkit-unassigned] [Bug 12942] ASSERTION FAILURE: qantas.com.au changing selected item in <select> via JS

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Mar 4 18:05:15 PST 2007


http://bugs.webkit.org/show_bug.cgi?id=12942


bdash at webkit.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|Reproducible crash on       |ASSERTION FAILURE:
                   |qantas.com.au changing      |qantas.com.au changing
                   |selected item in <select>   |selected item in <select>
                   |via JS                      |via JS




------- Comment #5 from bdash at webkit.org  2007-03-04 18:05 PDT -------
As the crash log notes this is an assertion failure rather than a crash, so
there is no way this will be triggered in a nightly build.  I can reproduce
this easily again today while I was unable during the weekend.

Program received signal EXC_BAD_ACCESS, Could not access memory.
Reason: KERN_INVALID_ADDRESS at address: 0xbbadbeef
0x010aa2c4 in WebCore::HTMLSelectElement::setSelectedIndex (this=0x1b957c60,
optionIndex=0, deselect=true, fireOnChange=false) at
/Users/mrowe/Documents/Work/Apple/OpenSource/WebCore/html/HTMLSelectElement.cpp:188
188         ASSERT(m_lastOnChangeIndex == -1 || m_lastOnChangeIndex ==
optionIndex);
(gdb) print m_lastOnChangeIndex
$1 = 2
(gdb) print optionIndex
$2 = 0


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list