From owner-freebsd-current@FreeBSD.ORG Sun Aug 29 23:25:17 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 988C516A4CE; Sun, 29 Aug 2004 23:25:17 +0000 (GMT) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.208.78.105]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6F70743D1D; Sun, 29 Aug 2004 23:25:17 +0000 (GMT) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (localhost [127.0.0.1]) i7TNPF8T085362; Sun, 29 Aug 2004 16:25:15 -0700 (PDT) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost)i7TNPFE0085361; Sun, 29 Aug 2004 16:25:15 -0700 (PDT) (envelope-from sgk) Date: Sun, 29 Aug 2004 16:25:15 -0700 From: Steve Kargl To: Sean McNeil Message-ID: <20040829232515.GB85150@troutmask.apl.washington.edu> References: <20040809184110.V80973@carver.gumbysoft.com> <20040829225314.GE92947@dragon.nuxi.com> <1093820864.65009.9.camel@server.mcneil.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1093820864.65009.9.camel@server.mcneil.com> User-Agent: Mutt/1.4.1i cc: "Conrad J. Sabatier" cc: freebsd-current@freebsd.org cc: freebsd-amd64@freebsd.org Subject: Re: cvsup on amd64 just broke today 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, 29 Aug 2004 23:25:17 -0000 On Sun, Aug 29, 2004 at 04:07:44PM -0700, Sean McNeil wrote: > > This is a huge advantage that will hopefully be exploited more as time > goes by. Tim has my extreme gratitude for adding Linux32 support. It > has been a great help to me. FreeBSD32 support not so much. But I > really miss a JVM and Eclipse. Maybe one day I will have the time to > pursue this. FreeBSD32 support is currently broken for dynamical linked binaries. Linux32 appears to work okay with the exception of malloc(M_WAITOK) of "1024", forcing M_NOWAIT with the following non-sleepable locks held: exclusive sleep mutex vm object (standard object) r = 0 (0xffffff019657c620) locked @ /usr/src/sys/compat/linprocfs/linprocfs.c:861 KDB: stack backtrace: kdb_backtrace() at kdb_backtrace+0x37 witness_warn() at witness_warn+0x2e1 uma_zalloc_arg() at uma_zalloc_arg+0x6e malloc() at malloc+0xf5 vn_fullpath() at vn_fullpath+0x5b linprocfs_doprocmaps() at linprocfs_doprocmaps+0x1b4 pfs_read() at pfs_read+0x33a vn_read() at vn_read+0x1a0 dofileread() at dofileread+0xaf read() at read+0x53 ia32_syscall() at ia32_syscall+0x261 Xint0x80_syscall() at Xint0x80_syscall+0x5d -- Steve