New comment by cinerea0 on void-packages repository https://github.com/void-linux/void-packages/pull/24038#issuecomment-669646361 Comment: @ericonr I didn't think to check my dmesg logs before, but it's segfaulting for me as well. Here's what I believe to be the relevant portion of the logs: ``` [17802.088814] elogind-daemon[1786]: New session 3 of user erebus. [17802.118293] ly[22191]: segfault at 0 ip 00007f8a457453e1 sp 00007ffc0c1a7248 error 4 in libc-2.30.so[7f8a4560c000+149000] [17802.118304] Code: 84 00 00 00 00 00 0f 1f 00 31 c0 c5 f8 77 c3 66 2e 0f 1f 84 00 00 00 00 00 89 f9 48 89 fa c5 f9 ef c0 83 e1 3f 83 f9 20 77 1f fd 74 0f c5 fd d7 c1 85 c0 0f 85 df 00 00 00 48 83 c7 20 83 e1 [17822.337659] elogind-daemon[1786]: Removed session 3. ``` This means that it's not actually a PAM problem but a full-on crashing problem, right?