| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | "Chris Hoover" <chris(dot)hoover(at)companiongroup(dot)com> |
| Cc: | pgsql-bugs(at)postgresql(dot)org |
| Subject: | Re: BUG #1809: invalid pointer on pg_ctl reload |
| Date: | 2005-08-08 16:20:56 |
| Message-ID: | 29150.1123518056@sss.pgh.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-bugs |
"Chris Hoover" <chris(dot)hoover(at)companiongroup(dot)com> writes:
> I was working with my pg_hba.conf file and did a pg_ctl -D <path> reload. I
> received the following message, and postgresql shutdown.
> [postgres(at)edipgtst1 eedi]$ pg_ctl -D /database/data/eedi/ reload
> postmaster signaled
> [postgres(at)edipgtst1 eedi]$ *** glibc detected *** free(): invalid pointer:
> 0x082ced00 ***
What non-comment entries do you have in postgresql.conf?
It's also possible that the problem is being triggered by an unusual
entry in one of the other config files, such as pg_hba.conf. Please see
if you can narrow down what's causing this.
regards, tom lane
| From | Date | Subject | |
|---|---|---|---|
| Next Message | CHRIS HOOVER | 2005-08-08 18:29:00 | Re: BUG #1809: invalid pointer on pg_ctl reload |
| Previous Message | Tom Lane | 2005-08-08 15:30:49 | Re: BUG #1811: unique index problem |