From owner-freebsd-emulation@FreeBSD.ORG Mon Jan 15 21:43:01 2007 Return-Path: X-Original-To: emulation@freebsd.org Delivered-To: freebsd-emulation@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 032E116A416 for ; Mon, 15 Jan 2007 21:43:01 +0000 (UTC) (envelope-from swhetzel@gmail.com) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.244]) by mx1.freebsd.org (Postfix) with ESMTP id B931B13C455 for ; Mon, 15 Jan 2007 21:43:00 +0000 (UTC) (envelope-from swhetzel@gmail.com) Received: by an-out-0708.google.com with SMTP id c24so903778ana for ; Mon, 15 Jan 2007 13:42:59 -0800 (PST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=kp29p4GkyxwmMyPOHzo1cP535WrZGgkB6tw34A3a2+6YH72yWdo0Fb2slExvqUlfFmR4ZXtuBEmtU1p03+4kNRJ+3Qg5OD/r74n3iuwQ9QN9wHafmwwIc1jHSyoFQBrjk6ZGKKXZoxxQ/H1yNIcenSjipPEDhYim7gkK6If4W+8= Received: by 10.65.38.7 with SMTP id q7mr6396928qbj.1168895674010; Mon, 15 Jan 2007 13:14:34 -0800 (PST) Received: by 10.65.189.7 with HTTP; Mon, 15 Jan 2007 13:14:33 -0800 (PST) Message-ID: <790a9fff0701151314x6dd48ecbg90a54729813e84e@mail.gmail.com> Date: Mon, 15 Jan 2007 15:14:33 -0600 From: "Scot Hetzel" To: emulation@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Cc: Subject: linuxolator: fatal trap 12 when compiling libX11 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: Mon, 15 Jan 2007 21:43:01 -0000 Trying to compile the programs and libraries required by azureus using emerge, and while it completed the build of binutils (w/vfork fix), it won't finish building libX11, instead I get the following fatal trap 12: Fatal trap 12: page fault while in kernel mode cpuid = 0; apic id = 00 fault virtual address = 0x0 fault code = supervisor read data, page not present instruction pointer = 0x8: 0xffffffffa2cb1ce8 stack pointer = 0x10:0xffffffffa32139d0 frame pointer = 0x10:0xffffffffa3213150 code segment = base 0x0, limit 0xfffff, type 0x1b = DPL 0, pres 1, long 1, def32 0, gran 1 processor eflags = interrupt enabled, resume, IOPL = 0 current process = 13488 (bash) [thread pid 13488 tid 100104] Stopped at linux_proc_exit+0xb8: cmpq %r14,(%rax) db> bt Tracing pid 13488 tid 100104 td 0xffffff00269e9290 linux_proc_exit() at linux_proc_exit+0xb8 exit1() at exit1+0x1b9 linux_exit_group() at linux_exit_group+0xe1 ia32_syscall() at ia32_syscall+0x190 Xint0x80_syscall() at Xint0x80_syscall+0x60 db> Has anyone seen this problem on i386, and was it fixed? Let me know if you need more information as I can easily reproduce it. This is using -CURRENT as of 01-14-2007. Scot -- DISCLAIMER: No electrons were mamed while sending this message. Only slightly bruised.