This is the mail archive of the
systemtap@sourceware.org
mailing list for the systemtap project.
[Bug runtime/13447] New: fallback kernel stacktrace (dump_trace) not available on arm, ppc or s390
- From: "mjw at redhat dot com" <sourceware-bugzilla at sourceware dot org>
- To: systemtap at sourceware dot org
- Date: Tue, 29 Nov 2011 10:10:15 +0000
- Subject: [Bug runtime/13447] New: fallback kernel stacktrace (dump_trace) not available on arm, ppc or s390
- Auto-submitted: auto-generated
http://sourceware.org/bugzilla/show_bug.cgi?id=13447
Bug #: 13447
Summary: fallback kernel stacktrace (dump_trace) not available
on arm, ppc or s390
Product: systemtap
Version: unspecified
Status: NEW
Severity: normal
Priority: P2
Component: runtime
AssignedTo: systemtap@sourceware.org
ReportedBy: mjw@redhat.com
Classification: Unclassified
For some probe points (begin, end, tracepoints) the dwarf unwinder cannot be
used since there is no register context available. In these cases kernel
backtraces are provided through the kernel dump_trace() facility. Whether this
is available is tested through runtime/autoconf-save-stack-trace.c which will
set
STAPCONF_KERNEL_STACKTRACE.
Currently this fallback unwinder is only available on i686/x86_64, but not on
arm, ppc or s390. See testsuite/systemtap.base/backtrace.exp.
--
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.