From owner-freebsd-current@FreeBSD.ORG Sat Jan 3 21:48:35 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 219FE16A4CE for ; Sat, 3 Jan 2004 21:48:35 -0800 (PST) Received: from rwcrmhc13.comcast.net (rwcrmhc13.comcast.net [204.127.198.39]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4A0EA43D4C for ; Sat, 3 Jan 2004 21:48:34 -0800 (PST) (envelope-from kaarthik@comcast.net) Received: from 192.168.0.2 (pcp06945825pcs.nrockv01.md.comcast.net[69.138.30.56]) by comcast.net (rwcrmhc13) with SMTP id <2004010405483301500rn5tve> (Authid: kaarthik); Sun, 4 Jan 2004 05:48:33 +0000 From: Kaarthik Sivakumar To: freebsd-current@freebsd.org Date: Sun, 4 Jan 2004 00:48:33 -0500 User-Agent: KMail/1.5.4 Organization: Ericsson IPI MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200401040048.33820.kaarthik@comcast.net> Subject: Thread error in 5.2-RC2 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Jan 2004 05:48:35 -0000 Hi I am running 5.2-RC2 with a GENERIC kernel. I am having some problem with a certain port that I compiled on my machine. When I try to run 'gnucash', it crashes in 'guile' with the following error: Fatal error 'Unable to read from thread kernel pipe' at line 1100 in file / usr/src/lib/libc_r/uthread/uthread_kern.c (errno = 0) Line 1100 in uthread_kern.c is in function dequeue_signals(), when it is trying to clear the pthread kernel pipe (from the comments near the point of failure). I am not sure where to start looking now. I am assuming this is related to the various thread libraries in -current. (This is my first exposure to -current). Any suggestions appreciated, in particular how to debug similar problems and if there are any documents I can refer to for debugging on -current. Please let me know if more information is needed. Thanks. kaarthik