> [EMAIL PROTECTED] writes: > > > > I get the following error while doing `make all': > > > > ... > > Processing dot-column-interface ... > > Processing dots-interface ... > > Processing dynamic-interface ... > > Processing fing]] > > scm_unprotect_object called on unprotected object > > make[2]: *** [out/lilypond-internals.nexi] Error 134 > > rm out/lilypond.nexi > > > > I have guile 1.4.1. > > Can someone give me a stack trace? (set a breakpoint in abort() )
OK, here it comes: (gdb) bt #0 0x40162d41 in __kill () from /lib/libc.so.6 #1 0x401629b6 in raise (sig=6) at ../sysdeps/posix/raise.c:27 #2 0x401640d8 in abort () at ../sysdeps/generic/abort.c:88 #3 0x4004c127 in scm_gc_unprotect_object (obj=0x40ff0689) at gc.c:2612 #4 0x8166fdb in Input_file_settings::~Input_file_settings (this=0xbfffdfdc, __i n_chrg=2) at scores.cc:150 #5 0x8169eb8 in do_one_file (init_string=0xbfffe114, file_string=0xbfffe0d8) at scores.cc:196 #6 0x80f19ee in main_prog () at main.cc:388 #7 0x40058ee8 in invoke_main_func (body_data=0xbfffe1b8) at init.c:636 #8 0x40058e91 in scm_boot_guile_1 (base=0xbfffe1b4, closure=0xbfffe1b8) at init .c:616 #9 0x40058b93 in scm_boot_guile (argc=3, argv=0xbfffe2d4, main_func=0x80eeed0 < main_prog(void *, int, char **)>, closure=0x0) at init.c:440 #10 0x80f5298 in main (argc=3, argv=0xbfffe2d4) at main.cc:516 #11 0x4015c9cb in __libc_start_main (main=0x80f2d60 <main>, argc=3, argv=0xbfffe 2d4, init=0x804b464 <_init>, fini=0x8235b3c <_fini>, rtld_fini=0x4000ae60 <_dl_f ini>, stack_end=0xbfffe2cc) at ../sysdeps/generic/libc-start.c:92 /Mats _______________________________________________ Bug-lilypond mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-lilypond
