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

Build: --d is not honored when --heapcheck is specified

    • Type: Icon: Bug Bug
    • Resolution: Done
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: None
    • Component/s: Build
    • Labels:
      None
    • Environment:
      Linux localhost.localdomain 3.12.10-300.fc20.x86_64 #1 SMP Thu Feb 6 22:11:48 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux
    • ALL

      If --heapcheck is specified to build mongod, one among --dd and --d should be specified as well. If --d is specified, the build stops.

      Way to reproduce:

      [davide@localhost mongo]$ scons mongod mongo --heapcheck --use-system-tcmalloc --d
      

      Build output:

      scons: Reading SConscript files ...
      scons version: 2.3.0
      python version: 2 7 5 'final' 0
      Checking whether the C++ compiler worksyes
      Checking whether the C compiler worksyes
      Checking if C++ compiler "g++" is GCC... yes
      Checking if C compiler "gcc" is GCC... yes
      Checking if C compiler supports -Wno-unused-local-typedefs... yes
      Checking if C compiler supports -Wno-unused-function... yes
      Checking if C compiler supports -Wno-unused-private-field... no
      Checking if C compiler supports -Wno-deprecated-declarations... yes
      Checking if C compiler supports -Wno-tautological-constant-out-of-range-compare... no
      Checking if C compiler supports -Wno-unused-const-variable... no
      Checking if C compiler supports -fno-builtin-memcmp... yes
      Checking for __thread... yes
      Checking for C header file unistd.h... yes
      Checking whether clock_gettime is declared... yes
      Checking for C library rt... yes
      Checking for C++ header file execinfo.h... yes
      Checking whether backtrace is declared... yes
      Checking whether backtrace_symbols is declared... yes
      Checking whether backtrace_symbols_fd is declared... yes
      Checking for C library pcap... no
      Checking for C library wpcap... no
      Checking for C library tcmalloc... yes
      --heapcheck needs --d or --dd
      

            Assignee:
            Unassigned Unassigned
            Reporter:
            davide.italiano Davide Italiano
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: