Re: Backend crash with tsearch

From: "Magnus Naeslund(f)" <mag(at)fbab(dot)net>
To: "Tom Lane" <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Backend crash with tsearch
Date: 2002-12-03 15:17:01
Message-ID: 0d9201c29adf$07537650$f80c0a0a@mnd
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
> "Magnus Naeslund(f)" <mag(at)fbab(dot)net> writes:
>> The backend dies in a segfault.
>
>> Backtrace:
>
>> #0 0x02d10000 in ?? ()
>> #1 0x401faf48 in ?? ()
>> #2 0x401fb5e6 in ?? ()
>> #3 0x080d8f5c in ExecMakeFunctionResult (fcache=0x82d3710,
>> arguments=0x82ce170, econtext=0x82d3580, isNull=0xbfffec8f "",
>> isDone=0xbfffecd8) at execQual.c:839
>
> Did you compile tsearch with debug support? If so, the lack of any
> symbolic info here must mean that gdb didn't know where to find the
> tsearch .so module. You could get a more useful trace by telling
> gdb
> sharedlibrary /path/to/tsearch.so
>
> regards, tom lane
>

I'm working on it (--enable-debug --enable-cassert).
It's either that it can't load the lib (shouldn't it complain?) or it's
a bad pointer.
We'll find out, i hope...

Magnus

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2002-12-03 15:21:21 Re: Backend crash with tsearch
Previous Message Tom Lane 2002-12-03 15:11:27 Re: Backend crash with tsearch