Re: backend crashing despite tsearch2 patch

From: psql-mail(at)freeuk(dot)com
To: "Nigel J(dot) Andrews" <nandrews(at)investsystems(dot)co(dot)uk>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: backend crashing despite tsearch2 patch
Date: 2003-09-17 14:35:31
Message-ID: E19zdP1-0008WZ-B7@buckaroo.freeuk.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-patches

> On Wed, 17 Sep 2003 psql-mail(at)freeuk(dot)com wrote:
>
> > I have applied the recent tsearch2 patch and recompiled the
tsearch2
> > module but I am still experiencing the same backend crashes as I
> > previously described.
>
> I didn't think your problem was the same as mine.
>
> > #0 SN_create_env (S_size=0, I_size=2, B_size=1) at api.c:6
> > 6 z->p = create_s();
> > (gdb) bt
> > #0 SN_create_env (S_size=0, I_size=2, B_size=1) at api.c:6
> > #1 0x20000000026be870 in SN_create_env (S_size=40770504, I_size=
> > 40509856,
> > B_size=1034) at api.c:6
>
> Is that the full backtrace?

The gdb session above is quoted above start to finish as displayed on
screen. I'm not very famialiar with gdb so please say if I need to do
things differently.

So i think it is the full backtrace - i certainly haven't edited
anything.

--

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Network Administrator 2003-09-17 14:38:51 Re: State of Beta 2
Previous Message Network Administrator 2003-09-17 14:17:33 Re: Database Recovery Procedures

Browse pgsql-patches by date

  From Date Subject
Next Message Nigel J. Andrews 2003-09-17 21:26:11 Re: backend crashing despite tsearch2 patch
Previous Message Barry Lind 2003-09-17 07:00:55 Re: ToBoolean method return correct Boolean values as per