From mboxrd@z Thu Jan 1 00:00:00 1970 From: rogerio.pimentel@freescale.com (Rogerio Pimentel) Date: Wed, 6 Oct 2010 17:27:29 -0300 Subject: Segmentation fault when using ping6 Message-ID: <4CACDBB1.9050305@freescale.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org 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 at 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 at 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