|
| From: | Jonathan Gillaspie |
| Subject: | [bug #30863] Segfault problem on windows (all applications) NSTask/thread |
| Date: | Thu, 26 Aug 2010 15:58:50 +0000 |
| User-agent: | Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8 |
Follow-up Comment #6, bug #30863 (project gnustep):
We are running into this problem as well in Eggplant. It's not quite as
simple as no pool in place, we tried explicitly adding an NSAutoreleasePool
but in our case it's that the code is called before there is a
GSCurrentThread() so when it tries to _find_ the pool for the current thread
(t) it crashes.
I don't know if the correct solution is to figure out why GSCurrentThread()
isn't set/available early enough but possibly a better fix is some protection
in + addObject: if GSCurrentThread() returns nil.
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?30863>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
| [Prev in Thread] | Current Thread | [Next in Thread] |