I'm trying to run gpg from my php script using exec(). But it chashes with segmentation fault: "gpg: Segmentation fault caught ... exiting" It crashes within a child process so my php script works ok. To identify a problem I wanna get a core file. I tried to run
ulimit -c unlimited
echo 1 > /proc/sys/fs/suid_dumpable
Ben etc / security / limits.conf ama hiçbir çekirdek dosyalar yaratılmış / için "* yumuşak çekirdekli sınırsız" ekledi.
Ben herhangi bir tavsiye veya fikirler için çok müteşekkir olacaktır.