QWebEngineView crashes when app shuts down
-
Is this a known bug of QWebEngineView, that it crashes the app when the app is dismantling the GUI while quitting?
0x00007ffff16e8cc2 in ?? () from /lib/x86_64-linux-gnu/libQt6WebEngineCore.so.6 (gdb) bt #0 0x00007ffff16e8cc2 in () at /lib/x86_64-linux-gnu/libQt6WebEngineCore.so.6 #1 0x00000000000114e5 in () #2 0x000000003b97b758 in () #3 0x00007fffa17f8d70 in () #4 0x00007ffff16e9f66 in () at /lib/x86_64-linux-gnu/libQt6WebEngineCore.so.6 #5 0x00007fff80b79190 in () #6 0x00007fff7c010770 in () #7 0x00007fff80b79190 in () #8 0x00007fff7c010770 in () #9 0x00007fffa17f8da0 in () #10 0x00007ffff16ef4b7 in () at /lib/x86_64-linux-gnu/libQt6WebEngineCore.so.6 #11 0x00007fff800de680 in () #12 0x00007fffa17f9350 in () #13 0x00007fff80b79190 in () #14 0x00007fff7c010770 in () #15 0x00007fffa17f8dc0 in () #16 0x00007ffff16ef53b in () at /lib/x86_64-linux-gnu/libQt6WebEngineCore.so.6 #17 0x00007fffa17f8e80 in () #18 0x00007fff7c0111f0 in () #19 0x00007fffa17f8de0 in () #20 0x00007ffff173591e in () at /lib/x86_64-linux-gnu/libQt6WebEngineCore.so.6 #21 0x0000000000000000 in ()
-
Is this a known bug of QWebEngineView, that it crashes the app when the app is dismantling the GUI while quitting?
0x00007ffff16e8cc2 in ?? () from /lib/x86_64-linux-gnu/libQt6WebEngineCore.so.6 (gdb) bt #0 0x00007ffff16e8cc2 in () at /lib/x86_64-linux-gnu/libQt6WebEngineCore.so.6 #1 0x00000000000114e5 in () #2 0x000000003b97b758 in () #3 0x00007fffa17f8d70 in () #4 0x00007ffff16e9f66 in () at /lib/x86_64-linux-gnu/libQt6WebEngineCore.so.6 #5 0x00007fff80b79190 in () #6 0x00007fff7c010770 in () #7 0x00007fff80b79190 in () #8 0x00007fff7c010770 in () #9 0x00007fffa17f8da0 in () #10 0x00007ffff16ef4b7 in () at /lib/x86_64-linux-gnu/libQt6WebEngineCore.so.6 #11 0x00007fff800de680 in () #12 0x00007fffa17f9350 in () #13 0x00007fff80b79190 in () #14 0x00007fff7c010770 in () #15 0x00007fffa17f8dc0 in () #16 0x00007ffff16ef53b in () at /lib/x86_64-linux-gnu/libQt6WebEngineCore.so.6 #17 0x00007fffa17f8e80 in () #18 0x00007fff7c0111f0 in () #19 0x00007fffa17f8de0 in () #20 0x00007ffff173591e in () at /lib/x86_64-linux-gnu/libQt6WebEngineCore.so.6 #21 0x0000000000000000 in ()
@whatabout Might be an idea to try and show a minimal source example.
-
Hi,
In addition to what @JonB requested, adding the Qt version, Linux distribution and desktop environment used will also help.
-
@SGaist I'm using 6.4.2-1, on Debian Linux 12, 64-bit.
My X server is this:
/usr/lib/xorg/Xorg :0 -seat seat0 -auth /var/run/lightdm/root/:0 -nolisten tcp vt7 -novtswitch
My desktop environment is Xfce.@whatabout can you provide a minimal compilable example of your crashing application ?