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
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
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
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
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
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
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 =
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 } }
}
}