Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 2b754f0fec286bb0c6d4de60ac6f238031f49b81
      
https://github.com/WebKit/WebKit/commit/2b754f0fec286bb0c6d4de60ac6f238031f49b81
  Author: Fujii Hironori <[email protected]>
  Date:   2025-09-22 (Mon, 22 Sep 2025)

  Changed paths:
    M Source/WebKit/UIProcess/wpe/AcceleratedBackingStore.cpp

  Log Message:
  -----------
  wpe_view_render_buffer: assertion 'WPE_IS_BUFFER(buffer)' failed
https://bugs.webkit.org/show_bug.cgi?id=298599

Reviewed by Carlos Garcia Campos.

An assertion failed in wpe_view_render_buffer() if the active web
process was switched before the previous rendering request wasn't
finished.

> ** (MiniBrowser:190744): CRITICAL **: 23:35:59.702: gboolean 
> wpe_view_render_buffer(WPEView*, WPEBuffer*, const WPERectangle*, guint, 
> GError**): assertion 'WPE_IS_BUFFER(buffer)' failed

In AcceleratedBackingStore class, if updateSurfaceID() is called
before renderPendingBuffer() is called, m_pendingBuffer is null in
renderPendingBuffer(). Check if m_pendingBuffer is null in the fence
monitor callback.

* Source/WebKit/UIProcess/wpe/AcceleratedBackingStore.cpp:
(WebKit::AcceleratedBackingStore::AcceleratedBackingStore):

Canonical link: https://commits.webkit.org/300316@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