bug-lilypond
[Top][All Lists]
Advanced

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

Re: Lilypond 2.19.80-1 hangs


From: Aaron Hill
Subject: Re: Lilypond 2.19.80-1 hangs
Date: Sat, 05 May 2018 17:01:22 -0700
User-agent: Roundcube Webmail/1.3.6

How about this repro:

%%%
\version "2.19.80"
\repeat unfold 36 {
  << { e'8 f' } \\ { c'4 } >> d'4
  << { g'4. f'8 } \\ { e'16 d' e'4 d'8 } >>
}
%%%

On my machine, I cannot compile this as-is without the LilyPond process ending prematurely with an access violation:

Faulting application name: lilypond.exe, version: 2.19.80.1, time stamp: 0x0000000b Faulting module name: lilypond.exe, version: 2.19.80.1, time stamp: 0x0000000b
Exception code: 0xc0000005
Fault offset: 0x000ea392

If I lower the repeats to 35 or if I alter the expressions to remove a note (e.g. change { e'8 f' } to { e'4 }), it works.

Here are some system details:

Operating System: Windows 10 Pro 64-bit (10.0, Build 16299) (16299.rs3_release.170928-1534)
Processor: Intel(R) Core(TM)2 Duo CPU     T9500  @ 2.60GHz (2 CPUs)
Memory: 6144MB
Page File: 3362MB used, 3804MB available

I could install WinDbg and dig in further, if it would help. However, I would need symbols for the Windows build.

-- Aaron Hill



reply via email to

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