Bug 146932

Summary: wrong string for unknown addresses
Product: [Fedora] Fedora Reporter: Ulrich Drepper <drepper>
Component: straceAssignee: Roland McGrath <roland>
Status: CLOSED NEXTRELEASE QA Contact: Brian Brock <bbrock>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhide   
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2005-02-02 20:56:53 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
patch to use correct width none

Description Ulrich Drepper 2005-02-02 20:41:00 UTC
Description of problem:
unknown addresses, e.g. the address of the initial execve, are printed with a
wrong with on x86-64.

Version-Release number of selected component (if applicable):
strace-4.5.8-1.x86_64

How reproducible:
always

Steps to Reproduce:
1.string -i /bin/echo
2.
3.
  
Actual results:
[????????] execve("/bin/echo", ["/bin/echo", "-n"], [/* 40 vars */]) = 0


Expected results:
[????????????????] execve("/bin/echo", ["/bin/echo"], [/* 40 vars */]) = 0


Additional info:

Comment 1 Ulrich Drepper 2005-02-02 20:41:00 UTC
Created attachment 110574 [details]
patch to use correct width

Comment 2 Roland McGrath 2005-02-02 20:56:53 UTC
Fixed upstream.