From owner-freebsd-x11@FreeBSD.ORG Tue Aug 23 08:55:35 2011 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EEB98106566C for ; Tue, 23 Aug 2011 08:55:35 +0000 (UTC) (envelope-from xmirya@gmail.com) Received: from mail-vw0-f54.google.com (mail-vw0-f54.google.com [209.85.212.54]) by mx1.freebsd.org (Postfix) with ESMTP id AB2F58FC12 for ; Tue, 23 Aug 2011 08:55:35 +0000 (UTC) Received: by vws18 with SMTP id 18so6089576vws.13 for ; Tue, 23 Aug 2011 01:55:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; bh=5WuE9u5H6mKQ8prwarzqIJ+nDsiK40bLSZseXl2Zm/4=; b=IY+yWIfj/IicSu6nFxscOfvx9+PNt4+/1wK4y7sPA/xnWFRRsldPX4rqjSiBmchXtp PXz2d0O1TRhdX4IAavd5v+3HSq7uzCE7PVr+3RbNzJr1Vcq9E0LIR5q1Q+jy+1plgauJ ATiS2yjYr2RCCyZE2V5nnljU4W3jsT0sMlh1k= MIME-Version: 1.0 Received: by 10.220.156.18 with SMTP id u18mr931706vcw.211.1314089734810; Tue, 23 Aug 2011 01:55:34 -0700 (PDT) Received: by 10.220.91.205 with HTTP; Tue, 23 Aug 2011 01:55:34 -0700 (PDT) Date: Tue, 23 Aug 2011 11:55:34 +0300 Message-ID: From: m irya To: freebsd-x11@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Subject: xorg-dev + intel driver + KMS X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Aug 2011 08:55:36 -0000 Hello, I'm currently evaluating the XOrg from xorg-dev svn repo + KMS-aware intel driver (from the same repo) + KMS patches (8.1 patchset currently) at recent -CURRENT. Everything works fine except for the fact running VirtualBox Windows 7 guest makes Xserver crash. No 2D/3D acceleration is switched on, but running it for 5 minutes is often enough for the Xserver to coredump. The problem doesn't occur if running it via VBoxHeadless and connecting via VNC, for example. Xserver has no debug symbols complied in, however, some extracts from the backtrace may be useful, if someone wants to investigate it: #0 0x0000000802c12ccc in thr_kill () from /lib/libc.so.7 #1 0x0000000802caf4cb in abort () from /lib/libc.so.7 #2 0x000000000046ba7e in OsAbort () #3 0x00000000004785d7 in ddxGiveUp () #4 0x0000000000469a8d in AbortServer () #5 0x000000000046a20f in FatalError () #6 0x000000000046ae41 in OsInit () #7 0x00000008029a552e in pthread_sigmask () from /lib/libthr.so.3 #8 0x00000008029a56bc in pthread_sigmask () from /lib/libthr.so.3 #9 0x00007ffffffff003 in ?? () #10 0x00000008029a55e0 in pthread_sigmask () from /lib/libthr.so.3 #11 0x0000000000000000 in ?? () #12 0x0000000000000000 in ?? () ... #33 0x0000000000000006 in ?? () #34 0x0000000802cb1fb6 in memcpy () from /lib/libc.so.7 #35 0x0000000000000043 in ?? () ... #135 0x0000000000000004 in ?? () #136 0x000000000000002f in ?? () #137 0x00000008044edd3f in drm_intel_gem_bo_map_gtt () from /usr/local/lib/libdrm_intel.so.1 #138 0x00000008042b5b47 in intel_uxa_pixmap_put_image () from /usr/local/lib/xorg/modules/drivers/intel_drv.so #139 0x00000008042b72d9 in intel_uxa_put_image () from /usr/local/lib/xorg/modules/drivers/intel_drv.so #140 0x00000008042ccba7 in uxa_put_image () from /usr/local/lib/xorg/modules/drivers/intel_drv.so #141 0x00000000004df13a in DamageRegionAppend () #142 0x0000000000438181 in ProcPutImage () #143 0x0000000000439b55 in Dispatch () #144 0x000000000042de25 in main ()