Description of problem: On Fed35: Webkit2gtk3-2.38.0-2.fc35.x86_64 update breaks evolution-ews-3.42.4-1.fc35.x86_64 Version-Release number of selected component (if applicable): Webkit2gtk3-2.38.0-2.fc35.x86_64 evolution-ews-3.42.4-1.fc35.x86_64 How reproducible: Update to latest level. The GUI open but closes when attempt to open any note. Switching back to previous release works correctly. Return to previous release of webkit2gtk2 and works correctly. Steps to Reproduce: 1. Update 2. Open evolution with ews 3. Open any note Actual results: Gui closes at terminal see: Process (evolution) crashed in WebKit::ProcessLauncher::launchProcess()() Expected results: Open the note and show content Additional info: I'am reverted back webkit2gtk3 and work. Latest evolution release on f35: https://koji.fedoraproject.org/koji/buildinfo?buildID=1916404 Maybe need rebuild with https://koji.fedoraproject.org/koji/buildinfo?buildID=2063808 and depends.
(In reply to Luis Valentin from comment #0) > Process (evolution) crashed in WebKit::ProcessLauncher::launchProcess()() Can you post a backtrace for this please? Use 'coredumpctl gdb'. No rebuilds should be required.
Created attachment 1917426 [details] logs coredumpctl gdb and strace logs.
The backtrace you posted was: Program terminated with signal SIGTRAP, Trace/breakpoint trap. #0 0x00007f7c94dfea7f in ?? () which is not useful. Your core file was truncated. Normally I would ask you to raise the size limit, but actually I already know what happened here: you disabled overcommit, so you need 80-90 GB of RAM in order to fork WebKit subprocesses. You're just running out of memory. If you switch back to default overcommit settings, which are suitable for desktop use, then you'll be fine. Alternatively, you could wait for 2.38.1. See: https://bugs.webkit.org/show_bug.cgi?id=245784
*** This bug has been marked as a duplicate of bug 2130294 ***