Bug 61022

Summary: REGRESSION (r86724): Repro crash loading any webpage in WebKit2 on SnowLeopard
Product: WebKit Reporter: Alice Liu <alice.barraclough>
Component: WebKit2Assignee: mitz
Status: RESOLVED FIXED    
Severity: Normal CC: alice.barraclough, andersca, beidson, mitz
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: Mac (Intel)   
OS: OS X 10.6   
Attachments:
Description Flags
Patch alice.barraclough: review+

Description Alice Liu 2011-05-17 21:05:18 PDT
Reproducible crash in webprocess when loading any webpage after http://trac.webkit.org/changeset/86724.  I'm using Snowleopard.

<rdar://problem/9458300>
Comment 1 Alice Liu 2011-05-17 21:07:11 PDT
Thread 0 Crashed:  Dispatch queue: com.apple.main-thread
0   ???                           	000000000000000000 0 + 0
1   com.apple.WebKit2             	0x00000001002e4a0a WebKit::WebProcessMain(WebKit::CommandLine const&) + 594 (WebProcessMainMac.mm:97)
2   com.apple.WebKit2             	0x000000010028175d WebKitMain(WebKit::CommandLine const&) + 159 (WebKitMain.cpp:48)
3   com.apple.WebKit2             	0x000000010028181c WebKitMain + 155 (WebKitMain.cpp:72)
4   com.apple.WebProcess          	0x0000000100000e33 main + 233
5   com.apple.WebProcess          	0x0000000100000d14 start + 52
Comment 2 mitz 2011-05-17 21:42:21 PDT
Created attachment 93867 [details]
Patch
Comment 3 mitz 2011-05-17 21:45:31 PDT
Fixed in r86734.