Bug 15728
| Summary: | tripwire causing segfault in mail | ||
|---|---|---|---|
| Product: | [Retired] Red Hat Linux | Reporter: | Aaron Brown <abrown> |
| Component: | mailx | Assignee: | Nalin Dahyabhai <nalin> |
| Status: | CLOSED RAWHIDE | QA Contact: | David Lawrence <dkl> |
| Severity: | high | Docs Contact: | |
| Priority: | high | ||
| Version: | 7.0 | CC: | mark_rusk, matt_domsch |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | i386 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2000-08-11 18:35:30 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
Aaron Brown
2000-08-08 14:54:27 UTC
Not a tripwire problem - changing component to "mailx" per Aaron Brown. The binary that dumps core is /bin/mail. Aaron will attach some of the strace output to this defect ASAP. Here is the tail end of the strace I did while exiting
from "mail":
open("/var/spool/mail/root", O_RDONLY) = 3
fcntl(3, F_GETFL) = 0 (flags O_RDONLY)
fstat(3, {st_mode=S_IFREG|0600, st_size=414, ...}) = 0
old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) =
0x4001d000
_llseek(3, 0, [0], SEEK_CUR) = 0
fcntl(3, F_SETFD, FD_CLOEXEC) = 0
flock(3, LOCK_EX) = 0
fstat(3, {st_mode=S_IFREG|0600, st_size=414, ...}) = 0
--- SIGSEGV (Segmentation fault) ---
*** Bug 15955 has been marked as a duplicate of this bug. *** I believe this is fixed in mailx-8.1.1-17. |