Re: tsearch - Regression tests fail

From: Matthew Kirkwood <matthew(at)hairy(dot)beasts(dot)org>
To: Markus Wollny <Markus(dot)Wollny(at)computec(dot)de>
Cc: <pgsql-general(at)postgresql(dot)org>, <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Subject: Re: tsearch - Regression tests fail
Date: 2002-07-29 17:17:39
Message-ID: Pine.LNX.4.33.0207291815570.31293-100000@sphinx.mythic-beasts.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Mon, 29 Jul 2002, Markus Wollny wrote:

> This is what I get when I do "gdb psql ./core":
>
> Core was generated by `postgres: postgres pcgames [local] SELECT
[..]

It wasn't psql that segfaulted, but the postgres backend.
Try:

$ gdb postgres ./core

instead. It's still not unlikely that you won't have
enough symbol information, though.

Matthew.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Amin Abdulghani 2002-07-29 17:22:25 Re: postgres 7.2.1 parse bug
Previous Message Ben Ausden 2002-07-29 17:13:55 REINDEX inside plpgsql function