Status: Accepted Owner: ---- Labels: Type-Critical Regression
New issue 2831 by k-ohara5...@oco.net: Crash with slurs and flags and duration-override
http://code.google.com/p/lilypond/issues/detail?id=2831 \version "2.16" \relative c' { \override NoteHead #'duration-log = #0 c8( d) } causes LilyPond to eats memory until the system kills it. Adding \override Stem #'duration-log = #0 helps.