View Single Post
Old 05-30-2022, 12:36 PM   #28
KevinH
Sigil Developer
KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.
 
Posts: 8,937
Karma: 6361444
Join Date: Nov 2009
Device: many
Does Arch by chance have the new linux glibc that interferes with QWebEngine/chrome?

New glibc versions have added a clone3 call that disallows checking the chrome sandbox, which in turn causes qtwebengine process to crash.

Qt6 works around that call but older Qt 5.15 may not, and our official Qt 5.12.9 does not handle this case.

The workaround is to disabled qtwebengine built in sandboxing.

See:

https://www.mobileread.com/forums/sh...d.php?t=345988

https://chromium-review.googlesource.../src/+/2936184

https://bugs.launchpad.net/ubuntu/+s...c/+bug/1939993

Last edited by KevinH; 05-30-2022 at 12:51 PM.
KevinH is offline   Reply With Quote