Segmentation fault while executing mender

Hello Mirzak,

Thank you for replying.

I am producing the output you requested,

$ readelf -A /usr/bin/mender

Attribute Section: aeabi
File Attributes
Tag_CPU_name: “7-A”
Tag_CPU_arch: v7
Tag_CPU_arch_profile: Application
Tag_ARM_ISA_use: Yes
Tag_THUMB_ISA_use: Thumb-2
Tag_FP_arch: VFPv3
Tag_Advanced_SIMD_arch: NEONv1
Tag_ABI_PCS_wchar_t: 4
Tag_ABI_FP_rounding: Needed
Tag_ABI_FP_denormal: Needed
Tag_ABI_FP_exceptions: Needed
Tag_ABI_FP_number_model: IEEE 754
Tag_ABI_align_needed: 8-byte
Tag_ABI_enum_size: int
Tag_ABI_VFP_args: VFP registers
Tag_CPU_unaligned_access: v6

$ file /usr/bin/mender

/usr/bin/mender: ELF 32-bit LSB executable, ARM, EABI5 version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-armhf.so.3, for GNU/Linux 3.2.0, BuildID[sha1]=f98599d13fd87825f50e6faa2991f4ceb0077c19, stripped

Its an issue with enabling GO binary. I have rectified it by enabling GO_CROSS_CGO_ENABLED?=“1” in local.conf and used the version of go_cross_arm 1.8.1. The segmentation fault is now solved.

Thank you for the help.