Re: tracking a coredump problem

2009-03-03 Thread Carl Brewer
I've got some coredumps now, after starting apache mp with apachectl not the init script. gdb shows this : Core was generated by `/usr/local/apache/2.2.11/bin/httpd -f /etc/httpd/conf/httpd-2.2.11-perl.conf -k'. Program terminated with signal 11, Segmentation fault. #0 0x0030a039 in

Re: tracking a coredump problem

2009-03-02 Thread Carl Brewer
eric.b...@barclayscapital.com wrote: Carl, I may have missed it, but did you say at what point you were seeing the segfault? I assume you mean at startup, but can you confirm? Not at startup, it happens after 'a while'. It's very hard to track, and I am stumped at trying to get a core file

RE: tracking a coredump problem

2009-02-12 Thread eric.berg
: modperl@perl.apache.org Subject: Re: tracking a coredump problem Carl Brewer wrote: Philippe M. Chiasson wrote: Selinux enabled ? Good question, I don't think so, but will double-check. Nope, selinux is disabled on /etc/selinux/config

Re: tracking a coredump problem

2009-02-12 Thread JPengCA
In a message dated 2009-2-12 22:39:48, eric.b...@barclayscapital.com writes: Nope, selinux is disabled on /etc/selinux/config Or you may take a look at this article: _http://blog.modsecurity.org/2009/01/building-qa-test-cases-from-waf-data.html _

Re: tracking a coredump problem

2009-01-28 Thread Carl Brewer
Philippe M. Chiasson wrote: Selinux enabled ? Good question, I don't think so, but will double-check.

Re: tracking a coredump problem

2009-01-28 Thread Carl Brewer
Carl Brewer wrote: Philippe M. Chiasson wrote: Selinux enabled ? Good question, I don't think so, but will double-check. Nope, selinux is disabled on /etc/selinux/config

Re: tracking a coredump problem

2009-01-28 Thread Adam Prime
Carl Brewer wrote: And in the (RHEL/CentOS format) init.d script start() { echo -n $Starting $prog: ulimit -S -c unlimited /dev/null 21 LANG=$HTTPD_LANG daemon $httpd $OPTIONS -f $conf RETVAL=$? echo ulimit -c [ $RETVAL = 0 ] touch

Re: tracking a coredump problem

2009-01-28 Thread Carl Brewer
Adam Prime wrote: Carl Brewer wrote: And in the (RHEL/CentOS format) init.d script start() { echo -n $Starting $prog: ulimit -S -c unlimited /dev/null 21 LANG=$HTTPD_LANG daemon $httpd $OPTIONS -f $conf RETVAL=$? echo ulimit -c [ $RETVAL

Re: tracking a coredump problem

2009-01-27 Thread Carl Brewer
Following up on this, I'm still stuck, but maybe someone here can help with a debugging step? I'm trying to get httpd to dump cores, as we're seeing this a lot : [Sun Jan 25 18:14:17 2009] [notice] child pid 20822 exit signal Segmentation fault (11) and I figure a core might just help.

Re: tracking a coredump problem

2009-01-27 Thread Philippe M. Chiasson
On 27/1/09 15:55, Carl Brewer wrote: Following up on this, I'm still stuck, but maybe someone here can help with a debugging step? I'm trying to get httpd to dump cores, as we're seeing this a lot : [Sun Jan 25 18:14:17 2009] [notice] child pid 20822 exit signal Segmentation fault (11)