Working with 1.5.6 version and after a data import and some data manipulation on a 40 million collection, the database its corrupt. It seems that the data can be accessed normally, but when trying to run some data processing using a java process, an error occurs and ask for a database repair.
When executing the db repair, the process run normally, until it reach about 8 million objects cloned, when a segmentation fault occurs. The backtrace seems to point that the error occurs on the validate method of BSONElement class.
I've tried to run the same repair process with 1.6.2 version, getting similar results. The log attached was obtained as one of these tries.
- is related to
-
SERVER-2149 BSONObj::valid and BSONElement::validate can crash if the source data is invalid
- Closed