Re: segfault on simple input

2008-02-18 Thread Han-Wen Nienhuys
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 <[EMAIL PROTECTED]>: > The b

Re: segfault on simple input

2008-02-18 Thread Mats Bengtsson
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

Re: segfault on simple input

2008-02-17 Thread Francisco Vila
2008/2/17, Francisco Vila <[EMAIL PROTECTED]>: > > 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 { } > } Thanks to charito.equis for reporting

segfault on simple input

2008-02-17 Thread Francisco Vila
> 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 bug-lilypond@gnu.org http