From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 88321 invoked by alias); 5 Mar 2015 10:35:33 -0000 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 Received: (qmail 88290 invoked by uid 48); 5 Mar 2015 10:35:30 -0000 From: "mcermak at redhat dot com" To: systemtap@sourceware.org Subject: [Bug runtime/18083] listing_mode.exp fails on rhel6 Date: Thu, 05 Mar 2015 10:35:00 -0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: systemtap X-Bugzilla-Component: runtime X-Bugzilla-Version: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: mcermak at redhat dot com X-Bugzilla-Status: NEW X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: systemtap at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: attachments.created Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2015-q1/txt/msg00208.txt.bz2 https://sourceware.org/bugzilla/show_bug.cgi?id=18083 --- Comment #1 from Martin Cermak --- Created attachment 8169 --> https://sourceware.org/bugzilla/attachment.cgi?id=8169&action=edit binary created using gcc-4.4.7-11.el6.x86_64 Attaching testing binary and verbose stap (version 2.8/0.161, commit release-2.7-37-gf94683c76783 + changes) output: ======= # stap -vvv -l 'process.function("main@listing_mode.c").label("main_label")' -c ./listing_mode ... stuff deleted ... parse 'main@listing_mode.c', func 'main', file 'listing_mode.c' focused on module '/root/work/tmp.nsVLz0WYTh/listing_mode' = [0x400000-0x600b60, bias 0 file /root/work/tmp.nsVLz0WYTh/listing_mode ELF machine |x86_64 (code 62) focused on module '/root/work/tmp.nsVLz0WYTh/listing_mode' selected source file '/root/work/tmp.nsVLz0WYTh/listing_mode.c' selected function main searching for prologue of function 'main' 0x4006d2-0x400701@/root/work/tmp.nsVLz0WYTh/listing_mode.c:29 checking line record 0x4006d2@/root/work/tmp.nsVLz0WYTh/listing_mode.c:29 checking line record 0x4006d6@/root/work/tmp.nsVLz0WYTh/listing_mode.c:31 prologue found function 'main' = 0x4006d6 probe main@/root/work/tmp.nsVLz0WYTh/listing_mode.c:37 process=/root/work/tmp.nsVLz0WYTh/listing_mode reloc=.absolute pc=0x4006f4 Eliding side-effect-free empty block operator '{' at :1:67 WARNING: side-effect-free probe 'probe_2652': keyword at :1:1 source: probe process.function("main@listing_mode.c").label("main_label") {} ^ process("/root/work/tmp.nsVLz0WYTh/listing_mode").function("main@/root/work/tmp.nsVLz0WYTh/listing_mode.c:37") /* pc=.absolute+0x4006f4 */ /* <- process("/root/work/tmp.nsVLz0WYTh/listing_mode").function("main@/root/work/tmp.nsVLz0WYTh/listing_mode.c:37").label("main_label") */ chain[3]: [0]: locations[1]: [0]: process("/root/work/tmp.nsVLz0WYTh/listing_mode").function("main@/root/work/tmp.nsVLz0WYTh/listing_mode.c:37") [1]: locations[1]: [0]: process("/root/work/tmp.nsVLz0WYTh/listing_mode").function("main@/root/work/tmp.nsVLz0WYTh/listing_mode.c:37").label("main_label") [2]: locations[1]: [0]: process("./listing_mode").function("main@listing_mode.c").label("main_label") process("/root/work/tmp.nsVLz0WYTh/listing_mode").function("main@/root/work/tmp.nsVLz0WYTh/listing_mode.c:37").label("main_label") Pass 2: analyzed script: 1 probe(s), 0 function(s), 0 embed(s), 0 global(s) using 207372virt/36008res/3828shr/32420data kb, in 0usr/10sys/8real ms. Running rm -rf /tmp/stapYVnhGR Spawn waitpid result (0x0): 0 ======= -- You are receiving this mail because: You are the assignee for the bug.