Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-4389

Wrong $eq format crashes

    • ALL

      I used $eq:

      {result:"1-0"}

      instead of $eq:["result", "1-0"] and got:

      Tue Nov 29 14:19:39 [conn1]  chess Assertion failure pPrefixedField[0] == '$' db/pipeline/expression.cpp 56
      0x88d327 0x9091a7 0x911770 0xa0165a 0xa01b8c 0xa0205e 0xa01806 0xa023a1 0xa02119 0xa01806 0x9fc495 0x9e4464 0xca06b7 0xc7a617 0xc7b154 0xc7b643 0xc5c47a 0xc5d8bb 0xbde29d 0xbdef22 
       ./mongod(_ZN5mongo15printStackTraceERSo+0x27) [0x88d327]
       ./mongod(_ZN5mongo12sayDbContextEPKc+0x5e) [0x9091a7]
       ./mongod(_ZN5mongo8assertedEPKcS1_j+0x122) [0x911770]
       ./mongod(_ZN5mongo10Expression17removeFieldPrefixERKSs+0x4e) [0xa0165a]
       ./mongod(_ZN5mongo10Expression11parseObjectEPNS_11BSONElementEPNS0_9ObjectCtxE+0x4d4) [0xa01b8c]
       ./mongod(_ZN5mongo10Expression15parseExpressionEPKcPNS_11BSONElementE+0xec) [0xa0205e]
       ./mongod(_ZN5mongo10Expression11parseObjectEPNS_11BSONElementEPNS0_9ObjectCtxE+0x14e) [0xa01806]
       ./mongod(_ZN5mongo10Expression12parseOperandEPNS_11BSONElementE+0x139) [0xa023a1]
       ./mongod(_ZN5mongo10Expression15parseExpressionEPKcPNS_11BSONElementE+0x1a7) [0xa02119]
       ./mongod(_ZN5mongo10Expression11parseObjectEPNS_11BSONElementEPNS0_9ObjectCtxE+0x14e) [0xa01806]
       ./mongod(_ZN5mongo21DocumentSourceProject14createFromBsonEPNS_11BSONElementERKN5boost13intrusive_ptrINS_17ExpressionContextEEE+0x38b) [0x9fc495]
       ./mongod(_ZN5mongo8Pipeline12parseCommandERSsRNS_7BSONObjERKN5boost13intrusive_ptrINS_17ExpressionContextEEE+0x49c) [0x9e4464]
       ./mongod(_ZN5mongo15PipelineCommand3runERKSsRNS_7BSONObjEiRSsRNS_14BSONObjBuilderEb+0x7d) [0xca06b7]
       ./mongod(_ZN5mongo12_execCommandEPNS_7CommandERKSsRNS_7BSONObjEiRNS_14BSONObjBuilderEb+0x8e) [0xc7a617]
       ./mongod(_ZN5mongo11execCommandEPNS_7CommandERNS_6ClientEiPKcRNS_7BSONObjERNS_14BSONObjBuilderEb+0x896) [0xc7b154]
       ./mongod(_ZN5mongo12_runCommandsEPKcRNS_7BSONObjERNS_11_BufBuilderINS_16TrivialAllocatorEEERNS_14BSONObjBuilderEbi+0x358) [0xc7b643]
       ./mongod(_ZN5mongo11runCommandsEPKcRNS_7BSONObjERNS_5CurOpERNS_11_BufBuilderINS_16TrivialAllocatorEEERNS_14BSONObjBuilderEbi+0x46) [0xc5c47a]
       ./mongod(_ZN5mongo8runQueryERNS_7MessageERNS_12QueryMessageERNS_5CurOpES1_+0x223) [0xc5d8bb]
       ./mongod() [0xbde29d]
       ./mongod(_ZN5mongo16assembleResponseERNS_7MessageERNS_10DbResponseERKNS_11HostAndPortE+0x33f) [0xbdef22]
      Tue Nov 29 14:19:39 [conn1] 
      

      Full pipeline:

      db.runCommand({aggregate: "fast_win", pipeline: [
      ...{
      ...   $project : {
      ...       win : {$cond : [
      ...           {$eq : {result : "1-0"}}, 1, 0
      ...       ]}
      ...   }
      ... }]})
      

            Assignee:
            cwestin Chris Westin
            Reporter:
            kristina Kristina Chodorow (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: