From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750850AbWDRMUx (ORCPT ); Tue, 18 Apr 2006 08:20:53 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1750883AbWDRMUx (ORCPT ); Tue, 18 Apr 2006 08:20:53 -0400 Received: from gateway-1237.mvista.com ([63.81.120.158]:734 "EHLO gateway-1237.mvista.com") by vger.kernel.org with ESMTP id S1750850AbWDRMUx (ORCPT ); Tue, 18 Apr 2006 08:20:53 -0400 Subject: Re: [RT] bad BUG_ON in rtmutex.c From: Daniel Walker To: Steven Rostedt Cc: Ingo Molnar , Thomas Gleixner , LKML In-Reply-To: <1145324887.17085.35.camel@localhost.localdomain> References: <1145324887.17085.35.camel@localhost.localdomain> Content-Type: text/plain Date: Tue, 18 Apr 2006 05:20:50 -0700 Message-Id: <1145362851.5447.12.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.2.3 (2.2.3-2.fc4) Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 2006-04-17 at 21:48 -0400, Steven Rostedt wrote: ... > > So the question now is: is this a real bug? It seems like a possible scenario . So if the false BUG_ON() needlessly kills a perfectly running system, then it must be a bug. It's the case of the buggy BUG_ON ;) ! Daniel