lilypond-devel
[Top][All Lists]
Advanced

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

Re: make test-clean test segfaults on master


From: David Kastrup
Subject: Re: make test-clean test segfaults on master
Date: Wed, 03 Aug 2011 19:55:38 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

Graham Percival <address@hidden> writes:

> On Wed, Aug 03, 2011 at 07:38:07PM +0200, David Kastrup wrote:
>> 
>>  /Documentation/snippets" -I
>> "/usr/local/tmp/lilypond/input/regression" -I
>> "/usr/local/tmp/lilypond/Documentation/included" -I
>> "/usr/local/tmp/lilypond/mf/out" -I "/usr/local/tmp/lilypond/mf/out"
>> -I "/usr/local/tmp/lilypond/Documentation/pictures" -I
>> "/usr/local/tmp/lilypond/Documentation/pictures/out-test"
>> --formats=eps -deps-box-padding=3.000000 -dread-file-list
>> -dno-strip-output-dir
>> "/usr/local/tmp/lilypond/out/lybook-testdb/snippet-names--1980013010.ly"
>> Child returned 139
>> 
>> This is a rather recent development.  Any ideas?
>
> Take a look at the file names in
>   /usr/local/tmp/lilypond/out/lybook-testdb/snippet-names--1980013010.ly
> and try them one-by-one until you find the failing file?
>
> when you find the filename, it'll be something like
>   .../a7/lilypond-12deg87.ly
> inside that .ly file will be something like
>   \sourcefile "Documentation/snippets/i-am-a-naughty-file.ly"
> you now finally have a filename that you can investigate on the
> command-line.

GNU LilyPond 2.15.9
warning: cannot find file: `snippet-map--1980013010.ly'
error: failed files: "snippet-map--1980013010.ly"
snippet-map--1980013010.ly
address@hidden:/usr/local/tmp/lilypond/out/lybook-db$ cd ../lybook-testdb/
address@hidden:/usr/local/tmp/lilypond/out/lybook-testdb$ for i in `cat 
/usr/local/tmp/lilypond/out/lybook-testdb/snippet-names--1980013010.ly`;do 
../bin/lilypond $i || { echo $i; break; } ;done
GNU LilyPond 2.15.9
Processing `snippet-map--1980013010.ly'
Parsing...
success: Compilation successfully completed
GNU LilyPond 2.15.9
Processing `71/lily-199061b8.ly'
Parsing...
Renaming input to: `tie-direction-manual.ly'
Interpreting music... 
Preprocessing graphical objects...throw from within critical section.
Aborted (core dumped)

-- 
David Kastrup



reply via email to

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