From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9569 invoked by alias); 13 Mar 2006 21:31:50 -0000 Received: (qmail 9544 invoked by uid 48); 13 Mar 2006 21:31:45 -0000 Date: Mon, 13 Mar 2006 21:31:00 -0000 Message-ID: <20060313213145.9543.qmail@sourceware.org> From: "hien at us dot ibm dot com" To: systemtap@sources.redhat.com In-Reply-To: <20060301202710.2408.anil.s.keshavamurthy@intel.com> References: <20060301202710.2408.anil.s.keshavamurthy@intel.com> Reply-To: sourceware-bugzilla@sourceware.org Subject: [Bug kprobes/2408] [RHEL4 U4] Backport Kprobes fixes from mainline X-Bugzilla-Reason: AssignedTo Mailing-List: contact systemtap-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Post: List-Help: , Sender: systemtap-owner@sourceware.org X-SW-Source: 2006-q1/txt/msg00778.txt.bz2 ------- Additional Comments From hien at us dot ibm dot com 2006-03-13 21:31 ------- (In reply to comment #15) > (In reply to comment #14) > > (In reply to comment #13) > > > Josh, thanks for testing. For kprobe fault handler testing you can run the > > > below script. Basically this tries to access userspace > > > address from kprobe prehandler. > > > > > > ----------------------------- > > > probe syscall.*, syscall.*.return { > > > if (pid() == target()) { > > > if (returnp) > > > printf("%d\n", returnval()) > > > else > > > printf("%s (%s) = ", name, argstr) > > > } > > > } > > > ------------------------------- > > > > After commenting out some unresolved functions from i686/syscalls.stp, this test > > script ran fine. I don't know if there's a particular target application that's > > good for testing this - I used 'du' on my home directory. > > You can try to run this script as > > stap -x sys.stp > > where pid is the pid of a bash shell, then go to that shell and try out commands > like > chdir, rmdir, cat etc... Oops, I meant mkdir, rmdir, cat, cd etc... -- http://sourceware.org/bugzilla/show_bug.cgi?id=2408 ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.