Re: Backend crash with tsearch

From: Teodor Sigaev <teodor(at)stack(dot)net>
To: "Magnus Naeslund(f)" <mag(at)fbab(dot)net>
Cc: Oleg Bartunov <oleg(at)sai(dot)msu(dot)su>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: Backend crash with tsearch
Date: 2002-12-03 16:18:36
Message-ID: 3DECD95C.5080100@stack.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Pls, send backtrace... :)

Magnus Naeslund(f) wrote:
> 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
>
>
>
>
>
> ------------------------------------------------------------------------
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 1: subscribe and unsubscribe commands go to majordomo(at)postgresql(dot)org

--
Teodor Sigaev
teodor(at)stack(dot)net

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Magnus Naeslund(f) 2002-12-03 16:19:37 Re: Backend crash with tsearch
Previous Message Magnus Naeslund(f) 2002-12-03 16:15:53 Re: Backend crash with tsearch