私のアプリケーションでは、バックグラウンドでデータベースにアクセスし、データをサーバーに送信します。そのために、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