[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: regression: assertion
From: |
pkx166h |
Subject: |
Re: regression: assertion |
Date: |
Sat, 4 Jan 2020 13:40:58 +0000 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.2.2 |
Hello,
On 27/12/2019 19:19, address@hidden wrote:
> Code below works fine when run under windows in lilypond 2.18.2
> However when running in 2.19.83, or in 2.21.0 (version end November) an
> assertion is thrown:
>
> File:
> /home/jaap/gub/target/mingw/src/lilypond-git.sv.gnu.org--lilypond.git-master
> /lily/page-breaking.cc, Line 1052
> Expression: my_index == 0
>
> \version "2.18.2"
>
> \header {
> title = "Title"
> }
>
> \relative fis' {
> \pageBreak
> r1 \break
> r4 r4 r2
> r2 r4 c4 \break
> r1 \pageBreak
> r1
> }
>
>
> ______________
I reproduced this on my own Linux System (Ubuntu 18.04) using current
master.
I created
https://sourceforge.net/p/testlilyissues/issues/5651
I have also attached a back trace of the core that was dumped running
the above ly example.
Then I went through and compiled some earlier 2.19 builds and it seems
that, at least up to 2.19.12-1, this file did not core dump and I got a
successful PDF compile.
However I am not able to compile any builds between and including
2.19.13 and 2.19.37, and then 2.19.38-1 produces the same assertion.
Hope this helps.
James
backtrace.txt
Description: Text document
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Re: regression: assertion,
pkx166h <=