Re: [solved] Re: todays git segfaults [backtrace]

2008-10-01 Thread Valentin Villenave
2008/10/1 Wilbert Berendsen <[EMAIL PROTECTED]>: > Now I rebuilt LilyPond with --disable-optimising and it does not segfault > anymore. I remember having had other issues with the default optimisation on > my GCC 4.1.2 (from Gentoo), that cause strange formatting problems. I've just recompiled fr

Re: [solved] Re: todays git segfaults [backtrace]

2008-10-01 Thread Patrick McCarty
On Wed, Oct 1, 2008 at 11:07 AM, Wilbert Berendsen <[EMAIL PROTECTED]> wrote: > Op woensdag 1 oktober 2008, schreef Wilbert Berendsen: >> Now I removed the merge-rests function and include, but even then LilyPond >> (git as of today) segfaults (signal 11, with the same backtrace). > > Now I rebuilt

[solved] Re: todays git segfaults [backtrace]

2008-10-01 Thread Wilbert Berendsen
Op woensdag 1 oktober 2008, schreef Wilbert Berendsen: > Now I removed the merge-rests function and include, but even then LilyPond > (git as of today) segfaults (signal 11, with the same backtrace). Now I rebuilt LilyPond with --disable-optimising and it does not segfault anymore. I remember hav

Re: todays git segfaults [backtrace]

2008-10-01 Thread Wilbert Berendsen
Op woensdag 1 oktober 2008, schreef Patrick McCarty: > Same here, with the latest git.  I removed the function you mentioned > and the included file, and it compiled fine for me. Now I removed the merge-rests function and include, but even then LilyPond (git as of today) segfaults (signal 11, wit

Re: todays git segfaults [backtrace]

2008-10-01 Thread Patrick McCarty
On Wed, Oct 1, 2008 at 8:20 AM, Valentin Villenave <[EMAIL PROTECTED]> wrote: > > This file compiles successfully on Linux64 with a 5-days-old git. > > I removed the rest-merging function, by the way. Same here, with the latest git. I removed the function you mentioned and the included file, and

Re: todays git segfaults [backtrace]

2008-10-01 Thread Valentin Villenave
2008/10/1 Jonathan Kulp <[EMAIL PROTECTED]>: > I ran your file with the same results (built Lilypond yesterday from git > source). I'm on Ubuntu Linux 8.04 if that makes a difference. This file compiles successfully on Linux64 with a 5-days-old git. I removed the rest-merging function, by the wa

Re: todays git segfaults [backtrace]

2008-10-01 Thread Wilbert Berendsen
Op woensdag 1 oktober 2008, schreef Wilbert Berendsen: > I upgraded from 2.11.58, so the regression might be somewhere in 2.11.59. I investigated somewhat further: The crash in today's git occurs when I use (as in the file I sent): \score { \new ChoirStaff \with { \consists "Instrument_nam

Re: todays git segfaults [backtrace]

2008-10-01 Thread Wilbert Berendsen
Op woensdag 1 oktober 2008, schreef Jonathan Kulp: > I ran the same file on two other machines, and it failed the same way > with 2.11.59 but ran successfully on 2.11.57. I upgraded from 2.11.58, so the regression might be somewhere in 2.11.59. best regards, Wilbert Berendsen -- LilyKDE, LilyPo

Re: todays git segfaults [backtrace]

2008-10-01 Thread Jonathan Kulp
I ran the same file on two other machines, and it failed the same way with 2.11.59 but ran successfully on 2.11.57. Jon Wilbert Berendsen wrote: Hi, I updated my LilyPond today, it built fine but it segfaults on some file (while working perfect on others). I attach the file and here is the ba

Re: todays git segfaults [backtrace]

2008-10-01 Thread Jonathan Kulp
I ran your file with the same results (built Lilypond yesterday from git source). I'm on Ubuntu Linux 8.04 if that makes a difference. Jon Wilbert Berendsen wrote: Hi, I updated my LilyPond today, it built fine but it segfaults on some file (while working perfect on others). I attach the file

todays git segfaults [backtrace]

2008-10-01 Thread Wilbert Berendsen
Hi, I updated my LilyPond today, it built fine but it segfaults on some file (while working perfect on others). I attach the file and here is the backtrace. The crash is in the instrument name code. When I comment line 189 in the ly file, to remove the instrument name engraver from the choirsta