freebsd - php core dump file location -
i've been reported of website creates ~37mb coredumps time time in website. <6>pid 49810 (php-cgi), uid 1220: exited on signal 10 (core dumped) <6>pid 88429 (php-cgi), uid 1220: exited on signal 11 (core dumped) <6>pid 51358 (php-cgi), uid 1220: exited on signal 11 (core dumped)
those dumps occurs in cache , forbids deletion of parent directory. i've got full access webserver freebsd 8.3. php used via fastcgi, version 5.2.5. gdb reports memory problems. webmaster doesn't want upgrade 5.2.14 (his other websites working , doesn't want 'break balance')
so question ... can change location of these core dumps ? know how kernel core dumps, ...?
thank you!
i've been able answer question myself : php-cgi coredumps same kernel core dumps settings changed modifying sysctl : kern.coredump enable/disable kern.corefile modify path key man core :)
Comments
Post a Comment