multithreading - Seek help, "error: GC operation on unregistered thread. Thread registered implicitly." -
i hit error "malloc: *** auto malloc[731]: error: gc operation on unregistered thread. thread registered implicitly. break on auto_zone_thread_registration_error() debug."
my app works , when users double click row in nstableview, url row, ask webview load page url:
[tableview setdoubleaction:@selector(doubleclickaction:)]; ... - (ibaction)doubleclickaction:(id)sender { ... /* cause malloc error */ [[webview mainframe] loadrequest: [nsurlrequest requestwithurl: row.url]]; }
so how fix ?
thanks!
so got reply https://bugs.webkit.org/show_bug.cgi?id=59938, "this fixed in r81825. it’s harmless message can ignored."
Comments
Post a Comment