Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: f766bb18d13a6db4685b6e43e0cf383b565ade57
      
https://github.com/WebKit/WebKit/commit/f766bb18d13a6db4685b6e43e0cf383b565ade57
  Author: Chris Dumez <[email protected]>
  Date:   2025-07-19 (Sat, 19 Jul 2025)

  Changed paths:
    M Source/WebCore/workers/service/server/SWServer.cpp

  Log Message:
  -----------
  Crash under SWServer::forEachClientForOrigin()
https://bugs.webkit.org/show_bug.cgi?id=296237
rdar://155902432

Reviewed by Wenson Hsieh.

We've tried to find and speculatively fix the root cause 3 times and
failed. It is still crashing under this function. Given the timeline,
this PR replaces the assertion with an `if` check and error logging
to avoid crashing.

* Source/WebCore/workers/service/server/SWServer.cpp:
(WebCore::forEachClientForOriginImpl):

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



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to