| 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 23:40:39 |
| Message-ID: | 10346.1123544439@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 ***
> I was playing around and had most entries uncommented, even if I did not
> change the values. I am attaching the cleaned up postgresql.conf and my
> pg_hba.conf files for you.
Got it --- we had broken the handling of an explicit specification
timezone = unknown
in the config file. Thanks for sending along the test case.
regards, tom lane
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2005-08-09 03:10:43 | Re: BUG #1814: Cancelling a CLUSTER changes the OID counter |
| Previous Message | Ian Burrell | 2005-08-08 21:22:26 | BUG #1814: Cancelling a CLUSTER changes the OID counter |