Re: Bus error when attaching voice context to grouping

2014-07-06 Thread James
On 05/07/14 13:45, Douglas Ligertwood wrote: > % This fails with a bus error. > % I'm uncertain if this should be valid code, > % but a clearer error message would be helpful. > > \version "2.18.2" > > \layout { > \context { >

Re: Bus error when attaching voice context to grouping

2014-07-05 Thread James
On 05/07/14 13:45, Douglas Ligertwood wrote: > % This fails with a bus error. > % I'm uncertain if this should be valid code, > % but a clearer error message would be helpful. > > \version "2.18.2" > > \layout { > \context { >

Re: Bus error when attaching voice context to grouping

2014-07-05 Thread Thomas Morley
2014-07-05 14:45 GMT+02:00 Douglas Ligertwood : > % This fails with a bus error. > % I'm uncertain if this should be valid code, > % but a clearer error message would be helpful. Yep, clear error messages are always preferable > > \version "2.18.2" &g

Bus error when attaching voice context to grouping

2014-07-05 Thread Douglas Ligertwood
% This fails with a bus error. % I'm uncertain if this should be valid code, % but a clearer error message would be helpful. \version "2.18.2" \layout { \context { \Voice \name trebleVoice \alias Voice }

Re: Issue 1985 in lilypond: musicxml2ly: group-symbol none leads to bus error

2012-02-05 Thread lilypond
Updates: Status: Verified Comment #7 on issue 1985 by philehol...@gmail.com: musicxml2ly: group-symbol none leads to bus error http://code.google.com/p/lilypond/issues/detail?id=1985 Confirmed fixed running musicxml2ly from 2.15.28 against that test file

Re: Issue 1985 in lilypond: musicxml2ly: group-symbol none leads to bus error

2012-02-03 Thread lilypond
Updates: Status: Fixed Labels: -Patch-push Fixed_2_15_28 Comment #6 on issue 1985 by d...@gnu.org: musicxml2ly: group-symbol none leads to bus error http://code.google.com/p/lilypond/issues/detail?id=1985 Pushed as d34f1532c8effd6eacbabb1338d980204531f57c to staging. It is

Re: Issue 1985 in lilypond: musicxml2ly: group-symbol none leads to bus error

2012-01-26 Thread lilypond
Updates: Owner: janek.li...@gmail.com Comment #5 on issue 1985 by pkx1...@gmail.com: musicxml2ly: group-symbol none leads to bus error http://code.google.com/p/lilypond/issues/detail?id=1985 (No comment was entered for this change

Re: Issue 1985 in lilypond: musicxml2ly: group-symbol none leads to bus error

2012-01-18 Thread lilypond
Updates: Labels: Patch-review Comment #2 on issue 1985 by lilypond...@gmail.com: musicxml2ly: group-symbol none leads to bus error http://code.google.com/p/lilypond/issues/detail?id=1985#c2 Patchy the autobot says: LGTM. ___ bug-lilypond

Re: Issue 1985 in lilypond: musicxml2ly: group-symbol none leads to bus error

2012-01-17 Thread lilypond
Updates: Status: Started Labels: Patch-new Comment #1 on issue 1985 by janek.li...@gmail.com: musicxml2ly: group-symbol none leads to bus error http://code.google.com/p/lilypond/issues/detail?id=1985 patch by Patrick Schmidt here: http://codereview.appspot.com/5303063

Re: musicxml2ly: group-symbol none leads to bus error

2011-10-22 Thread Colin Campbell
y compiles with only one error: the lack of any graphic output, by way of .pdf or .ps. Is this the error you are reporting? Hi Colin, hm, there aren't any errors reported from musicxml2ly but when I try to compile the file with v2.15.14 I get: Interpreting music... Bus error With

Issue 1985 in lilypond: musicxml2ly: group-symbol none leads to bus error

2011-10-22 Thread lilypond
Status: Accepted Owner: Labels: Type-Scripts New issue 1985 by colinpkc...@gmail.com: musicxml2ly: group-symbol none leads to bus error http://code.google.com/p/lilypond/issues/detail?id=1985 Reported by Patrick Schmidt and discussed with Rienhold: Patrick: The value 'none&#x

Re: musicxml2ly: group-symbol none leads to bus error

2011-10-22 Thread pls
Am 22.10.2011 um 13:32 schrieb Reinhold Kainhofer: > The culprit is: > [...] > % The score definition > \new StaffGroup \with { systemStartDelimiter = #'f } << >\new Staff << > [...] > > Setting systemStartDelimiter to #'f is just plain wrong (it's the symbol "f", > not the boolean value, an

Re: musicxml2ly: group-symbol none leads to bus error

2011-10-22 Thread Reinhold Kainhofer
to > compile the file with v2.15.14 I get: > > Interpreting music... Bus error > > With v2.15.15 I get: > > Interpreting music... Segmentation fault The culprit is: [...] % The score definition \new StaffGroup \with { systemStartDelimiter = #'f } << \new Staff

Re: musicxml2ly: group-symbol none leads to bus error

2011-10-22 Thread pls
> error: the lack of any graphic output, by way of .pdf or .ps. Is this the > error you are reporting? Hi Colin, hm, there aren't any errors reported from musicxml2ly but when I try to compile the file with v2.15.14 I get: Interpreting music... Bus error With v2.15

Re: musicxml2ly: group-symbol none leads to bus error

2011-10-21 Thread Colin Campbell
On 11-10-19 09:45 AM, Patrick Schmidt wrote: Hey all, The value 'none' of the element 'group-symbol' (none) leads to a bus error when the converted .ly-file is compiled with LilyPond v2.15.14. The compilation fails. There is no problem with the conversion and compilatio

Re: musicxml2ly: group-symbol none leads to bus error

2011-10-21 Thread Reinhold Kainhofer
Am Wednesday, 19. October 2011, 17:45:23 schrieb Patrick Schmidt: > Hey all, > > The value 'none' of the element 'group-symbol' > (none) leads to a bus error when the > converted .ly-file is compiled with LilyPond v2.15.14. The compilation > fails. There

musicxml2ly: group-symbol none leads to bus error

2011-10-19 Thread Patrick Schmidt
Hey all, The value 'none' of the element 'group-symbol' (none) leads to a bus error when the converted .ly-file is compiled with LilyPond v2.15.14. The compilation fails. There is no problem with the conversion and compilation of the other group-symbols (brace, lin

Re: Issue 818 in lilypond: Bus error when adding Instrument_name_engraver to StaffGroup and outputting MIDI.

2010-09-29 Thread lilypond
Updates: Status: Verified Comment #25 on issue 818 by PhilEHolmes: Bus error when adding Instrument_name_engraver to StaffGroup and outputting MIDI. http://code.google.com/p/lilypond/issues/detail?id=818 Confirmed that this snippet crashes 2.12.2 and 2.13.31 and does not crash

Re: Issue 818 in lilypond: Bus error when adding Instrument_name_engraver to StaffGroup and outputting MIDI.

2010-09-20 Thread lilypond
Updates: Status: Fixed Labels: fixed_2_13_34 Comment #24 on issue 818 by n.puttock: Bus error when adding Instrument_name_engraver to StaffGroup and outputting MIDI. http://code.google.com/p/lilypond/issues/detail?id=818 Thanks for reviewing the patch, Carl

Re: Issue 818 in lilypond: Bus error when adding Instrument_name_engraver to StaffGroup and outputting MIDI.

2010-09-18 Thread lilypond
Comment #23 on issue 818 by Carl.D.Sorensen: Bus error when adding Instrument_name_engraver to StaffGroup and outputting MIDI. http://code.google.com/p/lilypond/issues/detail?id=818 I think we should move ahead with the patch. ___ bug-lilypond

Re: Issue 818 in lilypond: Bus error when adding Instrument_name_engraver to StaffGroup and outputting MIDI.

2010-09-04 Thread lilypond
Comment #22 on issue 818 by n.puttock: Bus error when adding Instrument_name_engraver to StaffGroup and outputting MIDI. http://code.google.com/p/lilypond/issues/detail?id=818 Oops, forgot the patch. http://codereview.appspot.com/2128043

Re: Issue 818 in lilypond: Bus error when adding Instrument_name_engraver to StaffGroup and outputting MIDI.

2010-09-04 Thread lilypond
Updates: Status: Started Owner: n.puttock Labels: Patch Comment #21 on issue 818 by n.puttock: Bus error when adding Instrument_name_engraver to StaffGroup and outputting MIDI. http://code.google.com/p/lilypond/issues/detail?id=818 This appears to have been introduced

Re: Issue 818 in lilypond: Bus error when adding Instrument_name_engraver to StaffGroup and outputting MIDI.

2010-09-02 Thread Neil Puttock
On 2 September 2010 09:20, Phil Holmes wrote: > I've had this sort of behaviour in the dim-and-distant with a compiler bug > on VMS.  I was using 2 pointers pointing to the same memory location, and > changing the value with pointer 1 then reading it with pointer 2.  The > optmiser didn't spot th

Re: Issue 818 in lilypond: Bus error when adding Instrument_name_engraver to StaffGroup and outputting MIDI.

2010-09-02 Thread Phil Holmes
wrote in message news:20-9567054385019064696-2135885824776537067-lilypond=googlecode@googlecode.com... Comment #20 on issue 818 by n.puttock: Bus error when adding Instrument_name_engraver to StaffGroup and outputting MIDI. http://code.google.com/p/lilypond/issues/detail?id=818 OK, a

Re: Issue 818 in lilypond: Bus error when adding Instrument_name_engraver to StaffGroup and outputting MIDI.

2010-09-01 Thread lilypond
Comment #20 on issue 818 by n.puttock: Bus error when adding Instrument_name_engraver to StaffGroup and outputting MIDI. http://code.google.com/p/lilypond/issues/detail?id=818 OK, a few more notes: Translators of the wrong type (i.e., performers for an Engraver_group, engravers for a

Re: Issue 818 in lilypond: Bus error when adding Instrument_name_engraver to StaffGroup and outputting MIDI.

2010-08-30 Thread lilypond
Comment #19 on issue 818 by n.puttock: Bus error when adding Instrument_name_engraver to StaffGroup and outputting MIDI. http://code.google.com/p/lilypond/issues/detail?id=818 Thanks Graham, you're a star. :) I knew I had to find out how to prevent the installer stripping debug info,

Re: Issue 818 in lilypond: Bus error when adding Instrument_name_engraver to StaffGroup and outputting MIDI.

2010-08-30 Thread lilypond
Comment #17 on issue 818 by percival.music.ca: Bus error when adding Instrument_name_engraver to StaffGroup and outputting MIDI. http://code.google.com/p/lilypond/issues/detail?id=818 Does this help? (gdb) run foo.ly Starting program: /home/gperciva/.usr/lilypond/usr/bin/lilypond foo.ly GNU

Re: Issue 818 in lilypond: Bus error when adding Instrument_name_engraver to StaffGroup and outputting MIDI.

2010-08-30 Thread lilypond
Comment #18 on issue 818 by percival.music.ca: Bus error when adding Instrument_name_engraver to StaffGroup and outputting MIDI. http://code.google.com/p/lilypond/issues/detail?id=818 BTW, I can confirm that adding --disable-optimising stops the segfault from happening

Re: Issue 818 in lilypond: Bus error when adding Instrument_name_engraver to StaffGroup and outputting MIDI.

2010-08-21 Thread lilypond
Updates: Status: Accepted Owner: --- Comment #16 on issue 818 by n.puttock: Bus error when adding Instrument_name_engraver to StaffGroup and outputting MIDI. http://code.google.com/p/lilypond/issues/detail?id=818 (No comment was entered for this change

Re: Issue 818 in lilypond: Bus error when adding Instrument_name_engraver to StaffGroup and outputting MIDI.

2010-08-14 Thread Trevor Daniels
Comment #14 on issue 818 by percival.music.ca: Bus error when adding Instrument_name_engraver to StaffGroup and outputting MIDI. http://code.google.com/p/lilypond/issues/detail?id=818 huh. It works just fine with git lilypond, but fails with GUB 2.13.30. Seems likely this is due to

Re: Issue 818 in lilypond: Bus error when adding Instrument_name_engraver to StaffGroup and outputting MIDI.

2010-08-14 Thread lilypond
Comment #15 on issue 818 by n.puttock: Bus error when adding Instrument_name_engraver to StaffGroup and outputting MIDI. http://code.google.com/p/lilypond/issues/detail?id=818 Heh, sorry Graham, I could've worded that question better: I was angling for tips on doing it myself. :) I

Re: Issue 818 in lilypond: Bus error when adding Instrument_name_engraver to StaffGroup and outputting MIDI.

2010-08-14 Thread lilypond
Comment #14 on issue 818 by percival.music.ca: Bus error when adding Instrument_name_engraver to StaffGroup and outputting MIDI. http://code.google.com/p/lilypond/issues/detail?id=818 huh. It works just fine with git lilypond, but fails with GUB 2.13.30. But sorry, it's not feasible

Re: Issue 818 in lilypond: Bus error when adding Instrument_name_engraver to StaffGroup and outputting MIDI.

2010-08-13 Thread lilypond
Comment #13 on issue 818 by Carl.D.Sorensen: Bus error when adding Instrument_name_engraver to StaffGroup and outputting MIDI. http://code.google.com/p/lilypond/issues/detail?id=818 This still runs fine under 2.13.29 on OSX 10.5 ___ bug-lilypond

Re: Issue 818 in lilypond: Bus error when adding Instrument_name_engraver to StaffGroup and outputting MIDI.

2010-08-13 Thread lilypond
Comment #12 on issue 818 by n.puttock: Bus error when adding Instrument_name_engraver to StaffGroup and outputting MIDI. http://code.google.com/p/lilypond/issues/detail?id=818 Hmm, that is interesting. I've just tested it in VirtualBox, and get the same result. TBH, I'm pret

Re: Issue 818 in lilypond: Bus error when adding Instrument_name_engraver to StaffGroup and outputting MIDI.

2010-08-13 Thread lilypond
Updates: Labels: -OpSys-Windows Comment #11 on issue 818 by percival.music.ca: Bus error when adding Instrument_name_engraver to StaffGroup and outputting MIDI. http://code.google.com/p/lilypond/issues/detail?id=818 Good news, everyone! The original snippet segfaults with lilypond

Re: Issue 818 in lilypond: Bus error when adding Instrument_name_engraver to StaffGroup and outputting MIDI.

2010-02-21 Thread lilypond
Updates: Status: Started Owner: n.puttock Comment #10 on issue 818 by n.puttock: Bus error when adding Instrument_name_engraver to StaffGroup and outputting MIDI. http://code.google.com/p/lilypond/issues/detail?id=818 (No comment was entered for this change.) -- You received

Re: Issue 818 in lilypond: Bus error when adding Instrument_name_engraver to StaffGroup and outputting MIDI.

2010-02-20 Thread lilypond
Updates: Owner: --- Comment #9 on issue 818 by percival.music.ca: Bus error when adding Instrument_name_engraver to StaffGroup and outputting MIDI. http://code.google.com/p/lilypond/issues/detail?id=818 (No comment was entered for this change.) -- You received this message because

Re: Issue 818 in lilypond: Bus error when adding Instrument_name_engraver to StaffGroup and outputting MIDI.

2009-11-28 Thread lilypond
Comment #7 on issue 818 by tdanielsmusic: Bus error when adding Instrument_name_engraver to StaffGroup and outputting MIDI. http://code.google.com/p/lilypond/issues/detail?id=818 Although this crashes for me under native Windows Vista it works correctly on the same machine when run under

Re: Issue 818 in lilypond: Bus error when adding Instrument_name_engraver to StaffGroup and outputting MIDI.

2009-11-27 Thread lilypond
Comment #6 on issue 818 by Carl.D.Sorensen: Bus error when adding Instrument_name_engraver to StaffGroup and outputting MIDI. http://code.google.com/p/lilypond/issues/detail?id=818 Works fine with 2.13.9 and OSX 10.5 for me. Carl -- You received this message because you are listed in the

Re: Issue 818 in lilypond: Bus error whenaddingInstrument_name_engraver to StaffGroup and outputting MIDI.

2009-11-27 Thread Graham Percival
On Sat, Nov 28, 2009 at 12:45:27AM -, Trevor Daniels wrote: > > Trevor Daniels wrote Saturday, November 28, 2009 12:14 AM > >> I used 2.13.6, the latest version I had downloaded. >> I'll download a more recent one and try again. > > Fails the same way with 2.13.8 under Vista here: > > Can anyon

Re: Issue 818 in lilypond: Bus error when adding Instrument_name_engraver to StaffGroup and outputting MIDI.

2009-11-27 Thread lilypond
Updates: Status: Accepted Labels: -OpSys-All OpSys-Windows Comment #5 on issue 818 by percival.music.ca: Bus error when adding Instrument_name_engraver to StaffGroup and outputting MIDI. http://code.google.com/p/lilypond/issues/detail?id=818 Trevor gets a crash on windows

Re: Issue 818 in lilypond: Bus error whenaddingInstrument_name_engraver to StaffGroup and outputting MIDI.

2009-11-27 Thread Trevor Daniels
Trevor Daniels wrote Saturday, November 28, 2009 12:14 AM Graham Percival wrote Friday, November 27, 2009 11:53 PM Interesting. I'm pretty certain that James is using OSX, so that's not at play... but perhaps it was fixed after 2.13.6? Is the "Application Version" string correct (are you

Re: Issue 818 in lilypond: Bus error when addingInstrument_name_engraver to StaffGroup and outputting MIDI.

2009-11-27 Thread Trevor Daniels
Graham Percival wrote Friday, November 27, 2009 11:53 PM Interesting. I'm pretty certain that James is using OSX, so that's not at play... but perhaps it was fixed after 2.13.6? Is the "Application Version" string correct (are you using 2.13.6), or is there some problem with GUB (i.e. you'r

Re: Issue 818 in lilypond: Bus error when addingInstrument_name_engraver to StaffGroup and outputting MIDI.

2009-11-27 Thread Graham Percival
nal Message ----- From: > To: > Sent: Friday, November 27, 2009 11:24 PM > Subject: Re: Issue 818 in lilypond: Bus error when > addingInstrument_name_engraver to StaffGroup and outputting MIDI. > > >> Updates: >> Status: Invalid >> >> Comment #4 on issue 818

Re: Issue 818 in lilypond: Bus error when addingInstrument_name_engraver to StaffGroup and outputting MIDI.

2009-11-27 Thread Trevor Daniels
: 69b6 Additional Information 4: 38b850dcdd1169b3963c1a1b399c00cb Trevor - Original Message - From: To: Sent: Friday, November 27, 2009 11:24 PM Subject: Re: Issue 818 in lilypond: Bus error when addingInstrument_name_engraver to StaffGroup and outputting MIDI. Updates: Status

Re: Issue 818 in lilypond: Bus error when adding Instrument_name_engraver to StaffGroup and outputting MIDI.

2009-11-27 Thread lilypond
Updates: Status: Invalid Comment #4 on issue 818 by jameseli...@googlemail.com: Bus error when adding Instrument_name_engraver to StaffGroup and outputting MIDI. http://code.google.com/p/lilypond/issues/detail?id=818 (No comment was entered for this change.) -- You received this

Re: Issue 818 in lilypond: Bus error when adding Instrument_name_engraver to StaffGroup and outputting MIDI.

2009-11-27 Thread lilypond
Updates: Status: Verified Comment #3 on issue 818 by jameseli...@googlemail.com: Bus error when adding Instrument_name_engraver to StaffGroup and outputting MIDI. http://code.google.com/p/lilypond/issues/detail?id=818 I can't reproduce this on 2.12 or 2.13. -- You received

Re: Issue 818 in lilypond: Bus error when adding Instrument_name_engraver to StaffGroup and outputting MIDI.

2009-11-13 Thread lilypond
Comment #2 on issue 818 by reinhold.kainhofer: Bus error when adding Instrument_name_engraver to StaffGroup and outputting MIDI. http://code.google.com/p/lilypond/issues/detail?id=818 The file compiles just fine with 2.13.7 and 2.12.2 under Linux (Kubuntu) -- You received this message

command-line usage - bus error

2009-09-25 Thread Patrick Schmidt
Dear Community, I get a bus error when I try to invoke 2.13.4.1 from the command-line (Mac OS X 10.4.11). I followed the guidelines in the manual "Program Usage" (section MacOS X on the command line). Compiling ly-files with a texteditor (jEdit) works just fine. Thanks for any hin

Issue 818 in lilypond: Bus error when adding Instrument_name_engraver to StaffGroup and outputting MIDI.

2009-07-25 Thread codesite-noreply
Comment #1 on issue 818 by a...@arnowaschk.de: Bus error when adding Instrument_name_engraver to StaffGroup and outputting MIDI. http://code.google.com/p/lilypond/issues/detail?id=818 i cannot reproduce this with my 2.13.1 versions, which run under cygwin and andlinux resp. -- You

Issue 818 in lilypond: Bus error when adding Instrument_name_engraver to StaffGroup and outputting MIDI.

2009-07-18 Thread codesite-noreply
Status: Accepted Owner: v.villenave Labels: Type-Defect Priority-High OpSys-All New issue 818 by v.villenave: Bus error when adding Instrument_name_engraver to StaffGroup and outputting MIDI. http://code.google.com/p/lilypond/issues/detail?id=818 Any attempt to add the

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

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

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

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

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

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

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

Re: bus error with \bookpart

2008-12-13 Thread Nicolas Sceaux
Le 10 déc. 08 à 05:48, Han-Wen Nienhuys a écrit : Can you verify that valgrind does not complain of your code? You'll need to silence GUILE GC related warnings. Still not able to reproduce on GNU/Linux, I'm trying to run valgrind. Do you have a valgrind suppression file for guile gc ready? The

Re: bus error

2008-12-13 Thread Nicolas Sceaux
Le 11 déc. 08 à 01:09, Dan Eble a écrit : I am trying to use 2.11.65 on Mac OS X 10.5.5 on PowerPC G4. This input causes a bus error. If I remove the midi, it does not. \version "2.11.1" \score { \relative c' { c } \midi { } } This one is fixed in git. Thanks for re

Re: bus error

2008-12-12 Thread Nicolas Sceaux
Le 11 déc. 08 à 06:42, Patrick McCarty a écrit : On Thu, Dec 11, 2008 at 12:09:28AM +, Dan Eble wrote: I am trying to use 2.11.65 on Mac OS X 10.5.5 on PowerPC G4. This input causes a bus error. If I remove the midi, it does not. \version "2.11.1" \score { \relative c'

Re: bus error

2008-12-10 Thread Patrick McCarty
On Thu, Dec 11, 2008 at 12:09:28AM +, Dan Eble wrote: > I am trying to use 2.11.65 on Mac OS X 10.5.5 on PowerPC G4. > > This input causes a bus error. If I remove the midi, it does not. > > \version "2.11.1" > > \score > { > \relative c' { c }

bus error

2008-12-10 Thread Dan Eble
I am trying to use 2.11.65 on Mac OS X 10.5.5 on PowerPC G4. This input causes a bus error. If I remove the midi, it does not. \version "2.11.1" \score { \relative c' { c } \midi { } } Here is a backtrace. $ gdb /Applications/LilyPond.app/Contents/Resources/bin/lilypond

Re: bus error with \bookpart

2008-12-10 Thread Nicolas Sceaux
Le 10 déc. 08 à 05:48, Han-Wen Nienhuys a écrit : Can you verify that valgrind does not complain of your code? You'll need to silence GUILE GC related warnings. I don't have Linux installed, valgrind seems linux only. ... I'm downloading a distro. ___

Re: bus error with \bookpart

2008-12-09 Thread Han-Wen Nienhuys
Can you verify that valgrind does not complain of your code? You'll need to silence GUILE GC related warnings. On Tue, Dec 9, 2008 at 6:36 PM, Nicolas Sceaux <[EMAIL PROTECTED]> wrote: > BDM, I still can't reproduce, and can't see what's wrong in the backtrace. > Does someone have an idea how I c

Re: bus error with \bookpart

2008-12-09 Thread James E. Bailey
Am 10.12.2008 um 00:09 schrieb John Mandereau: Does someone have an idea how I could reproduce it, maybe changing an optimization option? (I use -O2) I don't know, except installing GNU/Linux on your computer :-) I would say install OSX 10.4, but I think that's already installed _

Re: bus error with \bookpart

2008-12-09 Thread John Mandereau
Le mardi 09 décembre 2008 à 21:36 +0100, Nicolas Sceaux a écrit : > BDM, I still can't reproduce, and can't see what's wrong in the > backtrace. Might a core dump help? > Does someone have an idea how I could reproduce it, maybe changing an > optimization option? (I use -O2) I don't know, exc

Re: bus error with \bookpart

2008-12-09 Thread Nicolas Sceaux
Le 9 déc. 08 à 19:01, Neil Puttock a écrit : 2008/12/9 John Mandereau <[EMAIL PROTECTED]>: Here's what I get on a Fedora 9 x86_64 box with all recent updates, compiling scores 1+...+5 (I get no segfault with 1+...+4, and I also get a segfault with all 8 scores enabled): I get exactly the

Re: bus error with \bookpart

2008-12-09 Thread Neil Puttock
2008/12/9 John Mandereau <[EMAIL PROTECTED]>: > Here's what I get on a Fedora 9 x86_64 box with all recent updates, > compiling scores 1+...+5 (I get no segfault with 1+...+4, and I also get > a segfault with all 8 scores enabled): I get exactly the same segfault under Ubuntu 8.10 x86_64 using ei

Re: bus error with \bookpart

2008-12-09 Thread John Mandereau
Hi Nicolas, Le lundi 08 décembre 2008 à 21:41 +0100, Nicolas Sceaux a écrit : > Graham, I cannot reproduce the bus error (even compiling the 8 > scores.) Can you run lilypond with gdb and send me a backtrace? Here's what I get on a Fedora 9 x86_64 box with all recent updates, compili

Re: bus error with \bookpart

2008-12-09 Thread Graham Percival
On Mon, Dec 08, 2008 at 09:41:58PM +0100, Nicolas Sceaux wrote: > Le 8 d?c. 08 ? 10:37, Graham Percival a ?crit : > >> I've attached a very non-minimal example of a bus error crash with >> \bookpart. Each \bookpart{} (8 violin duets) works perfectly when >> compile

Re: bus error with \bookpart

2008-12-08 Thread Nicolas Sceaux
Le 8 déc. 08 à 10:37, Graham Percival a écrit : I've attached a very non-minimal example of a bus error crash with \bookpart. Each \bookpart{} (8 violin duets) works perfectly when compiled on their own, but combining them all together leads to problems. Graham, I cannot reproduce th

Re: bus error with \bookpart

2008-12-08 Thread James E. Bailey
Am 08.12.2008 um 10:37 schrieb Graham Percival: Hi Nicolas, I've attached a very non-minimal example of a bus error crash with \bookpart. Each \bookpart{} (8 violin duets) works perfectly when compiled on their own, but combining them all together leads to problems. For example,

bus error with \bookpart

2008-12-08 Thread Graham Percival
Hi Nicolas, I've attached a very non-minimal example of a bus error crash with \bookpart. Each \bookpart{} (8 violin duets) works perfectly when compiled on their own, but combining them all together leads to problems. For example, I can compile pieces 1+2+3 together, or 3+4+5 together wi

Issue 542 in lilypond: bus error ancient music 2.11.36

2008-02-05 Thread codesite-noreply
Issue 542: bus error ancient music 2.11.36 http://code.google.com/p/lilypond/issues/detail?id=542 Comment #3 by v.villenave: (No comment was entered for this change.) Issue attribute updates: Status: Verified -- You received this message because you are listed in the owner or CC

Issue 542 in lilypond: bus error ancient music 2.11.36

2008-01-11 Thread codesite-noreply
Issue 542: bus error ancient music 2.11.36 http://code.google.com/p/lilypond/issues/detail?id=542 Comment #2 by erlenda: (No comment was entered for this change.) Issue attribute updates: Status: Fixed -- You received this message because you are listed in the owner or CC fields of

Issue 542 in lilypond: bus error ancient music 2.11.36

2008-01-11 Thread codesite-noreply
Issue 542: bus error ancient music 2.11.36 http://code.google.com/p/lilypond/issues/detail?id=542 Comment #1 by erlenda: I've pushed a fix for this (commit 4ad672fb902dab648521d22b9d5ff018ba40d59b). Please verify. Issue attribute updates: Labels: fixed_2_11_38 -- You received

Issue 542 in lilypond: bus error ancient music 2.11.36

2007-12-28 Thread codesite-noreply
Issue 542: bus error ancient music 2.11.36 http://code.google.com/p/lilypond/issues/detail?id=542 New issue report by gpermus: % new template causes a bus error. Dunno what's wrong here, but % bus errors are always serious. Attachments: test.ly 4.8 KB Issue attri

Re: Tuplet Bus error

2007-06-22 Thread Mats Bengtsson
Please always send bus error or segmentation fault problems directly to the bug-lilypond mailing list (I have done it for this email, as you can see). It seems that the problem is that the code that handles the tuplets needs to have stems available. The solution is to use \layout{ \context

Re: BUS ERROR: strict-note-spacing together with \afterGrace

2006-12-17 Thread Trevor Bača
On 12/17/06, Han-Wen Nienhuys <[EMAIL PROTECTED]> wrote: Trevor Bača escreveu: > Hi, > > Setting SpacingSpanner #'strict-note-spacing = ##t together with > \afterGrace causes a bus error. http://code.google.com/p/lilypond/issues/detail?id=176 (Tried responding directl

Re: BUS ERROR: strict-note-spacing together with \afterGrace

2006-12-17 Thread Han-Wen Nienhuys
Trevor Bača escreveu: > Hi, > > Setting SpacingSpanner #'strict-note-spacing = ##t together with > \afterGrace causes a bus error. http://code.google.com/p/lilypond/issues/detail?id=176 -- Han-Wen Nienhuys - [EMAIL PROTECTED] - http://www.xs4all.nl/~hanwen LilyPon

Re: BUS ERROR: strict-note-spacing together with \afterGrace

2006-12-16 Thread Trevor Bača
On 12/16/06, Trevor Bača <[EMAIL PROTECTED]> wrote: Hi, Setting SpacingSpanner #'strict-note-spacing = ##t together with \afterGrace causes a bus error. %%% BEGIN %%% \version "2.11.2" \new Staff { \override Score.SpacingSpanner #'strict-note-spacin

BUS ERROR: strict-note-spacing together with \afterGrace

2006-12-16 Thread Trevor Bača
Hi, Setting SpacingSpanner #'strict-note-spacing = ##t together with \afterGrace causes a bus error. %%% BEGIN %%% \version "2.11.2" \new Staff { \override Score.SpacingSpanner #'strict-note-spacing = ##t % CAUSES BUS ERROR \afterGrace c'4 {c'32 [ c

Re: Bus error on skip within doubly-nested tuplets

2006-10-23 Thread Han-Wen Nienhuys
Trevor Bača escreveu: Hi, A skip within a doubly-nested tuplet causes a bus error. For example ... %%% BEGIN BUG %%% \version "2.9.26" \new Staff { \times 2/3 { \times 2/3 { c'8 s4 % THIS IS THE OFFENDING EXPRESSION } c'4 c'

Bus error on skip within doubly-nested tuplets

2006-10-23 Thread Trevor Bača
Hi, A skip within a doubly-nested tuplet causes a bus error. For example ... %%% BEGIN BUG %%% \version "2.9.26" \new Staff { \times 2/3 { \times 2/3 { c'8 s4 % THIS IS THE OFFENDING EXPRESSION } c'4 c'4 c'4 } } %%%

Re: Bus error

2005-03-31 Thread Han-Wen Nienhuys
[EMAIL PROTECTED] writes: > On Wed, 2005-03-23 at 19:43 -0500, Will Oram wrote: > > While processing PS output for a rather large ly project, lily 2.5.16 > > experiences a bus error. It says so very quietly in normal output mode, > > so to elaborate in --verbose : >

Re: Bus error

2005-03-30 Thread Erik Sandberg
On Wed, 2005-03-23 at 19:43 -0500, Will Oram wrote: > While processing PS output for a rather large ly project, lily 2.5.16 > experiences a bus error. It says so very quietly in normal output mode, > so to elaborate in --verbose : > --- > > I know outputs like these

Bus error

2005-03-27 Thread Han-Wen Nienhuys
[EMAIL PROTECTED] writes: > While processing PS output for a rather large ly project, lily 2.5.16 > experiences a bus error. It says so very quietly in normal output mode, > so to elaborate in --verbose : > Hmm, that's an odd message. It looks like the sort of the hei

Bus error

2005-03-23 Thread Will Oram
While processing PS output for a rather large ly project, lily 2.5.16 experiences a bus error. It says so very quietly in normal output mode, so to elaborate in --verbose : Layout output to `academic.ps'... [/sw/share/lilypond/2.5.16/ps/music-drawing-routines.ps][/sw/share/ lilypond/2

Re: bus error !!

2004-10-09 Thread Erik Sandberg
On Friday 08 October 2004 18.10, Christophe Papazian wrote: > \score { > \relative { d1 ~\break d } > \addlyrics{\lyricmode{a __ }} > \paper{} } fixed in 2.3.21. Erik ___ bug-lilypond mailing list [EMAIL PROTECTED] http://lists.gnu.org/mailman/listinf

bus error !!

2004-10-08 Thread Christophe Papazian
Any lyrics spanner over a break make a bus error in 2.3.20 \version "2.3.20" \score { \relative { d1 ~\break d } \addlyrics{\lyricmode{a __ }} \paper{} } This is VERY annoying ! Christophe ___ bug-lilypond mailing list [EMAIL PROTE

Re: Bus Error w/ Line Breaking

2004-08-17 Thread Erik Sandberg
I added this to the bug cvs: %crash critical [EMAIL PROTECTED] \version "2.3.11" \header { texidoc = "skip appoggiaturas make lily segfault (using debian/sarge)." } \notes { \appoggiatura s8 s1 } On Tuesday 17 August 2004 03.39, Will Oram wrote: > This reproduces the problem exactly in 2.3.11

Re: Bus Error w/ Line Breaking

2004-08-16 Thread Will Oram
;t pull something like this: s2. | s2. | \appoggiatura s8 s2. | s2. | \break Or you'll get this: Calculating line breaks... Bus error can you send a full bugreport? -- Han-Wen Nienhuys | [EMAIL PROTECTED] | http://www.xs4all.nl/~hanwen Will Oram // Genius @ Large // AIM spamguy21 spamg