Re: Commit not in git release branch

2023-02-08 Thread Gavin Smith
On Wed, Jan 25, 2023 at 11:07:56AM +0100, Hilmar Preuße wrote: > Am 24.01.2023 um 17:45 teilte Gavin Smith mit: > > On Tue, Jan 24, 2023 at 01:29:07PM +0100, Hilmar Preuße wrote: > > Hello, > > > > I just noticed that the commit > > > > > > commit edff3e5615e6263e9be5a35c0b68799f860eb886 > > > A

Further info bug fixed

2023-02-08 Thread Gavin Smith
On Mon, Dec 12, 2022 at 06:47:44PM +, Gavin Smith wrote: > On Mon, Dec 12, 2022 at 01:31:39PM +0100, Hilmar Preuße wrote: > > Hello, > > > > another one for you. The issue is reproducible with latest git checkout. > > I could only test on amd64, where the error message looks differently. > >

Re: info may stress-test the terminal emulator

2023-02-08 Thread Bruno Haible
Hi Gavin, > There's no way for me to reproduce this. Neither can I. The next time it occurs, I hope I'll think at launching gdb immediately. Thanks for listening anyways. Bruno

Re: info may stress-test the terminal emulator

2023-02-08 Thread Gavin Smith
On Wed, Feb 08, 2023 at 01:46:57PM +0100, Bruno Haible wrote: > Hi, > > This is a bug report about the 'info' program (GNU texinfo 6.8). > > In a terminal emulator, I ran 'info m4', searched for m4_provide_if, then > attempted to abort this search by pressing some of the characters ESC, Enter, >

Intermittent t/60macro.t failure

2023-02-08 Thread Gavin Smith
Tested with git commit 0fb51499dd. TEXINFO_XS=require perl -w t/60macro.t often produces a test failure in the 'macro_in_def_delimiters' test. It does not happen every time so I suspect a memory error. TEXINFO_XS=require perl -w t/60macro.t macro_in_def_delimiters on its own seems to be ok so i

Re: info may stress-test the terminal emulator

2023-02-08 Thread Andreas Schwab
On Feb 08 2023, Bruno Haible wrote: > Andreas Schwab wrote: >> > Is there a way to fix/improve this erratic behaviour of the 'info' program, >> > please? >> >> Are you sure it's not the terminal emulator erratically sending an >> endless stream of characters to the inferior? The info program nor

Re: info may stress-test the terminal emulator

2023-02-08 Thread Bruno Haible
Andreas Schwab wrote: > > Is there a way to fix/improve this erratic behaviour of the 'info' program, > > please? > > Are you sure it's not the terminal emulator erratically sending an > endless stream of characters to the inferior? The info program normally > emits a BEL when it receives a chara

Re: info may stress-test the terminal emulator

2023-02-08 Thread Andreas Schwab
On Feb 08 2023, Bruno Haible wrote: > Is there a way to fix/improve this erratic behaviour of the 'info' program, > please? Are you sure it's not the terminal emulator erratically sending an endless stream of characters to the inferior? The info program normally emits a BEL when it receives a ch

info may stress-test the terminal emulator

2023-02-08 Thread Bruno Haible
Hi, This is a bug report about the 'info' program (GNU texinfo 6.8). In a terminal emulator, I ran 'info m4', searched for m4_provide_if, then attempted to abort this search by pressing some of the characters ESC, Enter, Ctrl-Q, repeatedly. (I can't remember which character sequence exactly.) At