We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] Can't bounce new terminal on macos
objc[1895]: +[NSString initialize] may have been in progress in another thread when fork() was called.
and got python crash like this:
[solved ]
export OBJC_DISABLE_INITIALIZE_FORK_SAFETY=YES
The text was updated successfully, but these errors were encountered:
on readme already. Thanks for reporting.
Sorry, something went wrong.
我遇到了新的问题,也是无法弹出新的Term。 新的终端窗口未弹出。 顺便一提,在安装ancypwn-terminal-iterm2之后,其依赖包osascript不会被安装,需要手动安装才可以顺利运行test_run()函数并弹出新的终端窗口。 我无法确定本地的守护进程是否已被启动,在docker容器测试使用socket链接是可以成功发送数据的。
No branches or pull requests
[BUG] Can't bounce new terminal on macos
and got python crash like this:
[solved ]
export OBJC_DISABLE_INITIALIZE_FORK_SAFETY=YES
The text was updated successfully, but these errors were encountered: