| Summary: | Feature Request: Add --track-fds=error | ||
|---|---|---|---|
| Product: | [Developer tools] valgrind | Reporter: | Vitaly Chikunov <vt> |
| Component: | general | Assignee: | Julian Seward <jseward> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | wishlist | CC: | ahajkova, mark, pjfloyd |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Vitaly Chikunov
2024-03-04 06:59:05 UTC
There is some work being done with fds, see https://bugs.kde.org/show_bug.cgi?id=471222 The main problem here is that the fd checking is done in core, not in any tool (specifically memcheck). Core doesn't have any error processing mechanisms (there was something in the past but it was removed). And if we make it an error we also want the suppression mechanism to work with it. See also https://bugs.kde.org/show_bug.cgi?id=362680 which contains a description how to resurrect CoreErrors (but no patch yet?) *** This bug has been marked as a duplicate of bug 362680 *** |