From owner-freebsd-current@FreeBSD.ORG Tue Jul 7 05:54:52 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 50D6F106566C for ; Tue, 7 Jul 2009 05:54:52 +0000 (UTC) (envelope-from gnemmi@gmail.com) Received: from mail-yx0-f181.google.com (mail-yx0-f181.google.com [209.85.210.181]) by mx1.freebsd.org (Postfix) with ESMTP id 0CBAE8FC1D for ; Tue, 7 Jul 2009 05:54:51 +0000 (UTC) (envelope-from gnemmi@gmail.com) Received: by yxe11 with SMTP id 11so6595017yxe.3 for ; Mon, 06 Jul 2009 22:54:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=Y/wzcVMP8pdiXba4driWkQcal6K81kCZ2d+zgNZKYxo=; b=uPYBS0XbBNYRcyzwAhatSWT+46ZoPtI4lioXTAdisASSaXN+sRVjW1U9sXYLhn4n+I irz5vfjbwuLdsfIyOKmc40BCYkj9v3TixzEu4EbPcokQQMejfWbosvBd9Wmm0BN66Gz9 jacDwSNpqyrUnsl3PeYv4I8ARC8bq/AXIANiM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=J14lW1XbMQ24rD+p5/NUFVLFID6TKbfnBpENNHW2JYHPgtjY9vUFV9CacDCMNRH1A7 K3SeeNHIYUd/WpWSDBbVC13IJE5mThqqw46qSOnjY0tXx9cuDohV76Gb/OuTtzeuE4WI gvD639ONF87ISqczi6fNWVeI2EVr3O0Rh1j9g= MIME-Version: 1.0 Received: by 10.100.152.12 with SMTP id z12mr9937677and.96.1246946091072; Mon, 06 Jul 2009 22:54:51 -0700 (PDT) Date: Tue, 7 Jul 2009 02:54:51 -0300 Message-ID: <19e9a5dc0907062254u528c4a8ahea2a605e80b1feea@mail.gmail.com> From: Gonzalo Nemmi To: freebsd-current@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Fatal trap 9 on -BETA1 on boot "with ACPI disabled" or "Safe Mode": 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: Tue, 07 Jul 2009 05:54:52 -0000 Can reproduce it on -CURRENT-200906 and -BETA1 whenever I try to boot "with ACPI disabled" or "Safe Mode": Fatal trap 9: general protection fault while in kernel mode cpuid = 0; acpic id = 00 instruction pointer = 0x70:0xbfe4 stack pointer = 0x28:0xfa4 frame pointer = 0x28:0xfd4 code segment = base 0xc00f0000, limit 0xffff, type 0x1b = DPL 0, pres 1, def32 0, gran 0 processor eflags = interrupt enabled, resume, IOPL = 0 current process = 0 (swapper) [thread pid 0 tid 100000 ] Stopped at 0xbfe4: *** error reading from address bfe4 *** db> bt Tracing pid 0 tid 100000 td 0x0da9b50 uart_z8530_class(780001,0,b0202,ffe,0,...) at 0xbfe4 db> more info at http://forums.freebsd.org/showthread.php?t=4988 verbose boot: http://pastebin.com/f604c1399 Willing to do everything I can to solve it. Best regards Gonzalo