From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9030 invoked by alias); 1 May 2007 15:50:43 -0000 Received: (qmail 8998 invoked by uid 48); 1 May 2007 15:50:31 -0000 Date: Tue, 01 May 2007 15:50:00 -0000 Message-ID: <20070501155031.8997.qmail@sourceware.org> From: "hunt at redhat dot com" To: systemtap@sources.redhat.com In-Reply-To: <20070406180820.4329.dwilder@us.ibm.com> References: <20070406180820.4329.dwilder@us.ibm.com> Reply-To: sourceware-bugzilla@sourceware.org Subject: [Bug testsuite/4329] systemtap.samples/sysopen test fails on several arch's 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: 2007-q2/txt/msg00170.txt.bz2 ------- Additional Comments From hunt at redhat dot com 2007-05-01 16:50 ------- This test is a subset of systemtap.syscalls/openclose. It is also poorly-coded; uses old inefficient calls, takes 10 seconds to run, should generate its own load. I vote to delete it. If not, replace it with something like: probe kernel.function("sys_open") { printf("%s opened %s\n", execname(), user_string($filename)) } probe begin { system("cat some_file") exit() } -- What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED | http://sourceware.org/bugzilla/show_bug.cgi?id=4329 ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.