From owner-freebsd-threads@FreeBSD.ORG Mon Feb 21 06:00:29 2005 Return-Path: Delivered-To: freebsd-threads@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8942216A4CF for ; Mon, 21 Feb 2005 06:00:29 +0000 (GMT) Received: from mail.ntplx.net (mail.ntplx.net [204.213.176.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 22D7F43D4C for ; Mon, 21 Feb 2005 06:00:29 +0000 (GMT) (envelope-from deischen@freebsd.org) Received: from sea.ntplx.net (sea.ntplx.net [204.213.176.11]) j1L60RoF022820; Mon, 21 Feb 2005 01:00:27 -0500 (EST) Date: Mon, 21 Feb 2005 01:00:27 -0500 (EST) From: Daniel Eischen X-X-Sender: eischen@sea.ntplx.net To: Kris Kennaway In-Reply-To: <20050220230839.GA12446@xor.obsecurity.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Scanned: by AMaViS and Clam AntiVirus (mail.ntplx.net) cc: threads@freebsd.org Subject: Re: Fatal error 'thread in syncq when it shouldn't be.' X-BeenThere: freebsd-threads@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Daniel Eischen List-Id: Threading on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Feb 2005 06:00:29 -0000 On Sun, 20 Feb 2005, Kris Kennaway wrote: > I often get this error while building mono-related packages on SMP > machines (mono, gtk-sharp, etc) on 5.x/6.x. Can someone please take a > look? > > [...] /usr/local/bin/mcs /unsafe /out:vte-sharp.dll /target:library > /r:../glib/glib-sharp.dll /r:../pango/pango-sharp.dll /r:../atk/atk-sharp.dll > /r:../gdk/gdk-sharp.dll /r:../gtk/gtk-sharp.dll AssemblyInfo.cs generated/*.cs > Fatal error 'thread in syncq when it shouldn't be.' at line 1743 in file > /c/portbuild.local/i386/5/src/lib/libpthread/thread/thr_mutex.c (errno = 4) > Abort trap (core dumped) How recent is your system? There is no such assertion at line 1743 in thr_mutex.c. The only assertion is at or around line 1802. -- DE