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 148915 Details for
Bug 230339
The fatal error "Segmentation fault" happens when lots of continuous processes of mount.nfs4 are executed.
[?]
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]
The patch for the binfmt_elf of the kernel
binfmt_elf.patch (text/plain), 788 bytes, created by
shichao
on 2007-02-28 14:01:42 UTC
(
hide
)
Description:
The patch for the binfmt_elf of the kernel
Filename:
MIME Type:
Creator:
shichao
Created:
2007-02-28 14:01:42 UTC
Size:
788 bytes
patch
obsolete
>--- linux-2.6.18.i686-orig/fs/binfmt_elf.c 2007-02-02 12:56:03.000000000 -0500 >+++ linux-2.6.18.i686/fs/binfmt_elf.c 2007-02-16 12:50:19.000000000 -0500 >@@ -491,7 +491,8 @@ > goto out_close; > } > >- error = load_addr; >+ *interp_map_addr = load_addr; >+ error = ((unsigned long)interp_elf_ex->e_entry) + load_addr; > > out_close: > kfree(elf_phdata); >@@ -1001,13 +1002,8 @@ > else { > elf_entry = load_elf_interp(&loc->interp_elf_ex, > interpreter, >- &interp_map_addr, >+ &interp_load_addr, > load_bias); >- if (!BAD_ADDR(elf_entry)) { >- /* load_elf_interp() returns relocation adjustment */ >- interp_load_addr = elf_entry; >- elf_entry += loc->interp_elf_ex.e_entry; >- } > } > if (BAD_ADDR(elf_entry)) { > force_sig(SIGSEGV, current);
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 230339
: 148915