[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Denemo-devel] make check failing
From: |
Richard Shann |
Subject: |
Re: [Denemo-devel] make check failing |
Date: |
Tue, 17 Dec 2013 15:47:00 +0000 |
On Tue, 2013-12-17 at 15:48 +0100, Éloi Rivard wrote:
> Can you try again now ?
>
I get this now (I just started from git pull and make && make install):
8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><
make check
make check-am
make[1]: Entering directory `/home/rshann/git-denemo/localbuild/tests'
make integration \
integration-data
make[2]: Entering directory `/home/rshann/git-denemo/localbuild/tests'
make[2]: `integration' is up to date.
make[2]: *** No rule to make target `integration-data'. Stop.
make[2]: Leaving directory `/home/rshann/git-denemo/localbuild/tests'
make[1]: *** [check-am] Error 2
make[1]: Leaving directory `/home/rshann/git-denemo/localbuild/tests'
make: *** [check] Error 2
8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><
So then I did autogen.sh .... make install and then
make check in the top level directory. It ran a lot of the commands and
stopped at this:
********* (233/1012) denemo -n -e -a "(d-PrintMovement)(d-Quit)"
tests/common-data/blank.denemo
Denemo - MESSAGE : Loading preference
file: /home/rshann/.denemo-1.1.1/denemorc
Denemo - MESSAGE : Denemo version 1.1.1
Denemo - MESSAGE : Loaded
keymap /home/rshann/git-denemo/denemo/actions/Default.commands
Scheme - ERROR : unbound-variable in '(InitializeTypesetting)'
Unbound variable: ~S (CheckScore::return)
**
ERROR:../../denemo/tests/coverage.c:136:test_all_scheme_functions: child
process (11539) of test trap failed unexpectedly
/bin/bash: line 5: 11294 Aborted
G_TEST_SRCDIR="/home/rshann/git-denemo/localbuild/../denemo/tests"
G_TEST_BUILDDIR="/home/rshann/git-denemo/localbuild/tests"
G_DEBUG=gc-friendly MALLOC_CHECK_=2 MALLOC_PERTURB_=$((${RANDOM:-256} %
256)) ${dir}$tst
FAIL: coverage
=====================================
1 of 2 tests failed
Please report to address@hidden
=====================================
make[3]: *** [check-TESTS] Error 1
make[3]: Leaving directory `/home/rshann/git-denemo/localbuild/tests'
make[2]: *** [check-am] Error 2
make[2]: Leaving directory `/home/rshann/git-denemo/localbuild/tests'
make[1]: *** [check] Error 2
make[1]: Leaving directory `/home/rshann/git-denemo/localbuild/tests'
make: *** [check-recursive] Error 1
8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><
More seriously - the program no longer runs at all! Starting it up under
gdb it hangs and I need ctrl-C to look at what is happening:
8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><
[...]
Denemo - MESSAGE : Denemo version 1.1.1
Denemo - MESSAGE : Loaded
keymap /home/rshann/git-denemo/denemo/actions/Default.commands
^C
Program received signal SIGINT, Interrupt.
0x000000000045bdec in score_area_needs_refresh ()
at ../../denemo/src/view.c:5338
5338 RETURN_IF_NON_INTERACTIVE ();
(gdb) bt
#0 0x000000000045bdec in score_area_needs_refresh ()
at ../../denemo/src/view.c:5338
#1 0x000000000041a6b3 in displayhelper (gui=0x2539cf0)
at ../../denemo/src/commandfuncs.c:1870
#2 displayhelper (address@hidden)
at ../../denemo/src/commandfuncs.c:1853
#3 0x0000000000479ecf in deletestaff (address@hidden,
address@hidden) at ../../denemo/src/staffops.c:484
#4 0x0000000000475508 in delete_all_staffs (gui=0x2539cf0)
at ../../denemo/src/scoreops.c:611
#5 free_score (gui=0x2539cf0) at ../../denemo/src/scoreops.c:640
#6 0x000000000044facc in free_movements
(address@hidden)
at ../../denemo/src/view.c:950
#7 0x0000000000439783 in importXML (
address@hidden
"/home/rshann/musicScores/Albinoni/OboeSonataCMaj.denemo",
address@hidden, address@hidden)
at ../../denemo/src/importxml.c:2936
#8 0x0000000000430b05 in open_for_real (
address@hidden
"/home/rshann/musicScores/Albinoni/OboeSonataCMaj.denemo",
address@hidden, address@hidden,
address@hidden) at ../../denemo/src/file.c:321
#9 0x0000000000459ab9 in load_files (files=0x0)
at ../../denemo/src/view.c:640
#10 inner_main (files=0x0) at ../../denemo/src/view.c:785
---Type <return> to continue, or q <return> to quit---
8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><
Richard
>
> 2013/12/16 Éloi Rivard <address@hidden>
> Ok I can now reproduce the bug.
> I see where it come from. I will push the fix soon.
>
>
>
> 2013/12/16 Richard Shann <address@hidden>
> But, on the + side, I guess this is good for
> cd tests
> make check
>
> [...]
> Gtk - CRITICAL: gtk_notebook_set_tab_label_text:
> assertion
> `GTK_IS_NOTEBOOK (notebook)' failed
> Gtk - CRITICAL: gtk_notebook_set_menu_label_text:
> assertion
> `GTK_IS_NOTEBOOK (notebook)' failed
> Gtk - CRITICAL: gtk_label_set_text: assertion
> `GTK_IS_LABEL (label)'
> failed
> (null) - MESSAGE : Loading preference
> file: /home/rshann/.denemo-1.1.1/denemorc
> (null) - MESSAGE : Denemo version 1.1.1
> (null) - MESSAGE : Loaded
> keymap /home/rshann/git-denemo/denemo/actions/Default.commands
> (null) - ERROR : This error is fatal
> OK
> PASS: integration
> =============
> 1 test passed
>
> Richard
>
>
>
> On Mon, 2013-12-16 at 09:49 +0000, Richard Shann
> wrote:
> > On Mon, 2013-12-16 at 10:31 +0100, Éloi Rivard
> wrote:
> > > Ok now in gdb type
> > >
> > > set environment G_DEBUG=fatal-warnings
> > >
> > >
> > > and run denemo again. This should fail on first
> warning met, so you
> > > will have a backtrace.
> >
> > I have done this: as it is stopping while opening
> the last opened file
> > (~/demo.denemo) I have attached that file too.
> >
> > Richard
> >
> > #0 0x00007ffff452d491 in g_logv ()
> > from /lib/x86_64-linux-gnu/libglib-2.0.so.0
> > #1 0x00007ffff452d622 in g_log ()
> > from /lib/x86_64-linux-gnu/libglib-2.0.so.0
> > #2 0x000000000048e4a2 in widget_for_directive_menu
> > (directive=0xf65a90,
> > fn=0x490b80 <staff_directive_put_graphic>,
> menu=0x0)
> > at ../../denemo/src/lilydirectives.c:1540
> > #3 0x0000000000434527 in parseWidgetDirective
> (menu=0x0,
> > directive=0xf65a90,
> > fn=0x490b80, parentElem=<optimized out>)
> > at ../../denemo/src/importxml.c:320
> > #4 parseWidgetDirectives (fn=0x490b80, menu=0x0,
> >
> address@hidden,
> > parentElem=<error reading variable: Unhandled
> dwarf expression
> > opcode 0xfa>) at ../../denemo/src/importxml.c:390
> > #5 0x000000000043866b in parseVoiceProps
> (si=0xf64f00,
> > voicePropElem=<optimized out>)
> at ../../denemo/src/importxml.c:2199
> > #6 parseVoice (gui=0x8c8f70, ns=0x8cbf20,
> voiceElem=<optimized out>)
> > at ../../denemo/src/importxml.c:2656
> > #7 parseScore (type=16142080, gui=0x8c8f70,
> ns=<optimized out>,
> > scoreElem=0x13ebe70)
> at ../../denemo/src/importxml.c:2742
> > #8 parseMovement
> (address@hidden,
> > address@hidden,
> > address@hidden, type=16142080,
> address@hidden)
> > at ../../denemo/src/importxml.c:2775
> > #9 0x0000000000439b84 in importXML (
> > address@hidden
> "/home/rshann/demo.denemo",
> > ---Type <return> to continue, or q <return> to
> quit---
> > address@hidden,
> address@hidden)
> > at ../../denemo/src/importxml.c:3024
> > #10 0x0000000000430805 in open_for_real (
> > address@hidden
> "/home/rshann/demo.denemo",
> > address@hidden,
> address@hidden,
> > address@hidden)
> at ../../denemo/src/file.c:322
> > #11 0x0000000000459078 in load_files (files=0x0)
> > at ../../denemo/src/view.c:638
> > #12 inner_main (files=0x0)
> at ../../denemo/src/view.c:781
> > #13 0x00007ffff7ab6a1a in ?? ()
> from /usr/lib/libguile-2.0.so.22
> > #14 0x00007ffff7b4691f in ?? ()
> from /usr/lib/libguile-2.0.so.22
> > #15 0x00007ffff7abfe83 in scm_call_4 ()
> from /usr/lib/libguile-2.0.so.22
> > #16 0x00007ffff7ab7203 in ?? ()
> from /usr/lib/libguile-2.0.so.22
> > #17 0x00007ffff7ab72b5 in
> scm_c_with_continuation_barrier ()
> > from /usr/lib/libguile-2.0.so.22
> > #18 0x00007ffff7b2f875 in ?? ()
> from /usr/lib/libguile-2.0.so.22
> > #19 0x00007ffff7818cc8 in GC_call_with_stack_base ()
> > from /usr/lib/libgc.so.1
> > #20 0x00007ffff7b2fa08 in scm_with_guile ()
> > from /usr/lib/libguile-2.0.so.22
> > #21 0x0000000000416745 in main (argc=4,
> argv=0x7fffffffe3b8)
> > at ../../denemo/src/main.c:380
> >
> >
>
> > _______________________________________________
> > Denemo-devel mailing list
> > address@hidden
> > https://lists.gnu.org/mailman/listinfo/denemo-devel
>
>
>
>
>
>
>
> --
> Éloi Rivard - address@hidden
>
> « On perd plus à être indécis qu'à se tromper. »
>
>
>
>
> --
> Éloi Rivard - address@hidden
>
> « On perd plus à être indécis qu'à se tromper. »
>
- Re: [Denemo-devel] make check failing, (continued)
- Re: [Denemo-devel] make check failing, Richard Shann, 2013/12/16
- Re: [Denemo-devel] make check failing, Éloi Rivard, 2013/12/16
- Re: [Denemo-devel] make check failing, Richard Shann, 2013/12/16
- Re: [Denemo-devel] make check failing, Éloi Rivard, 2013/12/16
- Re: [Denemo-devel] make check failing, Richard Shann, 2013/12/16
- Re: [Denemo-devel] make check failing, Éloi Rivard, 2013/12/16
- Re: [Denemo-devel] make check failing, Richard Shann, 2013/12/16
- Re: [Denemo-devel] make check failing, Richard Shann, 2013/12/16
- Re: [Denemo-devel] make check failing, Éloi Rivard, 2013/12/16
- Re: [Denemo-devel] make check failing, Éloi Rivard, 2013/12/17
- Re: [Denemo-devel] make check failing,
Richard Shann <=
- Re: [Denemo-devel] make check failing, Éloi Rivard, 2013/12/17
- Re: [Denemo-devel] make check failing, Richard Shann, 2013/12/17
- Re: [Denemo-devel] make check failing, Richard Shann, 2013/12/17
- Re: [Denemo-devel] make check failing, Éloi Rivard, 2013/12/17
- Re: [Denemo-devel] make check failing, Richard Shann, 2013/12/17
- Re: [Denemo-devel] make check failing, Éloi Rivard, 2013/12/17
- Re: [Denemo-devel] make check failing, Richard Shann, 2013/12/18
- Re: [Denemo-devel] make check failing, Éloi Rivard, 2013/12/18
- Re: [Denemo-devel] make check failing, Richard Shann, 2013/12/18