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

Support storing BuildID to debug symbols mapping for sanitizer builds

    • Type: Icon: Bug Bug
    • Resolution: Fixed
    • Priority: Icon: Minor - P4 Minor - P4
    • 7.1.0-rc0, 7.0.0-rc1, 6.3.2, 6.0.7
    • Affects Version/s: None
    • Component/s: None
    • None
    • Fully Compatible
    • ALL
    • v7.0, v6.3, v6.0
    • DAG 2023-05-01
    • 2

      Currently buildscripts/debugsymb_mapper.py expects that debug symbols is a separate *.debug file, e.g. mongod and mognod.debug. But this is not the case for sanitizer builds, where debug info is in the same binary file, e.g. mongod.
      Because of that mongo-debugsymbols.tgz file that is attached to archive_dist_test_debug task doesn't contain actual debug symbols for sanitizer builds and generate_buildid_to_debug_symbols_mapping fails to find actual debug symbols files, e.g. failed task.
      We should use binaries that are attached to archive_dist_test task to extract Build ID information for sanitizer builds.

            Assignee:
            mikhail.shchatko@mongodb.com Mikhail Shchatko
            Reporter:
            mikhail.shchatko@mongodb.com Mikhail Shchatko
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: