Bug 271327 - REGRESSION(274563@main)[GLIB] webkit_web_view_save_to_file is getting stuck
Summary: REGRESSION(274563@main)[GLIB] webkit_web_view_save_to_file is getting stuck
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Misc. (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-03-20 11:26 PDT by Lauro Moura
Modified: 2024-03-20 11:28 PDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Lauro Moura 2024-03-20 11:26:52 PDT
After https://commits.webkit.org/274563@main, webkit_web_view_save_to_file is getting stuck

Reverting this commit make it work normally, both in the test and in MiniBrowser

In the associated pull request (https://github.com/WebKit/WebKit/pull/23953), the WPE API test bubble was red and GTK didn't manage to run before the patch landed.

Invoking the test (for WPE):

./Tools/Scripts/run-wpe-tests --release --display-server=headless WebKitBuild/WPE/Release/bin/TestWebKitAPI/WPE/TestWebKitWebView -p /webkit/WebKitWebView/save

WPE test output: 

TEST: WebKitBuild/WPE/Release/bin/TestWebKitAPI/WPE/TestWebKitWebView...                                                                                                                                                                                                                  
  /webkit/WebKitWebView/save:                                         FAIL                                                                                                                                                                                                                
GLib-GIO-DEBUG: _g_io_module_get_default: Found default implementation local (GLocalVfs) for ‘gio-vfs’                                                                                                                                                                                    
warning: queue 0x730e70001290 destroyed while proxies still attached:                                                                                                                                                                                                                     
  wpe_dmabuf_pool@12 still attached                                                                                                                                                                                                                                                       
                                                                                                                                                                                                                                                                                          
Unexpected failures (1)                                                                                                                                                                                                                                                                   
    WebKitBuild/WPE/Release/bin/TestWebKitAPI/WPE/TestWebKitWebView                                                                                                                                                                                                                       
        /webkit/WebKitWebView/save                                                                                                                                                                                                                                                        
                                                                                                                                                                                                                                                                                          
Ran 1 tests of 1 with 0 successful