Erik Sandberg escreveu: > Hi, > > When executing: > target/linux-x86/installer-master-git.sv.gnu.org-lilypond.git/usr/bin/lilypond > with no parameters, it gives: > GNU LilyPond 2.11.9 > Segmentation fault (core dumped) > > GDB stack trace: > #0 0x08195827 in std::char_traits<char>::eq () > #1 0x08195c5c in std::char_traits<char>::eq () > #2 0xb7e4b053 in ceval (x=0x404, env=0xb7524770) at eval.c:4219 > #3 0xb7e49cb2 in ceval (x=0xbf990438, env=0xb7524770) at eval.c:4199 > #4 0xb7e4c7ea in scm_primitive_eval_x (exp=0xb75247d0) at eval.c:5906 > #5 0xb7e6575f in scm_primitive_load (filename=0xb6d9a280) at load.c:109 > #6 0xb7e65bcf in scm_primitive_load_path (filename=0xb6d9a2c0) at load.c:477 > #7 0x080df1ff in std::operator+<char, std::char_traits<char>, > std::allocator<char> > () > #8 0xb7e4e52e in scm_c_with_fluid (fluid=0x83108e0, value=0xb6d910b0, > cproc=0x80df110 <std::basic_string<char, std::char_traits<char>, > std::allocator<char> > std::operator+<char, std::char_traits<char>, > std::allocator<char> >(char const*, std::basic_string<char, > std::char_traits<char>, std::allocator<char> > const&)+538304>, cdata=0x0) at > fluids.c:453 > #9 0xb7e66fe5 in scm_c_call_with_current_module (module=0xb6d910b0, > func=0x80df110 <std::basic_string<char, std::char_traits<char>, > std::allocator<char> > std::operator+<char, std::char_traits<char>, > std::allocator<char> >(char const*, std::basic_string<char, > std::char_traits<char>, std::allocator<char> > const&)+538304>, data=0x0) at > modules.c:91 > #10 0xb7e6704b in scm_c_define_module (name=0x82568c8 "lily", > init=0x80df110 <std::basic_string<char, std::char_traits<char>, > std::allocator<char> > std::operator+<char, std::char_traits<char>, > std::allocator<char> >(char const*, std::basic_string<char, > std::char_traits<char>, std::allocator<ch > > In frame #4, exp has the value: > (#<variable b780c1a0 value: #<primitive-procedure ly:make-scale>> > #(0 1 2 5/2 7/2 9/2 11/2))) > > In frame #5 the filename is "lily.scm". > > In frame #3, the 'x' argument to 'ceval' is a pair, whose > caaaaaaaaaaaaaaaaaaaaar (that's 21 a:s) is NULL (so I can't print the > expression easily). > > Any ideas on how to find out more info? > > The problem happens when I don't have any environment variables set, and I > haven't found which variables to set in order to avoid it. > > Lily does not crash when I use make in gub's top directory, but it does when > I > do 'make web' in the directory > target/linux-x86/build/lilypond-master-git.sv.gnu.org-lilypond.git
Not sure if this is a good idea. The binary in GUB links to various libs in target/linux-x86, but might link differently if you run it without proper path/ld_library_path settings. try 'ldd lilypond' ; the only link outside gub should be libc -- Han-Wen Nienhuys - [EMAIL PROTECTED] - http://www.xs4all.nl/~hanwen LilyPond Software Design -- Code for Music Notation http://www.lilypond-design.com _______________________________________________ lilypond-devel mailing list [email protected] http://lists.gnu.org/mailman/listinfo/lilypond-devel
