lilypond-user
[Top][All Lists]
Advanced

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

Circular dependencies - Deadlock


From: Michael Käppler
Subject: Circular dependencies - Deadlock
Date: Wed, 21 Jun 2017 21:45:16 +0200
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0

Hi all,

I searched the bug tracker for the following issue but did not find anything...

Consider two files:

foo.ily:

\version "2.19.59"
\include "bar.ly"

bar.ly:

\version "2.19.59"
\include "foo.ily"

{ c4 d e f }

If you try to compile bar.ly the parsing process continues forever, apparently because Lily includes the two files in a circular manner (maybe reaching a memory limit at some point - did not try that)

Am I right to consider this a bug?

Regards,

Michael




reply via email to

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