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

_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to