Re: Issue 1440 in lilypond: \book(part) containing page-marker as only element segfaults

2010-12-14 Thread lilypond
Updates: Status: Verified Comment #6 on issue 1440 by Carl.D.Sorensen: \book(part) containing page-marker as only element segfaults http://code.google.com/p/lilypond/issues/detail?id=1440 Verified, and a regtest has been pushed (although it didn't make it in the 2.13.43 release).

Re: Issue 1440 in lilypond: \book(part) containing page-marker as only element segfaults

2010-12-14 Thread lilypond
Updates: Status: Fixed Labels: fixed_2_13_43 Comment #5 on issue 1440 by percival.music.ca: \book(part) containing page-marker as only element segfaults http://code.google.com/p/lilypond/issues/detail?id=1440 Pushed your patch ___

Re: Issue 1440 in lilypond: \book(part) containing page-marker as only element segfaults

2010-12-11 Thread lilypond
Updates: Status: Started Owner: n.puttock Labels: Patch Comment #4 on issue 1440 by n.puttock: \book(part) containing page-marker as only element segfaults http://code.google.com/p/lilypond/issues/detail?id=1440 Can't we just check for null at the point where the Line_

Re: Issue 1440 in lilypond: \book(part) containing page-marker as only element segfaults

2010-12-09 Thread lilypond
Comment #3 on issue 1440 by joeneeman: \book(part) containing page-marker as only element segfaults http://code.google.com/p/lilypond/issues/detail?id=1440 I'm a bit uneasy about the change to Line_details::Line_details because if you pass in a null pb then you'll get a Line_details that's

Re: Issue 1440 in lilypond: \book(part) containing page-marker as only element segfaults

2010-12-09 Thread lilypond
Comment #2 on issue 1440 by Carl.D.Sorensen: \book(part) containing page-marker as only element segfaults http://code.google.com/p/lilypond/issues/detail?id=1440 LGTM. Carl ___ bug-lilypond mailing list bug-lilypond@gnu.org http://lists.gnu.org/m

Re: Issue 1440 in lilypond: \book(part) containing page-marker as only element segfaults

2010-12-07 Thread lilypond
Comment #1 on issue 1440 by n.puttock: \book(part) containing page-marker as only element segfaults http://code.google.com/p/lilypond/issues/detail?id=1440 The following patch seems to work: diff --git a/lily/constrained-breaking.cc b/lily/constrained-breaking.cc index 29c00e1..a2f61ef 10064

Issue 1440 in lilypond: \book(part) containing page-marker as only element segfaults

2010-12-07 Thread lilypond
Status: Accepted Owner: Labels: Type-Defect Priority-Critical New issue 1440 by n.puttock: \book(part) containing page-marker as only element segfaults http://code.google.com/p/lilypond/issues/detail?id=1440 \version "2.13.42" \book { \label #'foo } Program received signal SIGSEGV, Seg