Bug 146932 - wrong string for unknown addresses
Summary: wrong string for unknown addresses
Keywords:
Status: CLOSED NEXTRELEASE
Alias: None
Product: Fedora
Classification: Fedora
Component: strace
Version: rawhide
Hardware: x86_64
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Roland McGrath
QA Contact: Brian Brock
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2005-02-02 20:41 UTC by Ulrich Drepper
Modified: 2007-11-30 22:10 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2005-02-02 20:56:53 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
patch to use correct width (324 bytes, patch)
2005-02-02 20:41 UTC, Ulrich Drepper
no flags Details | Diff

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.


Note You need to log in before you can comment on or make changes to this bug.