lilypond-devel
[Top][All Lists]
Advanced

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

Re: make doc fails (guilev2)


From: David Kastrup
Subject: Re: make doc fails (guilev2)
Date: Mon, 05 Feb 2018 23:48:41 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.50 (gnu/linux)

Thomas Morley <address@hidden> writes:

> 2018-02-05 23:23 GMT+01:00 David Kastrup <address@hidden>:
>
>>
>> Uh, you are aware that your log ends with:
>>
>> Writing ./f4/lily-265fe61c-systems.count...Segmentation fault (core dumped)
>>
>> The programming errors are a nuisance (and should likely get fixed) but
>> this aborts for entirely different reasons.
>
> Yes, but ofcourse a segfault has a reason and the programming errors
> were the only other messages.
>
> Any hint to track it down?

set ulimit -c 1000000

(core dump size limit to 1000000 kbytes) and try again.  Then look in
your tree for a file called "core" and call

gdb out/bin/lilypond path/to/core

and then try

backtrace

in the debugger.  It's probably not trivial to figure out what file is
responsible, but at least one will be able to figure out what happens.

-- 
David Kastrup



reply via email to

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