-
Type: Bug
-
Resolution: Duplicate
-
Priority: Major - P3
-
None
-
Affects Version/s: 2.2.0
-
Component/s: None
-
Environment:Slackware Linux 13.37 32bit under VirtualBox(x86). AMD (XP 2400 32bit one core). EXT4 filesystem.
-
Linux
1. I have been downloaded official last stable (2.2.0) binaries for Linux, unpacked this... makepkg for Slack... Installpkg..and...
2. After starting Mongo with no -dyrectoryperdb (i have seen a bug with -dyrectoryperdb on old AMD platform)
3. And then I established connection to admin interface (to monogdb web-server) http://localhost:28017/ by curl:
curl http://localhost:28017/
i have this log and crash:
Tue Sep 11 11:51:25
Tue Sep 11 11:51:25 warning: 32-bit servers don't have journaling enabled by default. Please use --journal if you want durability.
Tue Sep 11 11:51:25
Tue Sep 11 11:51:25 [initandlisten] MongoDB starting : pid=1397 port=27017 dbpath=/var/lib/mongodb/ 32-bit host=darkstar
Tue Sep 11 11:51:25 [initandlisten]
Tue Sep 11 11:51:25 [initandlisten] ** NOTE: when using MongoDB 32 bit, you are limited to about 2 gigabytes of data
Tue Sep 11 11:51:25 [initandlisten] ** see http://blog.mongodb.org/post/137788967/32-bit-limitations
Tue Sep 11 11:51:25 [initandlisten] ** with --journal, the limit is lower
Tue Sep 11 11:51:25 [initandlisten]
Tue Sep 11 11:51:25 [initandlisten] db version v2.2.0, pdfile version 4.5
Tue Sep 11 11:51:25 [initandlisten] git version: f5e83eae9cfbec7fb7a071321928f00d1b0c5207
Tue Sep 11 11:51:25 [initandlisten] build info: Linux domU-12-31-39-01-70-B4 2.6.21.7-2.fc8xen #1 SMP Fri Feb 15 12:39:36 EST 2008 i686 BOOST_LIB_VERSION=1_49
Tue Sep 11 11:51:25 [initandlisten] options:
Tue Sep 11 11:51:25 [initandlisten] Unable to check for journal files due to: boost::filesystem::basic_directory_iterator constructor: No such file or directory: "/var/lib/mongodb/journal"
Tue Sep 11 11:51:25 [websvr] admin web console waiting for connections on port 28017
Tue Sep 11 11:51:25 [initandlisten] waiting for connections on port 27017
Tue Sep 11 11:52:25 Invalid operation at address: 0x819b263 from thread: TTLMonitor
Tue Sep 11 11:52:25 Got signal: 4 (Illegal instruction).
Tue Sep 11 11:52:25 Backtrace:
0x879d86a 0x816fd3a 0x81703ff 0xffffe40c 0x819b263 0x866bef4 0x8654dc1 0x822ab14 0x875bd51 0x875f0c7 0x8760df4 0x83e6523 0x83b6c3b 0x8753b07 0x81e5a01 0x81e7979 0x8601e20 0x860297e 0x829cbbe 0xb775fc04
/bin/mongod(_ZN5mongo15printStackTraceERSo+0x2a) [0x879d86a]
/bin/mongod(_ZN5mongo10abruptQuitEi+0x3ba) [0x816fd3a]
/bin/mongod(_ZN5mongo24abruptQuitWithAddrSignalEiP7siginfoPv+0x2af) [0x81703ff]
[0xffffe40c]
/bin/mongod(_ZNK5mongo7BSONObj4copyEv+0x33) [0x819b263]
/bin/mongod(_ZN5mongo11ParsedQuery4initERKNS_7BSONObjE+0x494) [0x866bef4]
/bin/mongod(_ZN5mongo11ParsedQueryC1ERNS_12QueryMessageE+0x91) [0x8654dc1]
/bin/mongod(ZN5mongo8runQueryERNS_7MessageERNS_12QueryMessageERNS_5CurOpES1+0x34) [0x822ab14]
/bin/mongod() [0x875bd51]
/bin/mongod(_ZN5mongo16assembleResponseERNS_7MessageERNS_10DbResponseERKNS_11HostAndPortE+0x3e7) [0x875f0c7]
/bin/mongod(_ZN5mongo14DBDirectClient4callERNS_7MessageES2_bPSs+0x84) [0x8760df4]
/bin/mongod(_ZN5mongo14DBClientCursor4initEv+0xc3) [0x83e6523]
/bin/mongod(_ZN5mongo12DBClientBase5queryERKSsNS_5QueryEiiPKNS_7BSONObjEii+0xbb) [0x83b6c3b]
/bin/mongod(_ZN5mongo14DBDirectClient5queryERKSsNS_5QueryEiiPKNS_7BSONObjEii+0x77) [0x8753b07]
/bin/mongod(_ZN5mongo10TTLMonitor10doTTLForDBERKSs+0x251) [0x81e5a01]
/bin/mongod(_ZN5mongo10TTLMonitor3runEv+0x349) [0x81e7979]
/bin/mongod(_ZN5mongo13BackgroundJob7jobBodyEN5boost10shared_ptrINS0_9JobStatusEEE+0xb0) [0x8601e20]
/bin/mongod(_ZN5boost6detail11thread_dataINS_3_bi6bind_tIvNS_4_mfi3mf1IvN5mongo13BackgroundJobENS_10shared_ptrINS7_9JobStatusEEEEENS2_5list2INS2_5valueIPS7_EENSD_ISA_EEEEEEE3runEv+0x7e) [0x860297e]
/bin/mongod() [0x829cbbe]
/lib/libpthread.so.0(+0x5c04) [0xb775fc04]
P.S. Slackware Linux 13.37 32bit under VirtualBox(x86). AMD (XP 2400 32bit one core). EXT4 filesystem.
- duplicates
-
SERVER-5639 Atomic Integer Implementations Not Compatible with Very Old Processors
- Closed