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

Problem with global initialization of gcrypt library in enterprise build

    • Type: Icon: Bug Bug
    • Resolution: Done
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: 2.4.2
    • Component/s: Security
    • Labels:
      None
    • ALL

      If you remove the MONGO_INITIALIZER block for the copyDB command in s/commands_public.cpp and recompile mongos with the enterprise module linked in, then run mongos, it immediately crashes on startup saying:

      > ./mongos --configdb localhost
      Mon Apr  1 15:05:35.010 warning: running with 1 config server should be done only for testing purposes and is not recommended for production
      Failed global initialization: AlreadyInitialized gcrypt library already initialized
      

      Putting the MONGO_INITIALIZER block back in fixes the problem, as does compiling without the enterprise module.

            Assignee:
            schwerin@mongodb.com Andy Schwerin
            Reporter:
            spencer@mongodb.com Spencer Brody (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: