[Webkit-unassigned] [Bug 209145] New: [Cocoa] Crash under -[WKPreferenceObserver init]

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 16 11:47:58 PDT 2020


https://bugs.webkit.org/show_bug.cgi?id=209145

            Bug ID: 209145
           Summary: [Cocoa] Crash under -[WKPreferenceObserver init]
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Misc.
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: pvollan at apple.com

A crash has been observed on line 206 in PreferenceObserver.mm:

204         for (auto domain : domains) {
205             auto userDefaults = adoptNS([[WKUserDefaults alloc] initWithSuiteName:domain]);
-> 206          userDefaults.get()->m_observer = self;

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20200316/78612e00/attachment.htm>


More information about the webkit-unassigned mailing list