From owner-freebsd-stable@FreeBSD.ORG Thu Feb 6 13:00:16 2014 Return-Path: Delivered-To: freebsd-stable@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 ESMTPS id 59F0F3FB for ; Thu, 6 Feb 2014 13:00:16 +0000 (UTC) Received: from plane.gmane.org (plane.gmane.org [80.91.229.3]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 13D5411CB for ; Thu, 6 Feb 2014 13:00:15 +0000 (UTC) Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1WBOYl-0007Wp-8i for freebsd-stable@freebsd.org; Thu, 06 Feb 2014 14:00:03 +0100 Received: from 212-184.pppoe.mp.farlep.net ([212-184.pppoe.mp.farlep.net]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 06 Feb 2014 14:00:03 +0100 Received: from michael.adm by 212-184.pppoe.mp.farlep.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 06 Feb 2014 14:00:03 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-stable@freebsd.org From: Michael Subject: Re: 10.0 RC5 panic after a clean buildworld on Hyper-V Date: Thu, 6 Feb 2014 12:12:46 +0000 (UTC) Lines: 39 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: sea.gmane.org User-Agent: Loom/3.14 (http://gmane.org/) X-Loom-IP: 78.111.212.184 (Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko) X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Feb 2014 13:00:16 -0000 Jean-Luc Dupont outlook.com> writes: > I installed 10.0 RC5 on a new virtual machine running on Hyper-V. > I svn checkout /base/stable/10 > cpuid = 0 > KDB: stack backtrace: > #0 0xffffffff808d1670 at kdb_backtrace+0x60 > #1 0xffffffff80899045 at panic+0x155 > #2 0xffffffff80c73672 at trap_fatal+0x3a2 > #3 0xffffffff80c73949 at trap_pfault+0x2c9 > #4 0xffffffff80c730d6 at trap+0x5e6 > #5 0xffffffff80c5a462 at calltrap+0x8 > #6 0xffffffff80885ff0 at __mtx_unlock_sleep+0x60 > #7 0xffffffff80885b4a at unlock_mtx+0x2a > #8 0xffffffff808a1c4e at _sleep+0x18e > #9 0xffffffff802dc2be at cam_periph_runccb+0x9e > #10 0xffffffff80cfe6f4 at storvsc_attach+0x6d4 > #11 0xffffffff808c89e2 at device_attach+0x3a2 > #12 0xffffffff80d0311b at hv_vmbus_child_deuice_register+0xdb > #13 0xffffffff80d01a33 at vmbus_channel_process_offer+0x133 > #14 0xffffffff80d01576 at work_item_callback+0x26 > #15 0xffffffff808df406 at taskqueue_run_locked+0xe6 > #16 0xffffffff808dfc88 at taskqueue_thread_loop+0xa8 > #17 0xffffffff8086b11a at fork_exit+0x9a Nothing has changed. Windows 2008 R2 Hyper-V : FreeBSD-10.0-STABLE-amd64-20140203-r261419.vhd FreeBSD-11.0-CURRENT-amd64-20140203-r261419.vhd all i386-arch - the same panic / do not want to be booting and it's *-stable-10.iso and *-current-11.iso - the same panic+0x155 after >storvsc0 on vmbus0 / But FreeBSD-10.0-RELEASE-amd64-disc1.iso : git clone git://github.com/freebsd/freebsd.git --progress -v --single- branch -b releng/10.0 /usr/src ; make buildworld && make buildkernel KERNCONF=GENERIC+my_conf && make installkernel KERNCONF=GENERIC+my_conf && make installworld mergemaster -Ui - work perfect / No problem /