Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 160232 Details for
Bug 250068
strace doesn't show new futex calls
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Patch to fix the problem in strace
strace_futex_patch.patch (text/plain), 1004 bytes, created by
IBM Bug Proxy
on 2007-07-30 10:46:56 UTC
(
hide
)
Description:
Patch to fix the problem in strace
Filename:
MIME Type:
Creator:
IBM Bug Proxy
Created:
2007-07-30 10:46:56 UTC
Size:
1004 bytes
patch
obsolete
>Index: strace-4.5.15/process.c >=================================================================== >--- strace-4.5.15.orig/process.c 2007-07-23 14:05:07.000000000 +0530 >+++ strace-4.5.15/process.c 2007-07-23 14:17:44.000000000 +0530 >@@ -117,6 +117,21 @@ > # ifndef FUTEX_REQUEUE > # define FUTEX_REQUEUE 3 > # endif >+# ifndef FUTEX_CMP_REQUEUE >+# define FUTEX_CMP_REQUEUE 4 >+# endif >+# ifndef FUTEX_WAKE_OP >+# define FUTEX_WAKE_OP 5 >+# endif >+# ifndef FUTEX_LOCK_PI >+# define FUTEX_LOCK_PI 6 >+# endif >+# ifndef FUTEX_UNLOCK_PI >+# define FUTEX_UNLOCK_PI 7 >+# endif >+# ifndef FUTEX_TRYLOCK_PI >+# define FUTEX_TRYLOCK_PI 8 >+# endif > #endif > > #ifdef LINUX >@@ -3072,6 +3087,11 @@ > { FUTEX_WAKE, "FUTEX_WAKE" }, > { FUTEX_FD, "FUTEX_FD" }, > { FUTEX_REQUEUE,"FUTEX_REQUEUE" }, >+ { FUTEX_CMP_REQUEUE, "FUTEX_CMP_REQUEUE" }, >+ { FUTEX_WAKE_OP, "FUTEX_WAKE_OP" }, >+ { FUTEX_LOCK_PI, "FUTEX_LOCK_PI" }, >+ { FUTEX_UNLOCK_PI, "FUTEX_UNLOCK_PI" }, >+ { FUTEX_TRYLOCK_PI, "FUTEX_TRYLOCK_PI" }, > { 0, NULL } > }; >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 250068
: 160232