From owner-freebsd-emulation@FreeBSD.ORG Tue May 11 16:11:13 2010 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DDA89106564A for ; Tue, 11 May 2010 16:11:13 +0000 (UTC) (envelope-from perlcat@windstream.net) Received: from lrcmmta08-srv.windstream.net (lrcmmta08-srv.windstream.net [166.102.165.80]) by mx1.freebsd.org (Postfix) with ESMTP id AD0A08FC1D for ; Tue, 11 May 2010 16:11:13 +0000 (UTC) X-WS-COS: WSOB802 X-Cloudmark-Category: Undefined:Undefined X-Cloudmark-Analysis: v=1.1 cv=tBG0xtpy0AicLFC3d8ed2Uov/pzCS5s38WEfZbjSqpM= c=1 sm=0 a=kj9zAlcOel0A:10 a=cG5ruVTnIfpL3Zqyhj4A:9 a=Pd0cUvPQJW4Ry1quNhjxcvpXXroA:4 a=CjuIK1q_8ugA:10 a=swzBycPHTjCVpLtbNOCOwA==:117 X-Cloudmark-Score: 0 Authentication-Results: lrcmmta08 smtp.user=perlcat; auth=pass (PLAIN) Received: from [67.206.61.23] ([67.206.61.23:56767] helo=stretch.rtfmcomputing.com) by lrcmmta08 (envelope-from ) (ecelerity 2.2.2.45 r()) with ESMTPA id D6/E8-24117-AEC79EB4; Tue, 11 May 2010 10:51:10 -0500 From: Tyson Boellstorff To: freebsd-emulation@freebsd.org Date: Tue, 11 May 2010 10:50:03 -0500 User-Agent: KMail/1.12.4 (FreeBSD/8.0-STABLE; KDE/4.3.5; i386; ; ) MIME-Version: 1.0 Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <201005111050.03821.perlcat@windstream.net> Subject: re: self-suspend issue X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 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: Tue, 11 May 2010 16:11:14 -0000 Under Known Issues in the wiki, I noticed an error that I have periodically. The symptoms include log entries documenting the progression from a display resize to suspending to suspended: Display::handleDisplayResize(): uScreenId = 0, pvVRAM=000000080b510000 w=1024 h=768 bpp=24 cbLine=0xC00 Changing the VM state from 'RUNNING' to 'SUSPENDING'. Changing the VM state from 'SUSPENDING' to 'SUSPENDED' I cannot say if this is universal, but for me it has happened through installation of VirtualBox from port as well as package. (I built the port after csuping on ~May 20 to get away from this error) I am running virtualbox-ose-3.1.6_3 built from port and kdebase- runtime-4.3.5_1 on 8.0-STABLE. The kde version may actually be relevant. This error happens *only* when VirtualBox itself is started from the gui. VirtualBox still works fine when started from the command line while logged on as a normal (non-root) user. My machine is in this state currently -- let me know what you need to isolate the cause. Hope this helps save people from having to rebuild VirtualBox needlessly.