Version-Release number of selected component: epiphany-1:42.4-1.fc36 Additional info: reporter: libreport-2.17.4 backtrace_rating: 4 cgroup: 0::/user.slice/user-1000.slice/user/app.slice/app-gnome-org.gnome.Epiphany-9987.scope/9987 cmdline: epiphany crash_function: trap_handler executable: /usr/bin/epiphany journald_cursor: s=d68ea2be5f3a4bfc9dea05b0fd2107c1;i=de1;b=644def50b7784751bce7742a3b745e0c;m=8707e61b;t=5e9ac09c7d619;x=b5911db2a2281845 kernel: 5.18.16-100.fc35.x86_64 rootdir: / runlevel: N 5 type: CCpp uid: 1000 Truncated backtrace: Thread no. 1 (10 frames) #2 trap_handler at ../lib/ephy-debug.c:104 #5 WebKit::ProcessLauncher::launchProcess at /usr/src/debug/webkit2gtk3-2.38.0-2.fc36.x86_64/redhat-linux-build/WTF/Headers/wtf/glib/GUniquePtr.h:95 #6 WebKit::ProcessLauncher::ProcessLauncher at /usr/src/debug/webkit2gtk3-2.38.0-2.fc36.x86_64/Source/WebKit/UIProcess/Launcher/ProcessLauncher.cpp:40 #7 WebKit::ProcessLauncher::create at /usr/src/debug/webkit2gtk3-2.38.0-2.fc36.x86_64/Source/WebKit/UIProcess/Launcher/ProcessLauncher.h:105 #8 WebKit::AuxiliaryProcessProxy::connect at /usr/src/debug/webkit2gtk3-2.38.0-2.fc36.x86_64/Source/WebKit/UIProcess/AuxiliaryProcessProxy.cpp:137 #9 WebKit::NetworkProcessProxy::NetworkProcessProxy at /usr/src/debug/webkit2gtk3-2.38.0-2.fc36.x86_64/Source/WebKit/UIProcess/Network/NetworkProcessProxy.cpp:249 #10 WebKit::NetworkProcessProxy::create at /usr/src/debug/webkit2gtk3-2.38.0-2.fc36.x86_64/Source/WebKit/UIProcess/Network/NetworkProcessProxy.h:124 #11 WebKit::networkProcessForSession at /usr/src/debug/webkit2gtk3-2.38.0-2.fc36.x86_64/Source/WebKit/UIProcess/WebsiteData/WebsiteDataStore.cpp:244 #12 WebKit::WebsiteDataStore::networkProcess at /usr/src/debug/webkit2gtk3-2.38.0-2.fc36.x86_64/Source/WebKit/UIProcess/WebsiteData/WebsiteDataStore.cpp:254 #13 WebKit::WebsiteDataStore::setIgnoreTLSErrors at /usr/src/debug/webkit2gtk3-2.38.0-2.fc36.x86_64/Source/WebKit/UIProcess/WebsiteData/soup/WebsiteDataStoreSoup.cpp:67
Created attachment 1914641 [details] File: backtrace
Created attachment 1914642 [details] File: core_backtrace
Created attachment 1914643 [details] File: cpuinfo
Created attachment 1914644 [details] File: dso_list
Created attachment 1914645 [details] File: environ
Created attachment 1914646 [details] File: limits
Created attachment 1914647 [details] File: maps
Created attachment 1914648 [details] File: mountinfo
Created attachment 1914649 [details] File: open_fds
Created attachment 1914650 [details] File: proc_pid_status
Created attachment 1914651 [details] File: var_log_messages
You're having trouble with fork(): "Unable to spawn a new child process: Failed to fork (Cannot allocate memory)" You probably turned off overcommit, which is your fault as that is not compatible with general-purpose desktop applications. However... this is actually a WebKit bug too: we should be using posix_spawn() rather than fork(), but we stopped using G_SPAWN_LEAVE_DESCRIPTORS_OPEN in https://commits.webkit.org/254232@main and that is required to get the posix_spawn() codepath: otherwise, we have run custom code to close descriptors after fork(). Hmm...
*** Bug 2132776 has been marked as a duplicate of this bug. ***