Menu

#4767 Crash with Completion_heads_engraver and bare durations

Verified
Crash
2016-03-02
2016-02-08
No

The following code crashes:

:::TeX
\version "2.19.36"
\layout {
  \context {
    \Voice
    \remove "Note_heads_engraver"
    \consists "Completion_heads_engraver"
  }
}
{ \breve }

Removing Note_heads_engraver is not essential to triggering the bug.

Discussion

  • David Kastrup

    David Kastrup - 2016-02-08

    Issue 4767: Crash with Completion_heads_engraver and bare durations

    This checks for the existence of a pitch before using it, defaulting
    to middle C.

    http://codereview.appspot.com/288100043

     
  • David Kastrup

    David Kastrup - 2016-02-09
    • status: Accepted --> Started
    • assigned_to: David Kastrup
    • Needs: -->
    • Type: --> Crash
     
  • Anonymous

    Anonymous - 2016-02-10
    • Patch: new --> review
     
  • Anonymous

    Anonymous - 2016-02-10

    Passes make, make check and a full make doc.

     
  • Anonymous

    Anonymous - 2016-02-12
    • Patch: review --> countdown
     
  • Anonymous

    Anonymous - 2016-02-12

    Patch on countdown for Feb 15th

     
  • Anonymous

    Anonymous - 2016-02-15

    Patch counted down please push.

     
  • Anonymous

    Anonymous - 2016-02-15
    • Patch: countdown --> push
     
  • David Kastrup

    David Kastrup - 2016-02-15
    • labels: --> Fixed_2_19_37
    • status: Started --> Fixed
    • Patch: push -->
     
  • David Kastrup

    David Kastrup - 2016-02-15

    Pushed to staging as
    commit 0ab926218d76fa487f6935fd846796c902261e94
    Author: David Kastrup dak@gnu.org
    Date: Mon Feb 8 23:47:47 2016 +0100

    Issue 4767: Crash with Completion_heads_engraver and bare durations
    
    This checks for the existence of a pitch before using it, defaulting
    to middle C.
    
     
  • Simon Albrecht

    Simon Albrecht - 2016-03-02
    • status: Fixed --> Verified
     
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.