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
崩溃sentry堆栈:https://app-sentry.taou.com/share/issue/8c4977e7073c4e0996b1248f93025c37/
通过分析发现是 QNServerConfigSynchronizer赋值Token崩溃 进一步分析发现,Token全局静态变量,全局静态变量赋值,如果不加锁多线程下一样会出现野指针 over-release崩溃
QNServerConfigSynchronizer
Token
over-release
其实这里的 Hosts 变量也一样,需要加锁,做多线程安全
Hosts
The text was updated successfully, but these errors were encountered:
感谢您的反馈
Sorry, something went wrong.
麻烦看一下我提交的pr,fix了此问题。
No branches or pull requests
崩溃sentry堆栈:https://app-sentry.taou.com/share/issue/8c4977e7073c4e0996b1248f93025c37/
通过分析发现是
QNServerConfigSynchronizer
赋值Token
崩溃进一步分析发现,
Token
全局静态变量,全局静态变量赋值,如果不加锁多线程下一样会出现野指针over-release
崩溃其实这里的
Hosts
变量也一样,需要加锁,做多线程安全The text was updated successfully, but these errors were encountered: