discuss-gnustep
[Top][All Lists]
Advanced

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

Re: Still crashes in GSLazyRecursiveLock


From: Philip Mötteli
Subject: Re: Still crashes in GSLazyRecursiveLock
Date: Sat, 24 Apr 2004 13:19:25 +0200

Am 23.04.2004 um 15:23 schrieb David Ayers:
Philip Mötteli wrote:
It seems, that by autoreleasing those locks, we just have postponed the problem:

My assumption derived from looking at the stack was indeed wrong. Now that I had the chance to debug it, I found the real problem.

GSLazy*Lock -init implementations did not call [super init] before releasing the receiver, which it does if the application is multithreaded to return an NS*Lock. GNUstep's implementation of NS*Lock -dealloc is able to handle partially initialized NSLock instances so we never noticed.

I've checked in a fix which always calls [super init]. Please update and try again. My tests show that it should work now.

It does! Great work!


Thanks
Phil





reply via email to

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