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

Call to Mongo() crashes v8

    • Type: Icon: Bug Bug
    • Resolution: Done
    • Priority: Icon: Major - P3 Major - P3
    • 2.4.5, 2.5.1
    • Affects Version/s: 2.4.3
    • Component/s: JavaScript
    • None
    • Environment:
      Fedora 7
      MongoDB

      [root@localhost ~]# mongo
      MongoDB shell version: 2.4.2
    • ALL
    • Hide
      > dn = new Mongo().getDB("admin")
      admin
      
      > Mongo().getDB("admin")
      
      #
      # Fatal error in v8::Object::SetInternalField()
      # Writing internal field out of bounds
      #
      
      Trace/breakpoint trap (core dumped)
      [root@localhost ~]# mongo
      MongoDB shell version: 2.4.2
      connecting to: test
      >
      
      Show
      > dn = new Mongo().getDB( "admin" ) admin > Mongo().getDB( "admin" ) # # Fatal error in v8:: Object ::SetInternalField() # Writing internal field out of bounds # Trace/breakpoint trap (core dumped) [root@localhost ~]# mongo MongoDB shell version: 2.4.2 connecting to: test >

      > Mongo().getDB("admin")  
      
      #
      # Fatal error in v8::Object::SetInternalField()
      # Writing internal field out of bounds
      #
      

            Assignee:
            benjamin.becker Ben Becker
            Reporter:
            ronwarshawsky@yahoo.com Ron Warshawsky
            Votes:
            0 Vote for this issue
            Watchers:
            7 Start watching this issue

              Created:
              Updated:
              Resolved: