lilypond-auto
[Top][All Lists]
Advanced

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

[Lilypond-auto] [LilyIssues-auto] [testlilyissues:issues] #5964 Multi_me


From: Auto mailings of changes to Lily Issues via Testlilyissues-auto
Subject: [Lilypond-auto] [LilyIssues-auto] [testlilyissues:issues] #5964 Multi_measure_rest_engraver segfaults when its context doesn’t include Staff_symbol_engraver.
Date: Wed, 06 May 2020 22:54:01 -0000

gdb would likely have a lot more to say if you told it

bt

in order to get a backtrace. This only tells us that a property access on a non-existent grob goes wrong, but not where that property is getting accessed and, likely, what the property is.


[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:47 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

reply via email to

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