[webkit-changes] [WebKit/WebKit] a1ec56: Thread safety assertion failure in InternalObserve...

Ryosuke Niwa noreply at github.com
Wed Dec 11 21:25:47 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: a1ec566561621b3f8b2cdbd51f963530655f01f3
      https://github.com/WebKit/WebKit/commit/a1ec566561621b3f8b2cdbd51f963530655f01f3
  Author: Ryosuke Niwa <rniwa at webkit.org>
  Date:   2024-12-11 (Wed, 11 Dec 2024)

  Changed paths:
    M LayoutTests/platform/mac-wk2/TestExpectations
    M Source/WebCore/dom/InternalObserverMap.cpp

  Log Message:
  -----------
  Thread safety assertion failure in InternalObserverMap::visitAdditionalChildren
https://bugs.webkit.org/show_bug.cgi?id=284391
rdar://141232149

Reviewed by Chris Dumez.

InternalObserverMap::visitAdditionalChildren should not ref/deref objects that
are single-threaded ref counted like Subscriber and MapperCallback since this
function gets called concurrently to the main thread.

* LayoutTests/platform/mac-wk2/TestExpectations:
* Source/WebCore/dom/InternalObserverMap.cpp:

Canonical link: https://commits.webkit.org/287723@main



To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications


More information about the webkit-changes mailing list