Opened 4 years ago
Closed 2 years ago
#16651 closed bug (invalid)
MMAP: mmap the pipe fd to memory gives a Permission Denied result
Reported by: | cocobean | Owned by: | nobody |
---|---|---|---|
Priority: | normal | Milestone: | Unscheduled |
Component: | System/POSIX | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description (last modified by )
- The mmap( ) function shall fail if:
- [ENODEV] The fildes argument refers to a file whose type is not supported by mmap( ). *
- Test Step:
- 1. Create pipe;
- 2. mmap the pipe fd to memory, should get ENODEV;
- Expected Result: ENODEV
- Result: Permission denied
- Tested on Haiku R1B2 x86 (+123)
Change History (5)
comment:1 by , 4 years ago
Description: | modified (diff) |
---|
comment:2 by , 4 years ago
Description: | modified (diff) |
---|
comment:3 by , 4 years ago
Keywords: | mmap posix removed |
---|
comment:4 by , 2 years ago
comment:5 by , 2 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Please close this ticket. Tests fail on Linux.