|
From: | Auto mailings of changes to Lily Issues via Testlilyissues-auto |
Subject: | [Lilypond-auto] [LilyIssues-auto] [testlilyissues:issues] Re: #5964 Multi_measure_rest_engraver segfaults when its context doesn’t include Staff_symbol_engraver. |
Date: | Wed, 06 May 2020 22:59:53 -0000 |
IIUC, the Multi_measure_rest_engraver now relies on line-positions to place the grob, hence the crash?
[issues:#5964] Multi_measure_rest_engraver segfaults when its context doesn’t include Staff_symbol_engraver.
Status: Accepted
Labels: Regression
Created: Wed May 06, 2020 10:47 PM UTC by Valentin Villenave
Last Updated: Wed May 06, 2020 10:57 PM UTC
Owner: nobody
This used to work as recently as 2.20.0, and it no longer does:
\version 2.21.1 \layout { \context { \type Engraver_group \name GlobalRests %\consists Staff_symbol_engraver %\omit StaffSymbol \consists Multi_measure_rest_engraver } \context { \Score \accepts GlobalRests } } \score { \new GlobalRests { R1 } }
Uncommenting the Staff_symbol_engraver prevents the segfault from happening.
Here’s what gdb has to say:
Program received signal SIGSEGV, Segmentation fault. Grob::internal_get_property (this=this@entry=0x0, sym=0x7fffe98e1ea0) at grob-property.cc:162 162 SCM val = get_property_data (this, sym);
Reported by Trevor B: https://lists.gnu.org/archive/html/lilypond-user/2020-05/msg00077.html
Sent from sourceforge.net because address@hidden is subscribed to https://sourceforge.net/p/testlilyissues/issues/
To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/testlilyissues/admin/issues/options. Or, if this is a mailing list, you can unsubscribe from the mailing list.
_______________________________________________ Testlilyissues-auto mailing list address@hidden https://lists.sourceforge.net/lists/listinfo/testlilyissues-auto
[Prev in Thread] | Current Thread | [Next in Thread] |