STABLE-10 minidump issue on Arndale

Wojciech Macek wma at semihalf.com
Tue Oct 13 05:36:38 UTC 2015


Hi,

I'm running Arndale (Exynos 5250) system with FreeBSD 10-STABLE. I'd like
to make use of minidumps, so I run the following test:

1. Trigger panic and store a dump
root@:~ # sysctl -w debug.kdb.panic=1
debug.kdb.panic:panic: kdb_sysctl_panic
cpuid = 0
KDB: enter: panic
[ thread pid 650 tid 100086 ]
Stopped at      kdb_enter+0x5c: ldrb    r15, [r15, r15, ror r15]!
db> dump
Physical memory: 2040 MB
Dumping 28 MB: 25 21 17 13 9 5 1
Dump complete
db> reboot�

2. When trying to analyze the dump with kgdb I get an error about unknown
EABI
root@:~ # kgdb kernel.debug /var/crash/vmcore.last
GNU gdb 6.1.1 [FreeBSD]
Copyright 2004 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain
conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "armv6-marcel-freebsd"...
/usr/home/wma/jnpr-freebsd/gnu/usr.bin/gdb/libgdb/../../../../contrib/gdb/gdb/arm-tdep.c:2589:
internal-error: arm_elf_osabi_sniffer: *Unknown ARM EABI version 0x5000000*
A problem internal to GDB has been detected,
further debugging may prove unreliable.
Quit this debugging session? (y or n) y



Any hints what I might be doing wrong?

Here is the command I'm using to build world and kernel:
make TARGET_ARCH=armv6 KERNCONF=ARNDALE buildXXXX

Regards,
Wojtek


More information about the freebsd-arm mailing list