lilypond-devel
[Top][All Lists]
Advanced

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

Re: [PATCH] Fix 524 (pitched trill accidental forgetfulness)


From: Han-Wen Nienhuys
Subject: Re: [PATCH] Fix 524 (pitched trill accidental forgetfulness)
Date: Mon, 30 Jun 2008 10:22:03 +0200

On Fri, Jun 27, 2008 at 11:23 PM, Neil Puttock <address@hidden> wrote:

> Here's the debug info from GDB:
>
> Program received signal SIGSEGV, Segmentation fault.
> Grob::internal_set_value_on_alist (this=0x0, alist=0x60,
> sym=0x7f678cc35600, v=0x104) at grob-property.cc:296
> 296       return scm_is_pair (immutable_property_alist_);

you need to issue the bt command, which will print the call interface.
Something is doing a

  NULL->set_property(..)

which is obviously wrong

-- 
Han-Wen Nienhuys - address@hidden - http://www.xs4all.nl/~hanwen




reply via email to

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