From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750950AbWFBBuV (ORCPT ); Thu, 1 Jun 2006 21:50:21 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751088AbWFBBuV (ORCPT ); Thu, 1 Jun 2006 21:50:21 -0400 Received: from smtp.osdl.org ([65.172.181.4]:1951 "EHLO smtp.osdl.org") by vger.kernel.org with ESMTP id S1750950AbWFBBuU (ORCPT ); Thu, 1 Jun 2006 21:50:20 -0400 Date: Thu, 1 Jun 2006 18:54:35 -0700 From: Andrew Morton To: Marc Koschewski Cc: linux-kernel@vger.kernel.org Subject: Re: BUG: soft lockup detected on CPU#0! Message-Id: <20060601185435.b329b6d1.akpm@osdl.org> In-Reply-To: <20060602010223.GA9460@stiffy.osknowledge.org> References: <20060602010223.GA9460@stiffy.osknowledge.org> X-Mailer: Sylpheed version 2.2.4 (GTK+ 2.8.17; i686-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 2 Jun 2006 03:02:24 +0200 Marc Koschewski wrote: > here what I got when I connected my mobile phone via gnome-phone-manager and a > bluetooth PCMCIA adapter. The machine freezes when I connect and attached is > what dmesg says after I ejected the card. The card had /dev/ttyS3 assigned and I > used it as my setting in gnome-phone-manager. > > [4296372.670000] BUG: soft lockup detected on CPU#0! > [4296372.670000] [] softlockup_tick+0x7e/0xbb > [4296372.670000] [] update_process_times+0x2a/0x60 > [4296372.670000] [] timer_interrupt+0x3a/0xce > [4296372.670000] [] handle_IRQ_event+0x2e/0x5a > [4296372.670000] [] __do_IRQ+0x89/0x127 > [4296372.670000] [] do_IRQ+0x6f/0x8b > [4296372.670000] [] common_interrupt+0x1a/0x20 > [4296372.670000] [] yenta_interrupt+0x11/0xb7 [yenta_socket] > [4296372.670000] [] handle_IRQ_event+0x2e/0x5a > [4296372.670000] [] __do_IRQ+0x89/0x127 > [4296372.670000] [] do_IRQ+0x53/0x8b > [4296372.670000] ======================= > [4296372.670000] [] rm_isr_bh+0x61/0x68 [nvidia] > [4296372.670000] [] common_interrupt+0x1a/0x20 > [4296372.670000] [] __do_softirq+0x37/0x92 > [4296372.670000] [] do_softirq+0x4f/0x5b > [4296372.670000] ======================= > [4296372.670000] [] irq_exit+0x38/0x3a > [4296372.670000] [] do_IRQ+0x5a/0x8b > [4296372.670000] [] common_interrupt+0x1a/0x20 > [4296372.670000] [] serial_out+0x29/0x5f > [4296372.670000] [] serial8250_startup+0x18e/0x4e8 > [4296372.670000] [] uart_startup+0x3c/0x177 > [4296372.670000] [] uart_open+0xd4/0x4af > [4296372.670000] [] check_tty_count+0x45/0xbb > [4296372.670000] [] __mutex_unlock_slowpath+0xd0/0x218 > [4296372.670000] [] tty_open+0x163/0x328 It might be a hang in rm_isr_bh(). Does the same happen if the nvidia driver is not, and has never been loaded?