-
Type: Bug
-
Resolution: Duplicate
-
Priority: Critical - P2
-
None
-
Affects Version/s: None
-
Component/s: Aggregation Framework
-
Environment:Confirmed on Windows x64
-
Windows
Executing the following malformed aggregation will crash mongod on (at least) Win64 :
db.runCommand({ aggregate : "t", pipeline : [{ $project:{b:{$gt:["$c"]}}}]})
With mongod output :
unhandled windows exMon Jan 09 16:34:31 access violation
Adding another operand to the $gt resolves the issue.
- duplicates
-
SERVER-4389 Wrong $eq format crashes
- Closed
- is depended on by
-
SERVER-447 new aggregation framework
- Closed