From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1030994AbWKPRRH (ORCPT ); Thu, 16 Nov 2006 12:17:07 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1031116AbWKPRRH (ORCPT ); Thu, 16 Nov 2006 12:17:07 -0500 Received: from mx2.mail.elte.hu ([157.181.151.9]:1712 "EHLO mx2.mail.elte.hu") by vger.kernel.org with ESMTP id S1030994AbWKPRRE (ORCPT ); Thu, 16 Nov 2006 12:17:04 -0500 Date: Thu, 16 Nov 2006 18:16:14 +0100 From: Ingo Molnar To: Jan Beulich Cc: Andrew Morton , Andi Kleen , Thomas Gleixner , linux-kernel@vger.kernel.org Subject: -rc6, "DWARF2 unwinder stuck at" ... Message-ID: <20061116171614.GA4575@elte.hu> References: <20060928192048.GA17436@elte.hu> <45351782.76E4.0078.0@novell.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <45351782.76E4.0078.0@novell.com> User-Agent: Mutt/1.4.2.2i X-ELTE-SpamScore: -4.4 X-ELTE-SpamLevel: X-ELTE-SpamCheck: no X-ELTE-SpamVersion: ELTE 2.0 X-ELTE-SpamCheck-Details: score=-4.4 required=5.9 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=no SpamAssassin version=3.0.3 -3.3 ALL_TRUSTED Did not pass through any untrusted hosts -2.6 BAYES_00 BODY: Bayesian spam probability is 0 to 1% [score: 0.0000] 1.5 AWL AWL: From: address is in the auto white-list X-ELTE-VirusStatus: clean Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Jan, in 2.6.19-rc6 i'm getting frequent unwinder failures, like: [] dump_trace+0x69/0x1b0 [] show_trace_log_lvl+0x17/0x2b [] __func__.18297+0xf3fd/0x3ccf5 DWARF2 unwinder stuck at __func__.18297+0xf3fd/0x3ccf5 Leftover inexact backtrace: [] show_trace+0xf/0x11 [] dump_stack+0x13/0x15 [] __lock_acquire+0x6fe/0x98a [] cache_alloc_refill+0x8f/0x534 [] lock_acquire+0x5b/0x77 [] __ip_ct_refresh_acct+0x123/0x15b [ip_conntrack] [] __ip_ct_refresh_acct+0x123/0x15b [ip_conntrack] [] udp_packet+0x9e/0xaa [ip_conntrack] [] ip_conntrack_in+0x385/0x479 [ip_conntrack] [] try_to_wake_up+0x3ea/0x3f4 [] netlbl_mgmt_listall_cb+0xc8/0x1bd [] nf_iterate+0x38/0x6a [] ip_rcv_finish+0x0/0x271 [] nf_hook_slow+0x52/0xc9 [] ip_rcv_finish+0x0/0x271 [] ip_rcv+0x1fc/0x491 [] ip_rcv_finish+0x0/0x271 [] sock_queue_rcv_skb+0xd5/0xdc [] ip_rcv+0x0/0x491 [] netif_receive_skb+0x339/0x366 [] process_backlog+0x95/0xed [] net_rx_action+0xad/0x1da [] ksoftirqd+0x107/0x1e0 [] ksoftirqd+0x0/0x1e0 [] kthread+0xbf/0xeb [] kthread+0x0/0xeb [] kernel_thread_helper+0x7/0x10 ======================= it's quite an annoyance, i rarely see the unwinder getting a stackdump right, without 'falling back' to the inexact backtrace ... Ingo