lilypond-user
[Top][All Lists]
Advanced

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

Re: Core dump


From: David Kastrup
Subject: Re: Core dump
Date: Tue, 19 Mar 2019 11:37:23 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)

Andrew Bernard <address@hidden> writes:

> I saw this a few years ago in relation to hiding nested tuplet brackets.
>
> It's back. Using 2.19.82 on Ubuntu 18.10, suddenly my 90 page string
> quartet score of 11,000 lines fails with a core dump. This is only 90 pages
> of 250, so I am quite concerned. This occurred after I aggregated four
> smaller compatible files into one, suddenly, so therefore difficult to see
> if it was just the last line added ushing it over the edge.
>
> Drawing systems...lilypond:
> /home/gub/NewGub/gub/target/linux-64/src/lilypond-git.sv.gnu.org--lilypond.git-stable-2.20/flower/include/interval.hh:227:
> T Interval_t<T>::center() const [with T = double]: Assertion `!is_empty ()'
> failed.
> Aborted (core dumped)
>
> [I cant find a core file anywhere.]

ulimit -c 2000000 # assuming 2GB of core is tolerable and sufficient

> How do we diagnose this? It's not my \tupletOff code this time as I have
> commented that out.
>
> Does this need to go to the bug list?
>
> Where are the instructions for running gdb over this?

gdb lilypond

and then

run the-name-of-your-input-file.ly

When it crashes,

backtrace RET

-- 
David Kastrup



reply via email to

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