https://bugs.kde.org/show_bug.cgi?id=94019
--- Comment #12 from Max <m...@freebsd.org> --- (In reply to Stefano Crocco from comment #11) > (In reply to Max from comment #10) > > It still can be reproduced with Konqueror 22.08.3 and KDE Frameworks 5.99.0 > > Unfortunately, I don't think there's much that Konqueror can do about that, > as javascript code is run by QtWebEngine which, as far as I can tell, > doesn't provide any way for the application to control it. Konqueror crashes only when using KHTML as a web engine. With QtWebEngine, the underlying process runs out of memory without crashing the Konqueror. KHTML: Thread 1 received signal SIGSEGV, Segmentation fault. Invalid permissions for mapped object. 0x00000008236c02f4 in KJS::JSObject::mark() () from /usr/local/lib/libKF5JS.so.5 (gdb) QtWebEngine: <--- Last few GCs ---> [80062:0x1e3700000000] 79252 ms: Scavenge 3951.1 (3964.3) -> 3950.2 (3965.3) MB, 17.8 / 0.0 ms (average mu = 0.322, current mu = 0.179) allocation failure [80062:0x1e3700000000] 82245 ms: Scavenge 3952.1 (3965.3) -> 3951.5 (3967.5) MB, 2984.8 / 0.0 ms (average mu = 0.322, current mu = 0.179) allocation failure [80062:0x1e3700000000] 82424 ms: Scavenge 3954.4 (3967.5) -> 3954.3 (3967.5) MB, 165.4 / 0.0 ms (average mu = 0.322, current mu = 0.179) allocation failure <--- JS stacktrace ---> [80062:417406976:1128/121407.732800:FATAL:memory.cc(38)] Out of memory. size=0 [New LWP 193811 of process 80023] [LWP 193811 of process 80023 exited] [LWP 193642 of process 80023 exited] -- You are receiving this mail because: You are watching all bug changes.