From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21441 invoked by alias); 11 Apr 2014 21:48:01 -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 21402 invoked by uid 48); 11 Apr 2014 21:47:55 -0000 From: "lberk at redhat dot com" To: systemtap@sourceware.org Subject: [Bug runtime/16836] New: CFI expression underflow occurs during unwinding on some kernels Date: Fri, 11 Apr 2014 21:48:00 -0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new 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: lberk 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: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter Message-ID: 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: 2014-q2/txt/msg00033.txt.bz2 https://sourceware.org/bugzilla/show_bug.cgi?id=16836 Bug ID: 16836 Summary: CFI expression underflow occurs during unwinding on some kernels Product: systemtap Version: unspecified Status: NEW Severity: normal Priority: P2 Component: runtime Assignee: systemtap at sourceware dot org Reporter: lberk at redhat dot com Running stap -e 'probe kernel.function("__run_hrtimer") { log ("hit!"); print_backtrace(); log("done"); exit(); }' on 3.13.6-100.fc19.x86_64, 3.13.7-100.fc19.x86_64 and 3.13.7-200.fc20.x86_64 causes a WARNING: DWARF expression stack underflow in CFI (full output below) WARNING: DWARF expression stack underflow in CFI hit! 0xffffffff81091ff0 : __run_hrtimer+0x0/0x1d0 [kernel] 0xffffffff81092877 : hrtimer_interrupt+0xf7/0x240 [kernel] 0xffffffff81042dc7 : local_apic_timer_interrupt+0x37/0x60 [kernel] 0xffffffff8169203f : smp_apic_timer_interrupt+0x3f/0x60 [kernel] 0xffffffff816909dd : apic_timer_interrupt+0x6d/0x80 [kernel] done hit! 0xffffffff81091ff0 : __run_hrtimer+0x0/0x1d0 [kernel] 0xffffffff81092877 : hrtimer_interrupt+0xf7/0x240 [kernel] 0xffffffff81042dc7 : local_apic_timer_interrupt+0x37/0x60 [kernel] 0xffffffff8169203f : smp_apic_timer_interrupt+0x3f/0x60 [kernel] 0xffffffff816909dd : apic_timer_interrupt+0x6d/0x80 [kernel] done Pass 5: run completed in 10usr/70sys/679real ms. This reportedly runs without the warning on 3.15.0-rc0.git9.1.fc21.x86_64 -- You are receiving this mail because: You are the assignee for the bug.