New comment by sloosch on void-packages repository https://github.com/void-linux/void-packages/issues/32241#issuecomment-904089881 Comment: Somehow electron based apps seems to suffer from a use-after-free error when using hardware acceleration with nvidia drivers. Your system was maybe booted with some security measure to "poison" freed memory which could cause your system to hang. Those flags were recently removed https://github.com/void-linux/void-packages/commit/155b23d17543c31b5617bd6ea1943864370650ad but maybe still active on your system. In the defaults of grub (/etc/default/grub) alter the GRUB_CMDLINE_LINUX_DEFAULT to not contain "slub_debug" and "page_poison" option. Then recreate the grub.cfg via "sudo grub-mkconfig -o /boot/grub/grub.cfg"