Hello,

On Sun, 15 Jul 2018 20:09:52 -0700, Aaron Hill <lilyp...@hillvisions.com> wrote:

> On 2018-07-15 18:21, Simon Albrecht wrote:
> > Hello everybody,
> > 
> > this combination of a custom music function that combines the music
> > simultaneously with itself and a \once\offset command causes LilyPond
> > to crash (exit with return code 11):
> > 
> > %%%%%%%%%%%%
> > \version "2.19.82"
> > test =
> > #(define-music-function (parser location mus) (ly:music?)
> >   #{ << $mus $mus >> #})
> > 
> > \test { \once\offset length 1 Stem 4 }
> > %%%%%%%%%%%%
> 
> Seems the custom music function is not needed to reproduce a crash.
> 
> %%%%
>    \version "2.19.82"
>    music = { \once \offset length 5 Stem 4 4 }
>    << \music \music >>
> %%%%
> 
> This also results in:
> 
> > GNU LilyPond 2.19.82
> > Processing `crash.ly'
> > Parsing...
> > Interpreting music...
> > Preprocessing graphical objects...
> > fish: “lilypond crash.ly” terminated by signal SIGSEGV (Address 
> > boundary error)

...

> 
> -- Aaron Hill

I created https://sourceforge.net/p/testlilyissues/issues/5383/ for this crash 
report.


James
_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to