bug-lilypond
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

SIGSEGV in 1.3.35


From: Han-Wen Nienhuys
Subject: SIGSEGV in 1.3.35
Date: Sat, 2 Mar 2002 20:23:02 +0100 (MET)

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/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]