bug-lilypond
[Top][All Lists]
Advanced

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

Re: segfault on simple input


From: Han-Wen Nienhuys
Subject: Re: segfault on simple input
Date: Mon, 18 Feb 2008 23:31:29 -0300

Hi Erik,

could you have a brief look?  It seems that

  Score_performer::connect_to_context

is executed registering Score_performer::prepare, but then the prepare
listener is not entered,
so one_time_step dereferences the null audio_column_.

2008/2/18, Mats Bengtsson <address@hidden>:
> The bug remains also in verson 2.11.39! Also, the example can be
> shortened into
> \version "2.10.33"
> \score {
>     { R1 }
>     \midi { }
> }
>
> A workaround is to explicitly create a Voice context:
> \version "2.10.33"
> \score {
>     \new Voice { R1 }
>     \midi { }
> }
>
>    /Mats
>
> Francisco Vila wrote:
> >> I'm not top posting.
> >>
> >
> > This simple (bad) code gives a segfault in Linux, tested in FC7 and Ubuntu
> > Gutsy, not yet tested in other OSes
> >
> > \version "2.10.33"
> > \score {
> >     { R1. c1 }
> >     \midi { }
> > }
> >
> >
> >
> >
> >
> > _______________________________________________
> > bug-lilypond mailing list
> > address@hidden
> > http://lists.gnu.org/mailman/listinfo/bug-lilypond
> >
>
> --
> =============================================
>         Mats Bengtsson
>         Signal Processing
>         School of Electrical Engineering
>         Royal Institute of Technology (KTH)
>         SE-100 44  STOCKHOLM
>         Sweden
>         Phone: (+46) 8 790 8463
>         Fax:   (+46) 8 790 7260
>         Email: address@hidden
>         WWW: http://www.s3.kth.se/~mabe
> =============================================
>
>
>
> _______________________________________________
> bug-lilypond mailing list
> address@hidden
> http://lists.gnu.org/mailman/listinfo/bug-lilypond
>


-- 
Han-Wen Nienhuys - address@hidden - http://www.xs4all.nl/~hanwen




reply via email to

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