mirror of
https://github.com/ElementsProject/lightning.git
synced 2024-12-29 10:04:41 +01:00
bad943da55
Ok this should be fixed the following stack trace ``` 2022-06-29T14:19:41.183Z DEBUG lightningd: Command returned result after jcon close ------------------------------- Valgrind errors -------------------------------- Valgrind error file: valgrind-errors.55581 ==55581== Syscall param statx(file_name) points to unaddressable byte(s) ==55581== at 0x4B0188E: statx (statx.c:29) ==55581== by 0x1133481: std::sys::unix::fs::try_statx (weak.rs:178) ==55581== by 0x11265E0: std::fs::buffer_capacity_required (fs.rs:851) ==55581== by 0x112675B: <std::fs::File as std::io::Read>::read_to_string (fs.rs:644) ==55581== by 0x10DACA8: num_cpus::linux::Cgroup::param (linux.rs:214) ==55581== by 0x10DAB39: num_cpus::linux::Cgroup::quota_us (linux.rs:203) ==55581== by 0x10DA9C2: num_cpus::linux::Cgroup::cpu_quota (linux.rs:188) ==55581== by 0x10DA5A1: num_cpus::linux::load_cgroups (linux.rs:149) ==55581== by 0x10DA23D: num_cpus::linux::init_cgroups (linux.rs:129) ==55581== by 0x10DCDC8: core::ops::function::FnOnce::call_once (function.rs:227) ==55581== by 0x10DC749: std::sync::once::Once::call_once::{{closure}} (once.rs:276) ==55581== by 0x21EE89: std::sync::once::Once::call_inner (once.rs:434) ==55581== Address 0x0 is not stack'd, malloc'd or (recently) free'd ==55581== ==55581== Syscall param statx(buf) points to unaddressable byte(s) ==55581== at 0x4B0188E: statx (statx.c:29) ==55581== by 0x1133481: std::sys::unix::fs::try_statx (weak.rs:178) ==55581== by 0x11265E0: std::fs::buffer_capacity_required (fs.rs:851) ==55581== by 0x112675B: <std::fs::File as std::io::Read>::read_to_string (fs.rs:644) ==55581== by 0x10DACA8: num_cpus::linux::Cgroup::param (linux.rs:214) ==55581== by 0x10DAB39: num_cpus::linux::Cgroup::quota_us (linux.rs:203) ==55581== by 0x10DA9C2: num_cpus::linux::Cgroup::cpu_quota (linux.rs:188) ==55581== by 0x10DA5A1: num_cpus::linux::load_cgroups (linux.rs:149) ==55581== by 0x10DA23D: num_cpus::linux::init_cgroups (linux.rs:129) ==55581== by 0x10DCDC8: core::ops::function::FnOnce::call_once (function.rs:227) ==55581== by 0x10DC749: std::sync::once::Once::call_once::{{closure}} (once.rs:276) ==55581== by 0x21EE89: std::sync::once::Once::call_inner (once.rs:434) ==55581== Address 0x0 is not stack'd, malloc'd or (recently) free'd ==55581== -------------------------------------------------------------------------------- Leaving base_dir /tmp/ltests-hzt9ppqp intact, it still has test sub-directories with failure details: ['test_peers_1'] ``` Signed-off-by: Vincenzo Palazzo <vincenzopalazzodev@gmail.com> |
||
---|---|---|
.. | ||
__init__.py | ||
btcproxy.py | ||
db.py | ||
fixtures.py | ||
utils.py |