From owner-freebsd-hackers Wed Aug 7 11:42:55 2002 Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 482DB37B400; Wed, 7 Aug 2002 11:42:54 -0700 (PDT) Received: from mail.imp.ch (mail.imp.ch [157.161.1.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 409B243E65; Wed, 7 Aug 2002 11:42:53 -0700 (PDT) (envelope-from mb@imp.ch) Received: from nbs.imp.ch (nbs.imp.ch [157.161.4.7]) by mail.imp.ch (8.12.3/8.12.3) with ESMTP id g77IgpQx020424; Wed, 7 Aug 2002 20:42:51 +0200 (CEST) (envelope-from Martin.Blapp@imp.ch) Received: from levais.imp.ch (levais.imp.ch [157.161.4.66]) by nbs.imp.ch (8.12.3/8.12.3) with ESMTP id g77IgpYW567852; Wed, 7 Aug 2002 20:42:51 +0200 (MES) Date: Wed, 7 Aug 2002 20:44:33 +0200 (CEST) From: Martin Blapp To: Daniel Eischen Cc: , , Subject: Re: Help needed. Deadlock in rtld makes openoffice build hang ag In-Reply-To: <200208071623.g77GN5K0002117@mail.pcnet.com> Message-ID: <20020807204231.R58571-100000@levais.imp.ch> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG hi, > It must have got interrupted while in a critical section. > Something may have grabbed a spinlock that the thread needs > inside a critical section. How can I debug that ? And is this a libc_r problem or a rtld problem (which uses spinlocks) ? > [ Critical regions aren't exported outside of libc_r, > which is why they aren't useable elsewhere. ] Or even a application error ? Do you know how I can debug this ? It happens only for about 0,1% when regmerge gets executed. Always different places in the build. Martin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message