[Lldb-commits] [PATCH] D51569: Hold GIL while allocating memory for PythonString.

Tatyana Krasnukha via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Sep 4 09:40:45 PDT 2018


tatyana-krasnukha added a comment.

I have a third party module which implements a custom command for LLDB. The command calls `str(target)`, `str(process)`, etc. for logging.

Anyway, every call to these functions will cause this crash to happen, because PythonString is allocated after releasing the lock.


Repository:
  rLLDB LLDB

https://reviews.llvm.org/D51569





More information about the lldb-commits mailing list