New comment by ericonr on void-packages repository https://github.com/void-linux/void-packages/issues/28127#issuecomment-766422269 Comment: Ok, I can't reproduce this here. Have you tried running `xbps-pkgdb -a` to see if all your package files are okay? What I would ask is that you install the debug packages necessary for apparmor (`xbps-install gdb $(xdbg apparmor)`) and then try to grab a backtrace. You can do that by running `sudo gdb aa-status` then inside GDB run `run`, wait for the segfault, then run `backtrace full` and post the results here.