From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx4.wp.pl (mx4.wp.pl [212.77.101.8]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id F1DACE013CB for ; Tue, 9 Jul 2013 16:35:06 -0700 (PDT) Received: (wp-smtpd smtp.wp.pl 2544 invoked from network); 10 Jul 2013 01:35:03 +0200 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=wp.pl; s=1024a; t=1373412903; bh=cQB5GYKASOR9XDkHICfC7sQ2vYKuvwT4FAaPc0+AynM=; h=From:To:Subject; b=jj669iKM2/oSQ52VEtQZJrBtBhhqygYfvRet0hL2gyvUNvVEuRnrjrLKMVALpaVhc RivZ7P2veTmiBo1P3nNBOEJqxYrl7AjYwG0ao0z08Zaj/XLiYBD8uS1S273r2fOh3b O+cmo3ljsrCJ2fJqEBiaZc34SN3dXAskAlBXm964= Received: from out.poczta.wp.pl ([212.77.101.240]) (envelope-sender ) by smtp.wp.pl (WP-SMTPD) with SMTP for ; 10 Jul 2013 01:35:03 +0200 Date: Wed, 10 Jul 2013 01:35:03 +0200 From: "Kamil Lulko" To: meta-freescale@yoctoproject.org Message-ID: <51dc9e27a1f349.73472224@wp.pl> MIME-Version: 1.0 X-Mailer: Interfejs WWW nowej poczty Wirtualnej Polski X-User-Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:22.0) Gecko/20100101 Firefox/22.0 Organization: Poznaj Poczte WP http://poczta.wp.pl/info-start.html X-WP-IP: 89.70.163.96 X-WP-AV: skaner antywirusowy poczty Wirtualnej Polski S. A. X-WP-SPAM: NO 0000000 [MeOE] Subject: xf86-video-imxfb segfaults X-BeenThere: meta-freescale@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Usage and development list for the meta-fsl-* layers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Jul 2013 23:35:07 -0000 Content-Type: text/plain; charset=iso-8859-2 Content-Transfer-Encoding: 8bit Content-Disposition: inline Hello, After building image with XFCE desktop environment and hw accelerated X11 for my i.MX53 board I encounter xorg segmentation faults when running Ristretto Image Viewer. This happens both on Danny and Master branches. Web browsers also seem to trigger this bug. Below is gdb backtrace from the crash: Program received signal SIGSEGV, Segmentation fault. imxExaZ160CheckComposite (op=3, pPictureSrc=0x39d268, pPictureMask=0x39c4e0, pPictureDst=0x3abf58) at /usr/src/debug/xf86-video-imxfb/11.09.01-r12/xserver-xorg-video-imx-11.09.01/src/imx_exa_z160.c:1840 1840pPixmapMask->drawable.width * (gdb) bt #0 imxExaZ160CheckComposite (op=3, pPictureSrc=0x39d268, pPictureMask=0x39c4e0, pPictureDst=0x3abf58) at /usr/src/debug/xf86-video-imxfb/11.09.01-r12/xserver-xorg-video-imx-11.09.01/src/imx_exa_z160.c:1840 #1 0x2ab72eb8 in ?? () from /usr/lib/xorg/modules/libexa.so Cannot access memory at address 0x201ffff8 (gdb) This leads to following message from Xorg log: (EE) Segmentation fault at address 0xc Best regards, Kamil Lulko