Bug 10846
| Summary: | newer authconfig versions segfault on older systems | ||
|---|---|---|---|
| Product: | [Retired] Red Hat Linux | Reporter: | Pekka Savola <pekkas> |
| Component: | authconfig | Assignee: | Nalin Dahyabhai <nalin> |
| Status: | CLOSED WORKSFORME | QA Contact: | |
| Severity: | low | Docs Contact: | |
| Priority: | medium | ||
| Version: | 6.2 | ||
| 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: | 2000-05-31 15:38:15 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: | |||
Um, the versions of popt, authconfig, slang, etc. are all recompiled against glibc2.0, correct? (just making sure...) Yes. All of those have been rebuilt from SRPMs. The next message I get when I strace authconfig is an opening of a message catalog file. Which version of gettext do you have installed? I'm unable to test this anymore, since I updated to Redhat 6.2. Gettext was almost certainly the distribution binary from Redhat 5.1 This is a test comment. Please disregard. |
(authconfig-3.0.3-1, other -3.0* also; authconfig-2.0-2 from RH61 works fine) Newer versions of authconfig seem to segfault on my heavily updated RH51 box. glibc-2.0.7-19 popt-1.5-5x newt-0.50.8-2 slang-1.4.0-2 And a few lines from strace: ----- close(3) = 0 personality(PER_LINUX) = 0 getpid() = 9053 brk(0) = 0x804eb90 brk(0x804ebc8) = 0x804ebc8 brk(0x804f000) = 0x804f000 open("/etc/popt", O_RDONLY) = -1 ENOENT (No such file or directory) getuid() = 0 geteuid() = 0 open("/root/.popt", O_RDONLY) = -1 ENOENT (No such file or directory) getuid() = 0 --- SIGSEGV (Segmentation fault) --- +++ killed by SIGSEGV +++ -------