tracking a coredump problem

2009-01-24 Thread Carl Brewer
Hello, I'm running apache 2.2.11 with mp2.0.4 and libapreq 2.0.8, or at least, I think I am ... it's on CentOS/RHEL 5.2 We've been having some intermittent segfaults which are proving difficult to track down, and so I seek the help of the list. At startup, httpd reports as follows : Apache

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. So,

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

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 2>&1 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 2>&1 LANG=$HTTPD_LANG daemon $httpd $OPTIONS -f $conf RETVAL=$? echo ulimit -c [ $RET

RE: tracking a coredump problem

2009-02-12 Thread eric.berg
M. Chiasson > Cc: 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 doubl

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 _ (http://blog.modsecurity.org/2009/01/buil

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-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 Perl_p