From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23047 invoked by alias); 9 Nov 2005 17:51:49 -0000 Mailing-List: contact systemtap-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Post: List-Help: , Sender: systemtap-owner@sourceware.org Received: (qmail 23033 invoked by uid 22791); 9 Nov 2005 17:51:46 -0000 Date: Wed, 09 Nov 2005 17:51:00 -0000 From: Keshavamurthy Anil S To: William Cohen Cc: Keshavamurthy Anil S , "Frank Ch. Eigler" , systemtap@sources.redhat.com Subject: Re: testsuits on IA64 Message-ID: <20051109095130.A32424@unix-os.sc.intel.com> Reply-To: Keshavamurthy Anil S References: <44BDAFB888F59F408FAE3CC35AB470410249FF19@orsmsx409> <4370CEF6.2050406@redhat.com> <20051108161654.A21161@unix-os.sc.intel.com> <437210C8.9020908@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <437210C8.9020908@redhat.com>; from wcohen@redhat.com on Wed, Nov 09, 2005 at 10:07:52AM -0500 X-Scanned-By: MIMEDefang 2.52 on 10.3.253.10 X-SW-Source: 2005-q4/txt/msg00177.txt.bz2 On Wed, Nov 09, 2005 at 10:07:52AM -0500, William Cohen wrote: > Keshavamurthy Anil S wrote: > > I don't have a ia64 machine handy to try things out on. Could you send > me the output that comes on the console from "stap -v -k > ./systemtap.base/kmodule.stp"? I would like to see that error messages > the compiler is producing when it attempts to produce the module. Hi Will, Here goes the output you requested, as mentioned earlier I don't have any problems running individual tap scripts manually. It is only when I run runtest I see timeouts. Thanks, Anil [root@csdor-tiger1 testsuite]# stap -v -k systemtap.base/kmodule.stp Created temporary directory "/tmp/stapLpQ3QC" Searched '/usr/local/share/systemtap/tapset/2.6.9-22.10.EL/*.stp', match count 0 Searched '/usr/local/share/systemtap/tapset/2.6.9/*.stp', match count 0 Searched '/usr/local/share/systemtap/tapset/2.6/*.stp', match count 0 Searched '/usr/local/share/systemtap/tapset/*.stp', match count 9 Pass 1: parsed user script and 9 library script(s). parsed 'ext3_sync_file' -> func 'ext3_sync_file' pattern 'ext3' matches module 'ext3' focused on module 'ext3' = [a00000020014c000-a000000200192db8, bias 0] pattern 'ext3_sync_file' matches function 'ext3_sync_file' selected function ext3_sync_file prologue disagreement: ext3_sync_file heur0=a000000200153981 heur1=a000000200153982 querying entrypc of function 'ext3_sync_file' Pass 2: analyzed user script. 3 probe(s), 10 function(s), 1 global(s). Running grep " [tT] " /proc/kallsyms | sort -k 1,16 -s -o /tmp/stapLpQ3QC/symbols.sorted Pass 3: translated to C into "/tmp/stapLpQ3QC/stap_15614.c" Running make -C "/lib/modules/2.6.9-22.10.EL/build" M="/tmp/stapLpQ3QC" modules make: Entering directory `/usr/src/kernels/2.6.9-22.10.EL-ia64' CC [M] /tmp/stapLpQ3QC/stap_15614.o Building modules, stage 2. MODPOST CC /tmp/stapLpQ3QC/stap_15614.mod.o LD [M] /tmp/stapLpQ3QC/stap_15614.ko make: Leaving directory `/usr/src/kernels/2.6.9-22.10.EL-ia64' Pass 4: compiled into "stap_15614.ko" Running sudo /usr/local/libexec/systemtap/stpd -r /tmp/stapLpQ3QC/stap_15614.ko systemtap starting probe