Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge with upstream #10

Closed
wants to merge 2 commits into from
Closed

Commits on Sep 26, 2018

  1. pytest: don't test crashing under valgrind at all.

    Travis failures:
    
    valgrind: m_scheduler/sema.c:104 (vgModuleLocal_sema_down): Assertion 'sema->owner_lwpid != lwpid' failed.
    host stacktrace:
    ==1296==    at 0x38083F48: ??? (in /usr/lib/valgrind/memcheck-amd64-linux)
    ==1296==    by 0x38084064: ??? (in /usr/lib/valgrind/memcheck-amd64-linux)
    ==1296==    by 0x380841F1: ??? (in /usr/lib/valgrind/memcheck-amd64-linux)
    ==1296==    by 0x38135DAE: ??? (in /usr/lib/valgrind/memcheck-amd64-linux)
    ==1296==    by 0x380D328D: ??? (in /usr/lib/valgrind/memcheck-amd64-linux)
    ==1296==    by 0x3809A4AC: ??? (in /usr/lib/valgrind/memcheck-amd64-linux)
    ==1296==    by 0x3809AE43: ??? (in /usr/lib/valgrind/memcheck-amd64-linux)
    ==1296==    by 0x380988CF: ??? (in /usr/lib/valgrind/memcheck-amd64-linux)
    sched status:
      running_tid=0
    Thread 1: status = VgTs_WaitSys (lwpid 1296)
    ==1296==    at 0x5729730: __poll_nocancel (syscall-template.S:84)
    ==1296==    by 0x4348DF: daemon_poll (daemon.c:78)
    ==1296==    by 0x4169E7: io_poll_lightningd (lightningd.c:543)
    ==1296==    by 0x471ECD: io_loop (poll.c:282)
    ==1296==    by 0x416E06: main (lightningd.c:744)
    
    Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
    rustyrussell authored and niftynei committed Sep 26, 2018
    Configuration menu
    Copy the full SHA
    59bdba6 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2018

  1. Configuration menu
    Copy the full SHA
    d590302 View commit details
    Browse the repository at this point in the history