bug-lilypond
[Top][All Lists]
Advanced

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

Re: Crash in 2.25.4


From: Jean Abou Samra
Subject: Re: Crash in 2.25.4
Date: Fri, 19 May 2023 21:00:09 +0200
User-agent: Evolution 3.48.1 (3.48.1-1.fc38)

Le vendredi 19 mai 2023 à 12:26 -0600, Colin Campbell a écrit :
> 
> On 2023-05-19 11:03, Jean Abou Samra wrote:
> > \version "2.25.5"
> > 
> > #(define-markup-command (db layout props arg) (markup?)
> >     (let ((stil (interpret-markup layout props arg)))
> >       (pretty-print (ly:stencil-expr stil))
> >       stil))
> > 
> > \markup \db abc
> 
> Terminal output:
> 
> ###########
> 
> colin@Calvin:/Work$ lilypond BugTest.ly
> GNU LilyPond 2.25.5 (running Guile 2.2)
> Processing `BugTest.ly'
> Parsing...(utf-8-string
>   "LilyPond Serif 3.8662109375"
>   "abc"
>   (translate-stencil
>     (0.0 . 0.0)
>     (glyph-string
>       #<Pango_font (#f . 1.0)>
>       "C059-Roman"
>       3.865234375
>       #f
>       ((1.2291590551181102
>         (-0.03300964259350393 . 1.0582424612450787)
>         0.0
>         0.0
>         66
>         "a")
>        (1.2291590551181102
>         (-0.03300964259350393 . 1.6214403128075787)
>         0.0
>         0.0
>         67
>         "b")
>        (0.990155905511811
>         (-0.03300964259350393 . 1.0582424612450787)
>         0.0
>         0.0
>         68
>         "c"))
>       "/usr/share/fonts/opentype/urw-base35/C059-Roman.otf"
>       0
>       "abc"
>       ((1 . 1) (1 . 1) (1 . 1)))))
> 
> Finding the ideal number of pages...
> Fitting music on 1 page...
> Drawing systems...
> Converting to `BugTest.pdf'...
> warning: `(gs -q -dNODISPLAY -dNOSAFER -dNOPAUSE -dBATCH 
> -dAutoRotatePages=/None -dPrinted=false /tmp/lilypond-tmp-9236892)' 
> failed (256)
> 
> /usr/local/share/lilypond/2.25.5/ly/init.ly:66:2: error: Guile signaled 
> an error for the expression beginning here
> #
> (let ((book-handler (if (defined? 'default-toplevel-book-handler)
> Throw to key `ly-file-failed' with args `()'.
> 
> #########
> 
> No PDF produced.


In the verbose log you sent initially, I see

Initializing embedded CFF font list.
Found file in search path: /usr/share/fonts/opentype/urw-base35/C059-Roman.otf 
-> /usr/share/fonts/opentype/urw-base35/C059-Roman.otf
Embedding CFF font `C059-Roman'.
[/usr/share/fonts/opentype/urw-base35/C059-Roman.otf]
Found file in search path: /usr/share/fonts/truetype/noto/NotoColorEmoji.ttf -> 
/usr/share/fonts/truetype/noto/NotoColorEmoji.ttf
[/usr/share/fonts/truetype/noto/NotoColorEmoji.ttf]


Right now, I have no idea why LilyPond is looking for the NotoColorEmoji font...

Can you try to find which commit introduced the problem for you, using 'git 
bisect'?

Thanks.

Attachment: signature.asc
Description: This is a digitally signed message part


reply via email to

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