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