Chris Guida

Results 289 comments of Chris Guida

No, still missing :/ ``` > nix --version fish: Unknown command: nix ``` Did you fix this issue somewhere? perhaps i'm not running the latest code? Also, I don't have...

``` > fdesetup status FileVault is On. ``` ``` > cat /Library/LaunchDaemons/org.nixos.darwin-store.plist RunAtLoad Label org.nixos.darwin-store ProgramArguments /usr/sbin/diskutil mount -mountPoint /nix A454717D-8FBA-4C59-8382-14B0421C1F51 ⏎ ``` ``` > diskutil apfs list | grep...

Possibly this particular setup is messed up because i did it in bash then switched back to fish? But `nix` is unavailable now in both `fish` and `bash`, so I'm...

Nope ``` > bash -c 'echo $PATH' /Users/cguida/.deno/bin:/Users/cguida/.cargo/bin:/opt/homebrew/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Users/cguida/Library/Python/3.8/bin:/Library/Apple/usr/bin ``` Yes, there's a thing here ``` > ls -al /nix/var/nix/profiles/default/bin lrwxr-xr-x 1 root wheel 58 Dec 31 1969 /nix/var/nix/profiles/default/bin@ -> /nix/store/8w0v2mffa10chrf1h66cbvbpw86qmh85-nix-2.13.3/bin...

@cdecker I ran with VALGRIND=0, I thought this disables valgrind?

Pretty sure this is a bug in CLN. I cannot figure out how to make this memleak go away. It seems to happen during launch rather than shutdown, around here:...

Ok I've narrowed it down a bit further, it appears that if I turn valgrind _on_, it actually fixes the problem. When it's off (apparently this is by default now,...

Ok yeah confirmed, calling `lightning-cli dev-memleak` with clboss running like so: `LIGHTNINGD_DEV_MEMLEAK=1 nohup lightningd --disable-plugin bcli --plugin /home/cguida/work/plugins/sauron/sauron.py --plugin /home/cguida/work/clboss/clboss --sauron-api-endpoint https://blockstream.info/api --developer &` ..results in the above 2 memleak...

Curiously, the tests pass when valgrind is on, but fail when valgrind is off. Does this mean that dev-memleak itself may be causing the leak??

Hey @rustyrussell did you fix this? I'm not running into it anymore on v24.11.1, and I've re-confirmed that it's broken on v.24.08.2.