https://bugs.kde.org/show_bug.cgi?id=357887
Bug ID: 357887
Summary: Calls to VG_(fclose) does not close the file
descriptor
Product: valgrind
Version: unspecified
Platform: Ubuntu Packages
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: NOR
Component: general
Assignee: [email protected]
Reporter: [email protected]
I'm using Valgrind 3.11.0 built from sources on Ubuntu x86.
While redirecting lackey's logs to files, I noticed that file descriptors
remained opened even after calling the method void VG_(fclose)( VgFile *fp ).
In that function, the "VG_(close)(fp->fd);" seems to be missing after flushing
the buffer.
--
You are receiving this mail because:
You are watching all bug changes.