Re: segfault in postmaster (pg 7.3.2 & FreeBSD) - Mailing list pgsql-bugs

From Tom Lane
Subject Re: segfault in postmaster (pg 7.3.2 & FreeBSD)
Date
Msg-id 10249.1053018605@sss.pgh.pa.us
Whole thread Raw
In response to segfault in postmaster (pg 7.3.2 & FreeBSD)  (Herve Boulouis <boulouis@corp.nerim.net>)
List pgsql-bugs
Herve Boulouis <boulouis@corp.nerim.net> writes:
> (gdb) bt
> #0  0x81a3955 in set_config_by_name ()
> #1  0x283c0756 in ?? ()
> #2  0x81a0dcb in set_config_option ()
> #3  0x81a33f3 in SetConfigOption ()
> #4  0x8092720 in BootstrapMain ()

Hmm.  AFAICS this backtrace is impossible: set_config_option could not
call set_config_by_name, directly or indirectly.  I wonder if you just
had some kind of hardware hiccup?  Have you run memtest86 lately?

            regards, tom lane

pgsql-bugs by date:

Previous
From: Ian Barwick
Date:
Subject: Re: PL/PgSQL Create/Drop Table Issue
Next
From: Tom Lane
Date:
Subject: Re: to_char function has Daylight Savings Bug