| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | Loïc Courtois <lcourtois(at)netpartage(dot)fr> |
| Cc: | pgsql-general(at)postgresql(dot)org |
| Subject: | Re: |
| Date: | 2001-03-25 19:48:40 |
| Message-ID: | 18839.985549720@sss.pgh.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
=?iso-8859-1?Q?Lo=EFc_Courtois?= <lcourtois(at)netpartage(dot)fr> writes:
> We used postgres since 5 months, and we have some times crash, with the
> following entry in the postgres.log:
> /usr/lib/postgresql/bin/postmaster: ServerLoop: select failed: No child
> processes
This is a known bug: the SIGCHLD catcher in postmaster.c needs to save
and restore errno. It's fixed in 7.1, or you can patch it yourself in
7.0.* --- see previous discussions in the archives.
regards, tom lane
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2001-03-25 20:02:42 | Re: Re: Call for platforms |
| Previous Message | Tom Lane | 2001-03-25 18:26:47 | Re: Re: Call for platforms |