bug-lilypond
[Top][All Lists]
Advanced

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

Re: Issue 1585 in lilypond: LilyPond segfaults on beams with headless st


From: lilypond
Subject: Re: Issue 1585 in lilypond: LilyPond segfaults on beams with headless stencils
Date: Thu, 31 Mar 2011 21:48:07 +0000


Comment #1 on issue 1585 by percival.music.ca: LilyPond segfaults on beams with headless stencils
http://code.google.com/p/lilypond/issues/detail?id=1585

According to my trusty printf, it seems like queue.top() is dying:

lily/beam-quanting.cc

// line 483
      while (true) {
printf("zzz ccc\n");
        best = queue.top ();
printf("zzz ddd\n");


I'm surprised if it's actually the queue, though.




reply via email to

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