[Webkit-unassigned] [Bug 12780] REGRESSION: Reproducible crash in "onselectstart" event
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Feb 15 22:31:58 PST 2007
http://bugs.webkit.org/show_bug.cgi?id=12780
ap at webkit.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|Reproducible crash in |REGRESSION: Reproducible
|"onselectstart" event when |crash in "onselectstart"
|XMLNS:CUSTOM is included in |event
|HTML tag |
Keywords| |HasReduction, NeedsRadar,
| |Regression
Ever Confirmed|0 |1
Component|WebCore JavaScript |WebCore Misc.
Status|UNCONFIRMED |NEW
CC| |ap at webkit.org
------- Comment #3 from ap at webkit.org 2007-02-15 22:31 PDT -------
I think the XMLNS part is red herring - it doesn't mean anything at all in
HTML, and would just be a syntax error in XML. I'm getting a crash with a debug
build of r19653 with or without it (in both cases, with a different stack
trace).
Thread 0 Crashed:
0 com.apple.WebCore 0x01645668
WebCore::RenderObject::positionForPoint(WebCore::IntPoint const&) + 40
(RenderObject.h:536)
1 com.apple.WebCore 0x01525c64
WebCore::EventHandler::handleMousePressEventSingleClick(WebCore::MouseEventWithHitTestResults
const&) + 588 (EventHandler.cpp:228)
2 com.apple.WebCore 0x01527c9c
WebCore::EventHandler::handleMousePressEvent(WebCore::MouseEventWithHitTestResults
const&) + 572 (EventHandler.cpp:297)
3 com.apple.WebCore 0x0152ac44
WebCore::EventHandler::handleMousePressEvent(WebCore::PlatformMouseEvent
const&) + 1628 (EventHandler.cpp:820)
4 com.apple.WebCore 0x01522f9c
WebCore::EventHandler::mouseDown(NSEvent*) + 476 (EventHandlerMac.mm:602)
5 com.apple.WebKit 0x003511c8 -[WebHTMLView mouseDown:] + 544
(WebHTMLView.mm:2870)
6 com.apple.AppKit 0x93762890 -[NSWindow sendEvent:] + 4616
7 com.apple.Safari 0x00021734 0x1000 + 132916
8 com.apple.AppKit 0x9370b8d4 -[NSApplication sendEvent:] + 4172
9 com.apple.Safari 0x00021238 0x1000 + 131640
10 com.apple.AppKit 0x93702d10 -[NSApplication run] + 508
--
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