From owner-freebsd-emulation@FreeBSD.ORG Mon Nov 12 21:40:53 2012 Return-Path: Delivered-To: emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C3AA5F46 for ; Mon, 12 Nov 2012 21:40:53 +0000 (UTC) (envelope-from yuri@rawbw.com) Received: from shell0.rawbw.com (shell0.rawbw.com [198.144.192.45]) by mx1.freebsd.org (Postfix) with ESMTP id 90F988FC08 for ; Mon, 12 Nov 2012 21:40:53 +0000 (UTC) Received: from eagle.yuri.org (stunnel@localhost [127.0.0.1]) (authenticated bits=0) by shell0.rawbw.com (8.14.4/8.14.4) with ESMTP id qACLelIQ094313 for ; Mon, 12 Nov 2012 13:40:47 -0800 (PST) (envelope-from yuri@rawbw.com) Message-ID: <50A16CDF.5080306@rawbw.com> Date: Mon, 12 Nov 2012 13:40:47 -0800 From: Yuri User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:16.0) Gecko/20121107 Thunderbird/16.0.2 MIME-Version: 1.0 To: emulation@freebsd.org Subject: android guest VM crashed when USB mouse is shared and unshared Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.14 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, 12 Nov 2012 21:40:53 -0000 I have android-4.1.1 installed as appliance from here: http://www.keyables.com/2012/10/run-android-411-jelly-bean-on-virtualbox.html androVM_vbox86p_4.1.1_r4-20121002.ova image there. When I shared/unshared the USB mouse, VM crashed. Log ends with these lined: 02:43:49.412807 VUSB: attached '000000081b407880[proxy 046d:c00e]' to port 1 02:43:55.132791 02:43:55.132793 !!Assertion Failed!! 02:43:55.132793 Expression: PDMCritSectIsOwner(pOhci->pDevInsR3->pCritSectRoR3) 02:43:55.132795 Location : /usr/home/yuri/vbox/emulators/virtualbox-ose/work/VirtualBox-4.2.4/src/VBox/Devices/USB/DevOHCI.cpp(2505) bool ohciRhXferError(VUSBIROOTHUBPORT*, VUSBURB*) Looks like 100% reproducible. vbox-4.2.4 9.1-RC3 amd64 Yuri