Segmentation fault (core dumped) Error

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Segmentation fault (core dumped) Error

1,719 Views
umershah81
Contributor II

I'm trying to add new recipe from git in meta-oe layer. but getting SegFault error. Does anybody have suggestions for this error?
-----------------

recipe repository url:  GitHub - emweb/wt: Wt, C++ Web Toolkit 
-----------------
 .BB file

SUMMARY = "Simple helloworld application"
SECTION = "examples"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302"

BB_STRICT_CHECKSUM = "0"
#SRC_URI[md5sum] = "caaca4d0c15664902f5c6f946489f9ee"
#SRC_URI[sha256sum] = "617c57b0c70a116901feb3425316c10f118f5611d3c9fb3a531fbd213d2f4326"
SRC_URI = "https://github.com/emweb/wt.git"
#SRC_URI += "file://wtfiles/"
#S = "${WORKDIR}/${BP}"
inherit autotools gettext
TOOLCHAIN_HOST_TASK += "nativesdk-cmake"
inherit pkgconfig cmake

because i the checkusm changed everytime to i disabled it

-----------------------------------

ERROR

-----------------------------------

DEBUG: Executing python function sysroot_cleansstate
DEBUG: Python function sysroot_cleansstate finished
DEBUG: SITE files ['endian-little', 'bit-32', 'arm-common', 'arm-32', 'common-linux', 'common-glibc', 'arm-linux', 'arm-linux-gnueabi', 'common']
DEBUG: Executing shell function autotools_preconfigure
DEBUG: Shell function autotools_preconfigure finished
DEBUG: Executing python function autotools_copy_aclocals
DEBUG: Python function autotools_copy_aclocals finished
DEBUG: SITE files ['endian-little', 'bit-32', 'arm-common', 'arm-32', 'common-linux', 'common-glibc', 'arm-linux', 'arm-linux-gnueabi', 'common']
DEBUG: Executing shell function do_configure
-- The C compiler identification is GNU 5.3.0
-- The CXX compiler identification is GNU 5.3.0
-- Check for working C compiler: /mnt/MIIR/fsl-release-bsp/build/tmp/sysroots/x86_64-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-gcc
-- Check for working C compiler: /mnt/MIIR/fsl-release-bsp/build/tmp/sysroots/x86_64-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-gcc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /mnt/MIIR/fsl-release-bsp/build/tmp/sysroots/x86_64-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-g++
-- Check for working CXX compiler: /mnt/MIIR/fsl-release-bsp/build/tmp/sysroots/x86_64-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-g++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Found ZLIB: /mnt/MIIR/fsl-release-bsp/build/tmp/sysroots/myd-y6ull14x14/usr/lib/libz.so (found version "1.2.8")
-- Found PNG: /mnt/MIIR/fsl-release-bsp/build/tmp/sysroots/x86_64-linux/usr/lib/libpng.so (found version "1.6.21")
Segmentation fault (core dumped)
WARNING: exit code 139 from a shell command.
ERROR: Function failed: do_configure (log file is located at /mnt/MIIR/fsl-release-bsp/build/tmp/work/cortexa7hf-neon-poky-linux-gnueabi/wt/4.1-r0/temp/log.do_configure.41755)

Labels (1)
0 Kudos
2 Replies

1,627 Views
Bio_TICFSL
NXP TechSupport
NXP TechSupport

Hello Syed,

The error is a memory problem, probably not enough space to build the application.

Regards

0 Kudos

1,627 Views
umershah81
Contributor II

thanks for the reply.  Actually i'm running it on a server. i think there should't be a memory problem.
Let me confirm about the memory. :smileyhappy:

0 Kudos