Re: Postgres/PHP, Apache child processes dying

From: "Thomas T(dot) Thai" <tom(at)minnesota(dot)com>
To: Steve Lane <slane(at)fmpro(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Postgres/PHP, Apache child processes dying
Date: 2002-04-03 16:43:15
Message-ID: Pine.NEB.4.43.0204031039350.16494-100000@ns01.minnesota.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Wed, 3 Apr 2002, Steve Lane wrote:

[...]
> pq_recvbuf: unexpected EOF on client connection
>
> And this in the Apache error log:
>
> [Wed Feb 20 21:29:52 2002] [notice] child pid 18595 exit signal Segmentation
> fault (11)

sounds like your apache process (probably with a DSO PHP) died
unexpectedly (any coredumps?) before it was suppose to complete the
transaction with PostgreSQL backend.

it could be anything that cause this. without a trace or further system
configuration, it would be hard to tell you what's going on.

--
Thomas T. Thai
Minnesota.com, Inc.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Thomas Lockhart 2002-04-03 16:45:03 Re: Suggestions please: names for function cachability
Previous Message Stephan Szabo 2002-04-03 16:35:46 Re: do foreign key checks lock parent table ?