[Bug testsuite/16175] on ppc64, getting mmap syscall and nd_syscall testsuite failures
jistone at redhat dot com
sourceware-bugzilla@sourceware.org
Mon Nov 18 18:22:00 GMT 2013
https://sourceware.org/bugzilla/show_bug.cgi?id=16175
Josh Stone <jistone at redhat dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |REOPENED
CC| |jistone at redhat dot com
Resolution|FIXED |---
--- Comment #2 from Josh Stone <jistone at redhat dot com> ---
This 64k change needs to be reconsidered. It's failing on Fedora 19 here:
*mmap: mmap2 (0x0, 65542, PROT_READ, MAP_SHARED, 4, 0) = 0x7fb4fbe57000
mmap: mlock (0x7fb4fbe57000, 65542) = -12 (ENOMEM)
The "*" indicates syscall.exp matched lines; the mlock doesn't match because it
wasn't a successful call. The reason is that it's too large, as my ulimit for
locked memory is 64k. The hard limit is also 64k, so only root could bump
this.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the Systemtap
mailing list