lilypond-auto
[Top][All Lists]
Advanced

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

Re: [Lilypond-auto] Issue 3194 in lilypond: crash when too many bars req


From: lilypond
Subject: Re: [Lilypond-auto] Issue 3194 in lilypond: crash when too many bars requested
Date: Tue, 19 Feb 2013 01:39:04 +0000


Comment #5 on issue 3194 by address@hidden: crash when too many bars requested
http://code.google.com/p/lilypond/issues/detail?id=3194

I downloaded lilypond-2.13.47.tar.gz from
http://download.linuxaudio.org/lilypond/source/v2.13/
and self-compiled it within LilyDev.

I tested
{
 \repeat unfold xy { c'1 c  \break }
 \bar "|."
}
with different values for xy.

For 2.13.47 I had at least one successful run with xy = 1263, but it
was _not_ reproducable. After testing several other values, it failed
testing the same value (xy = 1263).
??

xy = 2500
returns:
[...]
Preprocessing graphical objects...terminate called after throwing an
instance of 'std::bad_alloc'
  what():  std::bad_alloc
Aborted

xy = 5000
[...]
returns:
Preprocessing graphical objects...terminate called after throwing an
instance of 'std::length_error'
  what():  vector::_M_fill_insert
Aborted

xy = 10000
returns:
[...]
Preprocessing graphical objects...Segmentation fault

With 2.12.3, 2.16.1, 2.17.10
I had one successful run with xy = 1263
But I didn't repeat the test and didn't test other values.

With 2.14.2 I aborted compilation.

Every compilation with every tested versions tooks a very long amount,
up to  ~20 min. 2.14.2 maybe longer.

-Harm

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings



reply via email to

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