Bug 131590

Summary: In OSX, if any text is auto-corrected in a text input or text area, the WebKit process crashes. 100% Reproducible.
Product: WebKit Reporter: William M <skinnybill>
Component: FormsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Major CC: phiw2
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Mac (Intel)   
OS: OS X 10.9   
Attachments:
Description Flags
Backtrace for the Webkit Process crash
none
Reduction
none
GIF demonstrating the crash none

Description William M 2014-04-13 07:51:29 PDT
Created attachment 229230 [details]
Backtrace for the Webkit Process crash

In WebKit Nightly 528+, if any text entered into a text input, or textarea, is corrected by OSX's autocorrect, the WebKit process crashes.

This can be reproduced every time for me. Enter some text into a text field that you expect to be corrected, and as soon as the correction occurs, the WebKit process will crash. For example, typing "youre" followed by the spacebar will replace the entered text with "you're", and at this moment, WebKit crashes, with the "An error occurred with this webpage so it was reloaded" banner.

I have attached a simple reduction, a backtrace for one of the crashes, and a gif animation demonstrating the bug.
Comment 1 William M 2014-04-13 07:52:24 PDT
Created attachment 229231 [details]
Reduction

Simple reduction containing a Text input, and a textarea.
Comment 2 William M 2014-04-13 07:53:23 PDT
Created attachment 229232 [details]
GIF demonstrating the crash
Comment 3 Philippe Wittenbergh 2014-04-13 16:41:55 PDT
I had filed bug 131296 for exactly the same crash.
Comment 4 Alexey Proskuryakov 2014-04-14 10:00:09 PDT
This was fixed a few days ago. Unfortunately, we didn't have new nightly builds available since then.

*** This bug has been marked as a duplicate of bug 131475 ***