Hi all, I run mmap/31-1 failed with ENOMEM on linux, with error message: off: fffffffffffff000, len: fffffffffffff000 Test FAIL: expect EOVERFLOW but get other error: Cannot allocate memory
But compare to mmap/24-2, it mmap() the same length but pass. Its output: available memory: 18446744073709551615 addr: 7f78c54fa000, len: ffffffffffffffff addr: 7f78c54fa000, len: fffffffffffff000 Test Pass: mmap/24-2.c Get ENOMEM: Cannot allocate memory So I suppose that mmap/31-1 may need update, but I don't know how to make mmap() overflow as expect. Any suggestion is appreciated. Regards, Kai ------------------------------------------------------------------------------ Write once. Port to many. Get the SDK and tools to simplify cross-platform app development. Create new or port existing apps to sell to consumers worldwide. Explore the Intel AppUpSM program developer opportunity. appdeveloper.intel.com/join http://p.sf.net/sfu/intel-appdev _______________________________________________ Ltp-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ltp-list
