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 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits