Comment #1 on issue 4179 by [email protected]: 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