Bug 510436 - Don't warn about fcntl F_GETFD with --track-fds
Summary: Don't warn about fcntl F_GETFD with --track-fds
Status: REPORTED
Alias: None
Product: valgrind
Classification: Developer tools
Component: general (other bugs)
Version First Reported In: unspecified
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: Julian Seward
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-10-09 19:46 UTC by Mark Wielaard
Modified: 2025-10-09 19:46 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mark Wielaard 2025-10-09 19:46:35 UTC
fcntl F_GETFD is used to look if a file descriptor number is valid, so --track-fds shouldn't produce an error when a "bad file descriptor" is used with F_GETFD.

See also https://sourceforge.net/p/valgrind/mailman/message/59229815/