From owner-freebsd-current@FreeBSD.ORG Mon Dec 12 07:02:57 2005 Return-Path: X-Original-To: current@freebsd.org 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 14C3116A41F for ; Mon, 12 Dec 2005 07:02:57 +0000 (GMT) (envelope-from PeterJeremy@optushome.com.au) Received: from mail25.syd.optusnet.com.au (mail25.syd.optusnet.com.au [211.29.133.166]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4E8B843D5A for ; Mon, 12 Dec 2005 07:02:55 +0000 (GMT) (envelope-from PeterJeremy@optushome.com.au) Received: from cirb503493.alcatel.com.au (c220-239-19-236.belrs4.nsw.optusnet.com.au [220.239.19.236]) by mail25.syd.optusnet.com.au (8.12.11/8.12.11) with ESMTP id jBC72WNC015273 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Mon, 12 Dec 2005 18:02:41 +1100 Received: from cirb503493.alcatel.com.au (localhost.alcatel.com.au [127.0.0.1]) by cirb503493.alcatel.com.au (8.12.10/8.12.10) with ESMTP id jBC72VHh076127; Mon, 12 Dec 2005 18:02:32 +1100 (EST) (envelope-from pjeremy@cirb503493.alcatel.com.au) Received: (from pjeremy@localhost) by cirb503493.alcatel.com.au (8.12.10/8.12.9/Submit) id jBC72Vlf076126; Mon, 12 Dec 2005 18:02:31 +1100 (EST) (envelope-from pjeremy) Date: Mon, 12 Dec 2005 18:02:31 +1100 From: Peter Jeremy To: Jason Evans Message-ID: <20051212070231.GB74684@cirb503493.alcatel.com.au> References: <0B746373-8C29-4ADF-9218-311AE08F3834@canonware.com> <7318D807-9086-4817-A40B-50D6960880FB@canonware.com> <12CA5E15-D006-441D-A24C-1BCD1A69D740@canonware.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <12CA5E15-D006-441D-A24C-1BCD1A69D740@canonware.com> User-Agent: Mutt/1.4.2.1i X-PGP-Key: http://members.optusnet.com.au/peterjeremy/pubkey.asc Cc: current@freebsd.org Subject: Re: New libc malloc patch X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Mon, 12 Dec 2005 07:02:57 -0000 On Sun, 2005-Dec-11 16:04:09 -0800, Jason Evans wrote: >early, during the load of the libbitmap module. My best guess is >that it is stuck trying to acquire the Xlib lock, but cannot be sure, >since I don't know how to get debug symbols for the loaded X module. I've run into a related problem in the past. Eric Anholt's advice was: >You could compile all the modules into the server by adding "#define >DoLoadableServer NO" to your host.conf when you compile XFree86-4-Server >(see scripts/configure for other defines that are added). Something similar probably works in X.org. I found that I had to remove elo2300 from XInputDrivers to correct a unresolved 'ELO2300'. -- Peter Jeremy