Re: Backend crash with tsearch

From: "Magnus Naeslund(f)" <mag(at)fbab(dot)net>
To: "Oleg Bartunov" <oleg(at)sai(dot)msu(dot)su>
Cc: <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Backend crash with tsearch
Date: 2002-12-03 16:12:31
Message-ID: 0dd301c29ae6$c8481d00$f80c0a0a@mnd
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Oleg Bartunov <oleg(at)sai(dot)msu(dot)su> wrote:
> Magnus,
>
> what is an output of 'make installcheck' ?

As i said, it segfaults:

[root(at)fet1b tsearch]# gmake installcheck
gmake -C ../../src/test/regress pg_regress
gmake[1]: Entering directory `/usr/src/postgresql-7.3/src/test/regress'
gmake[1]: `pg_regress' is up to date.
gmake[1]: Leaving directory `/usr/src/postgresql-7.3/src/test/regress'
../../src/test/regress/pg_regress tsearch
(using postmaster on Unix socket, default port)
============== dropping database "regression" ==============
DROP DATABASE
============== creating database "regression" ==============
CREATE DATABASE
ALTER DATABASE
============== dropping regression test user accounts ==============
============== installing PL/pgSQL ==============
============== running regression test queries ==============
test tsearch ... FAILED

======================
1 of 1 tests failed.
======================

The differences that caused some tests to fail can be viewed in the
file `./regression.diffs'. A copy of the test summary that you see
above is saved in the file `./regression.out'.

gmake: *** [installcheck] Error 1

The regression.diff is attached.

Magnus

Attachment Content-Type Size
regression.diffs application/octet-stream 5.0 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Ben-Nes Michael 2002-12-03 16:14:34 Re: 7.3 -> pg_atoi: zero-length string
Previous Message Teodor Sigaev 2002-12-03 16:10:10 Re: Backend crash with tsearch