From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 0DA64E00815; Tue, 10 Feb 2015 20:29:36 -0800 (PST) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on yocto-www.yoctoproject.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham version=3.3.1 X-Spam-HAM-Report: * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] Received: from mail.tames.com (tames.com [72.2.119.182]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id BB00AE005A9 for ; Tue, 10 Feb 2015 20:29:31 -0800 (PST) Received: from [10.178.247.148] (unknown [187.189.167.149]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: alfonso@tames.com) by mail.tames.com (Postfix) with ESMTPSA id AB050202EF; Wed, 11 Feb 2015 04:28:52 +0000 (UTC) Message-ID: <54DADAA7.1080905@tames.com> Date: Tue, 10 Feb 2015 22:29:27 -0600 From: =?UTF-8?B?QWxmb25zbyBUYW3DqXM=?= User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.3.0 MIME-Version: 1.0 To: John Weber References: <1423466231-3334-1-git-send-email-alfonso@tames.com> In-Reply-To: X-Virus-Scanned: clamav-milter 0.98.1 at 56cb6755-5e21-c698-f8be-a3023abd5444 X-Virus-Status: Clean Cc: "meta-freescale@yoctoproject.org" Subject: Re: [meta-fsl-arm-extra][PATCH][master] linux-wandboard: Update kernel to 3.10.53-1.1.0_ga 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, 11 Feb 2015 04:29:36 -0000 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit > > Looks good to me, Alfonso. I've applied it and tested it with wandcam > and gstreamer-1.0. Looks like I'm getting some sketchy problem that > results in a segfault when a gstreamer pipeline shuts down, but not > sure if that is due to this kernel or if it existed in previous > kernels (3.10.17 versions or 3.10.31). > :( I just tested a fresh install and I'm getting the same error: root@wandboard-quad:~# GST_DEBUG=*:3; gst-launch-1.0 -e imxv4l2src capture-mode=4 fps-n=30 ! imxvpuenc_h264 bitrate=4096 ! h264parse ! mp4mux ! filesink location=video.mp4 ... EOS received - stopping pipeline... Execution ended after 0:00:04.088140334 Setting pipeline to PAUSED ... Setting pipeline to READY ... Caught SIGSEGV #0 0x76c72498 in waitpid () from /lib/libpthread.so.0 #1 0x76c9cb64 in g_on_error_stack_trace () from /usr/lib/libglib-2.0.so.0 #2 0x0000b4e0 in ?? () Spinning. Please run 'gdb gst-launch-1.0 1011' to continue debugging, Ctrl-C to quit, or Ctrl-\ to dump core. ^C Any ideas Otavio?