Re: nginx keeps crashing

2013-04-05 Thread Maxim Dounin
Hello! On Fri, Apr 05, 2013 at 10:13:24AM -0400, ankurs wrote: > Hello, > > Thanks Maxim for looking into my issue. > > I recompiled nginx with no 3rd party module & debugging enabled. > > [root@localhost sbin]# ./nginx -V > nginx version: nginx/1.2.8 > built by gcc 4.4.7 20120313 (Red Hat 4.

RE: nginx keeps crashing

2013-04-05 Thread Lukas Tribus
> there is no nginx.core file found in /home/core/ , thats the path specified > in nginx.conf Make sure: - /home/core/ is writable (chmod a+w) - ulimit is configured correctly - fs.suid_dumpable is ok? You can read more about it here: http://www.cyberciti.biz/tips/linux-core-dumps.html

Re: nginx keeps crashing

2013-04-05 Thread ankurs
Hello, Thanks Maxim for looking into my issue. I recompiled nginx with no 3rd party module & debugging enabled. [root@localhost sbin]# ./nginx -V nginx version: nginx/1.2.8 built by gcc 4.4.7 20120313 (Red Hat 4.4.7-3) (GCC) configure arguments: --with-http_stub_status_module --with-http_perl_

Re: nginx keeps crashing

2013-04-04 Thread Maxim Dounin
Hello! On Thu, Apr 04, 2013 at 10:21:57AM -0400, ankurs wrote: [...] > [root@localhost sbin]# ./nginx -V > nginx version: nginx/1.2.7 > built by gcc 4.4.7 20120313 (Red Hat 4.4.7-3) (GCC) > configure arguments: --with-http_stub_status_module --with-http_perl_module > --with-http_flv_module --ad