Re: psql crashes found when executing slash commands - Mailing list pgsql-bugs

From Tom Lane
Subject Re: psql crashes found when executing slash commands
Date
Msg-id 7090.1528296489@sss.pgh.pa.us
Whole thread Raw
In response to Re: psql crashes found when executing slash commands  (Michael Paquier <michael@paquier.xyz>)
Responses RE: psql crashes found when executing slash commands  ("K S, Sandhya (Nokia - IN/Bangalore)" <sandhya.k_s@nokia.com>)
List pgsql-bugs
Michael Paquier <michael@paquier.xyz> writes:
> On Wed, Jun 06, 2018 at 10:42:41AM +0300, Sergei Kornilov wrote:
>> Hmm. What operating system are you using? Hardware architecture? Do
>> you compile postgresql yourself or install some precompiled packages? 
>> We have tests for psql slash-commands and they are not broken.

> My bet is on an issue with the version of flex used for compilation, and
> that those binaries have been manually compiled.

psql does some, um, interesting stuff with sharing lexer state between
separately-built flex lexers.  I would not be too surprised if it crashes
if you build psqlscan.l and psqlscanslash.l with different versions of
flex, or perhaps even just different flex switches.  So that might be an
avenue to check into.

Another theory is that the OP is using something that's not flex at all,
or is some version we've never seen before, and this coding technique
doesn't work at all with it :-(

            regards, tom lane


pgsql-bugs by date:

Previous
From: Tom Lane
Date:
Subject: Re: BUG #15225: [XX000] ERROR: invalid DSA memory alloc request size 1073741824 / Where: parallel worker
Next
From: Tom Lane
Date:
Subject: Re: Unnecessarily imprecise stats for very small tables leading to bad plans