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 926382 Details for
Bug 1129572
[abrt] strace: init(): strace killed by SIGSEGV
[?]
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]
strace-ptrace-prototype.patch
ptrace.patch (text/plain), 1.00 KB, created by
Michal Toman
on 2014-08-13 12:09:53 UTC
(
hide
)
Description:
strace-ptrace-prototype.patch
Filename:
MIME Type:
Creator:
Michal Toman
Created:
2014-08-13 12:09:53 UTC
Size:
1.00 KB
patch
obsolete
>diff -urp strace-4.8/defs.h s/defs.h >--- strace-4.8/defs.h 2014-08-13 11:02:49.350012301 +0000 >+++ s/defs.h 2014-08-13 11:05:35.100012057 +0000 >@@ -147,27 +147,17 @@ extern char *stpcpy(char *dst, const cha > /* To force NOMMU build, set to 1 */ > #define NOMMU_SYSTEM 0 > >-#if (defined(SPARC) || defined(SPARC64) \ >- || defined(I386) || defined(X32) || defined(X86_64) \ >- || defined(ARM) || defined(AARCH64) \ >- || defined(AVR32) \ >- || defined(OR1K) \ >- || defined(METAG) \ >- || defined(TILE) \ >- || defined(XTENSA) \ >- ) && defined(__GLIBC__) >-# include <sys/ptrace.h> >-#else >-/* Work around awkward prototype in ptrace.h. */ >+#ifdef NEED_PTRACE_PROTOTYPE_WORKAROUND > # define ptrace xptrace > # include <sys/ptrace.h> > # undef ptrace >-# ifdef POWERPC >-# define __KERNEL__ >-# include <asm/ptrace.h> >-# undef __KERNEL__ >-# endif > extern long ptrace(int, int, char *, long); >+#else >+# include <sys/ptrace.h> >+#endif >+ >+#if defined(POWERPC) >+# include <asm/ptrace.h> > #endif > > #if defined(TILE)
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 1129572
: 926382