Crash during initial import on yosemite
Reported by Tom Scogland | June 14th, 2014 @ 10:58 PM
I tried to find previous instances of this, but it looks like this might be something new. The crash is due to an abort with bad_alloc, but I only have about 100,000 messages and the stack trace leads me to think there's a recursion error of some kind causing this. Specifically, the aborting thread has almost 500 traces of "decode_text_bodies," when it dies.
Process: MailMate [18140]
Path: /Applications/MailMate.app/Contents/MacOS/MailMate
Identifier: com.freron.MailMate
Version: 1.8 (4317)
Code Type: X86 (Native)
Parent Process: ??? [1]
Responsible: MailMate [18140]
User ID: 501
Date/Time: 2014-06-14 18:51:39.872 -0400
OS Version: Mac OS X 10.10 (14A238x)
Report Version: 11
Anonymous UUID: 0CC4B823-7C44-2C6B-0675-2213C4F89887
Sleep/Wake UUID: DDD83259-863E-44C7-8308-C3A592F363D2
Time Awake Since Boot: 130000 seconds
Time Since Wake: 8600 seconds
Crashed Thread: 7 IMAP connection
Exception Type: EXC_CRASH (SIGABRT)
Exception Codes: 0x0000000000000000, 0x0000000000000000
Application Specific Information:
terminating with uncaught exception of type std::bad_alloc: std::bad_alloc
abort() called
Thread 0:: Dispatch queue: com.apple.main-thread
0 libsystem_kernel.dylib 0x909cea52 mach_msg_trap + 10
1 libsystem_kernel.dylib 0x909cdaf4 mach_msg + 68
2 com.apple.CoreFoundation 0x988b39a6 __CFRunLoopServiceMachPort + 214
3 com.apple.CoreFoundation 0x988b2dfe __CFRunLoopRun + 1566
4 com.apple.CoreFoundation 0x988b2576 CFRunLoopRunSpecific + 390
5 com.apple.CoreFoundation 0x988b23db CFRunLoopRunInMode + 123
6 com.apple.HIToolbox 0x92341ad8 RunCurrentEventLoopInMode + 262
7 com.apple.HIToolbox 0x92341809 ReceiveNextEventCommon + 494
8 com.apple.HIToolbox 0x92341604 _BlockUntilNextEventMatchingListInModeWithFilter + 99
9 com.apple.AppKit 0x916046b9 _DPSNextEvent + 734
10 com.apple.AppKit 0x91603f23 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 124
11 com.apple.AppKit 0x915f66bc -[NSApplication run] + 907
12 com.apple.AppKit 0x915e0121 NSApplicationMain + 2035
13 com.freron.MailMate 0x00020427 main + 677
14 com.freron.MailMate 0x00003615 start + 53
Thread 1:: Dispatch queue: com.apple.libdispatch-manager
0 libsystem_kernel.dylib 0x909d58ea kevent64 + 10
1 libdispatch.dylib 0x975fb352 _dispatch_mgr_invoke + 245
2 libdispatch.dylib 0x975fafb1 _dispatch_mgr_thread + 52
Thread 2:: main::signal_handler
0 libsystem_kernel.dylib 0x909d4ca6 __sigwait + 10
1 libsystem_pthread.dylib 0x90f5c26d sigwait$UNIX2003 + 71
2 com.freron.MailMate 0x00020133 signal_handler_thread(void*) + 63
3 libsystem_pthread.dylib 0x90f5844f _pthread_body + 138
4 libsystem_pthread.dylib 0x90f583c5 _pthread_start + 162
5 libsystem_pthread.dylib 0x90f5652e thread_start + 34
Thread 3:: CVDisplayLink
0 libsystem_kernel.dylib 0x909d459e __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x90f59024 _pthread_cond_wait + 734
2 libsystem_pthread.dylib 0x90f5c1d4 pthread_cond_wait$UNIX2003 + 71
3 com.apple.CoreVideo 0x9cd65e0b CVDisplayLink::runIOThread() + 927
4 com.apple.CoreVideo 0x9cd65a55 startIOThread(void*) + 159
5 libsystem_pthread.dylib 0x90f5844f _pthread_body + 138
6 libsystem_pthread.dylib 0x90f583c5 _pthread_start + 162
7 libsystem_pthread.dylib 0x90f5652e thread_start + 34
Thread 4:
0 libsystem_kernel.dylib 0x909d4eda __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x90f58890 _pthread_wqthread + 846
2 libsystem_pthread.dylib 0x90f5650a start_wqthread + 30
Thread 5:
0 libsystem_kernel.dylib 0x909d4eda __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x90f58890 _pthread_wqthread + 846
2 libsystem_pthread.dylib 0x90f5650a start_wqthread + 30
Thread 6:
Thread 7 Crashed:: IMAP connection
0 libsystem_kernel.dylib 0x909d4726 __pthread_kill + 10
1 libsystem_pthread.dylib 0x90f5a4f1 pthread_kill + 101
2 libsystem_c.dylib 0x95ba9a42 abort + 156
3 libc++abi.dylib 0x9b8a7419 abort_message + 169
4 libc++abi.dylib 0x9b8ca483 default_terminate_handler() + 272
5 libc++abi.dylib 0x9b8c7ac0 std::__terminate(void (*)()) + 14
6 libc++abi.dylib 0x9b8c74d3 __cxa_throw + 122
7 libc++abi.dylib 0x9b8c7d04 operator new(unsigned long) + 100
8 OakDatabase.dylib 0x0033a619 std::vector<char, std::allocator<char> >::_M_insert_aux(__gnu_cxx::__normal_iterator<char*, std::vector<char, std::allocator<char> > >, char const&) + 129
9 OakDatabase.dylib 0x0033a592 std::vector<char, std::allocator<char> >::push_back(char const&) + 62
10 com.freron.MailMate.OakMIME 0x00614cdb body_part_t::decode_body() + 5295
11 com.freron.MailMate.OakMIME 0x0063c409 decode_text_bodies(body_part_t&) + 275
12 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
13 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
14 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
15 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
16 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
17 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
18 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
19 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
20 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
21 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
22 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
23 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
24 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
25 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
26 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
27 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
28 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
29 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
30 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
31 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
32 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
33 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
34 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
35 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
36 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
37 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
38 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
39 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
40 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
41 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
42 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
43 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
44 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
45 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
46 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
47 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
48 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
49 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
50 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
51 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
52 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
53 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
54 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
55 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
56 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
57 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
58 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
59 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
60 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
61 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
62 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
63 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
64 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
65 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
66 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
67 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
68 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
69 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
70 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
71 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
72 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
73 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
74 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
75 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
76 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
77 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
78 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
79 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
80 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
81 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
82 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
83 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
84 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
85 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
86 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
87 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
88 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
89 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
90 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
91 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
92 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
93 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
94 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
95 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
96 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
97 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
98 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
99 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
100 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
101 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
102 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
103 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
104 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
105 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
106 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
107 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
108 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
109 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
110 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
111 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
112 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
113 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
114 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
115 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
116 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
117 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
118 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
119 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
120 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
121 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
122 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
123 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
124 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
125 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
126 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
127 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
128 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
129 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
130 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
131 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
132 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
133 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
134 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
135 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
136 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
137 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
138 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
139 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
140 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
141 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
142 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
143 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
144 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
145 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
146 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
147 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
148 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
149 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
150 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
151 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
152 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
153 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
154 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
155 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
156 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
157 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
158 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
159 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
160 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
161 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
162 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
163 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
164 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
165 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
166 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
167 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
168 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
169 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
170 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
171 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
172 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
173 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
174 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
175 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
176 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
177 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
178 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
179 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
180 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
181 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
182 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
183 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
184 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
185 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
186 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
187 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
188 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
189 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
190 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
191 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
192 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
193 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
194 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
195 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
196 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
197 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
198 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
199 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
200 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
201 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
202 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
203 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
204 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
205 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
206 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
207 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
208 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
209 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
210 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
211 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
212 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
213 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
214 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
215 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
216 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
217 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
218 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
219 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
220 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
221 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
222 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
223 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
224 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
225 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
226 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
227 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
228 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
229 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
230 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
231 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
232 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
233 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
234 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
235 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
236 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
237 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
238 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
239 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
240 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
241 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
242 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
243 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
244 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
245 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
246 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
247 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
248 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
249 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
250 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
251 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
252 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
253 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
254 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
255 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
256 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
257 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
258 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
259 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
260 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
261 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
262 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
263 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
264 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
265 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
266 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
267 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
268 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
269 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
270 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
271 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
272 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
273 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
274 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
275 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
276 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
277 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
278 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
279 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
280 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
281 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
282 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
283 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
284 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
285 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
286 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
287 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
288 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
289 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
290 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
291 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
292 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
293 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
294 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
295 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
296 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
297 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
298 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
299 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
300 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
301 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
302 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
303 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
304 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
305 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
306 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
307 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
308 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
309 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
310 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
311 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
312 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
313 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
314 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
315 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
316 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
317 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
318 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
319 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
320 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
321 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
322 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
323 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
324 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
325 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
326 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
327 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
328 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
329 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
330 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
331 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
332 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
333 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
334 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
335 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
336 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
337 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
338 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
339 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
340 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
341 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
342 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
343 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
344 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
345 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
346 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
347 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
348 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
349 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
350 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
351 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
352 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
353 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
354 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
355 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
356 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
357 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
358 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
359 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
360 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
361 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
362 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
363 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
364 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
365 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
366 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
367 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
368 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
369 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
370 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
371 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
372 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
373 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
374 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
375 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
376 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
377 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
378 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
379 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
380 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
381 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
382 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
383 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
384 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
385 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
386 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
387 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
388 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
389 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
390 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
391 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
392 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
393 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
394 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
395 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
396 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
397 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
398 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
399 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
400 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
401 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
402 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
403 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
404 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
405 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
406 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
407 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
408 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
409 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
410 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
411 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
412 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
413 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
414 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
415 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
416 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
417 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
418 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
419 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
420 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
421 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
422 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
423 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
424 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
425 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
426 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
427 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
428 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
429 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
430 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
431 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
432 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
433 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
434 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
435 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
436 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
437 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
438 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
439 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
440 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
441 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
442 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
443 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
444 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
445 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
446 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
447 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
448 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
449 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
450 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
451 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
452 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
453 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
454 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
455 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
456 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
457 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
458 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
459 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
460 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
461 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
462 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
463 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
464 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
465 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
466 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
467 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
468 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
469 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
470 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
471 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
472 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
473 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
474 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
475 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
476 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
477 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
478 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
479 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
480 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
481 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
482 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
483 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
484 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
485 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
486 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
487 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
488 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
489 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
490 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
491 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
492 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
493 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
494 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
495 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
496 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
497 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
498 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
499 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
500 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
501 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
502 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
503 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
504 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
505 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
506 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
507 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
508 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
509 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
510 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
511 com.freron.MailMate.OakMIME 0x0063c59b decode_text_bodies(body_part_t&) + 677
Thread 8:
0 libsystem_kernel.dylib 0x909cea52 mach_msg_trap + 10
1 libsystem_kernel.dylib 0x909cdaf4 mach_msg + 68
2 com.apple.CoreFoundation 0x988b39a6 __CFRunLoopServiceMachPort + 214
3 com.apple.CoreFoundation 0x988b2dfe __CFRunLoopRun + 1566
4 com.apple.CoreFoundation 0x988b2576 CFRunLoopRunSpecific + 390
5 com.apple.CoreFoundation 0x988b23db CFRunLoopRunInMode + 123
6 com.apple.AppKit 0x917787b4 _NSEventThread + 283
7 libsystem_pthread.dylib 0x90f5844f _pthread_body + 138
8 libsystem_pthread.dylib 0x90f583c5 _pthread_start + 162
9 libsystem_pthread.dylib 0x90f5652e thread_start + 34
Thread 9:: JavaScriptCore::BlockFree
0 libsystem_kernel.dylib 0x909d459e __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x90f59024 _pthread_cond_wait + 734
2 libsystem_pthread.dylib 0x90f5c1d4 pthread_cond_wait$UNIX2003 + 71
3 libc++.1.dylib 0x9873b4b1 std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 63
4 com.apple.JavaScriptCore 0x966ec564 JSC::BlockAllocator::blockFreeingThreadMain() + 404
5 com.apple.JavaScriptCore 0x966e25ac WTF::threadEntryPoint(void*) + 76
6 com.apple.JavaScriptCore 0x966e2540 WTF::wtfThreadEntryPoint(void*) + 16
7 libsystem_pthread.dylib 0x90f5844f _pthread_body + 138
8 libsystem_pthread.dylib 0x90f583c5 _pthread_start + 162
9 libsystem_pthread.dylib 0x90f5652e thread_start + 34
Comments and changes to this ticket
-
benny June 16th, 2014 @ 12:34 PM
- State changed from new to accepted
First, I thought it was a bug that makes MailMate recurse forever, but it turns out that the message is quite extreme. It has almost 10000 recursively embedded body parts (and more than 15000 body parts in total). I'm surprised it didn't crash MailMate at my end. It's a bit slow, but it works.
MailMate is a bit too memory hungry, especially when importing initially, and I assume this is why it crashes at your end (running out of memory). I'm keeping the email to be able to use it for stress-testing MailMate, but I cannot promise you any improvements soon.
(I guess a quick fix would be to limit the number of parsed embedded body parts. Such an extreme message also affects the performance of other parts of MailMate.)
-
benny June 16th, 2014 @ 08:00 PM
- State changed from accepted to fixcommitted
I've considerably decreased the use of memory for messages like these. This also improves on how much memory MailMate uses in general when importing/receiving/viewing messages.
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
Mac OS X email client.