From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7997 invoked by alias); 2 May 2008 15:41:31 -0000 Received: (qmail 7583 invoked by uid 48); 2 May 2008 15:40:47 -0000 Date: Fri, 02 May 2008 17:15:00 -0000 From: "dsmith at redhat dot com" To: systemtap@sources.redhat.com Message-ID: <20080502154047.6477.dsmith@redhat.com> Reply-To: sourceware-bugzilla@sourceware.org Subject: [Bug translator/6477] New: without debuginfo, compiling a process probe script fails silently 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: 2008-q2/txt/msg00225.txt.bz2 Without kernel debuginfo installed, observe the following: # stap -vvv -e 'probe process("/bin/program_that_does_not_exist").death { }' SystemTap translator/driver (version 0.7/0.131 git branch work, commit 8c392b1a + changes) Copyright (C) 2005-2008 Red Hat, Inc. and others This is free software; see the source for copying conditions. Created temporary directory "/tmp/stapFUASeP" Searched '/usr/local/share/systemtap/tapset/i686/*.stp', found 1 Searched '/usr/local/share/systemtap/tapset/*.stp', found 38 Pass 1: parsed user script and 39 library script(s) in 420usr/20sys/449real ms. Pass 2: analyzed script: 1 probe(s), 0 function(s), 2 embed(s), 0 global(s) in 10usr/0sys/8real ms. probe_1063 locks nothing Pass 3: translated to C into "/tmp/stapFUASeP/stap_30b9314753167af7ce6a944b8c61ae71_431.c" in 0usr/10sys/3real ms. Pass 3: translation failed. Try again with more '-v' (verbose) options. Running rm -rf /tmp/stapFUASeP Even if this shouldn't compile, a better error message (or any for that matter) should be emitted. (This bug might be related to bug #4311) -- Summary: without debuginfo, compiling a process probe script fails silently Product: systemtap Version: unspecified Status: NEW Severity: normal Priority: P2 Component: translator AssignedTo: systemtap at sources dot redhat dot com ReportedBy: dsmith at redhat dot com http://sourceware.org/bugzilla/show_bug.cgi?id=6477 ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.