Post

Replies

Boosts

Views

Activity

Reply to Crash from NSMutableDictionary
This is the exception description: Exception Type: EXC_CRASH (SIGABRT) Exception Codes: 0x0000000000000000, 0x0000000000000000 Exception Note: EXC_CORPSE_NOTIFY Triggered by Thread: 0 Application Specific Information: abort() called This is the method: - (void)setImageCell:(nameCell *)nameCell forbox:(box *)box forAccount:(Account *)account { NSMutableArray *mailCells = [self.name2NameCells valueForKey:name]; if (nameCells != nil) { [nameCells addObject:nameCell]; } else { nameCells = [NSMutableArray array]; [nameCells addObject:nameCell]; [self.name2NameCells setValue:nameCells forKey:name.lowercaseString]; } The account is needed for logging, but the method is shortened to post it here.
Topic: App & System Services SubTopic: General Tags:
May ’22
Reply to Crash from NSMutableDictionary
Here is the complete log: Complete log
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
May ’22
Reply to Crash from NSMutableDictionary
This is the exception description: Exception Type: EXC_CRASH (SIGABRT) Exception Codes: 0x0000000000000000, 0x0000000000000000 Exception Note: EXC_CORPSE_NOTIFY Triggered by Thread: 0 Application Specific Information: abort() called This is the method: - (void)setImageCell:(nameCell *)nameCell forbox:(box *)box forAccount:(Account *)account { NSMutableArray *mailCells = [self.name2NameCells valueForKey:name]; if (nameCells != nil) { [nameCells addObject:nameCell]; } else { nameCells = [NSMutableArray array]; [nameCells addObject:nameCell]; [self.name2NameCells setValue:nameCells forKey:name.lowercaseString]; } The account is needed for logging, but the method is shortened to post it here.
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
May ’22
Reply to Crash from NSMutableDictionary
i answered, thanks!
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
May ’22