From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.chez-thomas.org (mail.mlbassoc.com [65.100.170.105]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 2CEAFE011C0 for ; Wed, 21 Nov 2012 04:33:55 -0800 (PST) Received: by mail.chez-thomas.org (Postfix, from userid 1998) id 7F6E4F81211; Wed, 21 Nov 2012 05:33:54 -0700 (MST) X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on hermes.chez-thomas.org X-Spam-Level: X-Spam-Status: No, score=-2.0 required=4.0 tests=ALL_TRUSTED,BAYES_00, DKIM_ADSP_CUSTOM_MED,FREEMAIL_FROM,NML_ADSP_CUSTOM_MED autolearn=no version=3.3.2 Received: from [192.168.1.114] (zeus [192.168.1.114]) by mail.chez-thomas.org (Postfix) with ESMTP id 125AAF811FB; Wed, 21 Nov 2012 05:33:54 -0700 (MST) Message-ID: <50ACCA4E.50205@gmail.com> Date: Wed, 21 Nov 2012 05:34:22 -0700 From: Gary Thomas User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:16.0) Gecko/20121028 Thunderbird/16.0.2 MIME-Version: 1.0 To: Otavio Salvador References: <1353424272-1562-1-git-send-email-otavio@ossystems.com.br> <50AB9FD7.7020009@gmail.com> <50ABF63D.9010805@gmail.com> <50ACBC49.9000303@gmail.com> <50ACC2A4.1030400@gmail.com> In-Reply-To: Cc: meta-freescale@yoctoproject.org Subject: Re: [meta-fsl-arm][PATCH 00/10] iMX6 Yocto Support based on 12.09.01 BSP 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: Wed, 21 Nov 2012 12:33:55 -0000 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit On 2012-11-21 05:21, Otavio Salvador wrote: > On Wed, Nov 21, 2012 at 10:01 AM, Gary Thomas wrote: > ... >> That helped, but then it dies: >> [579761.853] (II) VIVANTE(0): FB Start = 0x2b0f9000 FB Base = 0x2b0f9000 >> FB Offset = (nil) >> [579761.865] (II) VIVANTE(0): test Initializing EXA >> [579761.865] >> Backtrace: >> [579761.865] Segmentation fault at address 0xc >> [579761.865] >> Fatal server error: >> [579761.865] Caught signal 11 (Segmentation fault). Server aborting >> [579761.865] > > Good; now we need to fix this. > > I will take a look on this and I let you know if any news. > Here's a GDB backtrace: Program received signal SIGSEGV, Segmentation fault. 0x2b078fac in gcoOS_GetBaseAddress () from /usr/lib/libGAL.so (gdb) bt #0 0x2b078fac in gcoOS_GetBaseAddress () from /usr/lib/libGAL.so #1 0x2afeca78 in gcoHAL_MapUserMemory () from /usr/lib/libGAL.so #2 0x2ab341c0 in ?? () from /usr/lib/xorg/modules/drivers/vivante_drv.so #3 0x2ab341c0 in ?? () from /usr/lib/xorg/modules/drivers/vivante_drv.so Backtrace stopped: previous frame identical to this frame (corrupt stack?) Maybe I'm missing some piece, e.g. loading the video acceleration firmware? n.b. I don't know much about this platform, so I'm a bit in the dark.