bug-lilypond
[Top][All Lists]
Advanced

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

Re: Issue 1156 in lilypond: Memory allocation problem


From: lilypond
Subject: Re: Issue 1156 in lilypond: Memory allocation problem
Date: Sun, 27 Jun 2010 09:42:55 +0000


Comment #1 on issue 1156 by PhilEHolmes: Memory allocation problem
http://code.google.com/p/lilypond/issues/detail?id=1156

Updated minimal version of the source file producing the problem from the original reporter Ben Englert. He reports he can't make this smaller and still reproduce the problem.

See also an image of Task Manager on my Virtual XP. As you see, LilyPond grabs memory quickly at the start of running, until it reaches the physical limit. It then continues to take virtual memory, paging like mad. Eventually I kill it and well over 1 Gig of memory is released.

\version "2.13.21"

PartPOneVoiceSix =  \relative bes {
 r4 a'4 ( d,4 a4 |
 <f a>2 <g, d'>2 \pageBreak s1 \break |
 e,4  )
}

% The score definition
\new PianoStaff <<
  \context Staff = "1" <<  >>
  \context Staff = "2" <<
    \context Voice = "PartPOneVoiceSix" {
      \voiceTwo \PartPOneVoiceSix
    }
  >>


Attachments:
        TaskManager.png  18.6 KB




reply via email to

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