[PATCH] D157459: Make DWARFContext more thread safe.
    Greg Clayton via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Wed Aug  9 12:04:21 PDT 2023
    
    
  
clayborg added a comment.
I ran into this issue when I had multiple threads trying to call DWARFDie::dump(...). This internally got ahold of the DWARFContext and calls DWARFContext::getTUIndex() when trying to dump a DW_AT_type attribute since it prints the DIE offset and then finds the referenced DIE to get the name and print the typename.
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D157459/new/
https://reviews.llvm.org/D157459
    
    
More information about the llvm-commits
mailing list