gnustep-dev
[Top][All Lists]
Advanced

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

Re[2]: NSDictionary / KVC


From: Manuel Guesdon
Subject: Re[2]: NSDictionary / KVC
Date: Fri, 21 Mar 2003 20:04:03 +0100 (CET)

Does someone tried to use current cvs version of gdl2+core/base ?
As far as I can see, is seems completely broken now.

if you have a class derived EOGenericRecord with this method:
-(void)setCode:(id)code
{
  [self willChange];
  [self takeStoredValue:code
        forKey:@"code"];
}

This loops:
#31 0x4067eed3 in -[GSOrgcRecord setCode:] (self=0x8f2d6d0, _cmd=0x8057998, 
    code=0x80bc018) at GSOrgcRecord.m:1546
#32 0x40c33b12 in GSObjCSetValue (self=0x8f2d6d0, key=0x406b20ec, 
    val=0x80bc018, sel=0x8057998, type=0x90c8d2f "@8\000"..., size=4, 
    offset=-1075811688) at GSObjCRuntime.m:1141
#33 0x40bade3c in -[NSObject(KeyValueCoding) takeStoredValue:forKey:] (
    self=0x8f2d6d0, _cmd=0x406af688, anObject=0x80bc018, aKey=0x406b20ec)
    at NSKeyValueCoding.m:220
#34 0x4067eed3 in -[GSOrgcRecord setCode:] (self=0x8f2d6d0, _cmd=0x8057998, 
    code=0x80bc018) at GSOrgcRecord.m:1546
#35 0x40c33b12 in GSObjCSetValue (self=0x8f2d6d0, key=0x406b20ec, 
    val=0x80bc018, sel=0x8057998, type=0x90c8c67 "@8\000"..., size=4, 
    offset=-1075811432) at GSObjCRuntime.m:1141
#36 0x40bade3c in -[NSObject(KeyValueCoding) takeStoredValue:forKey:] (
    self=0x8f2d6d0, _cmd=0x406af688, anObject=0x80bc018, aKey=0x406b20ec)
    at NSKeyValueCoding.m:220
#37 0x4067eed3 in -[GSOrgcRecord setCode:] (self=0x8f2d6d0, _cmd=0x8057998, 
    code=0x80bc018) at GSOrgcRecord.m:1546
#38 0x40c33b12 in GSObjCSetValue (self=0x8f2d6d0, key=0x406b20ec, 
    val=0x80bc018, sel=0x8057998, type=0x90c8b9f "@8\000"..., size=4, 
    offset=-1075811176) at GSObjCRuntime.m:1141
#39 0x40bade3c in -[NSObject(KeyValueCoding) takeStoredValue:forKey:] (
    self=0x8f2d6d0, _cmd=0x406af688, anObject=0x80bc018, aKey=0x406b20ec)
    at NSKeyValueCoding.m:220
#40 0x4067eed3 in -[GSOrgcRecord setCode:] (self=0x8f2d6d0, _cmd=0x8057998, 
    code=0x80bc018) at GSOrgcRecord.m:1546
#41 0x40c33b12 in GSObjCSetValue (self=0x8f2d6d0, key=0x406b20ec, 
    val=0x80bc018, sel=0x8057998, type=0x90c8ad7 "@8\000"..., size=4, 
    offset=-1075810920) at GSObjCRuntime.m:1141
#42 0x40bade3c in -[NSObject(KeyValueCoding) takeStoredValue:forKey:] (
    self=0x8f2d6d0, _cmd=0x406af688, anObject=0x80bc018, aKey=0x406b20ec)
    at NSKeyValueCoding.m:220

Manuel
--
______________________________________________________________________
Manuel Guesdon - OXYMIUM <address@hidden>
14 rue Jean-Baptiste Clement  -  93200 Saint-Denis  -  France
Tel: +33 1 4940 0999  -  Fax: +33 1 4940 0998





reply via email to

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