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 310600 Details for
Bug 453438
[ia64] clone2 (pthread_create) crashes with -f
[?]
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]
Fix.
strace-ia64-clone-restore.patch (text/plain), 698 bytes, created by
Jan Kratochvil
on 2008-06-30 16:50:54 UTC
(
hide
)
Description:
Fix.
Filename:
MIME Type:
Creator:
Jan Kratochvil
Created:
2008-06-30 16:50:54 UTC
Size:
698 bytes
patch
obsolete
>2008-06-30 Jan Kratochvil <jan.kratochvil@redhat.com> > > Fix ia64 `-f' on CLONE2 formerly crashing the child. > * util.c [IA64] (restore_arg0, restore_arg1): Define as empty. > >--- util.c 20 May 2008 00:34:34 -0000 1.75 >+++ util.c 30 Jun 2008 16:23:00 -0000 >@@ -1379,6 +1379,12 @@ set_arg1 (struct tcb *tcp, arg_setup_sta > return errno ? -1 : 0; > } > >+/* ia64 does not return the input arguments from functions (and syscalls) >+ according to ia64 RSE (Register Stack Engine) behavior. */ >+ >+# define restore_arg0(tcp, state, val) ((void) (state), 0) >+# define restore_arg1(tcp, state, val) ((void) (state), 0) >+ > #elif defined (SPARC) || defined (SPARC64) > > typedef struct regs arg_setup_state;
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 453438
: 310600