Closed issue by stenstorp on void-packages repository https://github.com/void-linux/void-packages/issues/11274 Description: ### System iBook G4 - Mid 2005 PowerPC G4 7447A 1.42GHz 1.5GB RAM * xuname: Void 4.19.36_1 ppc uptodate FFFF * packages: polkit-0.115_3 mozjs52-52.9.0_3 ### Expected behavior Polkitd running as normal. ### Actual behavior Polkitd segfaulting with message in dmesg like: ``` [14144.676236] polkitd[15297]: segfault (11) at 124 nip 37e51fc lr 37e51e0 code 1 in libmozjs-52.so.0[3670000+9a0000] [14144.676248] polkitd[15297]: code: 48639ef5 9421ffe0 7c0802a6 93a10014 429f0005 93c10018 7fc802a6 93e1001c [14144.676256] polkitd[15297]: code: 3fde0086 7c3f0b78 90010024 3bde6ae4 <80630000> 48636781 7c7d1b79 40820024 ``` ### Steps to reproduce the behavior Build polkit and mozjs52 with xbps-src Install polkit enable polkitd with `ln -s /etc/sv/polkitd /var/service` I'm not totally convinced that this is purely a polkit issue as the error message mentions libmozjs. While I am the main person working on ppc32, I'm a bit out of my depth here and any direction would be appreciated.