Skip to content
New issue

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

KKLog.m line158 会有多线程问题。 #2

Open
chisj opened this issue Aug 2, 2016 · 2 comments
Open

KKLog.m line158 会有多线程问题。 #2

chisj opened this issue Aug 2, 2016 · 2 comments

Comments

@chisj
Copy link

chisj commented Aug 2, 2016

NSString *contentStr = [[NSString alloc] initWithFormat:formatTmp arguments:args];

//va_list不能异步地在queue block内使用,因为block已经不在va_start和va_end的生命周期内了。

@sandfox1977
Copy link

sandfox1977 commented Jan 12, 2017

I also meet this crash issue on disable ARC mode.

@shixueqian
Copy link

NSString *contentStr = [[NSString alloc] initWithFormat:formatTmp arguments:args];

//va_list不能异步地在queue block内使用,因为block已经不在va_start和va_end的生命周期内了。

哥们,这个问题你有解决办法了吗?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants