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

Call to Mongo() crashes v8

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major - P3
    • Resolution: Fixed
    • 2.4.3
    • 2.4.5, 2.5.1
    • JavaScript
    • None
    • 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 >

    Description

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

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: