I have noticed some error messages in the console log when some email messages arrive. Doesn't happen for all of them, but once it happens for a particular message, it is repeatable. That is, I can forward that message to myself and see the messages. If Growlmail is uninstalled, the messages do not appear. Everything does seem to work, but I guess something untoward is going on. Message sample:
Code: Select all
4/11/09 5:05:59 PM Mail[896] Using Growl.framework 1.2 (1.2)
4/11/09 5:05:59 PM Mail[896] Loaded GrowlMail 1.2
4/11/09 5:08:35 PM Mail[896] *** Assertion failure in -[MimeBody dataForMimePart:], /SourceCache/Message/Message-1076.1/Message.subproj/MIME.subproj/MimeBody.m:422
This method must be called off the main thread
(
0 Message 0x00007fff81e46828 -[MFAssertionHandler _handleFailureWithPreamble:description:arguments:] + 137
1 Message 0x00007fff81e4678d -[MFAssertionHandler handleFailureInMethod:object:file:lineNumber:description:] + 220
2 Message 0x00007fff81d23a66 -[MimeBody dataForMimePart:] + 349
3 Message 0x00007fff81d237c9 -[MimePart bodyData] + 57
4 Message 0x00007fff81d231bc -[MimePart(DecodingSupport) decode] + 865
5 Message 0x00007fff81e4e103 -[MimePart _getMessageAttachment:] + 333
6 Message 0x00007fff81e228a4 -[MessageAttachment dataForFetchLevel:] + 289
7 Message 0x00007fff81e6c500 -[ParsedMessage attributedString] + 231
8 Message 0x00007fff81e4796e -[MimeBody attributedString] + 81
9 GrowlMail 0x00000001007b67cd 0x0 + 4303054797
10 Foundation 0x00007fff8668f713 __NSThreadPerformPerform + 219
11 CoreFoundation 0x00007fff8427f281 __CFRunLoopDoSources0 + 1361
12 CoreFoundation 0x00007fff8427d879 __CFRunLoopRun + 873
13 CoreFoundation 0x00007fff8427d03f CFRunLoopRunSpecific + 575
14 HIToolbox 0x00007fff8334ac4e RunCurrentEventLoopInMode + 333
15 HIToolbox 0x00007fff8334aa53 ReceiveNextEventCommon + 310
16 HIToolbox 0x00007fff8334a90c BlockUntilNextEventMatchingListInMode + 59
17 AppKit 0x00007fff844b4520 _DPSNextEvent + 718
18 AppKit 0x00007fff844b3e89 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 155
19 AppKit 0x00007fff84479a7d -[NSApplication run] + 395
20 AppKit 0x00007fff84472798 NSApplicationMain + 364
21 Mail 0x000000010000167c 0x0 + 4294973052
)
4/11/09 5:08:44 PM Mail[896] *** Assertion failure in -[MimeBody dataForMimePart:], /SourceCache/Message/Message-1076.1/Message.subproj/MIME.subproj/MimeBody.m:422
This method must be called off the main thread
(
0 Message 0x00007fff81e46828 -[MFAssertionHandler _handleFailureWithPreamble:description:arguments:] + 137
1 Message 0x00007fff81e4678d -[MFAssertionHandler handleFailureInMethod:object:file:lineNumber:description:] + 220
2 Message 0x00007fff81d23a66 -[MimeBody dataForMimePart:] + 349
3 Message 0x00007fff81d237c9 -[MimePart bodyData] + 57
4 Message 0x00007fff81d231bc -[MimePart(DecodingSupport) decode] + 865
5 Message 0x00007fff81e4e103 -[MimePart _getMessageAttachment:] + 333
6 Message 0x00007fff81e228a4 -[MessageAttachment dataForFetchLevel:] + 289
7 Message 0x00007fff81e6c500 -[ParsedMessage attributedString] + 231
8 Message 0x00007fff81e4796e -[MimeBody attributedString] + 81
9 GrowlMail 0x00000001007b67cd 0x0 + 4303054797
10 Foundation 0x00007fff8668f713 __NSThreadPerformPerform + 219
11 CoreFoundation 0x00007fff8427f281 __CFRunLoopDoSources0 + 1361
12 CoreFoundation 0x00007fff8427d879 __CFRunLoopRun + 873
13 CoreFoundation 0x00007fff8427d03f CFRunLoopRunSpecific + 575
14 HIToolbox 0x00007fff8334ac4e RunCurrentEventLoopInMode + 333
15 HIToolbox 0x00007fff8334aa53 ReceiveNextEventCommon + 310
16 HIToolbox 0x00007fff8334a90c BlockUntilNextEventMatchingListInMode + 59
17 AppKit 0x00007fff844b4520 _DPSNextEvent + 718
18 AppKit 0x00007fff844b3e89 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 155
19 AppKit 0x00007fff84479a7d -[NSApplication run] + 395
20 AppKit 0x00007fff84472798 NSApplicationMain + 364
21 Mail 0x000000010000167c 0x0 + 4294973052
)