Ed Loehr <[EMAIL PROTECTED]> wrote:
>Edmund Mergl wrote:
>
>> > > On Sun, Jan 02, 2000 at 01:48:58AM -0600, Ed Loehr wrote:
>> > > > My apache children are seg faulting due to some combination of
>> > > > DBI usage and the cookie-based authentication/authorization
>Compiled everything myself.  Oh, and I am also using DBD::Pg 0.92...
>
>Does that suggest anything to anyone?

My experience is with DBD::mysql, but I've seen something like
this before.  One thing to do is turn on as much debugging as you
can to see exactly where it is segfaulting.  For me, the most helpful
is a lot of information in the error_log.  You will need to look
at the DBI/DBD source to see exactly what is needed for debugging,
but it's not too obscure.

With MySQL, I have to make sure enough file descriptors are available
for the connections.  Apache::DBI can help, but I've still had to
up the limit on the database server.  This can cause odd problems
with MySQL at least.

Also, make sure it's not segfaulting when loading something.  I
don't know if DBD::Pg autoloads, or if such a thing could even cause
a segfault the late in the game, but if nothing else turns up,
you might want to check that.
-- 
James Smith <[EMAIL PROTECTED]>, 409-862-3725
Texas A&M CIS Operating Systems Group, Unix

Reply via email to