We don’t want WebContent to post any libnotify notifications, only register for them.
<rdar://problem/56948030>
Created attachment 392243 [details] Patch
Comment on attachment 392243 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=392243&action=review R=me. > Source/WebKit/ChangeLog:9 > + We donât want WebContent to post any libnotify notifications, only register for them. Should this be "don't"?
I think the mac-wk2 test failures are unrelated.
This actually seems related: CRASHING TEST: fast/events/onchange-passwordfield.html Thread 0 Crashed:: Dispatch queue: com.apple.main-thread 0 com.apple.WebCore 0x0000000103bc5cf8 WebCore::postUserInfoForChanges(WebCore::AXCoreObject&, WebCore::AXCoreObject&, NSMutableArray*) + 184 1 com.apple.WebCore 0x0000000103bc5a92 WebCore::AXObjectCache::postTextReplacementPlatformNotification(WebCore::AXCoreObject*, WebCore::AXTextEditType, WTF::String const&, WebCore::AXTextEditType, WTF::String const&, WebCore::VisiblePosition const&) + 226 2 com.apple.WebCore 0x0000000103bc599a WebCore::AXObjectCache::postTextStateChangePlatformNotification(WebCore::AccessibilityObject*, WebCore::AXTextEditType, WTF::String const&, WebCore::VisiblePosition const&) + 74 3 com.apple.WebCore 0x00000001045a9803 WebCore::AXObjectCache::passwordNotificationPostTimerFired() + 179 4 com.apple.WebCore 0x0000000104e90e53 WebCore::ThreadTimers::sharedTimerFiredInternal() + 163 5 com.apple.WebCore 0x0000000104eb679f WebCore::timerFired(__CFRunLoopTimer*, void*) + 31 6 com.apple.CoreFoundation 0x00007fff2bbf25d5 __CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__ + 20 7 com.apple.CoreFoundation 0x00007fff2bbf2181 __CFRunLoopDoTimer + 864 8 com.apple.CoreFoundation 0x00007fff2bbf1cba __CFRunLoopDoTimers + 330 9 com.apple.CoreFoundation 0x00007fff2bbd3304 __CFRunLoopRun + 2141 10 com.apple.CoreFoundation 0x00007fff2bbd2855 CFRunLoopRunSpecific + 459 11 com.apple.Foundation 0x00007fff2de5532f -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 280 12 com.apple.Foundation 0x00007fff2de55204 -[NSRunLoop(NSRunLoop) run] + 76 13 libxpc.dylib 0x00007fff57dfb077 _xpc_objc_main + 552 14 libxpc.dylib 0x00007fff57dfab79 xpc_main + 433 15 com.apple.WebKit 0x0000000101fa4bb6 WebKit::XPCServiceMain(int, char const**) + 557 16 libdyld.dylib 0x00007fff57bc23d5 start + 1
This is on hold while we resolve a system issue.