Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Mon, 9 Sep 2002 14:54:27 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Mon, 9 Sep 2002 14:54:26 -0400 Received: from [63.209.4.196] ([63.209.4.196]:19472 "EHLO neon-gw.transmeta.com") by vger.kernel.org with ESMTP id ; Mon, 9 Sep 2002 14:53:13 -0400 Date: Mon, 9 Sep 2002 12:01:09 -0700 (PDT) From: Linus Torvalds To: Ingo Molnar cc: Subject: Re: do_syslog/__down_trylock lockup in current BK In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 699 Lines: 21 On Mon, 9 Sep 2002, Ingo Molnar wrote: > > i can reproduce the following lockup in BK-current, SMP: Hmm. The only potential lockup source I could see is that semaphore waitqueue spinlock. > >>EIP; c0106c57 <__down_trylock+a7/b4> <===== Are you sure your system.map is correct? __down_trylock() should _not_ be that big - it's just 67 bytes for me (and apparently almost three times the size for you). Spinlock debugging or something? Linus - 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/