Bug 58923

Summary: Replace the didFailToSendSyncMessage Connection::Client function with a flag
Product: WebKit Reporter: Anders Carlsson <andersca>
Component: New BugsAssignee: Anders Carlsson <andersca>
Status: RESOLVED FIXED    
Severity: Normal CC: ap
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Other   
OS: OS X 10.5   
Attachments:
Description Flags
Patch ap: review+

Description Anders Carlsson 2011-04-19 13:41:48 PDT
Replace the didFailToSendSyncMessage Connection::Client function with a flag
Comment 1 Anders Carlsson 2011-04-19 13:43:45 PDT
Created attachment 90246 [details]
Patch
Comment 2 Alexey Proskuryakov 2011-04-19 13:45:53 PDT
Comment on attachment 90246 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=90246&action=review

Yay!

> Source/WebKit2/Platform/CoreIPC/Connection.cpp:610
> +    exit(EXIT_FAILURE);

Why a FAILURE? Seems very likely to be an orderly Safari quit.
Comment 3 Anders Carlsson 2011-04-19 13:47:26 PDT
Committed r84288: <http://trac.webkit.org/changeset/84288>
Comment 4 Alexey Proskuryakov 2011-04-19 14:01:06 PDT
*** Bug 57718 has been marked as a duplicate of this bug. ***