Bug 212745
| Summary: | Broken glibc (maybe pty?) | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Robert Scheck <redhat-bugzilla> | ||||
| Component: | glibc | Assignee: | Jakub Jelinek <jakub> | ||||
| Status: | CLOSED DUPLICATE | QA Contact: | Brian Brock <bbrock> | ||||
| Severity: | high | Docs Contact: | |||||
| Priority: | medium | ||||||
| Version: | rawhide | CC: | michal, vonbrand | ||||
| 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: | 2006-10-29 08:24:18 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: | |||||||
| Attachments: |
|
||||||
|
Description
Robert Scheck
2006-10-28 17:08:00 UTC
Created attachment 139644 [details]
strace output from calling screen
I got something much more "interesting"; this time on x86_64.
execve("/usr/bin/newaliases", ["/usr/bin/newaliases"], [/* 32 vars */]) = 0
brk(0) = 0x55555589f000
--- SIGSEGV (Segmentation fault) @ 0 (0) ---
+++ killed by SIGSEGV +++
Yes, that is the whole strace output in that particular case. All attempts
to start /usr/sbin/sendmail.sendmail, regardless of a name used and arguments,
are ending up in the same way.
Reverting glibc-2.5.90-2 to glibc-2.5-3 makes sendmail immediately to run.
*** This bug has been marked as a duplicate of 212723 *** On i686, su (from coreutils-5.97-13) segfaults on me, under strace-4.5.14-3 it tells me the (correct) password is wrong. |