On 10 Jul 2015, at 20:18, Riccardo Mottola <riccardo.mott...@libero.it> wrote:
> 
> Hi,
> 
> I detach a thread "normally" with:
> 
>  [updateButton setEnabled:NO];
>  [NSThread detachNewThreadSelector:@selector(updateData:) toTarget:self 
> withObject:nil];
> 
> It executes everything as expected, but I continuously get:
> WARNING thread 0x2c63c1a8 terminated without calling +exit!
> 
> I have done something similar with other threads and I don't get this error. 
> What could be happening? Some sort of premature exit? It executes up to the 
> last statement.

This message also appears for threads that are not created with NSThread, which 
is quite annoying.  I use some of the C++11 threading support for some worker 
threads and I get a message when they exit.

David


_______________________________________________
Gnustep-dev mailing list
Gnustep-dev@gnu.org
https://lists.gnu.org/mailman/listinfo/gnustep-dev

Reply via email to