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 314122 Details for
Bug 458861
[RHEL5] sprof is unable to dlopen shared libraries
[?]
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 add __RTLD_SPROF to dlopen_doit() mask
glibc-2.5-fix-rtld_sprof.patch (text/plain), 582 bytes, created by
Olivier Fourdan
on 2008-08-12 18:01:45 UTC
(
hide
)
Description:
Patch to add __RTLD_SPROF to dlopen_doit() mask
Filename:
MIME Type:
Creator:
Olivier Fourdan
Created:
2008-08-12 18:01:45 UTC
Size:
582 bytes
patch
obsolete
>--- glibc-2.5-20061008T1257/dlfcn/dlopen.c.sprof 2008-08-12 17:01:23.000000000 +0100 >+++ glibc-2.5-20061008T1257/dlfcn/dlopen.c 2008-08-12 17:02:49.000000000 +0100 >@@ -60,7 +60,7 @@ > struct dlopen_args *args = (struct dlopen_args *) a; > > if (args->mode & ~(RTLD_BINDING_MASK | RTLD_NOLOAD | RTLD_DEEPBIND >- | RTLD_GLOBAL | RTLD_LOCAL | RTLD_NODELETE)) >+ | RTLD_GLOBAL | RTLD_LOCAL | RTLD_NODELETE | __RTLD_SPROF)) > GLRO(dl_signal_error) (0, NULL, NULL, _("invalid mode parameter")); > > args->new = GLRO(dl_open) (args->file ?: "", args->mode | __RTLD_DLOPEN,
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 458861
: 314122