| From: | Stephan Szabo <sszabo(at)megazone23(dot)bigpanda(dot)com> |
|---|---|
| To: | 이바다 <postgresql(at)dreamwiz(dot)com> |
| Cc: | pgsql-admin(at)postgresql(dot)org |
| Subject: | Re: Vacuum Fail -- sudden death of backend process....... |
| Date: | 2001-10-23 16:10:09 |
| Message-ID: | Pine.BSF.4.21.0110230900040.51425-100000@megazone23.bigpanda.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-admin |
On Tue, 23 Oct 2001, [EUC-KR] wrote:
> I was upgraded my database to 7.1.3 again, and drop index / create index, and reindex the tables in single mode.
> But I can't proceeding a vacuuming. My database always prints the error messages below.
>
> =======================================================
> [postgres(at)local pgsql] vacuumdb -z r815
> pqReadData() -- backend closed the channel unexpectedly.
> This probably means the backend terminated abnormally
> before or while processing the request.
> connection to server was lost
> vacuumdb: vacuum r815 failed
> =======================================================
What version of glibc are you using? There were bugs in
glibc-2.2.2 (the version that comes with redhat 7.1) that
caused crashes in strcoll I think.
If not, does a select * from freefind; work?
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2001-10-23 19:34:34 | Re: RedHat logging |
| Previous Message | Tom Lane | 2001-10-23 15:06:09 | Re: Vacuum Fail -- sudden death of backend process....... |