FreeBSDFoundation / freebsd

FreeBSD source tree for FreeBSD Foundation-sponsored projects
https://www.freebsdfoundation.org/
Other
9 stars 3 forks source link

jemalloc assertion while building pkg #17

Open emaste opened 9 years ago

emaste commented 9 years ago
config.status: creating scripts/periodic/460.pkg-checksum
config.status: creating scripts/periodic/490.status-pkg-changes
config.status: creating scripts/sbin/pkg2ng
config.status: creating scripts/completion/_pkg.bash
config.status: creating scripts/completion/_pkg
config.status: creating libpkg/repo/binary/Makefile
config.status: creating pkg_config.h
config.status: pkg_config.h is unchanged
config.status: executing depfiles commands
config.status: executing libtool commands
config.status: executing pkg_repos.h commands
config.status: executing mkdir commands
<jemalloc>: jemalloc_jemalloc.c:1227: Failed assertion: "malloc_initialized || IS_INITIALIZER"
*** Signal 6

Stop.
make[1]: stopped in /usr/ports/ports-mgmt/pkg
emaste commented 9 years ago

It seems this wasn't reproducible after increasing the memory for the VM (from 1G to 4G)