-
Type: Bug
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: 2.1.2
-
Component/s: Aggregation Framework
-
Environment:linux x86-64
-
ALL
server gets a segfault when using $where operator in a pipeline, e.g.:
db.blah.aggregate({$match: {$where: "return true;"}}) crashes the server.