gnustep-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

abnormal thread termination


From: Riccardo Mottola
Subject: abnormal thread termination
Date: Fri, 10 Jul 2015 21:18:20 +0200
User-agent: Mozilla/5.0 (X11; FreeBSD i386; rv:36.0) Gecko/20100101 Firefox/36.0 SeaMonkey/2.33.1

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]