BUG #15076: postmaster crashes unexpectedly when using up arrow keyin psql command - Mailing list pgsql-bugs

From PG Bug reporting form
Subject BUG #15076: postmaster crashes unexpectedly when using up arrow keyin psql command
Date
Msg-id 151926215049.3890.7661985951683590330@wrigleys.postgresql.org
Whole thread Raw
Responses Re: BUG #15076: postmaster crashes unexpectedly when using up arrowkey in psql command  ("David G. Johnston" <david.g.johnston@gmail.com>)
List pgsql-bugs
The following bug has been logged on the website:

Bug reference:      15076
Logged by:          Mingchun Zhao
Email address:      mzhao@insight-tec.co.jp
PostgreSQL version: 9.3.20
Operating system:   Windows
Description:

steps to reproduce:

(1) run psql.exe in a Windows Command Prompt
(2) execute a SQL with more than one page of results, e.g. `show all;`
(3) press Ctrl + C to break it on the first page
(4) press up arrow key to try to execute the previous SQL of the step(2)
again
(5) Occasionally, it will show you nothing about the SQL, then you can try
to input a character ';' and press Enter key, the PostgreSQL will crash
unexpectedly



pgsql-bugs by date:

Previous
From: Tom Lane
Date:
Subject: Re: pg_upgrade and materialized views
Next
From: 石勇虎
Date:
Subject: 答复: response time is very long in PG9.5.5 using psql or jdbc