Re: gborg's apache server ...

From: "Marc G(dot) Fournier" <scrappy(at)postgresql(dot)org>
To: Michael Fuhr <mike(at)fuhr(dot)org>
Cc: "Marc G(dot) Fournier" <scrappy(at)postgresql(dot)org>, pgsql-www(at)postgresql(dot)org, Chris Ryan <xgbe(at)yahoo(dot)com>
Subject: Re: gborg's apache server ...
Date: 2005-07-15 04:13:50
Message-ID: 20050715011253.C66818@ganymede.hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-www

On Thu, 14 Jul 2005, Michael Fuhr wrote:

> On Thu, Jul 14, 2005 at 11:05:56PM -0300, Marc G. Fournier wrote:
>>
>> I've added a cron job runnig every 60 minutes to 'start' the daemon, so
>> that when the log rotate happens to happen next, at least it won't stay
>> down ... but, can anyone here think of a "configuration" reason why it
>> might be doing this? There is nothing in the log files to indicate a
>> problem, other then that persistent SegFault ...
>
> Are you getting a core dump? That might help show what's going on.
> Has anything changed recently?

Not giving me much, unless I'm running it wrong:

gborg# gdb /usr/local/sbin/httpd httpd.core.o
GNU gdb 4.18 (FreeBSD)
Copyright 1998 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB. Type "show warranty" for details.
This GDB was configured as "i386-unknown-freebsd"...Deprecated bfd_read called at /usr/src/gnu/usr.bin/binutils/gdb/../../../../contrib/gdb/gdb/dbxread.c line 2627 in elfstab_build_psymtabs
Deprecated bfd_read called at /usr/src/gnu/usr.bin/binutils/gdb/../../../../contrib/gdb/gdb/dbxread.c line 933 in fill_symbuf

Core was generated by `httpd'.
Program terminated with signal 11, Segmentation fault.
Reading symbols from /usr/lib/libc_r.so.4...done.
Reading symbols from /usr/lib/libcrypt.so.2...done.
Reading symbols from /usr/local/lib/libmm.so.13...done.
Reading symbols from /usr/lib/libc.so.4...done.
Reading symbols from /usr/lib/libm.so.2...done.
Reading symbols from /usr/local/lib/php/20020429/interbase.so...done.
Reading symbols from /usr/local/firebird/lib/libfbembed.so.1...Deprecated bfd_read called at /usr/src/gnu/usr.bin/binutils/gdb/../../../../contrib/gdb/gdb/dwarf2read.c line 3049 in dwarf2_read_section
Error while reading shared library symbols:
Dwarf Error: Cannot handle DW_FORM_strp in DWARF reader.
Reading symbols from /usr/lib/libncurses.so.5...done.
Reading symbols from /usr/local/libexec/apache/mod_mmap_static.so...done.
Reading symbols from /usr/local/libexec/apache/mod_vhost_alias.so...done.
Reading symbols from /usr/local/libexec/apache/mod_env.so...done.
Reading symbols from /usr/local/libexec/apache/mod_define.so...done.
Reading symbols from ...done.

No stack.
(gdb) where
No stack.
(gdb) quit

but, that 'firebird/interbase.so' load has me curious, since I have it
commented out in the extensions.ini file ... looking into that ...

----
Marc G. Fournier Hub.Org Networking Services (http://www.hub.org)
Email: scrappy(at)hub(dot)org Yahoo!: yscrappy ICQ: 7615664

In response to

Browse pgsql-www by date

  From Date Subject
Next Message Dave Page 2005-07-15 07:30:16 Re: gborg's apache server ...
Previous Message Michael Fuhr 2005-07-15 03:24:05 Re: gborg's apache server ...