Re: segfault in postmaster (pg 7.3.2 & FreeBSD)

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Herve Boulouis <boulouis(at)corp(dot)nerim(dot)net>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: segfault in postmaster (pg 7.3.2 & FreeBSD)
Date: 2003-05-15 17:10:05
Message-ID: 10249.1053018605@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Herve Boulouis <boulouis(at)corp(dot)nerim(dot)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

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2003-05-15 17:26:13 Re: to_char function has Daylight Savings Bug
Previous Message Ian Barwick 2003-05-15 16:16:15 Re: PL/PgSQL Create/Drop Table Issue