
https://bugzilla.novell.com/show_bug.cgi?id=709163 https://bugzilla.novell.com/show_bug.cgi?id=709163#c0 Summary: read /proc/<pid>/attr/prev fails with ENOENT in opensuse 11.3,even though the file exists Classification: openSUSE Product: openSUSE 11.3 Version: Final Platform: x86 OS/Version: openSUSE 11.3 Status: NEW Severity: Normal Priority: P5 - None Component: Kernel AssignedTo: kernel-maintainers@forge.provo.novell.com ReportedBy: nwang@novell.com QAContact: qa@suse.de Found By: --- Blocker: --- Created an attachment (id=443120) --> (http://bugzilla.novell.com/attachment.cgi?id=443120) Output of "strace cat /proc/self/attr/prev" Opensuse 11.3 with 2.6.34-12-default kernel Failed to read file /proc/<pid>/attr/prev or /proc/<pid>/attr/exec with ENOENT error,even succeed in open the file already. part of output of "strace cat prev",please see more in attachment: .. fstat64(1, {st_mode=S_IFCHR|0620, st_rdev=makedev(136, 0), ...}) = 0 open("prev", O_RDONLY|O_LARGEFILE) = 3 fstat64(3, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0 read(3, 0x8059000, 1024) = -1 ENOENT (No such file or directory) .. Reproducible: Always -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.