Summary: | Running with --sanity-level=3 or higher fails on Linux using btrfs | ||
---|---|---|---|
Product: | [Developer tools] valgrind | Reporter: | Paul Floyd <pjfloyd> |
Component: | general | Assignee: | Julian Seward <jseward> |
Status: | RESOLVED DUPLICATE | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | 3.23 GIT | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Other | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Paul Floyd
2024-05-06 09:45:23 UTC
In /proc, I see both / and /home as device 00:30 (or d=0x01e as reported by Valgrind). 61 1 0:30 /root / rw,relatime shared:1 - btrfs /dev/sdb3 rw,seclabel,compress=zstd:1,space_cache=v2,subvolid=257,subvol=/root 50 61 0:30 /home /home rw,relatime shared:76 - btrfs /dev/sdb3 rw,seclabel,compress=zstd:1,space_cache=v2,subvolid=256,subvol=/home stat reports the two as 00:32 and 00:39 stat $(which sleep) File: /usr/bin/sleep Size: 36864 Blocks: 72 IO Block: 4096 regular file Device: 0,32 Inode: 13321 Links: 1 And a file in home stat /home/paulf/.config File: /home/paulf/.config Size: 3742 Blocks: 0 IO Block: 4096 directory Device: 0,39 Inode: 65046 Links: 1 00:39 corresponds to d=0x027 in the error message. I don't think that it's possible to get this to work and the only option if to detect btrfs and disable the ino/dev check. And looking even further, this looks like a dupe. *** This bug has been marked as a duplicate of bug 317127 *** |