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.

Riccardo

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

Reply via email to