Bug 212745

Summary: Broken glibc (maybe pty?)
Product: [Fedora] Fedora Reporter: Robert Scheck <redhat-bugzilla>
Component: glibcAssignee: Jakub Jelinek <jakub>
Status: CLOSED DUPLICATE QA Contact: Brian Brock <bbrock>
Severity: high Docs Contact:
Priority: medium    
Version: rawhideCC: 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 Flags
strace output from calling screen none

Description Robert Scheck 2006-10-28 17:08:00 UTC
Description of problem:
After installing latest glibc, screen just ends in an segmentation fault. After 
downgrading, everything works again.

Version-Release number of selected component (if applicable):
glibc-2.5.90-2

How reproducible:
Everytime, see above.

Actual results:
Broken glibc (maybe pty?)

Expected results:
Working stuff.

Additional info:
The strace output of screen call is attached.

Comment 1 Robert Scheck 2006-10-28 17:10:09 UTC
Created attachment 139644 [details]
strace output from calling screen

Comment 2 Michal Jaegermann 2006-10-28 17:45:31 UTC
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.

Comment 3 Jakub Jelinek 2006-10-29 08:24:18 UTC

*** This bug has been marked as a duplicate of 212723 ***

Comment 4 Horst H. von Brand 2006-10-29 23:45:14 UTC
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.