From owner-freebsd-emulation@FreeBSD.ORG Sat Jul 8 16:28:03 2006 Return-Path: X-Original-To: freebsd-emulation@freebsd.org Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 902E816A4DE for ; Sat, 8 Jul 2006 16:28:03 +0000 (UTC) (envelope-from y.pankov@irbis.net.ru) Received: from navarro.irbis.net.ru (navarro.irbis.net.ru [85.118.141.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2047343D49 for ; Sat, 8 Jul 2006 16:28:02 +0000 (GMT) (envelope-from y.pankov@irbis.net.ru) Received: by navarro.irbis.net.ru (Postfix, from userid 106) id 8FD82627873; Sat, 8 Jul 2006 20:28:00 +0400 (MSD) Received: from klamath.irbis.net.ru (klamath.irbis.net.ru [192.168.0.64]) by navarro.irbis.net.ru (Postfix) with ESMTP id CF508627842 for ; Sat, 8 Jul 2006 20:27:59 +0400 (MSD) Date: Sat, 8 Jul 2006 20:27:30 +0400 From: Yuri Pankov To: freebsd-emulation@freebsd.org Message-ID: <20060708202730.7dfaedf1@klamath.irbis.net.ru> Organization: Irbis Telecommunications, JSC X-Mailer: Sylpheed-Claws 2.3.1 (GTK+ 2.8.19; amd64-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: building native JDK 1.5.0 and linprocfs witness reports X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Jul 2006 16:28:03 -0000 Hi. I've problems compiling native JDK 1.5.0. Posting to this list as it seems related to linprocfs problems (linux-sun-jdk is used for bootstraping). Build fails early in the beginning with "javac" segmentation fault, and here's what I get in dmesg (lots of such messages): malloc(M_WAITOK) of "1024", forcing M_NOWAIT with the following non-sleepable locks held: exclusive sleep mutex vm object (standard object) r = 0 (0xffffff0063434578) locked @ /usr/src/sys/compat/linprocfs/linprocfs.c:835 KDB: stack backtrace: witness_warn() at witness_warn+0x262 uma_zalloc_arg() at uma_zalloc_arg+0x217 malloc() at malloc+0xa3 vn_fullpath() at vn_fullpath+0x56 linprocfs_doprocmaps() at linprocfs_doprocmaps+0x31e pfs_read() at pfs_read+0x2aa VOP_READ_APV() at VOP_READ_APV+0x74 vn_read() at vn_read+0x232 dofileread() at dofileread+0x94 kern_readv() at kern_readv+0x60 read() at read+0x4a ia32_syscall() at ia32_syscall+0x178 Xint0x80_syscall() at Xint0x80_syscall+0x5d pid 63125 (javac), uid 0: exited on signal 11 (core dumped) running recent -CURRENT/amd64. COMPAT_43TTY, COMPAT_LINUX32 and LINPROCFS are compiled in kernel. --- Yuri