server crash in nodeAppend.c

From: Rajkumar Raghuwanshi <rajkumar(dot)raghuwanshi(at)enterprisedb(dot)com>
To: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: server crash in nodeAppend.c
Date: 2018-02-27 10:24:38
Message-ID: CAKcux6=WqkUudLg1GLZZ7fc5ScWC1+Y9qD=pAHeqy32WoeJQvw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

I am getting a server crash on PG-HEAD with below test case.

SET parallel_setup_cost=0;
SET parallel_tuple_cost=0;
create or replace function foobar() returns setof text as
$$ select 'foo'::varchar union all select 'bar'::varchar ; $$
language sql stable;

postgres=# select foobar();
server closed the connection unexpectedly
This probably means the server terminated abnormally
before or while processing the request.
The connection to the server was lost. Attempting reset: Failed.

--logfile
2018-02-26 22:15:52.908 IST [61738] LOG: database system is ready to
accept connections
TRAP: FailedAssertion("!(whichplan >= 0 && whichplan <= node->as_nplans)",
File: "nodeAppend.c", Line: 365)
2018-02-26 22:17:50.441 IST [61738] LOG: server process (PID 61748) was
terminated by signal 6: Aborted
2018-02-26 22:17:50.441 IST [61738] DETAIL: Failed process was running:
select foobar();

Thanks & Regards,
Rajkumar Raghuwanshi
QMG, EnterpriseDB Corporation

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Victor Wagner 2018-02-27 10:27:22 MSVC builld of 9.5.12 is broken?
Previous Message atorikoshi 2018-02-27 10:22:20 Fix a typo in walsender.c