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

Installed v5 toolchain ASAN can't compile passing a local array to a function

    • Type: Icon: Bug Bug
    • Resolution: Fixed
    • Priority: Icon: Major - P3 Major - P3
    • 8.2.0-rc0
    • Affects Version/s: None
    • Component/s: None
    • None
    • Server Programmability
    • Fully Compatible
    • ALL
    • Programmability 2025-03-03, Programmability 2025-03-17
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      Compiling the following file with the installed v5 toolchain's clang (or clang++) segfaults:

      void f(char *buf) { }
      
      int main() {
          char _buf[8];
          f(_buf);
          return 0;
      }
      

      Compile with /opt/mongodbtoolchain/v5/bin/clang -fsanitize=address minimal.c and you'll observe the crash. Any other clang or clang++ seems to work, including the functionally similar v5 bazel toolchain clang. This happens on all revisions of the v5 toolchain.

            Assignee:
            ryan.berryhill@mongodb.com Ryan Berryhill
            Reporter:
            ryan.berryhill@mongodb.com Ryan Berryhill
            Votes:
            0 Vote for this issue
            Watchers:
            6 Start watching this issue

              Created:
              Updated:
              Resolved:
              None
              None
              None
              None