Issue 713 in lilypond: bus error with \bookpart

2008-12-22 Thread codesite-noreply
Status: Accepted Owner: nicolas.sceaux New issue 713 by nicolas.sceaux: bus error with \bookpart http://code.google.com/p/lilypond/issues/detail?id=713 The following snippet may cause a bus error: \version "2.11.65" \bookpart { \score { \new Staff { \repeat unfold 139 { c'1 d'1 } } } }

Issue 713 in lilypond: bus error with \bookpart

2008-12-22 Thread codesite-noreply
Updates: Labels: Type-Defect Comment #1 on issue 713 by nicolas.sceaux: bus error with \bookpart http://code.google.com/p/lilypond/issues/detail?id=713 In Paper_book::output_aux(), for a parent Paper_book, despite the looping: for (SCM p = scm_reverse (bookparts_); scm_is_pair (p); p =

Issue 713 in lilypond: bus error with \bookpart

2008-12-22 Thread codesite-noreply
Updates: Status: Fixed Labels: fixed_2_11_66 Comment #2 on issue 713 by nicolas.sceaux: bus error with \bookpart http://code.google.com/p/lilypond/issues/detail?id=713 May the users having observed the bus error or seg fault test this fix please? commit: f60b3df9db16b80248d802

Issue 713 in lilypond: bus error with \bookpart

2008-12-22 Thread codesite-noreply
Comment #3 on issue 713 by pnorcks: bus error with \bookpart http://code.google.com/p/lilypond/issues/detail?id=713 The fix works for me, Nicolas. Thanks! -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adj

Issue 713 in lilypond: bus error with \bookpart

2008-12-22 Thread codesite-noreply
Comment #4 on issue 713 by n.puttock: bus error with \bookpart http://code.google.com/p/lilypond/issues/detail?id=713 No problems here with the snippet above, or the files from Graham, Jon and James. One thing I noticed was that all the test files worked fine when optimisation was disable

Issue 713 in lilypond: bus error with \bookpart

2009-02-28 Thread codesite-noreply
Updates: Status: Verified Comment #5 on issue 713 by v.villenave: bus error with \bookpart http://code.google.com/p/lilypond/issues/detail?id=713 (No comment was entered for this change.) -- You received this message because you are listed in the owner or CC fields of this issue, or bec

Re: Issue 713 in lilypond: bus error with \bookpart

2008-12-22 Thread Mats Bengtsson
Works well over here (Linux). /Mats codesite-nore...@google.com wrote: Updates: Status: Fixed Labels: fixed_2_11_66 Comment #2 on issue 713 by nicolas.sceaux: bus error with \bookpart http://code.google.com/p/lilypond/issues/detail?id=713 May the users having observed the bus error

Re: Issue 713 in lilypond: bus error with \bookpart

2008-12-23 Thread Nicolas Sceaux
Le 23 déc. 08 à 00:18, Mats Bengtsson a écrit : Works well over here (Linux). /Mats Thank you all for testing it. nicolas ___ bug-lilypond mailing list bug-lilypond@gnu.org http://lists.gnu.org/mailman/listinfo/bug-lilypond