[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: SIGSEGV in 1.3.35
From: |
Mats Bengtsson |
Subject: |
Re: SIGSEGV in 1.3.35 |
Date: |
Sat, 02 Mar 2002 21:28:12 +0100 |
The patch seems to solve the problem. Thanks!
/Mats
> address@hidden writes:
> > Hi,
> >
> > you asked for bug reports, how about a good old SIGSEGV
>
> Can you see if this fixes it?
>
> --- third-try.cc~ Sat Mar 2 20:17:44 2002
> +++ third-try.cc Sat Mar 2 20:20:39 2002
> @@ -172,8 +172,8 @@
> do
> {
> dists[d] = 0.0;
> - Grob *lc = d == LEFT ? lc : c;
> - Grob *rc = d == LEFT ? c : rc;
> + Grob *lc = (d == LEFT) ? next_door[LEFT] : c;
> + Grob *rc = d == LEFT ? c : next_door[RIGHT];
>
> // SCM wishes =
> for (SCM s = lc->get_grob_property ("spacing-wishes");
>
>
>
> > (I can't remember when I saw that last time from Lilypond).
>
> All the time, but usually i fix it before shipping. Strangely,
> the old code worked OK on my machine. Strange, innit?
>
>
> --
>
> Han-Wen Nienhuys | address@hidden | http://www.cs.uu.nl/~hanwen/
>