/* ===== Back trace from GDB ===== */ /* I try to add new event via webcalendar */ /* without breakpoints */ // f 2 #2 0x00002aaaaaab26f5 in -[SOGo handleException:inContext:] (self=0x2aaab5db3ea8, _cmd=0x2aaaac30dba0, _exc=0x2aaab9766aa8, _ctx=0x2aaab87ff968) at SOGo.m:400 400 abort(); // po mails No symbol "mails" in current context. // po [mails objectAtIndex: count] No symbol "mails" in current context. // po [[mails objectAtIndex: count] stringByTrimmingSpaces] No symbol "mails" in current context. /* I try to add new event via webcalendar */ /* with breakpoints: */ /* b [NSException raise] */ /* b abort */ // f 2 #2 0x00002aaaaaf85886 in -[SOGoUser _appendSystemMailAccount] (self=0x2aaab95b2628, _cmd=0x2aaaab1d8130) at SOGoUser.m:706 706 [identity setObject: [[mails objectAtIndex: count] stringByTrimmingSpaces] // po mails ("", "sogo@gwizdek") // po [mails objectAtIndex: count] // po [[mails objectAtIndex: count] stringByTrimmingSpaces] Target does not respond to this message selector.