Changes between Version 1 and Version 2 of Ticket #17895
- Timestamp:
- Aug 29, 2022, 7:50:01 PM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #17895 – Description
v1 v2 16 16 PASS 17 17 }}} 18 19 20 Test output on Haiku 21 {{{ 22 Starting testcase "./fork-mprotect-cow", pid 585 23 Mapping synchronization area..done 24 Mapping hugepage area...mapped at 0x6e1872f000 25 Parent writes pre-fork...1234abcd 26 mprotect()ing to prot=0 27 Parent reading..Read back 305441741 28 0 29 Child starts.. 30 Child reading..SIGSEGV at 0x6e1872f000 (sig_expected=0x6e1872f000) 31 -1 32 Child exits... 33 FAIL Parent read succeeded on mmap(prot=0) 34 35 }}}