gnustep-dev
[Top][All Lists]
Advanced

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

gorm loading problem / binary compatibility


From: Riccardo Mottola
Subject: gorm loading problem / binary compatibility
Date: Sun, 17 Mar 2013 16:36:49 +0100
User-agent: Mozilla/5.0 (X11; Linux i686; rv:19.0) Gecko/20100101 Firefox/19.0 SeaMonkey/2.16

Hi,

I have a problem with my application (closed source, but I can provide gorm files and/or some sort of "demo" that starts but does nothing). I worked on it on NetBSD/x86. To my knowledge the machine runs SVN. That is, barren of some subtle update bugs.

I edited gorm files there which do not load on linux/x86.

The error is similar to one of the binary compatibilities found before release, but I wonder why it is happening now.

#0  -[NSException raise] (self=0x820b2a4,
    _cmd=0xb7a9c9a0 <_OBJC_SELECTOR_TABLE+192>) at NSException.m:955
#1  0xb77cf689 in +[NSException raise:format:arguments:] (
    self=0xb7a9ca40 <_OBJC_Class_NSException>,
    _cmd=0xb7a9c988 <_OBJC_SELECTOR_TABLE+168>,
name=0xb7a9cb14 <_OBJC_INSTANCE_3>, format=0xb7ad64a4 <_OBJC_INSTANCE_2>,
    argList=0xbfffdbb0 "\021> ·\032> ·") at NSException.m:849
#2  0xb77d0605 in +[NSException raise:format:] (
    self=0xb7a9ca40 <_OBJC_Class_NSException>,
    address@hidden <_OBJC_SELECTOR_TABLE>,
    name=0xb7a9cb14 <_OBJC_INSTANCE_3>,
    address@hidden <_OBJC_INSTANCE_2>) at NSException.m:835
#3  0xb78a8d8f in typeCheck (t2=26 '\032', t1=<optimized out>)
    at NSUnarchiver.m:248
#4  typeCheck (t2=26 '\032', t1=<optimized out>) at NSUnarchiver.m:645
#5  -[NSUnarchiver decodeValueOfObjCType:at:] (self=0x824f6f4,
    _cmd=0xb7f010d0 <_OBJC_SELECTOR_TABLE+208>, type=0xb7e16800 "I",
    address=0x81cc17c) at NSUnarchiver.m:1022
#6  0xb7cc8ea0 in -[NSParagraphStyle initWithCoder:] (self=0x81cc13c,
    _cmd=0xb7ad6388 <_OBJC_SELECTOR_TABLE+232>, aCoder=0x824f6f4)
    at NSParagraphStyle.m:473
#7 0xb78a9335 in -[NSUnarchiver decodeValueOfObjCType:at:] (self=0x824f6f4,
    _cmd=0xb7a8c098 <_OBJC_SELECTOR_TABLE+88>, type=0xb7a0f369 "@",


My code says at line NSParagraphStyle.m:473 NSTextAlignment

Could it be that it should read NSInteger, similar to the fix I commited on 21-2 for NSLineBreakMode?

I tried that locally, but the gorm will still fail to load, with an exception at line 499, but perhaps ,y gorm file is "Broken" and needs to be salvaged somehow? Perhaps by reading and reasaving it with a special gui version?

Riccardo



reply via email to

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