[OGo-GNUstep-Port] experiences with OGo and gunstep-base on OpenBSD

Helge Hess gnustep-port@opengroupware.org
Mon, 28 May 2007 12:51:18 +0200


On May 28, 2007, at 12:21, Sebastian Reitenbach wrote:
> There seems to be two problems:
> 1. in gnustep-base NSAutoreleasePool.m:404

Thats most likely a memory "leak" caused by a difference the way some  
objects are autoreleased. I recently walked over a similiar thing on  
MacOS.
Kinda hard to debug, would need detailed investigation. I had a look  
over the code section of LSDBFetchRelationCommand but couldn't see  
anything obvious.

> 2. in gnustep-base NSKeyValueCoding.m:350

Not sure what the exact problem is here. Sure, KVC raises exceptions  
if it can't resolve a key on an object. So we need to know the object/ 
key which is missing ...

This is a difference between lF and GNUstep/Cocoa, we do not raise  
exceptions but just return nil for unknown keys.

Greets,
   Helge
-- 
Helge Hess
http://www.helgehess.eu/