Bug 171767

Summary: LD_DEBUG_OUTPUT ignored by "conflict processing"
Product: [Fedora] Fedora Reporter: John Reiser <jreiser>
Component: glibcAssignee: Jakub Jelinek <jakub>
Status: CLOSED UPSTREAM QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 4   
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: 2005-11-02 12:52:47 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 John Reiser 2005-10-26 03:02:16 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.12) Gecko/20050922 Fedora/1.0.7-1.1.fc4 Firefox/1.0.7

Description of problem:
Setting the environment variable LD_DEBUG_OUTPUT to a pathname should capture all LD_DEBUG output to that file.  However, the line "conflict processing: <executable>" and its preceding blank line go to stdout instead of to the named file.

Version-Release number of selected component (if applicable):
binutils-2.15.94.0.2.2-2.1

How reproducible:
Always

Steps to Reproduce:
1. LD_DEBUG_OUTPUT=foo LD_DEBUG=all date
2.
3.
  

Actual Results:  $ LD_DEBUG_OUTPUT=foo LD_DEBUG=all date

conflict processing: date
Tue Oct 25 19:57:51 PDT 2005
$ 

Expected Results:  $ LD_DEBUG_OUTPUT=foo LD_DEBUG=all date
Tue Oct 25 19:57:51 PDT 2005
$ 

Additional info:

Comment 1 John Reiser 2005-10-26 14:50:43 UTC
Oops, the problem is in rtld, not /usr/bin/ld.  The component version is
glibc-2.3.5-10.3 .


Comment 2 Jakub Jelinek 2005-11-02 12:52:47 UTC
Fixed on upstream glibc CVS HEAD, will appear in rawhide whenever a new built
will be done.