Bug ID 1000513
Summary ltrace shows no parameters when debuginfo installed
Classification openSUSE
Product openSUSE Tumbleweed
Version Current
Hardware Other
OS Other
Status NEW
Severity Normal
Priority P5 - None
Component Development
Assignee bnc-team-screening@forge.provo.novell.com
Reporter jslaby@suse.com
QA Contact qa-bugs@suse.de
Found By ---
Blocker ---

$ ltrace echo
__libc_start_main([ "echo" ] <unfinished ...>
getenv("POSIXLY_CORRECT")                    = nil
strrchr("echo", '/')                         = nil
setlocale(LC_ALL, "")                        = "cs_CZ.UTF-8"
bindtextdomain("coreutils", "/usr/share/locale") = "/usr/share/locale"
textdomain("coreutils")                      = "coreutils"
...


# zypper in coreutils-debuginfo

$ ltrace echo
__libc_start_main([ "echo" ] <unfinished ...>
getenv()                                     = <void>
strrchr()                                    = <void>
setlocale()                                  = <void>
bindtextdomain()                             = <void>
textdomain()                                 = <void>
...

Seems like ltrace DW support is broken somehow.


You are receiving this mail because: