Re: BUG #14574: unable to execute SQL query. crashes. word has fallen :(

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: postgres1(at)lelik(dot)org
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #14574: unable to execute SQL query. crashes. word has fallen :(
Date: 2017-03-02 16:53:38
Message-ID: 2489.1488473618@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

postgres1(at)lelik(dot)org writes:
> Program terminated with signal SIGSEGV, Segmentation fault.
> #0 0x0000000000676a68 in make_subqueryscan (qptlist=0x33f0620, qpqual=0x0,
> scanrelid=1, subplan=0x0) at createplan.c:3259
> 3259 plan->total_cost += cpu_tuple_cost * subplan->plan_rows;

Interesting, but nobody's going to be able to find the cause with just
this stack trace to go on. Can you create a reproducible test case?

Also, can you verify that it happens on a current release not just 9.2.14?
I don't immediately see anything clearly related in the commit logs, but
it's certainly possible that we already fixed it.

regards, tom lane

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2017-03-02 17:07:07 Re: Error with Softlinks after using pg_upgrade
Previous Message postgres1 2017-03-02 09:54:16 BUG #14574: unable to execute SQL query. crashes. word has fallen :(