Date: Thu, 5 Nov 2015 12:02:06 +0100 From: Hans Petter Selasky <hps@selasky.org> To: Lars Engels <lars.engels@0x20.net>, arm@freebsd.org Subject: Re: [Banana Pi] Fatal kernel mode data abort: 'Alignment Fault' on read Message-ID: <563B372E.20607@selasky.org> In-Reply-To: <20151105104859.GQ66179@e-new.0x20.net> References: <20151105104859.GQ66179@e-new.0x20.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On 11/05/15 11:48, Lars Engels wrote: > Using FreeBSD-armv6-11.0-A20-290366.img I can reproducible crash the > kernel by USB-tethering the Banana Pi to a mobile phone and run " > pkg bootstrap". It looks like this: > > root@bananapi:/ # pkg bootstrap > The package management tool is not yet installed on your system. > Do you want to fetch and install it now? [y/N]: y > Bootstrapping pkg from pkg+http://pkg.FreeBSD.org/FreeBSD:11:armv6/latest, please wait... > Fatal kernel mode data abort: 'Alignment Fault' on read > trapframe: 0xea576a90 > FSR=00000001, FAR=c43a1d6e, spsr=60000113 > r0 =00000014, r1 =0000003c, r2 =0000003c, r3 =00000903 > r4 =00000000, r5 =c43a1d6a, r6 =00000028, r7 =c43a1d56 > r8 =00000000, r9 =00000014, r10=00000028, r11=ea576bf8 > r12=00000000, ssp=ea576b20, slr=c061aba4, pc =c04f68e8 > > [ thread pid 13 tid 100024 ] > Stopped at tcp_input+0x820: ldr r0, [r5, #0x004] Hi, Could you "objdump -Dx --source /boot/kernel/kernel" and figure out which code line "tcp_input+0x820" corresponds to? According to if_rndis, the IP-header should be aligned via the ETHER_ALIGN macro, to 32-bits. The issue is possibly outside USB. --HPS
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?563B372E.20607>