Bug 359221
| Summary: | SIGSEGV during post-install | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | John Reiser <jreiser> |
| Component: | libuser | Assignee: | Miloslav Trmač <mitr> |
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | low | Docs Contact: | |
| Priority: | low | ||
| Version: | rawhide | ||
| 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: | 2007-10-31 19:26:43 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: | |||
| Bug Depends On: | |||
| Bug Blocks: | 235703 | ||
Text install from the same DVD gets the same SIGSEGV loop at the end of the install process, except that the main screen is showing a warning (not in a box) that SELinux is disabled. selinux=0 is the key here. mitr built a fixed libuser and I've verified it with a quick test. Fixed in DVD composed by pungi from rawhide of Wed.Oct.31. libuser-0.56.6-2 anaconda-11.3.0.50-1 So it's confirmed fixed in rawhide? Closing RAWHIDE. |
Description of problem: Infinite loop at end of graphcial install with "Performing post-install operation..." visible. Version-Release number of selected component (if applicable): anaconda-11.3.0.48-1 How reproducible: always Steps to Reproduce: 1. graphical install from DVD composed by pungi from rawhide of Tue.Oct.30 2. 3. Actual results: Apparent hang at end of install, with "Performing post-install operations..." visible. Swithcing to vtty2 and using strace shows that the main anaconda rocess is in a loop: ----- -- SIGSEGV rt_sigaction(SIGSEGV, (0x1f9b50, [], 0), {0x1f9b50, [], 0}, 8) = 0 sigreturn() ----- Expected results: successful install Additional info: