-
Type:
Bug
-
Resolution: Incomplete
-
Priority:
Major - P3
-
None
-
Affects Version/s: 3.2.9
-
Component/s: Admin
-
None
-
Fully Compatible
-
ALL
-
Platforms 2016-11-21
-
None
-
None
-
None
-
None
-
None
-
None
-
None
I have a NodeBB forum (https://nodebb.org/) running with MongoDB. Recently, I have upgraded the server from FreeBSD 10.3 to FreeBSD 11, which required rebuilding all ports, including the MongoDB port. Since updating MongoDB to the latest version, it crashed after a while (it's only used for the forum).
Logs:
2016-10-31T01:56:26.915+0100 F - [thread1] Invalid access at address: 0x3c
2016-10-31T01:56:26.942+0100 F - [thread1] Got signal: 11 (Segmentation fault).
0x1260e8b 0x12609bc 0x8036a979d 0x8036a8d6f
----- BEGIN BACKTRACE -----
{"backtrace":[{"b":"400000","o":"E60E8B","s":"_ZN5mongo15printStackTraceERNSt3__113basic_ostreamIcNS0_11char_traitsIcEEEE"},{"b":"400000","o":"E609BC","s":"_ZN5mongo29reportOutOfMemoryErrorAndExitEv"},{"b":"80369B000","o":"E79D","s":"pthread_sigmask"},{"b":"80369B000","o":"DD6F","s":"pthread_getspecific"}],"processInfo":{ "mongodbVersion" : "3.2.9", "gitVersion" : "22ec9e93b40c85fc7cae7d56e7d6a02fd811088c", "compiledModules" : [], "uname" : { "sysname" : "FreeBSD", "release" : "11.0-RELEASE-p2", "version" : "FreeBSD 11.0-RELEASE-p2 #0: Mon Oct 24 06:55:27 UTC 2016 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC", "machine" : "amd64" } }}
mongod(_ZN5mongo15printStackTraceERNSt3__113basic_ostreamIcNS0_11char_traitsIcEEEE+0x2B) [0x1260e8b]
mongod(_ZN5mongo29reportOutOfMemoryErrorAndExitEv+0x30C) [0x12609bc]
libthr.so.3(pthread_sigmask+0x50D) [0x8036a979d]
libthr.so.3(pthread_getspecific+0xE9F) [0x8036a8d6f]
----- END BACKTRACE -----
# mongod --version
db version v3.2.9
git version: 22ec9e93b40c85fc7cae7d56e7d6a02fd811088c
allocator: system
modules: none
build environment:
distarch: x86_64
target_arch: x86_64
Is there anything I can do?