* Helmut Schneider <jumpe...@gmx.de> [2010-05-03]:
> Hans F. Nordhaug wrote:
> 
> > * Helmut Schneider <jumpe...@gmx.de> [2010-05-02]:
> > > Hans F. Nordhaug wrote:
> > > 
> > > > I recently upgrade to FreeBSD 8.0 (from 7.2) and suddenly I get a
> > > > lot of "(httpd), uid 80: exited on signal 11" in my logs. I have
> > > > similar problems with amavisd - see 
> > > > http://lists.freebsd.org/pipermail/freebsd-questions/2010-April/thread.html#215757
> > > > I'm have updated and recompiled all ports. The logs
> > > > /var/log/messages and the httpd error log both just report
> > > > "exited on signal 11" or "Segmentation fault (11)"
> > > > 
> > > > Any hints?
> > > 
> > > Find the .core file, start gdb with the core file, type "bt", post
> > > the output.
> > 
> > Sorry, I should have mentioned that I can't find any core files.
> > "find / -name '*.core'" returns nothing.
> 
> I guess one can assume that
> 
> - you already checked RAM with memtest or so.
> - you already check your hard drive (you mentiened you fsck'ed your
> hard drive and found errors that wer corrected)
> - you are running one or more perl apps within apache?

Thx to you and everybody else who have answered so far:

- I have (now) checked RAM with memtest for several days. No issues.
- Yes, I have already checked my hard drive using fsck, and the few
  problems that were reported was fixed a week ago.
- My websites are using PHP, not Perl. I have checked/fixed the 
  extension loading order using fixphpextorder.sh as posted on
  http://www.pingle.org/2007/09/22/php-crashes-extensions-workaround
  It didn't help. I don't have that many extensions - the order is:

r...@myserver[~](18:18:19)718:>cat /usr/local/etc/php/extensions.ini
extension=pgsql.so
extension=iconv.so
extension=hash.so
extension=dom.so
extension=gd.so
extension=pdo.so
extension=zlib.so
extension=mbstring.so
extension=pdo_mysql.so
extension=openssl.so
extension=session.so
extension=simplexml.so
extension=gettext.so
extension=sqlite.so
extension=mysql.so
extension=xml.so

Any more hints? 

Regards,
Hans

PS! There are still no core files generated. I have
":coredumpsize=unlimited" in /etc/login.conf, but maybe something else is
surpressing the core file generation.)

PS! The Perl exit problem is still present, but that was related to
amavisd.
_______________________________________________
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

Reply via email to