From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rogerio Pimentel Subject: Segmentation fault when using ping6 Date: Thu, 7 Oct 2010 09:26:34 -0300 Message-ID: <4CADBC7A.6060908@freescale.com> Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit To: , Return-path: Received: from tx2ehsobe004.messaging.microsoft.com ([65.55.88.14]:53953 "EHLO TX2EHSOBE008.bigfish.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753616Ab0JGMVh (ORCPT ); Thu, 7 Oct 2010 08:21:37 -0400 Received: from mail9-tx2 (localhost.localdomain [127.0.0.1]) by mail9-tx2-R.bigfish.com (Postfix) with ESMTP id C575E7502CA for ; Thu, 7 Oct 2010 12:21:36 +0000 (UTC) Received: from TX2EHSMHS046.bigfish.com (unknown [10.9.14.248]) by mail9-tx2.bigfish.com (Postfix) with ESMTP id 9ED3A1AB0046 for ; Thu, 7 Oct 2010 12:21:36 +0000 (UTC) Received: from az33smr01.freescale.net (az33smr01.freescale.net [10.64.34.199]) by az33egw02.freescale.net (8.14.3/8.14.3) with ESMTP id o97CLWrA023614 for ; Thu, 7 Oct 2010 05:21:32 -0700 (MST) Received: from zbr05exm41.fsl.freescale.net (zbr05exm41.am.freescale.net [10.29.240.246]) by az33smr01.freescale.net (8.13.1/8.13.0) with ESMTP id o97CLVSH009809 for ; Thu, 7 Oct 2010 07:21:31 -0500 (CDT) Sender: netdev-owner@vger.kernel.org List-ID: Hi, I'm having a "segmentation fault" problem when using ping6. When testing on ARM9 platforms (i.MX25 and i.MX27), it returns the error: root@freescale ~$ ping6 ::1 PING ::1 (::1): 56 data bytes Segmentation fault When testing on ARM11 and ARM Cortex A8 platforms (i.MX31 and i.MX51), it works: root@freescale ~$ ping6 ::1 PING ::1 (::1): 56 data bytes 64 bytes from ::1: seq=0 ttl=64 time=0.331 ms 64 bytes from ::1: seq=1 ttl=64 time=0.214 ms 64 bytes from ::1: seq=2 ttl=64 time=0.176 ms 64 bytes from ::1: seq=3 ttl=64 time=0.155 ms On all cases, I'm using Linux Kernel 2.6.35 (from Mainline) and Busybox 1.15.0 Does anybody have any idea? Thanks in advance, Rogerio Pimentel