lilypond-devel
[Top][All Lists]
Advanced

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

Re: Problem running lilypond on FC3


From: Stan Mulder
Subject: Re: Problem running lilypond on FC3
Date: Thu, 28 Apr 2005 17:32:53 -0400
User-agent: Mozilla Thunderbird 1.0.2-1.3.2 (X11/20050324)

Han-Wen Nienhuys wrote:

Op di, 26-04-2005 te 09:29 -0400, schreef Stan Mulder:
Peter Leschev wrote:

Hi,

I'm trying to get lilypond 2.5.21 running on FC3. Installed the latest ghostscript, lilypond & lilypond-doc.

Running lilypong gives me a seg fault.

here's the output of lilypond -V:

./lilypond -V
GNU LilyPond 2.5.21

LILYPOND_DATADIR="/usr/share/lilypond/2.5.21"
LOCALEDIR="/usr/share/locale"

Effective prefix: "/usr/share/lilypond/2.5.21"
Segmentation fault


       Any ideas?
I get segmentation faults on 2.5.19 and higher. 2.5.18 works.


can you intsall the lilypond-debuginfo RPM (from the same directory of
lilypond.org) for the version you're running, and run the same in GDB?

        gdb /usr/bin/lilypond
        run -V
        <error>
        backtrace
        
and mail me what the backtrace says?

thanks,

Before I forget, using the rpm upgrade command (rpm -Uvh lilypond...) didn't upgrade lilypond. Instead it installed as a second copy. So I had to remove both copies and install the latest one again.

[stan~]$ lilypond
GNU LilyPond 2.5.21
Segmentation fault

[stan~]$ gdb /usr/bin/lilypond
GNU gdb Red Hat Linux (6.1post-1.20040607.43rh)
Copyright 2004 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "i386-redhat-linux-gnu"...Using host libthread_db library "/lib/tls/libthread_db.so.1".

(gdb) run -V
Starting program: /usr/bin/lilypond -V
[Thread debugging using libthread_db enabled]
[New Thread -1208071456 (LWP 6201)]
GNU LilyPond 2.5.21

LILYPOND_DATADIR="/usr/share/lilypond/2.5.21"
LOCALEDIR="/usr/share/locale"

Effective prefix: "/usr/share/lilypond/2.5.21"

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread -1208071456 (LWP 6201)]
0x00afa21e in scm_mark_subr_table () from /usr/lib/libguile.so.12
(gdb) backtrace
#0  0x00afa21e in scm_mark_subr_table () from /usr/lib/libguile.so.12
#1  0x00ad6245 in scm_igc () from /usr/lib/libguile.so.12
#2  0x00ad6363 in scm_igc () from /usr/lib/libguile.so.12
#3  0x00ad6428 in scm_must_realloc () from /usr/lib/libguile.so.12
#4  0x00af9fe6 in scm_c_make_subr () from /usr/lib/libguile.so.12
#5  0x00ae06c3 in scm_init_goops () from /usr/lib/libguile.so.12
#6 0x082180ff in Tuplet_bracket_print_init_functions () at tuplet-bracket.cc:96
#7  0x0814b1a3 in ly_init_ly_module () at array.hh:152
#8  0x00ad3688 in scm_c_with_fluids () from /usr/lib/libguile.so.12
#9  0x00ad377d in scm_c_with_fluid () from /usr/lib/libguile.so.12
#10 0x00ae9018 in scm_c_call_with_current_module () from /usr/lib/libguile.so.12
#11 0x00ae9162 in scm_c_define_module () from /usr/lib/libguile.so.12
#12 0x081495cb in ly_c_init_guile () at lily-guile.cc:214
#13 0x08164349 in main_with_guile () at main.cc:383
#14 0x00ae40d3 in scm_boot_guile () from /usr/lib/libguile.so.12
#15 0x08166bd3 in main (argc=2, argv=0xbffff944) at main.cc:554
(gdb)





reply via email to

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