From owner-freebsd-virtualization@FreeBSD.ORG Thu Dec 17 18:51:35 2009 Return-Path: Delivered-To: freebsd-virtualization@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 980641065672 for ; Thu, 17 Dec 2009 18:51:35 +0000 (UTC) (envelope-from julian@elischer.org) Received: from outK.internet-mail-service.net (outk.internet-mail-service.net [216.240.47.234]) by mx1.freebsd.org (Postfix) with ESMTP id 7F2E98FC20 for ; Thu, 17 Dec 2009 18:51:35 +0000 (UTC) Received: from idiom.com (mx0.idiom.com [216.240.32.160]) by out.internet-mail-service.net (Postfix) with ESMTP id DE4C2D1547; Thu, 17 Dec 2009 10:51:42 -0800 (PST) X-Client-Authorized: MaGic Cook1e X-Client-Authorized: MaGic Cook1e X-Client-Authorized: MaGic Cook1e Received: from julian-mac.elischer.org (h-67-100-89-137.snfccasy.static.covad.net [67.100.89.137]) by idiom.com (Postfix) with ESMTP id C826D2D6021; Thu, 17 Dec 2009 10:51:34 -0800 (PST) Message-ID: <4B2A7DC3.8000504@elischer.org> Date: Thu, 17 Dec 2009 10:51:47 -0800 From: Julian Elischer User-Agent: Thunderbird 2.0.0.23 (Macintosh/20090812) MIME-Version: 1.0 To: Venture37 References: <200912171530.nBHFUDBO087113@freefall.freebsd.org> In-Reply-To: <200912171530.nBHFUDBO087113@freefall.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Marko Zec , FreeBSD virtualization mailing list Subject: Re: kern/141696: [rum] [panic] rum(4)+ vimage = kernel panic X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Discussion of various virtualization techniques FreeBSD supports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Dec 2009 18:51:35 -0000 Venture37 wrote: > The following reply was made to PR kern/141696; it has been noted by GNATS. > > From: Venture37 > To: bug-followup@FreeBSD.org, venture37@geeklan.co.uk > Cc: > Subject: Re: kern/141696: [rum] [panic] rum(4)+ vimage = kernel panic > Date: Thu, 17 Dec 2009 15:25:28 +0000 > > Photo of the trace output > http://img64.imageshack.us/i/img1517.jpg/ Marko, et al. looking at this, the crash is in ifindex_alloc_locked() from: if_alloc() rum_attach() device_attach() device_probe_and_attach() usb_probe_and_attach_sub() usb_probe_and_attach() uhub_explore() usb_bus_explore() usb_process() the question is "where should we load the current vnet? is it up to the driver (if_rum) or should device_attach assume that the resulting device MIGHT be a network device. Julian > _______________________________________________ > freebsd-net@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-net > To unsubscribe, send any mail to "freebsd-net-unsubscribe@freebsd.org"