SFCB crash noticed while porting on ARM processor.
SFCB Version: sfcb-1.3.10
Build Configuration:
BB_VERSION = "1.22.0"
BUILD_SYS = "x86_64-linux"
NATIVELSBSTRING = "CentOS-6.4"
TARGET_SYS = "arm-poky-linux-gnueabi"
MACHINE = "qemuarm"
DISTRO = "poky"
DISTRO_VERSION = "1.6.1"
TUNE_FEATURES = "armv5 thumb dsp"
TARGET_FPU = "soft"
The stack trace is attached(filename: SFCB_Trace_Logs)
Currently, we are seeing the segmentation fault at line 911, in ObjectImpl.c. Stack trace shows the value of 5632 for ts->used, which we conclude to be a corrupt value.
On the MIPS, Hitachi based boards, the ts->used usually varies from 1-4.
Are we missing any configuration while porting on ARM based environment.
This is a dup of [sfcb-tix:#113], thanks for reporting the issue in the other tracker.
Related
SFCB: #113