Bug 450459
Summary: | exportfs reports segfault on boot up | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Ben Webb <benmwebb> |
Component: | nfs-utils | Assignee: | Steve Dickson <steved> |
Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | medium | Docs Contact: | |
Priority: | low | ||
Version: | 9 | CC: | dwalsh, eparis |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2008-06-18 17:53:02 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Ben Webb
2008-06-08 18:48:34 UTC
It would be good to figure out where in libc-2.8.so the crash is happening... In /etc/init.d/nfs added the 'ulimit -c unlimited' command right before the exportfs command. Hopefully that will let exportfs create a core and then from that core we can find out what is happening. Sorry - took a while to trigger the problem again (the problem does not occur on every reboot, and so of course it doesn't happen when I'm looking for it!) But on one of our x86_64 machines, I just got the following core: # gdb /usr/sbin/exportfs core.2580 ... Loaded symbols for /lib64/libnss_files-2.8.so Core was generated by `/usr/sbin/exportfs -r'. Program terminated with signal 11, Segmentation fault. [New process 2580] #0 0x00007f94b47d936e in dupexportent (dst=0x7fffbc7dd578, src=0x7fffbc7de000) at exports.c:320 320 *dst = *src; (gdb) p *src Cannot access memory at address 0x7fffbc7de000 (gdb) where #0 0x00007f94b47d936e in dupexportent (dst=0x7fffbc7dd578, src=0x7fffbc7de000) at exports.c:320 #1 0x00007f94b47d7f2c in rmtab_read () at rmtab.c:45 #2 0x00007f94b47d59e2 in main (argc=2, argv=0x7fffbc7ddb88) at exportfs.c:137 Do you need anything else from this core, or is the information sufficient to point to a problem? |