From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 9DCEFE00790; Thu, 2 Oct 2014 12:17:31 -0700 (PDT) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on yocto-www.yoctoproject.org X-Spam-Level: X-Spam-Status: No, score=-2.7 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, FREEMAIL_FROM, RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.1 X-Spam-HAM-Report: * 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider * (rjohnweber[at]gmail.com) * -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low * trust * [209.85.216.47 listed in list.dnswl.org] * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] * -0.1 DKIM_VALID_AU Message has a valid DKIM or DK signature from author's * domain * 0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily * valid * -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature Received: from mail-qa0-f47.google.com (mail-qa0-f47.google.com [209.85.216.47]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id DBFBDE00749 for ; Thu, 2 Oct 2014 12:17:29 -0700 (PDT) Received: by mail-qa0-f47.google.com with SMTP id cm18so2167546qab.34 for ; Thu, 02 Oct 2014 12:17:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=fkN7SatgOU0CQH6Yxwwwtu02Cf8Mif+3J7tei9LL0zg=; b=cKbZTnRjNl4dClvhojSGfgelzB4LB8le2MWbm4/NxiS4+4kOts/5Jp28zg6x2L/sL+ Vfn/Ntyq7ZkvLBJYcV1lqBSZBKh4ly6aAKATCjQKgKetZNyjK2gXNVfBsHDeN1Af5CGX N1oTKrGrPiAnLB9zWV0msSe7LZfVzmQdk9dh5CYXkiZ43bJKk1zpY874nb3yrgmfspm6 oZRtqM4JYWOdogJ1SasOXkIlcvJQHqO3ty2OHKkRJzno/l8aIbDUKRciwRDd4qfDo/Ji 7Exm0Za0KgeIXn3ShkyyFZ6ytFVTBNNHrCAoOG9JehVo9PF/Ln7BIm/Fr2TkrkvIvfAA zMcw== X-Received: by 10.224.89.67 with SMTP id d3mr1039593qam.95.1412277448734; Thu, 02 Oct 2014 12:17:28 -0700 (PDT) Received: from goober-2.local ([75.76.228.82]) by mx.google.com with ESMTPSA id s102sm3907724qgd.44.2014.10.02.12.17.27 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 02 Oct 2014 12:17:27 -0700 (PDT) Message-ID: <542DA4C6.40607@gmail.com> Date: Thu, 02 Oct 2014 14:17:26 -0500 From: John Weber User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 MIME-Version: 1.0 To: meta-freescale@yoctoproject.org References: <542DA2DC.4040805@linaro.org> In-Reply-To: <542DA2DC.4040805@linaro.org> Subject: Re: wandboard-dual, master-next, Xorg segfault 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: Thu, 02 Oct 2014 19:17:31 -0000 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit On 10/2/14, 2:09 PM, Trevor Woerner wrote: > Hi, > > I haven't been playing with my wandboard-dual in a while, but last night > I built a new image for it and tested. Coincidentally I started by > running whatever was leftover on my CF card, and it ran fine (i.e. I ran > glxgears, etc). > > With the new image, however, the Xorg server segfaults very quickly > after starting. Here is what I found in its log file: > > [3512951.484] (EE) > Backtrace: > [3512951.484] > (EE) > [3512951.484] (EE) Segmentation fault at address > 0xd8 > [3512951.484] > (EE) > Fatal server > error: > [3512951.484] (EE) Caught signal 11 (Segmentation fault). Server > aborting > [3512951.484] > (EE) > [3512951.484] (EE) > > > Has anyone else seen this or have any ideas what I can try? Hi Trevor - This could be due to Wandboard kernel not being updated to 3.10.31_1.1.0 in master-next. John