| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | Henrik Farre <look(at)my(dot)signature(dot)txt> |
| Cc: | pgsql-general(at)postgresql(dot)org |
| Subject: | Re: pg_dumpall dies |
| Date: | 2004-02-29 03:42:09 |
| Message-ID: | 12379.1078026129@sss.pgh.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
Henrik Farre <look(at)my(dot)signature(dot)txt> writes:
> Server process (pid 24536) exited with status 138 at Sat Feb 21 12:52:49 2004
> Terminating any active server processes...
> I have set "ulimit -c coredumpsize", but I don't get a core dump.
You certainly should get a core dump. Are you sure you set the ulimit
in the postmaster's starting environment? Did you look for the core
file in the right place? A backend will dump core in the directory
of its database, that is, $PGDATA/base/your-db-oid/core.
regards, tom lane
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2004-02-29 03:48:23 | Re: Simple, but VERYuseful enhancement for psql command - or am I missing something? |
| Previous Message | Tom Lane | 2004-02-29 03:35:47 | Re: GRANTing privileges to a plpgsql function doesn't give required result (pg 7.3.4) |