public inbox for systemtap@sourceware.org
 help / color / mirror / Atom feed
* [Bug runtime/13350] New: dwarf unwinder _stp_valid_pc_addr() invalid for s390x
@ 2011-10-27 13:28 mjw at redhat dot com
  2017-07-20 14:52 ` [Bug runtime/13350] " dsmith at redhat dot com
  0 siblings, 1 reply; 2+ messages in thread
From: mjw at redhat dot com @ 2011-10-27 13:28 UTC (permalink / raw)
  To: systemtap

http://sourceware.org/bugzilla/show_bug.cgi?id=13350

             Bug #: 13350
           Summary: dwarf unwinder _stp_valid_pc_addr() invalid for s390x
           Product: systemtap
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: runtime
        AssignedTo: systemtap@sourceware.org
        ReportedBy: mjw@redhat.com
    Classification: Unclassified


runtime/stack-dwarf.c contains _stp_valid_pc_addr() which checks whether or not
a given address is valid as either a kernel or user address. The current
implementation just doesn't work for s390x.

To get a good implementation we need answers similar to:
http://sourceware.org/ml/systemtap/2011-q4/msg00064.html

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [Bug runtime/13350] dwarf unwinder _stp_valid_pc_addr() invalid for s390x
  2011-10-27 13:28 [Bug runtime/13350] New: dwarf unwinder _stp_valid_pc_addr() invalid for s390x mjw at redhat dot com
@ 2017-07-20 14:52 ` dsmith at redhat dot com
  0 siblings, 0 replies; 2+ messages in thread
From: dsmith at redhat dot com @ 2017-07-20 14:52 UTC (permalink / raw)
  To: systemtap

https://sourceware.org/bugzilla/show_bug.cgi?id=13350

David Smith <dsmith at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |dsmith at redhat dot com
         Resolution|---                         |FIXED

--- Comment #1 from David Smith <dsmith at redhat dot com> ---
Commit f493740, which is the fix for bug #21726, also fixes this issue. In
general, systemtap is more segment aware now (KERNEL_DS vs. USER_DS). That
commit replaces _stp_valid_pc_addr() with a call to _stp_lookup_bad_addr().

-- 
You are receiving this mail because:
You are the assignee for the bug.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-07-20 14:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-10-27 13:28 [Bug runtime/13350] New: dwarf unwinder _stp_valid_pc_addr() invalid for s390x mjw at redhat dot com
2017-07-20 14:52 ` [Bug runtime/13350] " dsmith at redhat dot com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).