Hi all,

Trying to compile one of Nicolas Sceaux' score, I get a core dump.

Strange thing is the message, depending on the binary:

with the downloaded and installed 2.19.80, it says

lilypond: /home/gub/NewGub/gub/target/linux-64/src/lilypond-git.sv.gnu.org--lilypond.git-stable-2.20/lily/script-interface.cc:48: static Stencil Script_interface::get_stencil(Grob*, Direction): Assertion `false' failed.

but, with a self compiled version (Stable/20.20 as of 2018/02/03 commit "Doc: run translation-status") it says without any location reference

lilypond: script-interface.cc:48: static Stencil Script_interface::get_stencil(Grob*, Direction): Assertion `false' failed.


In both cases, the command resulting from the Makefile is

lilypond --loglevel=DEBUG -ddelete-intermediate-files -dno-protected-scheme-parsing -o out/IndesGalantes1735-dessus -dpart=dessus Rameau/Opera/IndesGalantes1735/part.ly

In both cases, the backtrace (except for the location of the executable) is

{   "signal": 6
,   "executable": "/home/jcharles/lilypond/usr/bin/lilypond"
,   "stacktrace":
      [ {   "crash_thread": true
        ,   "frames":
              [ {   "address": 139797459277419
                ,   "build_id": "3113881229974f02113945e92c1a4d4f146e061c"
                ,   "build_id_offset": 226923
                ,   "function_name": "raise"
                ,   "file_name": "/lib64/libc.so.6"
                }
              , {   "address": 139797459284865
                ,   "build_id": "3113881229974f02113945e92c1a4d4f146e061c"
                ,   "build_id_offset": 234369
                ,   "function_name": "abort"
                ,   "file_name": "/lib64/libc.so.6"
                }
              , {   "address": 139797459245306
                ,   "build_id": "3113881229974f02113945e92c1a4d4f146e061c"
                ,   "build_id_offset": 194810
                ,   "function_name": "__assert_fail_base"
                ,   "file_name": "/lib64/libc.so.6"
                }
              , {   "address": 139797459245426
                ,   "build_id": "3113881229974f02113945e92c1a4d4f146e061c"
                ,   "build_id_offset": 194930
                ,   "file_name": "/lib64/libc.so.6"
                }
              , {   "address": 6807769
                ,   "build_id_offset": 2613465
                ,   "file_name": "/home/jcharles/lilypond/usr/bin/lilypond"
                }
              , {   "address": 139797493296192
                ,   "build_id_offset": 3120192
, "file_name": "/home/jcharles/lilypond/usr/lib/libguile.so.17.3.1"
                } ]
        } ]
}


Full log and what says ABRT are available.

What can I do further?
--
Jean-Charles

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

Reply via email to