lilypond-auto
[Top][All Lists]
Advanced

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

Re: [Lilypond-auto] Issue 4179 in lilypond: Memory leak when using large


From: lilypond
Subject: Re: [Lilypond-auto] Issue 4179 in lilypond: Memory leak when using large numerator in time signature
Date: Sat, 27 Dec 2014 19:43:57 +0000


Comment #1 on issue 4179 by address@hidden: Memory leak when using large numerator in time signature
https://code.google.com/p/lilypond/issues/detail?id=4179

LilyPond fills in default auto-beaming points, which would be a Scheme list of 10^9 1s, and that list does not fit in memory.
There is now an optional 'beat-structure' argument
  \time #'(33333333 33333333 3333333333)  999999999/1 f'1

The segfault reported here
<http://lists.gnu.org/archive/html/bug-lilypond/2014-10/msg00071.html>
can be resolved in a similar way but with a shorter list.
Here, the function called ending-moments in auto-beam.scm recurses too deeply.

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings



reply via email to

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