On Fri, Jun 27, 2008 at 11:23 PM, Neil Puttock <[EMAIL PROTECTED]> 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 - [EMAIL PROTECTED] - http://www.xs4all.nl/~hanwen


_______________________________________________
lilypond-devel mailing list
lilypond-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-devel

Reply via email to