bug-lilypond
[Top][All Lists]
Advanced

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

lilypond crash


From: Werner LEMBERG
Subject: lilypond crash
Date: Wed, 24 Jul 2002 19:20:35 +0200 (CEST)

[CVS version Jul 24, 18:51]

This crash seems to be caused by guile...


    Werner

======================================================================

Call was:

  TEXMF="/usr/local/share/lilypond/1.5.69/" lilypond accidental.ly

Input file:

----------------------------------------------------------------------

#(define (make-acc-position-checker pos)
  (lambda (elt)
    (and
      (eq? (ly-get-grob-property elt 'staff-position) pos)
      (not (eq? #f (memq 'accidental-interface
                    (ly-get-grob-property elt 'interfaces)))))))



\score {
  \context Voice \notes \relative c'' {
    <d4 e g d'!>
    s2.
    R1
    <
      d!4
      eis
      g
      d'!
    >
    s2.
    <
\property Staff.AccidentalPlacement = \turnOff
\context Staff \outputproperty #(make-acc-position-checker 9)
                               #'extra-offset = #'(2 . 0)
      d!4
      eis
      gis
      d'!
    >
  }
  \paper {
    linewidth = -1
  }
}

----------------------------------------------------------------------

Backtrace:

#0  0x400621a8 in gh_cdar (x=1077037184) at gh_list.c:128
#1  0x08052a8c in strcpy ()
#2  0x08052ca9 in strcpy ()
#3  0x0818d8ba in strcpy ()
#4  0x0818ea6e in strcpy ()
#5  0x0818f509 in strcpy ()
#6  0x08182284 in strcpy ()
#7  0x081817b8 in strcpy ()
#8  0x08180c4c in strcpy ()
#9  0x4005ab5d in scm_dapply (proc=1076550824, arg1=1076977320, args=10612)
    at eval.c:3407
#10 0x400555c4 in scm_apply (proc=1076550824, arg1=1076977320, args=1076334616)
    at eval.c:3281
#11 0x40061d6d in gh_call1 (proc=1076550824, arg=1076977320) at gh_funcs.c:156
#12 0x081a0a7e in strcpy ()
#13 0x0812c15b in strcpy ()
#14 0x08160b20 in strcpy ()
#15 0x08160caf in strcpy ()
#16 0x0816457b in strcpy ()
#17 0x08166f78 in strcpy ()
#18 0x080effde in strcpy ()
#19 0x4006594f in invoke_main_func (body_data=0xbffff49c) at init.c:623
#20 0x40089b91 in scm_internal_lazy_catch (tag=9076, 
    body=0x40065920 <invoke_main_func>, body_data=0xbffff49c, 
    handler=0x40089f70 <scm_handle_by_message>, handler_data=0x0)
    at throw.c:281
#21 0x400658f8 in scm_boot_guile_1 (base=0xbffff498, closure=0xbffff49c)
    at init.c:598
#22 0x400655fc in scm_boot_guile (argc=2, argv=0xbffff5d4, 
    main_func=0x80ed7b0 <strcpy+661708>, closure=0x0) at init.c:441
#23 0x080f3864 in strcpy ()
#24 0x401397ee in __libc_start_main () from /lib/libc.so.6



reply via email to

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