WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
16603
Crash when resizing text field
https://bugs.webkit.org/show_bug.cgi?id=16603
Summary
Crash when resizing text field
Nicholas Shanks
Reported
2007-12-25 07:18:43 PST
Go to the site above and hover the mouse over the "Email Me" text. A form will appear that disappears again if the mouse moves. Resist the urge to call the web designer a complete twat and instead try and enlarge the text field. I am going to see if I can reduce it. Will update the bug if I can. Process: Safari [893] Path: /Applications/WebKit.app/Contents/MacOS/WebKit Identifier: org.webkit.nightly.WebKit Version:
r28949
(28949) Code Type: X86 (Native) Parent Process: launchd [83] Date/Time: 2007-12-25 14:44:38.382 +0000 OS Version: Mac OS X 10.5.1 (9B18) Report Version: 6 Exception Type: EXC_BAD_ACCESS (SIGBUS) Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000000000004 Crashed Thread: 0 Thread 0 Crashed: 0 com.apple.WebCore 0x00db6dda WebCore::RenderLayer::resize(WebCore::PlatformMouseEvent const&, WebCore::IntSize const&) + 90 1 com.apple.WebCore 0x00b5a3c8 WebCore::EventHandler::handleMouseMoveEvent(WebCore::PlatformMouseEvent const&, WebCore::HitTestResult*) + 1400 2 com.apple.WebCore 0x00b5d090 WebCore::EventHandler::mouseDragged(NSEvent*) + 384 3 com.apple.WebKit 0x001b7d85 -[WebHTMLView mouseDragged:] + 229 4 com.apple.AppKit 0x9309f8e2 -[NSWindow sendEvent:] + 8249 5 com.apple.Safari 0x000329d3 0x1000 + 203219 6 com.apple.AppKit 0x9306ba2c -[NSApplication sendEvent:] + 2766 7 com.apple.Safari 0x000324a8 0x1000 + 201896 8 com.apple.AppKit 0x92fc9705 -[NSApplication run] + 847 9 com.apple.AppKit 0x92f969ba NSApplicationMain + 574 10 com.apple.Safari 0x00002876 0x1000 + 6262
Attachments
first pass reduction
(484 bytes, text/html)
2007-12-27 16:59 PST
,
Eric Seidel (no email)
no flags
Details
Reset EventHandler's m_resizeLayer when a resizing layer is being destroyed
(5.28 KB, patch)
2007-12-27 19:11 PST
,
mitz
oliver
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Eric Seidel (no email)
Comment 1
2007-12-27 16:59:48 PST
Created
attachment 18134
[details]
first pass reduction Well, I was trying to build a reduction, and my first pass worked! So I'm posting it. We can definitely refine this further for DRT. Just mouse over the blue area, and try and resize the text field (if you can actually grab ahold of it). :)
David Kilzer (:ddkilzer)
Comment 2
2007-12-27 18:16:37 PST
<
rdar://problem/5664199
>
mitz
Comment 3
2007-12-27 19:11:59 PST
Created
attachment 18136
[details]
Reset EventHandler's m_resizeLayer when a resizing layer is being destroyed Includes change log and layout test that crashes the unpatched release build.
mitz
Comment 4
2007-12-27 19:23:09 PST
Fixed in <
http://trac.webkit.org/projects/webkit/changeset/29010
>.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug