2

在我的应用程序中,我在后台访问数据库并将数据发送到服务器。为此,我们使用NSThread方法

[NSThread detachNewThreadSelector:@selector(repeatedMethod) toTarget:self withObject:nil];

这会导致应用程序崩溃并出现以下错误: malloc: error for object 0xc53c200: double free set a breakpoint in malloc_error_break to debug

4

0 回答 0