Re: Segfault in MIDI with empty score via skipTypesetting

2021-10-24 Thread James
Hello, On 24/10/2021 14:24, David Kastrup wrote: James writes: if I go up the stack a bit --snip- (gdb) f 3 #3  0x55705abb in audio_item_less (a=0x55d37e90, b=0x55d37df0)     at /home/james/Downloads/git_repos/lilypond-git/lily/midi-walker.cc:54 54    return a->get_co

Re: Segfault in MIDI with empty score via skipTypesetting

2021-10-24 Thread David Kastrup
James writes: > if I go up the stack a bit > > --snip- > > (gdb) f 3 > #3  0x55705abb in audio_item_less (a=0x55d37e90, > b=0x55d37df0) >     at /home/james/Downloads/git_repos/lilypond-git/lily/midi-walker.cc:54 > 54    return a->get_column ()->when_ < b->get_column ()->when

Re: Segfault in MIDI with empty score via skipTypesetting

2021-10-24 Thread James
hello, On 23/10/2021 23:16, David Kastrup wrote: The following eventually crashes: -*- mode: compilation; default-directory: "/tmp/" -*- Compilation started at Sun Oct 24 00:14:20 lilypond /tmp/bah.ly GNU LilyPond 2.23.5 (running Guile 1.8) Processing `/tmp/bah.ly' Parsing... /tmp/bah.ly:1: w

Segfault in MIDI with empty score via skipTypesetting

2021-10-23 Thread David Kastrup
The following eventually crashes: \version "2.23.5" \score { { \set Score.skipTypesetting = ##t c1 } \midi { } }-*- mode: compilation; default-directory: "/tmp/" -*- Compilation started at Sun Oct 24 00:14:20 lilypond /tmp/bah.ly GNU LilyPond 2.23.5 (running Guile 1.8) Processing