-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Labels
bugObserved behavior contradicts documented or intended behaviorObserved behavior contradicts documented or intended behavioros-linuxLinuxLinuxstandard libraryThis issue involves writing Zig code for the standard library.This issue involves writing Zig code for the standard library.
Milestone
Description
Zig Version
0.12.0
Steps to Reproduce and Observed Behavior
Reading or writing files under /proc/<pid>/ on linux can result in an ESRCH error if the related process has terminated.
Functions read, pread, readv, etc. and their write counterparts, seek, and possibly others, return error.Unexpected in this case.
Expected Behavior
Functions should return error.ProcessNotFound on ESRCH.
Metadata
Metadata
Assignees
Labels
bugObserved behavior contradicts documented or intended behaviorObserved behavior contradicts documented or intended behavioros-linuxLinuxLinuxstandard libraryThis issue involves writing Zig code for the standard library.This issue involves writing Zig code for the standard library.