This is the mail archive of the systemtap@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug testsuite/16175] on ppc64, getting mmap syscall and nd_syscall testsuite failures


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]