Jeff Epler's blog

23 January 2014, 22:18 UTC

pnacl vs Debian Jessie


If you get an error like
** Signal 6 from trusted code: pc=2abee0b751e5
when building pnacl software then it may be because your /run/shm is mounted noexec. You can fix it (for your current boot only) with: sudo mount -o remount,exec /run/shm As /run/shm is not mounted from /etc/fstab, I'm unsure how to make a durable fix.

Related naclports bug

[permalink]

All older entries
Website Copyright © 2004-2024 Jeff Epler