RESOLVED FIXED135366
Web process crash causes UI process to die with an assertion failure in Connection::exceptionSourceEventHandler
https://bugs.webkit.org/show_bug.cgi?id=135366
Summary Web process crash causes UI process to die with an assertion failure in Conne...
Mark Rowe (bdash)
Reported 2014-07-28 16:18:34 PDT
I've been hitting the following assertion several times a day: // Now send along the message. kern_return_t kr = mach_msg(header, MACH_SEND_MSG, header->msgh_size, 0, MACH_PORT_NULL, MACH_MSG_TIMEOUT_NONE, MACH_PORT_NULL); if (kr != KERN_SUCCESS) { LOG_ERROR("Failed to send message to real exception port. %s (%x)", mach_error_string(kr), kr); ASSERT_NOT_REACHED(); } It typically happens after the web process hits an assertion failure of some sort. Having the UI process die when a web process dies interferes with development.
Attachments
Patch (1.59 KB, patch)
2014-07-28 16:21 PDT, Mark Rowe (bdash)
no flags
Mark Rowe (bdash)
Comment 1 2014-07-28 16:21:36 PDT
WebKit Commit Bot
Comment 2 2014-07-28 17:56:37 PDT
Comment on attachment 235636 [details] Patch Clearing flags on attachment: 235636 Committed r171715: <http://trac.webkit.org/changeset/171715>
WebKit Commit Bot
Comment 3 2014-07-28 17:56:39 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.