From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 646433954452; Mon, 28 Sep 2020 21:22:38 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 646433954452 From: "agentzh at gmail dot com" To: systemtap@sourceware.org Subject: [Bug runtime/25853] Stap's own dwarf-based stack unwinder does not give very accurate kernel backtraces Date: Mon, 28 Sep 2020 21:22:38 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: systemtap X-Bugzilla-Component: runtime X-Bugzilla-Version: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: agentzh at gmail dot com X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: systemtap at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: systemtap@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Systemtap mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Sep 2020 21:22:38 -0000 https://sourceware.org/bugzilla/show_bug.cgi?id=3D25853 --- Comment #1 from agentzh --- Adding the '-d kernel' option is not very helpful when the kernel debuginfo= is missing in the system: ``` $ /opt/stap/bin/stap -d kernel -e 'probe oneshot { print_backtrace() }' 0xffffffffc123c8cb [stap_e4014a9c5a0decc7f01b4bb37a893a9_29973+0x88cb/0x0] 0xffffffffc123c84a [stap_e4014a9c5a0decc7f01b4bb37a893a9_29973+0x884a/0x0] (inexact) ``` --=20 You are receiving this mail because: You are the assignee for the bug.=