Title: [209831] trunk/Source/WebKit2
- Revision
- 209831
- Author
- [email protected]
- Date
- 2016-12-14 13:31:26 -0800 (Wed, 14 Dec 2016)
Log Message
Add some instrumentation to try to detect a crash on the bots
https://bugs.webkit.org/show_bug.cgi?id=165866
Reviewed by Sam Weinig.
* Platform/IPC/mac/ConnectionMac.mm:
(IPC::Connection::sendMessage):
Modified Paths
Diff
Modified: trunk/Source/WebKit2/ChangeLog (209830 => 209831)
--- trunk/Source/WebKit2/ChangeLog 2016-12-14 21:29:14 UTC (rev 209830)
+++ trunk/Source/WebKit2/ChangeLog 2016-12-14 21:31:26 UTC (rev 209831)
@@ -1,3 +1,13 @@
+2016-12-14 Anders Carlsson <[email protected]>
+
+ Add some instrumentation to try to detect a crash on the bots
+ https://bugs.webkit.org/show_bug.cgi?id=165866
+
+ Reviewed by Sam Weinig.
+
+ * Platform/IPC/mac/ConnectionMac.mm:
+ (IPC::Connection::sendMessage):
+
2016-12-14 Dave Hyatt <[email protected]>
[CSS Parser] Implement deferred parsing of properties, @media, @supports and @keyframes
Modified: trunk/Source/WebKit2/Platform/IPC/mac/ConnectionMac.mm (209830 => 209831)
--- trunk/Source/WebKit2/Platform/IPC/mac/ConnectionMac.mm 2016-12-14 21:29:14 UTC (rev 209830)
+++ trunk/Source/WebKit2/Platform/IPC/mac/ConnectionMac.mm 2016-12-14 21:31:26 UTC (rev 209831)
@@ -32,6 +32,7 @@
#include "MachPort.h"
#include "MachUtilities.h"
#include <WebCore/AXObjectCache.h>
+#include <WebKitSystemInterface.h>
#include <mach/mach_error.h>
#include <mach/vm_map.h>
#include <sys/mman.h>
@@ -282,6 +283,7 @@
return false;
default:
+ WKSetCrashReportApplicationSpecificInformation((CFStringRef)[NSString stringWithFormat:@"Unhandled error code %x", kr]);
CRASH();
}
}
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes