community/qutebrowser: frequent `Renderer process crashed (status 31)`
I recently migrated from fedora-36
to alpine-316
on many of my VMs on my Qubes OS machine, and while package parity has been pretty good, I've noticed that qutebrowser
has been crashing more with a Renderer process crashed (status 31)
message. At first I suspected an out-of-memory issue, and indeed giving the VMs more memory has helped, but crashes are still pretty frequent.
In troubleshooting, I looked for version parity, and despite running the same version across both distros, the issue stays. I did notice one thing: our qutebrowser
does not pull py3-pygments
, while Fedora's package does. Indeed, installing this package makes the crashes go away.
As anyone been experiencing this issue, and can you confirm that py3-pygments
makes a difference?