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

server fails on some request

    • Type: Icon: Bug Bug
    • Resolution: Duplicate
    • Priority: Icon: Trivial - P5 Trivial - P5
    • None
    • Affects Version/s: 2.1.0
    • Component/s: Aggregation Framework
    • Labels:
      None
    • Environment:
      Windows x64

      in console server write
      [initandlisten] build info: windows sys.getwindowsversion(major=6, minor=1, build=7601, platform=2, service_pack='Service Pack 1') BOOST_LIB_VERSION=1_42

    • Windows

      db.test.remove();
      db.test.insert({name: "test", tags: [

      {x:1}

      ,

      {y:2}

      ]});

      works
      db.test.aggregate({$project: {tags: 1, _id: 1}}, {$unwind: "$tags"}, {$project: {is_x: "$tags.x"}});

      fails
      db.test.aggregate({$project: {tags: 1, _id: 0}}, {$unwind: "$tags"}, {$project: {is_x: "$tags.x"}});

      in console i see

      Thu Mar 08 23:27:20 [conn1] boost assertion failure px != 0 const class mongo::Value *__cdecl boost::intrusive_ptr<class mongo::Value const >::operator ->(void) const D:\boost\boost/smart_ptr/intrusive_ptr.hpp 166 unhandled windows access violation

            Assignee:
            cwestin Chris Westin
            Reporter:
            deadkrolik Serg
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: