Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757357AbXIYPeR (ORCPT ); Tue, 25 Sep 2007 11:34:17 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754130AbXIYPeG (ORCPT ); Tue, 25 Sep 2007 11:34:06 -0400 Received: from mtagate5.uk.ibm.com ([195.212.29.138]:29494 "EHLO mtagate5.uk.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751416AbXIYPeD (ORCPT ); Tue, 25 Sep 2007 11:34:03 -0400 Date: Tue, 25 Sep 2007 17:32:54 +0200 From: Cornelia Huck To: Pierre-Yves Paulus Cc: linux-kernel@vger.kernel.org, BlueZ development Subject: Re: Warnings and Oops on 2.6.23-rc6 while activily using rfcomm links (mm/slab.c) Message-ID: <20070925173254.15c4e6bf@gondolin.boeblingen.de.ibm.com> In-Reply-To: <46F92364.3080603@idlum.be> References: <46F92364.3080603@idlum.be> Organization: IBM Deutschland Entwicklung GmbH Vorsitzender des Aufsichtsrats: Martin Jetter =?ISO-8859-15?Q?Gesch=E4ftsf=FChrung:?= Herbert Kircher Sitz der Gesellschaft: =?ISO-8859-15?Q?B=F6blingen?= Registergericht: Amtsgericht Stuttgart, HRB 243294 X-Mailer: Claws Mail 3.0.1 (GTK+ 2.12.0; i486-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 Content-Length: 1703 Lines: 45 On Tue, 25 Sep 2007 17:04:04 +0200, Pierre-Yves Paulus wrote: > Hello, > > Putting the bluetooth system under load (opening and closing several > rfcomm links off several USB adapters, and transmitting data over them), > I got the Oops below. The computer hung completely, as you can see. Just > before, I also got those warnings. > > I'm not sure if I'm providing the right and useful informations to allow > fixing of those problems, as I'm definitely no expert. Please tell me if > I do something the wrong way. > > > WARNING: at lib/kref.c:33 kref_get() > [] kref_get+0x34/0x3d > [] kobject_get+0xf/0x13 > [] get_device+0xe/0x14 > [] device_move+0x13/0xe2 > [] rfcomm_tty_close+0x23/0x61 [rfcomm] > [] release_dev+0x1c0/0x54a > [] rfcomm_dev_destruct+0x59/0x65 [rfcomm] > [] rfcomm_dev_ioctl+0x328/0x4e6 [rfcomm] > [] autoremove_wake_function+0x0/0x35 > [] release_sock+0xc/0x74 > [] sock_ioctl+0x19f/0x1be > [] tty_release+0x7/0xa > [] __fput+0x93/0x147 > [] filp_close+0x51/0x58 > [] sys_close+0x54/0x83 > [] syscall_call+0x7/0xb > ======================= This looks like some refcounting is messed up... > # CONFIG_DEBUG_DRIVER is not set > # CONFIG_DEBUG_KOBJECT is not set Switching these two on may provide helpful information. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/