bug-texinfo
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: runaway recursion in makeinfo


From: Patrice Dumas
Subject: Re: runaway recursion in makeinfo
Date: Mon, 21 Nov 2022 11:47:24 +0100

On Sun, Nov 20, 2022 at 11:30:08AM -0800, David Bacon wrote:
> The following command on the attached .texi file never terminates, but
> spins while consuming more and more memory until it is killed:
> 
> $ makeinfo --html --no-split --no-headers setl-lib.texi

Thanks for the report.

I'll have a look tonight.

Here is a small reproducer (with --html), maybe it could be even smaller
with the macro pre-expansion, but I'll look at it later:

@alias rfe = ref

@macro refglyph {node}
@rfe{\node\}
@end macro

@node sharp
@section @refglyph{sharp} tuple

-- 
Pat



reply via email to

[Prev in Thread] Current Thread [Next in Thread]