From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20065 invoked by alias); 5 Jan 2010 08:50:24 -0000 Received: (qmail 20026 invoked by uid 48); 5 Jan 2010 08:50:13 -0000 Date: Tue, 05 Jan 2010 08:50:00 -0000 Message-ID: <20100105085013.20025.qmail@sourceware.org> From: "mjw at redhat dot com" To: systemtap@sources.redhat.com In-Reply-To: <20090602132248.10228.mjw@redhat.com> References: <20090602132248.10228.mjw@redhat.com> Reply-To: sourceware-bugzilla@sourceware.org Subject: [Bug translator/10228] Add more vma-tracking for user space symbol/backtraces X-Bugzilla-Reason: AssignedTo Mailing-List: contact systemtap-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: systemtap-owner@sourceware.org X-SW-Source: 2010-q1/txt/msg00013.txt.bz2 ------- Additional Comments From mjw at redhat dot com 2010-01-05 08:50 ------- A quick workaround if you need all modules/shared libraries for a program: stap <...> $(ldd /path/to/prog | grep '=> /' | cut -f2 -d\> | cut -f2 -d\ | sed "s/^\//\ -d\ \//" | xargs) Note that running ldd is apparently not safe on untrusted binaries: http://www.catonmat.net/blog/ldd-arbitrary-code-execution/ -- What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|mjw at redhat dot com |systemtap at sources dot | |redhat dot com Status|ASSIGNED |NEW http://sourceware.org/bugzilla/show_bug.cgi?id=10228 ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.