From owner-freebsd-questions@FreeBSD.ORG Fri Aug 9 21:06:34 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 9A7112BF for ; Fri, 9 Aug 2013 21:06:34 +0000 (UTC) (envelope-from demelier.david@gmail.com) Received: from mail-wg0-x234.google.com (mail-wg0-x234.google.com [IPv6:2a00:1450:400c:c00::234]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2CA1422EA for ; Fri, 9 Aug 2013 21:06:34 +0000 (UTC) Received: by mail-wg0-f52.google.com with SMTP id b13so3923715wgh.19 for ; Fri, 09 Aug 2013 14:06:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:subject:date:message-id:user-agent:mime-version :content-transfer-encoding:content-type; bh=OAFDHeojDCO4FYKz8xKqozJEw9RLolcQPkM20YqqjLg=; b=sygKTrH6cFP4BUBIhhZkRFQt+zJVK+QvELYiKLu2Bc5LMDsBI8w33NhOVPWzx03jKu 9Khkm16jwaYLWd48IqsS8X4KNbplWIB8T7L0asyRxeXeGhS9Z8PTtaT8EghJdtmEzD0c 90BXeEnojUFbOY7QqVhHqgLC4qu+Aw0C1MBibgPkGNNvQNH5dDczoZN7Ufty+p9ZW2+A 87JmzA2mFEwi81eUrzfJts4/dQBKV2HFTxD/XDCHR614YML83ZGyEQ4e0ChqMC7rxEdb 2mDOMbuilH7TDcCIdHTFeXYhf0QkRUIAEsa7YCIHSdmc3gX4i/uCbYH4YWlgwylS3z3B 8HbQ== X-Received: by 10.194.248.130 with SMTP id ym2mr7201495wjc.61.1376082392463; Fri, 09 Aug 2013 14:06:32 -0700 (PDT) Received: from melon.localnet (58.33.91.91.rev.sfr.net. [91.91.33.58]) by mx.google.com with ESMTPSA id e7sm4721150wiy.4.2013.08.09.14.06.31 for (version=TLSv1 cipher=RC4-SHA bits=128/128); Fri, 09 Aug 2013 14:06:32 -0700 (PDT) From: David Demelier To: freebsd-questions@freebsd.org Subject: VirtualBox: reproductible panic Date: Fri, 09 Aug 2013 23:06:01 +0200 Message-ID: <1382064.HZhnGOCLBZ@melon> User-Agent: KMail/4.10.5 (FreeBSD/9.2-BETA2; KDE/4.10.5; amd64; ; ) MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Aug 2013 21:06:34 -0000 Hello, I can reproduce a panic by just starting a virtual machine with VirtualBox 4.2.16_2. Unfortunately, as the kmod driver is not built with debug symbols I could not provide much information. Is this problem already reported? Fatal trap 9: general protection fault while in kernel mode cpuid = 1; apic id = 01 instruction pointer = 0x20:0xffffffff806f8e8f stack pointer = 0x28:0xffffff80e7ce0a10 frame pointer = 0x28:0x817364000 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 = 1854 (VirtualBox) trap number = 9 panic: general protection fault cpuid = 1 KDB: stack backtrace: Uptime: 3m9s Dumping 302 out of 3054 MB:..6%..11%..22%..32%..43%..53%..64%..74%..85%..96% Reading symbols from /boot/modules/vboxdrv.ko...done. Loaded symbols for /boot/modules/vboxdrv.ko Reading symbols from /usr/local/modules/fuse.ko...done. Loaded symbols for /usr/local/modules/fuse.ko #0 doadump (textdump=) at pcpu.h:234 234 pcpu.h: No such file or directory. in pcpu.h (kgdb) bt #0 doadump (textdump=) at pcpu.h:234 #1 0x0000000000000000 in ?? () Regards. -- David Demelier