Re: Core dump on PG 7.1.3

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "David Esposito" <dvesposito(at)newnetco(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Core dump on PG 7.1.3
Date: 2002-04-02 15:19:46
Message-ID: 24771.1017760786@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

"David Esposito" <dvesposito(at)newnetco(dot)com> writes:
> #0 ExecEvalVar (variable=0x8237338, econtext=0x8238238, isNull=0x826769c
> "") at execQual.c:324
> 324 tuple_type = slot->ttc_tupleDescriptor;
> (gdb) bt
> #0 ExecEvalVar (variable=0x8237338, econtext=0x8238238, isNull=0x826769c
> "") at execQual.c:324

Okay ... could we see the results of getting into gdb at this point
and doing

p slot
p *slot -- if above shows slot not 0, which I doubt
p *variable
p *econtext

I'd also like to see the results of EXPLAIN VERBOSE for the problem
query.

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2002-04-02 15:22:02 Re: %ROWTYPE as PL/pgsql argument
Previous Message Kaare Rasmussen 2002-04-02 15:12:02 Re: v7.2.1 Released: Critical Bug Fix