[OGo-GNUstep-Port] another exception, when entering mail preferences
Sebastian Reitenbach
gnustep-port@opengroupware.org
Tue, 27 Nov 2007 11:43:56 +0100
Hi,
When in the Mail preferences, opening the Mail/Sentmail collapsible, the
following exception happens:
Application Server caught exception:
session: 20EF20EF01474BED8A
element: 009474bedca7ef5b808.0.17.1.1.7.0.3.1.3.5.1.1.1.7.1.1.1
context: <0x0x7ef5b808[WOContext]: 009474bedca7ef5b808 app=ogo-webui-1.1
sn=20EF20EF01474BED8A
eid=009474bedca7ef5b808.0.17.1.1.7.0.3.1.3.5.1.1.1.7.1.1.1
rqeid=008474bedc67f0ce008.0.17.1.1.7.0.1.1.1.1.3.1.1.c>
request: <WORequest[0x0x7e849e88]: method=POST
uri=/OpenGroupware.woa/wo/20EF20EF01474BED8A/008474bedc67f0ce008.0.17.1.1
app=OpenGroupware rqKey=wo
rqPath=20EF20EF01474BED8A/008474bedc67f0ce008.0.17.1.1>
class: NSException
name: NSInvalidArgumentException
reason: GSCInlineString(instance) does not recognize objectAtIndex:
info:
#0 -[NSException raise] (self=0x7e8df028, _cmd=0x2cf02638) at
NSException.m:782
#1 0x0cece7c4 in +[NSException raise:format:arguments:] (self=0x2cf02440,
_cmd=0x2cf02620, name=0x2cf0277c, format=0x2cf0d858,
argList=0xcfbf0efc
"\216>�,'y�,p\207s\212zQ�\f\216>�,'y�,p\207s\212\f\233�,���,lQ�\fT\017�ϮS�\fH\234�\201���,
!n+�_H\003���|
\003") at NSException.m:753
#2 0x0cece737 in +[NSException raise:format:] (self=0x2cf02440,
_cmd=0x2cf0d4f0, name=0x2cf0277c, format=0x2cf0d858) at NSException.m:739
#3 0x0cf0522e in -[NSObject doesNotRecognizeSelector:] (self=0x2cf02440,
_cmd=0x2cf0d5e0, aSelector=0xcece9e4) at GSObjCRuntime.h:283
#4 0x0cf053ae in -[NSObject forwardInvocation:] (self=0x81ce9c48,
_cmd=0x2cf00e98, anInvocation=0x7cb56f48) at NSObject.m:1700
#5 0x0cf8e5d8 in GSInvocationCallback (callback_data=0x2cf3c440,
args=0xcfbf10b4) at GSFFCallInvocation.m:1047
#6 0x05dcb93d in __vacall_r () from /usr/local/lib/libcallback.so.1.0
#7 0x2cf3c440 in returnTypeInfo ()
from /usr/local/lib/libgnustep-base.so.1.15
#8 0xcfbf10b4 in ?? ()
#9 0x00000006 in ?? ()
#10 0xcfbf10ec in ?? ()
#11 0x00000000 in ?? ()
277 /**
278 * Return the name of the object's class, or a nul pointer if no
object
279 * was supplied.
280 */
281 GS_STATIC_INLINE const char *
282 GSClassNameFromObject(id obj)
283 {
284 if (obj == 0)
285 return 0;
286 return object_get_class_name(obj);
287 }
(gdb) list NSObject.m:1700
1695 * the receiver for which the receivers class has no method.<br />
1696 * The default implementation calls -doesNotRecognizeSelector:
1697 */
1698 - (void) forwardInvocation: (NSInvocation*)anInvocation
1699 {
1700 [self doesNotRecognizeSelector: [anInvocation selector]];
1701 return;
1702 }
1703
1704 /**
any idea what I can do about this one?
kind regards
Sebastian