Re: PLTCL return_null crash...

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Ian Harding" <ianh(at)tpchd(dot)org>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: PLTCL return_null crash...
Date: 2002-10-07 20:40:36
Message-ID: 26107.1034023236@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

"Ian Harding" <ianh(at)tpchd(dot)org> writes:
> test=# create function crash () returns int as '
> test'# return_null
> test'# ' language 'pltcl';
> CREATE
> test=# select crash();
> ERROR: AllocSetFree: cannot find block containing chunk 0xbfbfcc48
> test=#

Hmm. WorksForMe (on both 7.2.3 and CVS tip) ...

regression=# select crash();
crash
-------

(1 row)

regression=# select crash() is null;
?column?
----------
t
(1 row)

regression=#

A stack backtrace from the elog() call might prove enlightening.

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Josh Berkus 2002-10-07 20:44:31 Re: sloooow query
Previous Message Marie G. Tuite 2002-10-07 20:34:11 Re: sloooow query