Re: readline: double free when using PageDown

2023-11-26 Thread Chet Ramey
On 11/25/23 8:19 PM, Grisha Levit wrote: On Sat, Nov 25, 2023, 14:03 Chet Ramey > wrote: On 11/25/23 11:41 AM, Matthias Klose wrote: > [forwarded from https://bugs.debian.org/1056314 ] > > """ > I am gett

Re: readline: double free when using PageDown

2023-11-26 Thread Matthias Klose
On 26.11.23 02:19, Grisha Levit wrote: On Sat, Nov 25, 2023, 14:03 Chet Ramey wrote: On 11/25/23 11:41 AM, Matthias Klose wrote: [forwarded from https://bugs.debian.org/1056314] """ I am getting a crash in the Python REPL in this scenario: 1. start "python3" in a terminal 2. type "2+2", ent

Re: readline: double free when using PageDown

2023-11-25 Thread Grisha Levit
On Sat, Nov 25, 2023, 14:03 Chet Ramey wrote: > On 11/25/23 11:41 AM, Matthias Klose wrote: > > [forwarded from https://bugs.debian.org/1056314] > > > > """ > > I am getting a crash in the Python REPL in this scenario: > > > > 1. start "python3" in a terminal > > 2. type "2+2", enter > > 3. type

Re: readline: double free when using PageDown

2023-11-25 Thread Chet Ramey
On 11/25/23 11:41 AM, Matthias Klose wrote: [forwarded from https://bugs.debian.org/1056314] """ I am getting a crash in the Python REPL in this scenario: 1. start "python3" in a terminal 2. type "2+2", enter 3. type (or copy-paste) "1234+5678", enter 4. arrow-up, remove "234", page-down, arrow