Re: git head crash/regression failures - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: git head crash/regression failures
Date
Msg-id 20190328151407.z6bt7dlswk74jrem@momjian.us
Whole thread Raw
In response to Re: git head crash/regression failures  (Alvaro Herrera <alvherre@2ndquadrant.com>)
List pgsql-hackers
On Thu, Mar 28, 2019 at 12:10:23PM -0300, Alvaro Herrera wrote:
> On 2019-Mar-28, Bruce Momjian wrote:
> 
> > I am seeing psql crash and massive regression test failures in git head.
> > The psql crash happens if .psqlrc contains:
> > 
> >     \set COMP_KEYWORD_CASE upper
> > 
> > and the crash backtrace is:
> > 
> >     Program received signal SIGSEGV, Segmentation fault.
> >     0x000055555557f350 in slash_yylex (yylval_param=yylval_param@entry=0x0, yyscanner=0x5555555fb6c0) at
psqlscanslash.c:1325
> >     1325                    *yy_cp = yyg->yy_hold_char;
> >     (gdb) bt
> >     #0  0x000055555557f350 in slash_yylex (yylval_param=yylval_param@entry=0x0, yyscanner=0x5555555fb6c0) at
psqlscanslash.c:1325
> >     #1  0x00005555555806a2 in psql_scan_slash_command (state=state@entry=0x5555555f8b20) at psqlscanslash.l:510
> 
> Did you try "make maintainer-clean"?

Wow, that fixed it.  I thought my work flow didn't require that, but
obviously it does.  Thanks so much.

-- 
  Bruce Momjian  <bruce@momjian.us>        http://momjian.us
  EnterpriseDB                             http://enterprisedb.com

+ As you are, so once was I.  As I am, so you will be. +
+                      Ancient Roman grave inscription +



pgsql-hackers by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: git head crash/regression failures
Next
From: Simon Riggs
Date:
Subject: Re: monitoring CREATE INDEX [CONCURRENTLY]