In ~/.lldbinit I've added command script import ~/dev/lldbscripts/ignore_signals.py. On macOS 10.15.6 when I run lldb and then do nothing but exit, I see this error:
libc++abi.dylib: terminating with uncaught exception of type std::__1::system_error: mutex lock failed: Invalid argument
It is finding the script. When the path is wrong I get a different error on lldb startup.
These errors only occur when I have my lldbinit set to load the lldbscripts python script.
Do you see these errors? Do they mean anything to you?
In ~/.lldbinit I've added
command script import ~/dev/lldbscripts/ignore_signals.py. On macOS 10.15.6 when I runlldband then do nothing butexit, I see this error:It is finding the script. When the path is wrong I get a different error on lldb startup.
These errors only occur when I have my lldbinit set to load the lldbscripts python script.
Do you see these errors? Do they mean anything to you?