[Lldb-commits] [PATCH] D114288: [NFC] Refactor symbol table parsing.

Dave Lee via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri Oct 28 10:52:56 PDT 2022


kastiglione added a comment.

> Do you have an repro case that will show this issue? I would need to debug it.

@clayborg sorry for the late reply. The repro happened to me while debugging some Swift:

  func main() {
      let digits = /\d+/
      let match = "abc123".firstMatch(of: digits)
      // stop here
  }

at the stop command, I ran `p match?.anyRegexOutput` which causes the deadlock.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D114288/new/

https://reviews.llvm.org/D114288



More information about the lldb-commits mailing list