OMPL / Yosemite CTD bug rendering it unusable - help?

76 views
Skip to first unread message

h4ns...@gmail.com

unread,
Apr 7, 2016, 10:25:36 AM4/7/16
to frontier-user
Hi all,

I found out that OMPL is unusable on Yosemite 10.10.5 in its current state. OPML crashed 5 times in two hours running on a server environment processing a load of 1,000 http hits per hour.

A solution might be just to trash the prefs - too easy to be true
http://apple.stackexchange.com/questions/180036/application-crashes-gestalt-selector-gestaltsystemversion-returning-10-9-2

Looking at the prefs file on my local computer, the difference before/after deletion is one line. This is the error message when starting without a prefs file:

  07.04.16 15:49:28,554 OPML[1342]: GetDYLDEntryPointWithImage(/System/Library/PrivateFrameworks/
  CacheDelete.framework/CacheDelete,CacheDeleteCopyPurgeableSpaceWithInfo) failed.

Reading this

  07.04.16 14:51:44,997 OPML[15122]: ATS: Invalid FontObjectID (3) - only low 16 bits are being passed in.

made me close the about window. I checked for duplicate fonts



Can someone help out?

Hans



Related finds covering this bug. Why and which apps...
https://discussions.apple.com/thread/6656667
https://discussions.apple.com/thread/6686435 (same in Firefox, MS Outlook & Database Daemon mid 2015)

07.04.16 14:51:35,040 OPML[15122]: WARNING: The Gestalt selector gestaltSystemVersion is returning 10.9.5 instead of 10.10.5. Use NSProcessInfo's operatingSystemVersion property to get correct system version number.
Call location:
07.04.16 14:51:35,041 OPML[15122]: 0   CarbonCore                          0x9b7af291 ___Gestalt_SystemVersion_block_invoke + 135
07.04.16 14:51:35,041 OPML[15122]: 1   libdispatch.dylib                   0x94fc23b7 dispatch_once_f + 251
07.04.16 14:51:35,041 OPML[15122]: 2   libdispatch.dylib                   0x94fc2477 dispatch_once + 31
07.04.16 14:51:35,041 OPML[15122]: 3   CarbonCore                          0x9b72869d _Gestalt_SystemVersion + 1050
07.04.16 14:51:35,041 OPML[15122]: 4   CarbonCore                          0x9b7277c0 Gestalt + 150
07.04.16 14:51:35,041 OPML[15122]: 5   OPML                                0x00034fac initmacintosh + 108
07.04.16 14:51:35,042 OPML[15122]: 6   OPML                                0x000c34bb shellinit + 11
07.04.16 14:51:44,997 OPML[15122]: ATS: Invalid FontObjectID (3) - only low 16 bits are being passed in.


Not sure if that is related
07.04.16 15:46:00,165 OPML[1102]: The function ‘CGSFlushWindow’ is obsolete and will be removed in an upcoming update. Unfortunately, this application, or a library it uses, is using this obsolete function, and is thereby contributing to an overall degradation of system performance. Please use `CGSFlushWindowContentRegion' instead.

Ted Howard

unread,
Apr 7, 2016, 8:08:04 PM4/7/16
to fronti...@googlegroups.com
I'd be happy to take a look at it, but due to work schedules, I won't have the time until May.

Which version of OPML are you using?

Ted

--
You received this message because you are subscribed to the Google Groups "frontier-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email to frontier-use...@googlegroups.com.
Visit this group at https://groups.google.com/group/frontier-user.
For more options, visit https://groups.google.com/d/optout.

h4ns...@gmail.com

unread,
Apr 10, 2016, 8:53:44 AM4/10/16
to frontier-user
Hi Ted,

your help would matter a lot to me.

Could you give me a hint upon the crash log, which script or function might be best to avoid?

Meanwhile I am doing my best to find patterns or hints to minimize the crashes.  Below I attached a crash log - crash in thread 0 (zero). I saw a crash in thread 13 once so far.

OPML currently serves web pages and connects to MySQL running locally via the tcp.httpclient. The web pages are handled by a responder / CGI, Manila is not involved. OMPL runs on a MacMini with 8GB RAM and Server.app 5. 

A couple of custom scheduler scripts are running. Since the crashes never occur on the hour ("hourly" scripts run at #:00:00), only "everyMinute" scripts could be involved (main responder.background.everyMinute). My scheduler scripts cycle logs four times a day to keep them small (max. 4mb). Plus it cleans a user cache every two minutes keeping only the recent session infos (max 100 entries).

Again, if you have a hunch where the crash occurs, I am happy to try to circumvent it.

Hans


Process:               OPML [23429]
Path:                  /Applications/OPML/OPML.app/Contents/MacOS/OPML
Identifier:            com.scripting.OPML
Version:               10.1b21 (10.1b21)
Code Type:             X86 (Native)
Parent Process:        ??? [1]
Responsible:           OPML [23429]
User ID:               502

Date/Time:             2016-04-08 10:55:42.839 +0200
OS Version:            Mac OS X 10.10.5 (14F1713)
Report Version:        11
Anonymous UUID:        BC1F13C3-B57A-3381-8060-ECA9318652CD


Time Awake Since Boot: 160000 seconds

Crashed Thread:        0  Dispatch queue: com.apple.main-thread

Exception Type:        EXC_BAD_ACCESS (SIGSEGV)
Exception Codes:       KERN_INVALID_ADDRESS at 0x0000000068207373

VM Regions Near 0x68207373:
    MALLOC_TINY            000000000e700000-000000000ee00000 [ 7168K] rw-/rwx SM=PRV  
--> 
    __TEXT                 000000008fe5e000-000000008fe92000 [  208K] r-x/rwx SM=COW  /usr/lib/dyld

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0   com.apple.CoreFoundation       0x9c06f152 CFMachPortIsValid + 34
1   com.apple.AE                   0x93dd923c PerPort::retainedPort() + 28
2   com.apple.AE                   0x93dd9133 copyPortRef + 44
3   com.apple.AE                   0x93dd84f8 AEEventImpl::AEEventImpl(DescriptorBundleDecoder*) + 1214
4   com.apple.AE                   0x93e022af AEImpl::decodeMessage(DescriptorBundleDecoder*, unsigned long) + 333
5   com.apple.AE                   0x93dd69c9 AEProcessMessage + 120
6   com.apple.AE                   0x93de541f _aeMachPortCallback(__CFMachPort*, void*, long, void*) + 813
7   com.apple.CoreFoundation       0x9c0924e1 __CFMachPortPerform + 257
8   com.apple.CoreFoundation       0x9c0923d5 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE1_PERFORM_FUNCTION__ + 53
9   com.apple.CoreFoundation       0x9c09233e __CFRunLoopDoSource1 + 510
10  com.apple.CoreFoundation       0x9c083750 __CFRunLoopRun + 2624
11  com.apple.CoreFoundation       0x9c082aa6 CFRunLoopRunSpecific + 390
12  com.apple.CoreFoundation       0x9c08290b CFRunLoopRunInMode + 123
13  com.apple.HIToolbox           0x94aa38f8 RunCurrentEventLoopInMode + 262
14  com.apple.HIToolbox           0x94c505a3 GetNextEventMatchingMask + 98
15  com.apple.HIToolbox           0x94c50319 WNEInternal + 208
16  com.apple.HIToolbox           0x94c5023e WaitNextEvent + 52
17  com.scripting.OPML             0x000c3058 shellgetevent + 184
18  com.scripting.OPML             0x000c3298 shelleventloop + 40
19  com.scripting.OPML             0x000c3362 shellmaineventloop + 18
20  com.scripting.OPML             0x00034f2c main + 60
21  com.scripting.OPML             0x00001ce5 start + 53

Thread 1:: Dispatch queue: com.apple.libdispatch-manager
0   libsystem_kernel.dylib         0x939988ce kevent64 + 10
1   libdispatch.dylib             0x94fc6ce3 _dispatch_mgr_invoke + 245
2   libdispatch.dylib             0x94fc68c6 _dispatch_mgr_thread + 52

Thread 2:
0   libsystem_kernel.dylib         0x939919ce mach_msg_trap + 10
1   libsystem_kernel.dylib         0x93990a70 mach_msg + 68
2   com.apple.CoreServices.CarbonCore 0x9b7def6a YieldToThread + 429
3   com.apple.CoreServices.CarbonCore 0x9b7dedbb SetThreadState + 208
4   com.scripting.OPML             0x0004326c threadsleep + 44
5   com.scripting.OPML             0x0003df02 processsleep + 258
6   com.scripting.OPML             0x000ccd48 threadfunctionvalue + 360
7   com.scripting.OPML             0x000603c6 kernelfunctionvalue + 262
8   com.scripting.OPML             0x00062779 kernelcall + 89
9   com.scripting.OPML             0x000627fd langfunctioncall + 109
10  com.scripting.OPML             0x00062a9e langhandlercall + 206
11  com.scripting.OPML             0x00064eed functionvalue + 61
12  com.scripting.OPML             0x00092f29 evaltree + 2041
13  com.scripting.OPML             0x0009318b evaluatetree + 43
14  com.scripting.OPML             0x00091c7d evaluatelist + 557
15  com.scripting.OPML             0x00093553 evaluateloop + 115
16  com.scripting.OPML             0x00092ccc evaltree + 1436
17  com.scripting.OPML             0x0009318b evaluatetree + 43
18  com.scripting.OPML             0x00091c7d evaluatelist + 557
19  com.scripting.OPML             0x00062963 langfunctioncall + 467
20  com.scripting.OPML             0x00062a9e langhandlercall + 206
21  com.scripting.OPML             0x00064eed functionvalue + 61
22  com.scripting.OPML             0x00092f29 evaltree + 2041
23  com.scripting.OPML             0x0009318b evaluatetree + 43
24  com.scripting.OPML             0x00091c7d evaluatelist + 557
25  com.scripting.OPML             0x00099948 langruncode + 120
26  com.scripting.OPML             0x0003f77b processruncode + 91
27  com.scripting.OPML             0x0003fb5f processtimeslice + 63
28  com.scripting.OPML             0x0003fc17 oneshotthreadmain + 135
29  com.apple.CoreServices.CarbonCore 0x9b7deb88 CooperativeThread + 305
30  libsystem_pthread.dylib       0x91c9dc25 _pthread_body + 138
31  libsystem_pthread.dylib       0x91c9db9b _pthread_start + 162
32  libsystem_pthread.dylib       0x91c9ae32 thread_start + 34

Thread 3:
0   libsystem_kernel.dylib         0x939919ce mach_msg_trap + 10
1   libsystem_kernel.dylib         0x93990a70 mach_msg + 68
2   com.apple.CoreServices.CarbonCore 0x9b7def6a YieldToThread + 429
3   com.apple.CoreServices.CarbonCore 0x9b7dedbb SetThreadState + 208
4   com.scripting.OPML             0x0004326c threadsleep + 44
5   com.scripting.OPML             0x0003df02 processsleep + 258
6   com.scripting.OPML             0x000ccd48 threadfunctionvalue + 360
7   com.scripting.OPML             0x000603c6 kernelfunctionvalue + 262
8   com.scripting.OPML             0x00062779 kernelcall + 89
9   com.scripting.OPML             0x000627fd langfunctioncall + 109
10  com.scripting.OPML             0x00062a9e langhandlercall + 206
11  com.scripting.OPML             0x00064eed functionvalue + 61
12  com.scripting.OPML             0x00092f29 evaltree + 2041
13  com.scripting.OPML             0x0009318b evaluatetree + 43
14  com.scripting.OPML             0x00091c7d evaluatelist + 557
15  com.scripting.OPML             0x00092c26 evaltree + 1270
16  com.scripting.OPML             0x0009318b evaluatetree + 43
17  com.scripting.OPML             0x00091c7d evaluatelist + 557
18  com.scripting.OPML             0x00093553 evaluateloop + 115
19  com.scripting.OPML             0x00092ccc evaltree + 1436
20  com.scripting.OPML             0x0009318b evaluatetree + 43
21  com.scripting.OPML             0x00091c7d evaluatelist + 557
22  com.scripting.OPML             0x00062963 langfunctioncall + 467
23  com.scripting.OPML             0x00062a9e langhandlercall + 206
24  com.scripting.OPML             0x00064eed functionvalue + 61
25  com.scripting.OPML             0x00092f29 evaltree + 2041
26  com.scripting.OPML             0x0009318b evaluatetree + 43
27  com.scripting.OPML             0x00091c7d evaluatelist + 557
28  com.scripting.OPML             0x00099948 langruncode + 120
29  com.scripting.OPML             0x0003f77b processruncode + 91
30  com.scripting.OPML             0x0003fb5f processtimeslice + 63
31  com.scripting.OPML             0x0003fc17 oneshotthreadmain + 135
32  com.apple.CoreServices.CarbonCore 0x9b7deb88 CooperativeThread + 305
33  libsystem_pthread.dylib       0x91c9dc25 _pthread_body + 138
34  libsystem_pthread.dylib       0x91c9db9b _pthread_start + 162
35  libsystem_pthread.dylib       0x91c9ae32 thread_start + 34

Thread 4:
0   libsystem_kernel.dylib         0x939919ce mach_msg_trap + 10
1   libsystem_kernel.dylib         0x93990a70 mach_msg + 68
2   com.apple.CoreServices.CarbonCore 0x9b7def6a YieldToThread + 429
3   com.apple.CoreServices.CarbonCore 0x9b7dedbb SetThreadState + 208
4   com.scripting.OPML             0x0004326c threadsleep + 44
5   com.scripting.OPML             0x0003df02 processsleep + 258
6   com.scripting.OPML             0x000ccd48 threadfunctionvalue + 360
7   com.scripting.OPML             0x000603c6 kernelfunctionvalue + 262
8   com.scripting.OPML             0x00062779 kernelcall + 89
9   com.scripting.OPML             0x000627fd langfunctioncall + 109
10  com.scripting.OPML             0x00062a9e langhandlercall + 206
11  com.scripting.OPML             0x00064eed functionvalue + 61
12  com.scripting.OPML             0x00092f29 evaltree + 2041
13  com.scripting.OPML             0x0009318b evaluatetree + 43
14  com.scripting.OPML             0x00091c7d evaluatelist + 557
15  com.scripting.OPML             0x00062963 langfunctioncall + 467
16  com.scripting.OPML             0x00062a9e langhandlercall + 206
17  com.scripting.OPML             0x00064eed functionvalue + 61
18  com.scripting.OPML             0x00092f29 evaltree + 2041
19  com.scripting.OPML             0x0009318b evaluatetree + 43
20  com.scripting.OPML             0x00091c7d evaluatelist + 557
21  com.scripting.OPML             0x00093553 evaluateloop + 115
22  com.scripting.OPML             0x00092ccc evaltree + 1436
23  com.scripting.OPML             0x0009318b evaluatetree + 43
24  com.scripting.OPML             0x00091c7d evaluatelist + 557
25  com.scripting.OPML             0x00062963 langfunctioncall + 467
26  com.scripting.OPML             0x00062a9e langhandlercall + 206
27  com.scripting.OPML             0x00064eed functionvalue + 61
28  com.scripting.OPML             0x00092f29 evaltree + 2041
29  com.scripting.OPML             0x0009318b evaluatetree + 43
30  com.scripting.OPML             0x00091c7d evaluatelist + 557
31  com.scripting.OPML             0x00099948 langruncode + 120
32  com.scripting.OPML             0x0003f77b processruncode + 91
33  com.scripting.OPML             0x0003fb5f processtimeslice + 63
34  com.scripting.OPML             0x0003fc17 oneshotthreadmain + 135
35  com.apple.CoreServices.CarbonCore 0x9b7deb88 CooperativeThread + 305
36  libsystem_pthread.dylib       0x91c9dc25 _pthread_body + 138
37  libsystem_pthread.dylib       0x91c9db9b _pthread_start + 162
38  libsystem_pthread.dylib       0x91c9ae32 thread_start + 34

Thread 5:
0   libsystem_kernel.dylib         0x939919ce mach_msg_trap + 10
1   libsystem_kernel.dylib         0x93990a70 mach_msg + 68
2   com.apple.CoreServices.CarbonCore 0x9b7def6a YieldToThread + 429
3   com.apple.CoreServices.CarbonCore 0x9b7dedbb SetThreadState + 208
4   com.scripting.OPML             0x0004326c threadsleep + 44
5   com.scripting.OPML             0x0003df02 processsleep + 258
6   com.scripting.OPML             0x000ccd48 threadfunctionvalue + 360
7   com.scripting.OPML             0x000603c6 kernelfunctionvalue + 262
8   com.scripting.OPML             0x00062779 kernelcall + 89
9   com.scripting.OPML             0x000627fd langfunctioncall + 109
10  com.scripting.OPML             0x00062a9e langhandlercall + 206
11  com.scripting.OPML             0x00064eed functionvalue + 61
12  com.scripting.OPML             0x00092f29 evaltree + 2041
13  com.scripting.OPML             0x0009318b evaluatetree + 43
14  com.scripting.OPML             0x00091c7d evaluatelist + 557
15  com.scripting.OPML             0x00093553 evaluateloop + 115
16  com.scripting.OPML             0x00092ccc evaltree + 1436
17  com.scripting.OPML             0x0009318b evaluatetree + 43
18  com.scripting.OPML             0x00091c7d evaluatelist + 557
19  com.scripting.OPML             0x00062963 langfunctioncall + 467
20  com.scripting.OPML             0x00062a9e langhandlercall + 206
21  com.scripting.OPML             0x00064eed functionvalue + 61
22  com.scripting.OPML             0x00092f29 evaltree + 2041
23  com.scripting.OPML             0x0009318b evaluatetree + 43
24  com.scripting.OPML             0x00091c7d evaluatelist + 557
25  com.scripting.OPML             0x00099948 langruncode + 120
26  com.scripting.OPML             0x0003f77b processruncode + 91
27  com.scripting.OPML             0x0003fb5f processtimeslice + 63
28  com.scripting.OPML             0x0003fc17 oneshotthreadmain + 135
29  com.apple.CoreServices.CarbonCore 0x9b7deb88 CooperativeThread + 305
30  libsystem_pthread.dylib       0x91c9dc25 _pthread_body + 138
31  libsystem_pthread.dylib       0x91c9db9b _pthread_start + 162
32  libsystem_pthread.dylib       0x91c9ae32 thread_start + 34

Thread 6:
0   libsystem_kernel.dylib         0x939919ce mach_msg_trap + 10
1   libsystem_kernel.dylib         0x93990a70 mach_msg + 68
2   com.apple.CoreServices.CarbonCore 0x9b7def6a YieldToThread + 429
3   com.apple.CoreServices.CarbonCore 0x9b7df1b9 YieldToAnyThread + 18
4   com.scripting.OPML             0x00100a95 acceptingthreadmain + 181
5   com.apple.CoreServices.CarbonCore 0x9b7deb88 CooperativeThread + 305
6   libsystem_pthread.dylib       0x91c9dc25 _pthread_body + 138
7   libsystem_pthread.dylib       0x91c9db9b _pthread_start + 162
8   libsystem_pthread.dylib       0x91c9ae32 thread_start + 34

Thread 7:
0   libsystem_kernel.dylib         0x939919ce mach_msg_trap + 10
1   libsystem_kernel.dylib         0x93990a70 mach_msg + 68
2   com.apple.CoreServices.CarbonCore 0x9b7def6a YieldToThread + 429
3   com.apple.CoreServices.CarbonCore 0x9b7df1b9 YieldToAnyThread + 18
4   com.scripting.OPML             0x00100a95 acceptingthreadmain + 181
5   com.apple.CoreServices.CarbonCore 0x9b7deb88 CooperativeThread + 305
6   libsystem_pthread.dylib       0x91c9dc25 _pthread_body + 138
7   libsystem_pthread.dylib       0x91c9db9b _pthread_start + 162
8   libsystem_pthread.dylib       0x91c9ae32 thread_start + 34

Thread 8:
0   libsystem_kernel.dylib         0x939919ce mach_msg_trap + 10
1   libsystem_kernel.dylib         0x93990a70 mach_msg + 68
2   com.apple.CoreServices.CarbonCore 0x9b7def6a YieldToThread + 429
3   com.apple.CoreServices.CarbonCore 0x9b7df1b9 YieldToAnyThread + 18
4   com.scripting.OPML             0x00100a95 acceptingthreadmain + 181
5   com.apple.CoreServices.CarbonCore 0x9b7deb88 CooperativeThread + 305
6   libsystem_pthread.dylib       0x91c9dc25 _pthread_body + 138
7   libsystem_pthread.dylib       0x91c9db9b _pthread_start + 162
8   libsystem_pthread.dylib       0x91c9ae32 thread_start + 34

Thread 9:
0   libsystem_kernel.dylib         0x939919ce mach_msg_trap + 10
1   libsystem_kernel.dylib         0x93990a70 mach_msg + 68
2   com.apple.CoreServices.CarbonCore 0x9b7def6a YieldToThread + 429
3   com.apple.CoreServices.CarbonCore 0x9b7df1b9 YieldToAnyThread + 18
4   com.scripting.OPML             0x00100a95 acceptingthreadmain + 181
5   com.apple.CoreServices.CarbonCore 0x9b7deb88 CooperativeThread + 305
6   libsystem_pthread.dylib       0x91c9dc25 _pthread_body + 138
7   libsystem_pthread.dylib       0x91c9db9b _pthread_start + 162
8   libsystem_pthread.dylib       0x91c9ae32 thread_start + 34

Thread 10:
0   libsystem_kernel.dylib         0x939919ce mach_msg_trap + 10
1   libsystem_kernel.dylib         0x93990a70 mach_msg + 68
2   com.apple.CoreServices.CarbonCore 0x9b7def6a YieldToThread + 429
3   com.apple.CoreServices.CarbonCore 0x9b7dedbb SetThreadState + 208
4   com.scripting.OPML             0x0004326c threadsleep + 44
5   com.scripting.OPML             0x0003ff2e agentthreadmain + 158
6   com.apple.CoreServices.CarbonCore 0x9b7deb88 CooperativeThread + 305
7   libsystem_pthread.dylib       0x91c9dc25 _pthread_body + 138
8   libsystem_pthread.dylib       0x91c9db9b _pthread_start + 162
9   libsystem_pthread.dylib       0x91c9ae32 thread_start + 34

Thread 11:
0   libsystem_kernel.dylib         0x93997e6a __workq_kernreturn + 10
1   libsystem_pthread.dylib       0x91c9d72a _pthread_wqthread + 939
2   libsystem_pthread.dylib       0x91c9ae0e start_wqthread + 30

Thread 12:
0   libsystem_pthread.dylib       0x91c9adf0 start_wqthread + 0

Thread 13:
0   libsystem_kernel.dylib         0x939919ce mach_msg_trap + 10
1   libsystem_kernel.dylib         0x93990a70 mach_msg + 68
2   com.apple.CoreServices.CarbonCore 0x9b7def6a YieldToThread + 429
3   com.scripting.OPML             0x000431bd threadyield + 29
4   com.scripting.OPML             0x0003e1be processyield + 94
5   com.scripting.OPML             0x0003a72c scriptbackgroundtask + 60
6   com.scripting.OPML             0x0003da58 processbackgroundtask + 40
7   com.scripting.OPML             0x00098675 langbackgroundtask + 21
8   com.scripting.OPML             0x000ffbbc runBackgroundTask + 92
9   com.scripting.OPML             0x001014e1 readStreamUntilCondition + 161
10  com.scripting.OPML             0x0010181b fwsNetEventReadStreamUntil + 43
11  com.scripting.OPML             0x0005aaa1 langfunctionvalue + 1409
12  com.scripting.OPML             0x000603c6 kernelfunctionvalue + 262
13  com.scripting.OPML             0x00062779 kernelcall + 89
14  com.scripting.OPML             0x000627fd langfunctioncall + 109
15  com.scripting.OPML             0x00062a9e langhandlercall + 206
16  com.scripting.OPML             0x00064eed functionvalue + 61
17  com.scripting.OPML             0x00092f29 evaltree + 2041
18  com.scripting.OPML             0x0009318b evaluatetree + 43
19  com.scripting.OPML             0x00091c7d evaluatelist + 557
20  com.scripting.OPML             0x00092395 evaluatetry + 53
21  com.scripting.OPML             0x00092ac5 evaltree + 917
22  com.scripting.OPML             0x0009318b evaluatetree + 43
23  com.scripting.OPML             0x00091c7d evaluatelist + 557
24  com.scripting.OPML             0x00092c0a evaltree + 1242
25  com.scripting.OPML             0x0009318b evaluatetree + 43
26  com.scripting.OPML             0x00091c7d evaluatelist + 557
27  com.scripting.OPML             0x00062963 langfunctioncall + 467
28  com.scripting.OPML             0x00062a9e langhandlercall + 206
29  com.scripting.OPML             0x00064eed functionvalue + 61
30  com.scripting.OPML             0x00092f29 evaltree + 2041
31  com.scripting.OPML             0x0009318b evaluatetree + 43
32  com.scripting.OPML             0x000932b8 langaddlocals + 232
33  com.scripting.OPML             0x00092bc9 evaltree + 1177
34  com.scripting.OPML             0x0009318b evaluatetree + 43
35  com.scripting.OPML             0x00091c7d evaluatelist + 557
36  com.scripting.OPML             0x00062963 langfunctioncall + 467
37  com.scripting.OPML             0x00062a9e langhandlercall + 206
38  com.scripting.OPML             0x00064eed functionvalue + 61
39  com.scripting.OPML             0x00092f29 evaltree + 2041
40  com.scripting.OPML             0x0009318b evaluatetree + 43
41  com.scripting.OPML             0x0009282e evaltree + 254
42  com.scripting.OPML             0x0009318b evaluatetree + 43
43  com.scripting.OPML             0x00091c7d evaluatelist + 557
44  com.scripting.OPML             0x00062963 langfunctioncall + 467
45  com.scripting.OPML             0x00062a9e langhandlercall + 206
46  com.scripting.OPML             0x00064eed functionvalue + 61
47  com.scripting.OPML             0x00092f29 evaltree + 2041
48  com.scripting.OPML             0x0009318b evaluatetree + 43
49  com.scripting.OPML             0x00091c7d evaluatelist + 557
50  com.scripting.OPML             0x00092c0a evaltree + 1242
51  com.scripting.OPML             0x0009318b evaluatetree + 43
52  com.scripting.OPML             0x00091c7d evaluatelist + 557
53  com.scripting.OPML             0x00091fa9 evaluatewith + 521
54  com.scripting.OPML             0x00092b0a evaltree + 986
55  com.scripting.OPML             0x0009318b evaluatetree + 43
56  com.scripting.OPML             0x00091c7d evaluatelist + 557
57  com.scripting.OPML             0x00092c0a evaltree + 1242
58  com.scripting.OPML             0x0009318b evaluatetree + 43
59  com.scripting.OPML             0x00091c7d evaluatelist + 557
60  com.scripting.OPML             0x00091fa9 evaluatewith + 521
61  com.scripting.OPML             0x00092b0a evaltree + 986
62  com.scripting.OPML             0x0009318b evaluatetree + 43
63  com.scripting.OPML             0x00091c7d evaluatelist + 557
64  com.scripting.OPML             0x00062963 langfunctioncall + 467
65  com.scripting.OPML             0x00062a9e langhandlercall + 206
66  com.scripting.OPML             0x00064eed functionvalue + 61
67  com.scripting.OPML             0x00092f29 evaltree + 2041
68  com.scripting.OPML             0x0009318b evaluatetree + 43
69  com.scripting.OPML             0x00092874 evaltree + 324
70  com.scripting.OPML             0x0009318b evaluatetree + 43
71  com.scripting.OPML             0x00091c7d evaluatelist + 557
72  com.scripting.OPML             0x00062963 langfunctioncall + 467
73  com.scripting.OPML             0x00062a9e langhandlercall + 206
74  com.scripting.OPML             0x00064eed functionvalue + 61
75  com.scripting.OPML             0x00092f29 evaltree + 2041
76  com.scripting.OPML             0x0009318b evaluatetree + 43
77  com.scripting.OPML             0x0005f910 evaluateparam + 64
78  com.scripting.OPML             0x000606bf langaddfuncparams + 111
79  com.scripting.OPML             0x0006282c langfunctioncall + 156
80  com.scripting.OPML             0x00062a9e langhandlercall + 206
81  com.scripting.OPML             0x00064eed functionvalue + 61
82  com.scripting.OPML             0x00092f29 evaltree + 2041
83  com.scripting.OPML             0x0009318b evaluatetree + 43
84  com.scripting.OPML             0x00092874 evaltree + 324
85  com.scripting.OPML             0x0009318b evaluatetree + 43
86  com.scripting.OPML             0x00091c7d evaluatelist + 557
87  com.scripting.OPML             0x000934a2 evaluatecase + 338
88  com.scripting.OPML             0x00092b2e evaltree + 1022
89  com.scripting.OPML             0x0009318b evaluatetree + 43
90  com.scripting.OPML             0x00091c7d evaluatelist + 557
91  com.scripting.OPML             0x000934a2 evaluatecase + 338
92  com.scripting.OPML             0x00092b2e evaltree + 1022
93  com.scripting.OPML             0x0009318b evaluatetree + 43
94  com.scripting.OPML             0x00091c7d evaluatelist + 557
95  com.scripting.OPML             0x00092395 evaluatetry + 53
96  com.scripting.OPML             0x00092ac5 evaltree + 917
97  com.scripting.OPML             0x0009318b evaluatetree + 43
98  com.scripting.OPML             0x00091c7d evaluatelist + 557
99  com.scripting.OPML             0x00062963 langfunctioncall + 467
100 com.scripting.OPML             0x00062a9e langhandlercall + 206
101 com.scripting.OPML             0x00064eed functionvalue + 61
102 com.scripting.OPML             0x00092f29 evaltree + 2041
103 com.scripting.OPML             0x0009318b evaluatetree + 43
104 com.scripting.OPML             0x00092874 evaltree + 324
105 com.scripting.OPML             0x0009318b evaluatetree + 43
106 com.scripting.OPML             0x00091c7d evaluatelist + 557
107 com.scripting.OPML             0x00062963 langfunctioncall + 467
108 com.scripting.OPML             0x00062a9e langhandlercall + 206
109 com.scripting.OPML             0x00064eed functionvalue + 61
110 com.scripting.OPML             0x00092f29 evaltree + 2041
111 com.scripting.OPML             0x0009318b evaluatetree + 43
112 com.scripting.OPML             0x00091c7d evaluatelist + 557
113 com.scripting.OPML             0x00083615 langcallscriptwithaddress + 453
114 com.scripting.OPML             0x00085492 webservercallresponder + 194
115 com.scripting.OPML             0x000857c2 webserverdispatch + 354
116 com.scripting.OPML             0x00086848 webserverserver + 440
117 com.scripting.OPML             0x0008bbe6 htmlfunctionvalue + 1862
118 com.scripting.OPML             0x000603c6 kernelfunctionvalue + 262
119 com.scripting.OPML             0x00062779 kernelcall + 89
120 com.scripting.OPML             0x000627fd langfunctioncall + 109
121 com.scripting.OPML             0x00062a9e langhandlercall + 206
122 com.scripting.OPML             0x00064eed functionvalue + 61
123 com.scripting.OPML             0x00092f29 evaltree + 2041
124 com.scripting.OPML             0x0009318b evaluatetree + 43
125 com.scripting.OPML             0x00091c7d evaluatelist + 557
126 com.scripting.OPML             0x00083615 langcallscriptwithaddress + 453
127 com.scripting.OPML             0x00086fcf inetdsupervisor + 1503
128 com.scripting.OPML             0x0008bb99 htmlfunctionvalue + 1785
129 com.scripting.OPML             0x000603c6 kernelfunctionvalue + 262
130 com.scripting.OPML             0x00062779 kernelcall + 89
131 com.scripting.OPML             0x000627fd langfunctioncall + 109
132 com.scripting.OPML             0x00062a9e langhandlercall + 206
133 com.scripting.OPML             0x00064eed functionvalue + 61
134 com.scripting.OPML             0x00092f29 evaltree + 2041
135 com.scripting.OPML             0x0009318b evaluatetree + 43
136 com.scripting.OPML             0x00091c7d evaluatelist + 557
137 com.scripting.OPML             0x00099948 langruncode + 120
138 com.scripting.OPML             0x0003f77b processruncode + 91
139 com.scripting.OPML             0x0003fb5f processtimeslice + 63
140 com.scripting.OPML             0x0003fc17 oneshotthreadmain + 135
141 com.apple.CoreServices.CarbonCore 0x9b7deb88 CooperativeThread + 305
142 libsystem_pthread.dylib       0x91c9dc25 _pthread_body + 138
143 libsystem_pthread.dylib       0x91c9db9b _pthread_start + 162
144 libsystem_pthread.dylib       0x91c9ae32 thread_start + 34

Thread 0 crashed with X86 Thread State (32-bit):
  eax: 0x68207373  ebx: 0x0ecba93c  ecx: 0x979cddd0  edx: 0x0003b9c0
  edi: 0x9c06f13e  esi: 0x68207373  ebp: 0xbfffd7f8  esp: 0xbfffd7d0
   ss: 0x00000023  efl: 0x00010246  eip: 0x9c06f152   cs: 0x0000001b
   ds: 0x00000023   es: 0x00000023   fs: 0x00000000   gs: 0x0000000f
  cr2: 0x68207373
  
Logical CPU:     0
Error Code:      0x00000004
Trap Number:     14


Binary Images:
    0x1000 -   0x154fe7 +com.scripting.OPML (10.1b21 - 10.1b21) <7C60695C-0AEF-A545-0290-39D3A4126834> /Applications/OPML/OPML.app/Contents/MacOS/OPML
 0x1ce5000 -  0x1cf7fff  libTraditionalChineseConverter.dylib (64) <F01B4B7D-2CFB-3BBF-B05F-98A1D3CCABA0> /System/Library/CoreServices/Encodings/libTraditionalChineseConverter.dylib
 0x1cfb000 -  0x1cfdfff  com.apple.textencoding.unicode (2.8 - 2.8) <E993015F-513C-36CA-9756-B9AFC9DBBB58> /System/Library/TextEncodings/Unicode Encodings.bundle/Contents/MacOS/Unicode Encodings
 0x1d33000 -  0x1d42fff  libSimplifiedChineseConverter.dylib (64) <C54CA39F-60D0-3C87-9458-49BDD9B72D3D> /System/Library/CoreServices/Encodings/libSimplifiedChineseConverter.dylib
 0x1d6a000 -  0x1d6bffb  ATSHI.dylib (375.4) <EE0A0749-2EE0-3FF2-AC75-CA2D7CB6CFBD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/ATSHI.dylib
 0x1db9000 -  0x1db9ff9 +cl_kernels (???) <4C939620-4D0E-4170-B037-131990648435> cl_kernels
 0x1dbd000 -  0x1dbdffb +cl_kernels (???) <71BD0923-3CA5-4858-AD7B-92237A91B8F4> cl_kernels
 0x8a53000 -  0x8b3eff7  unorm8_bgra.dylib (2.4.5) <F45DE863-5240-34F4-9BD1-8BA782DC1B61> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/unorm8_bgra.dylib
 0xaaa3000 -  0xaaa3ff0 +cl_kernels (???) <8A154DB2-CE88-4AA1-8D14-F044C84F17EC> cl_kernels
 0xaaa7000 -  0xaaa7ffb +cl_kernels (???) <71BD0923-3CA5-4858-AD7B-92237A91B8F4> cl_kernels
0x8fe5e000 - 0x8fe91dd3  dyld (353.2.3) <5E2682A5-D51C-3732-8DA0-7A2B2C0225BE> /usr/lib/dyld
0x90008000 - 0x90015ff7  com.apple.speech.synthesis.framework (5.3.11 - 5.3.11) <E7F84974-F272-385D-8A48-DDBD10566CE1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
0x90016000 - 0x9008afff  com.apple.Heimdal (4.0 - 2.0) <DA206336-378C-3F65-9606-466BC3FDD824> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
0x9008b000 - 0x9008dfff  libsystem_sandbox.dylib (358.20.5) <8F74D383-C8B0-32DD-89C1-1E99034AF763> /usr/lib/system/libsystem_sandbox.dylib
0x90092000 - 0x90cbefff  com.apple.AppKit (6.9 - 1348.17) <1D891DC4-4E22-30FD-A8AC-1221531BEEA3> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x90cc2000 - 0x90d74fff  libCoreStorage.dylib (471.30.1) <8AB3BEEF-AB8E-310F-B066-8E482958B57A> /usr/lib/libCoreStorage.dylib
0x90d75000 - 0x90d8cfff  libsystem_asl.dylib (267) <85BD88AD-618E-3325-AC31-10DBAB8E9AF3> /usr/lib/system/libsystem_asl.dylib
0x90d8d000 - 0x90e79fe7  libvMisc.dylib (516) <C784D56E-112E-359F-848B-3419E0572EB4> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
0x90e7a000 - 0x90e82fff  com.apple.CoreServices.FSEvents (1210.20.1 - 1210.20.1) <FDCAA783-356F-3CA4-B960-16555CD7E34A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents
0x90e83000 - 0x91281ff3  com.apple.CoreGraphics (1.600.0 - 788.3.3) <997DB54F-680A-3579-8811-C9182ABFCD81> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
0x91282000 - 0x912c9ff3  com.apple.AppleJPEG (1.0 - 1) <677BE130-F5AB-36F4-A51A-1FF20FC0085A> /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG
0x912ca000 - 0x9131fff7  com.apple.htmlrendering (77 - 1.1.4) <B85A63B9-C9DD-3ECC-B5DC-E12533C7FDF9> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering.framework/Versions/A/HTMLRendering
0x91320000 - 0x91320fff  com.apple.Accelerate (1.10 - Accelerate 1.10) <C2367B5B-AE20-3084-A864-104743BE478E> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x91321000 - 0x9133bff7  liblzma.5.dylib (7) <D0BC984D-5B33-328C-8F1E-7E9C41813433> /usr/lib/liblzma.5.dylib
0x916e2000 - 0x916f5fff  libcmph.dylib (1) <2449B048-208E-36FB-9DFA-47E0F3BCF132> /usr/lib/libcmph.dylib
0x916f6000 - 0x916ffff7  libsystem_notify.dylib (133.1.1) <B8503E99-214B-3AC3-A7CA-CC837ABD7B25> /usr/lib/system/libsystem_notify.dylib
0x91700000 - 0x91705ff7  libmacho.dylib (862) <48DE74F8-09E3-344F-A82F-665083A3BF8F> /usr/lib/system/libmacho.dylib
0x91734000 - 0x918a5ffb  libBLAS.dylib (1128) <ACEF468C-5DB1-38F3-BCB2-6F3D7F2B2040> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
0x918a6000 - 0x91990ff7  libcrypto.0.9.8.dylib (52.40.1) <0B0C4964-6DCD-3625-AF4F-A9ED057002F5> /usr/lib/libcrypto.0.9.8.dylib
0x9199d000 - 0x919bffff  com.apple.MultitouchSupport.framework (264.6 - 264.6) <83627B4D-8948-35A7-A76B-7F10AC70B468> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
0x919c0000 - 0x919d4fff  com.apple.ImageCapture (9.0 - 9.0) <4B84B5D5-A5F3-3B35-93CE-568A73486B92> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
0x919d5000 - 0x919d7ffb  libsystem_secinit.dylib (18) <3CBA3BD3-8BA2-358D-BD1A-A1C3DF5D84E6> /usr/lib/system/libsystem_secinit.dylib
0x919d8000 - 0x919f5ffb  com.apple.Ubiquity (1.3 - 313) <9ED23769-0725-3D4B-B7F4-AF08020D73C3> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
0x919f6000 - 0x91c7cfff  com.apple.QuickTime (7.7.3 - 2890.9) <C1F4D7DF-2519-3072-BB97-D69A041E2F1C> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
0x91c7d000 - 0x91c7dfff  libunc.dylib (29) <CE960997-9D4A-3848-BAC7-B2255E6765FD> /usr/lib/system/libunc.dylib
0x91c7e000 - 0x91c7efff  com.apple.Carbon (154 - 157) <CA90E930-DE59-3AD9-B158-3A940BA1FA8A> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
0x91c7f000 - 0x91c92fff  com.apple.Sharing (328.17 - 328.17) <71EC4FF5-C6F0-3521-BADE-E8BD71AA7741> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
0x91c93000 - 0x91c99ff3  libsystem_platform.dylib (63) <509993B7-3F26-3360-B899-0BBB15152516> /usr/lib/system/libsystem_platform.dylib
0x91c9a000 - 0x91ca2fff  libsystem_pthread.dylib (105.40.1) <21849EF5-A3B6-34D4-A045-4A68A6C390A1> /usr/lib/system/libsystem_pthread.dylib
0x91ca3000 - 0x92004ff3  com.apple.Foundation (6.9 - 1154) <4F2854C1-310E-34FC-9ADA-1B16AD93D505> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x92005000 - 0x92005fff  com.apple.ApplicationServices (48 - 48) <76C301A4-705B-33DE-BA11-C89DCF1EDCDD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
0x92006000 - 0x92012ff7  libcsfde.dylib (471.30.1) <29155D7B-2C73-38E5-9A82-609A759EB03D> /usr/lib/libcsfde.dylib
0x92016000 - 0x92022ff7  libkxld.dylib (2782.50.2) <42907D71-09FA-3B86-ABAD-593BC3A4C8B3> /usr/lib/system/libkxld.dylib
0x92023000 - 0x92056fff  com.apple.CoreServicesInternal (221.7.2 - 221.7.2) <709E9F1B-D266-399B-9A4B-3785BBF64E01> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
0x92057000 - 0x92096fff  com.apple.NavigationServices (3.8 - 215.1) <46D8B66D-CB59-36F5-BD26-FD8309337BB3> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServices.framework/Versions/A/NavigationServices
0x92097000 - 0x920bdff3  libxpc.dylib (559.40.1) <D765980C-9448-3637-AE66-360C7DC2DCEB> /usr/lib/system/libxpc.dylib
0x920be000 - 0x920e4ff7  com.apple.IconServices (47.1 - 47.1) <9C537499-B375-3F84-BF4A-EEF757FC26A9> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices
0x920e5000 - 0x921ddfff  libFontParser.dylib (134.10) <1C490D97-6E83-3FC4-95FD-7E06DD8FBF68> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
0x921de000 - 0x921e2fff  libheimdal-asn1.dylib (398.40.1) <AB5482FE-56BF-3E43-8B33-1DEED3A3773D> /usr/lib/libheimdal-asn1.dylib
0x921e3000 - 0x92209ffb  libPng.dylib (1241) <4DD3850F-034B-3878-8401-7D40546D36AD> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
0x9220a000 - 0x9221dfff  com.apple.CoreBluetooth (1.0 - 1) <153F2DDE-CCCF-3C63-AF70-2EA306DACDCD> /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth
0x9221e000 - 0x92226ff7  libCGCMS.A.dylib (788.3.3) <4345B68B-6507-3791-9BA4-D0AF9B05305A> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGCMS.A.dylib
0x92227000 - 0x9225bff7  libTrueTypeScaler.dylib (134.10) <60D9E57A-CAC3-3001-B185-0B28CAFC824F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
0x9225c000 - 0x922d2fff  com.apple.securityfoundation (6.0 - 55126) <3E59AEFA-3DEA-322A-A7BB-7B7B93E0286F> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
0x922d3000 - 0x922e0ff7  com.apple.HelpData (2.1.4 - 90) <1FA27DCF-7C5E-358E-BACA-4C009AA23D2C> /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
0x922e1000 - 0x922faff7  libsystem_malloc.dylib (53.30.1) <1438C1B7-5CD0-3A01-ACF8-BFC4012541B9> /usr/lib/system/libsystem_malloc.dylib
0x922fb000 - 0x922feffb  libutil.dylib (38) <B5A16C6B-A79E-3504-BDA6-64A063F6612D> /usr/lib/libutil.dylib
0x922ff000 - 0x9232dfff  libarchive.2.dylib (30.50.1) <979CDD84-0D4A-373F-A725-70539F1135DE> /usr/lib/libarchive.2.dylib
0x927ef000 - 0x927effff  com.apple.audio.units.AudioUnit (1.12 - 1.12) <CFB6243A-1613-3468-88CE-1DDBEC1E6984> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0x927f0000 - 0x92819fff  libRIP.A.dylib (788.3.3) <3C99AAA1-FD7C-3FD4-A35B-D68978CE815A> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
0x929cb000 - 0x92a7aff7  com.apple.Bluetooth (4.3.6 - 4.3.6f3) <AE2C0B24-7A45-32E3-A1FC-480B1D2BA2F3> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
0x92a7b000 - 0x92a7bfff  com.apple.CoreServices (62 - 62) <08A581EC-2E8B-30CF-B555-64171C8FE5EE> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x92a7c000 - 0x92a7fff7  com.apple.help (1.3.3 - 46) <FDF183E4-3B95-3CBD-A390-2536C8E7E258> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
0x92a80000 - 0x92b8dfe3  libvDSP.dylib (516) <53F7A960-01E1-3B79-A7FD-67BD19471420> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
0x92e71000 - 0x92e78fff  com.apple.speech.recognition.framework (5.0.9 - 5.0.9) <5D268178-3812-3777-92A6-D7D3395405B8> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
0x92e79000 - 0x93119ffb  com.apple.RawCamera.bundle (6.04.1 - 798) <08920A68-45C6-38AC-9D01-6F41E2F31F11> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
0x93229000 - 0x93242fff  com.apple.Kerberos (3.0 - 1) <92735F11-CF1C-3FA6-8682-9A30AC9E2651> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
0x93243000 - 0x932afff3  com.apple.datadetectorscore (6.0 - 396.1.2) <D148E325-D1BF-348D-9FCB-EF17D160E8F0> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
0x932b0000 - 0x9331cff7  libcorecrypto.dylib (233.30.1) <B62C4F7C-90B1-3ECA-B5EE-3C8A3B8CBA7B> /usr/lib/system/libcorecrypto.dylib
0x9336d000 - 0x93382ff3  libCGInterfaces.dylib (294.1) <631D5E39-4815-3BDA-BD16-B34D5EB36240> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/Libraries/libCGInterfaces.dylib
0x93383000 - 0x9339eff7  com.apple.CFOpenDirectory (10.10 - 187) <E2363E55-6C66-3F21-9A05-421D63DF9FF2> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
0x9339f000 - 0x933a7fff  com.apple.NetFS (6.0 - 4.0) <B49F5FC7-8B8D-393A-ABA1-F3214BBC7641> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
0x933a8000 - 0x933e2ff7  com.apple.DebugSymbols (115 - 115) <D01FFA10-1734-31C5-B5A1-9CB61463FC15> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
0x933e3000 - 0x933e3fff  com.apple.Accelerate.vecLib (3.10 - vecLib 3.10) <F968D12F-F59D-3148-951D-76735C3C1B57> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
0x933e4000 - 0x93476ff7  com.apple.CoreSymbolication (3.1 - 57020.2) <5F3895EF-7C0E-3246-A1C0-0A582548AB92> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
0x93477000 - 0x934cdfff  libc++.1.dylib (120) <D8DE4962-66CD-3491-904E-9291EEE5E570> /usr/lib/libc++.1.dylib
0x934ce000 - 0x936defff  com.apple.CFNetwork (720.5.7 - 720.5.7) <8CE218EB-78CD-3757-B185-8FA6CB56F5B5> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
0x936df000 - 0x936e0fff  libSystem.B.dylib (1213) <79583F5C-1C82-3077-BA88-B1660ABEDE22> /usr/lib/libSystem.B.dylib
0x936e1000 - 0x93787fff  com.apple.Metadata (10.7.0 - 917.36) <6B6C3094-6820-3621-BC4D-3BECECEC5918> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
0x93788000 - 0x93792ffb  com.apple.audio.SoundManager (4.2 - 4.2) <4312D0A7-4B6F-3A1E-9A47-24C6E8C65E51> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/Versions/A/CarbonSound
0x9384d000 - 0x9387efff  libtidy.A.dylib (15.15) <D893B41F-FBE9-3EDE-8DC6-2B80A4E0804B> /usr/lib/libtidy.A.dylib
0x9387f000 - 0x9389effb  libresolv.9.dylib (57) <C2C3810A-A45E-3375-B41D-6E1BECE1BA3C> /usr/lib/libresolv.9.dylib
0x9389f000 - 0x938a1fff  libsystem_configuration.dylib (699.40.2) <B5143118-AB15-3BB9-844D-20471938B639> /usr/lib/system/libsystem_configuration.dylib
0x938a2000 - 0x938abfff  libcopyfile.dylib (118.1.2) <FAF3268F-C580-33D3-A5B4-74B8A8713216> /usr/lib/system/libcopyfile.dylib
0x938e7000 - 0x938f0fff  libGFXShared.dylib (11.1.6) <784C99B9-4E89-3804-801A-364700D00133> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
0x9394b000 - 0x93951ff7  libsystem_networkextension.dylib (167.40.3) <7856EE13-BFDC-3344-AB7C-91866DC6E3EE> /usr/lib/system/libsystem_networkextension.dylib
0x93952000 - 0x9397dfff  libxslt.1.dylib (13.9) <65B2AA8C-E578-3E10-A092-197DD86FAA87> /usr/lib/libxslt.1.dylib
0x9397e000 - 0x9399dfff  libsystem_kernel.dylib (2782.50.2) <98167A7C-B4A1-3B2F-AB9D-FD6AD60F110E> /usr/lib/system/libsystem_kernel.dylib
0x9399e000 - 0x93ab5fff  com.apple.CoreText (454.11 - 454.11) <81873C09-46D8-30F8-8D32-28AA923B7C90> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
0x93ab6000 - 0x93b26ff3  libType1Scaler.dylib (114.1.10) <F0522E79-2B60-32D0-AE6A-E16D5BF32547> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libType1Scaler.dylib
0x93b27000 - 0x93b3eff3  libLinearAlgebra.dylib (1128) <B20FAAAA-1C76-3B20-B100-5FC90F7FE023> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib
0x93b5a000 - 0x93b5cfff  libCVMSPluginSupport.dylib (11.1.6) <27E51D50-D030-3BA8-AF6E-4317A2003944> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
0x93b5d000 - 0x93b97fff  com.apple.MediaKit (16 - 757.2) <C8A90BB1-86B8-3695-B098-DDEF9A44CDC9> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
0x93b98000 - 0x93d872ef  libobjc.A.dylib (647) <7648C174-3098-3B26-AD20-490DBFFD5D4C> /usr/lib/libobjc.A.dylib
0x93d88000 - 0x93d88fff  liblaunch.dylib (559.40.1) <65101C3E-CC60-3528-A306-991309171B8A> /usr/lib/system/liblaunch.dylib
0x93d89000 - 0x93dbcfe3  libsystem_m.dylib (3086.1) <951F633F-57B7-398B-912F-F6ED4DB1C597> /usr/lib/system/libsystem_m.dylib
0x93dbd000 - 0x93dbfffb  libCGXType.A.dylib (788.3.3) <A2B68174-8A1B-3A77-9318-8292883EF840> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
0x93dc0000 - 0x93dc0fff  com.apple.Cocoa (6.8 - 21) <6AF80DDB-C28E-36FF-BC11-D7D561AC52A9> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
0x93dc1000 - 0x93dcfff7  libz.1.dylib (55) <DF3B8F77-8931-3A6B-8BDF-DB67315050E6> /usr/lib/libz.1.dylib
0x93dd0000 - 0x93e34ff7  com.apple.AE (681.5 - 681.7) <1190538F-460A-3168-B1F6-3FE08D98F677> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
0x93e35000 - 0x93e64fff  com.apple.DictionaryServices (1.2 - 229.1) <627E1C9E-BEDA-32B1-97E1-45BE074FC2C3> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
0x93e65000 - 0x94298ff3  com.apple.vision.FaceCore (3.1.6 - 3.1.6) <EF92C25B-3E33-379F-A862-75C2FCA8B386> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
0x942a3000 - 0x942ccffb  com.apple.shortcut (2.14 - 2.14) <4A035852-8510-383E-800E-8F78E88E89EB> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
0x942cd000 - 0x942cffff  com.apple.securityhi (9.0 - 55006) <FC96FF16-D834-3EDA-9B61-5F7726174569> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
0x942d0000 - 0x942f6ff3  libc++abi.dylib (125) <E9AF8CA1-D54D-37E3-8363-A3E8C0840F71> /usr/lib/libc++abi.dylib
0x942f7000 - 0x94309ff7  libsasl2.2.dylib (194.1) <34CB75C7-09BE-3319-BF7E-D4E56495F07A> /usr/lib/libsasl2.2.dylib
0x9430a000 - 0x9435fff3  com.apple.audio.CoreAudio (4.3.0 - 4.3.0) <C09B57A4-83B8-389C-8B3F-1ECBBB5052C1> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x94360000 - 0x943a3fff  libGLU.dylib (11.1.6) <3682B11C-7897-3A56-A82F-3EB59CD41D93> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x943a4000 - 0x943a4fff  libkeymgr.dylib (28) <06DDCEF8-EB84-3F68-9E19-FD1A12B764FD> /usr/lib/system/libkeymgr.dylib
0x943a5000 - 0x943f6fff  com.apple.opencl (2.4.2 - 2.4.2) <1D7B48C3-E8BC-3596-8C0E-B71328FC46AC> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
0x94959000 - 0x949f9fff  com.apple.QD (301 - 301) <4DFE3689-59DE-3FBC-806B-6A4056573E52> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
0x949fa000 - 0x94a70ff7  com.apple.SearchKit (1.4.0 - 1.4.0) <3693A221-B615-37D4-9FB1-F5F6CC7EE1A7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
0x94a71000 - 0x94a74fff  com.apple.xpc.ServiceManagement (1.0 - 1) <78BFBBC9-FBEA-3522-A8B1-5BA7D7A442D3> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
0x94a75000 - 0x94e4eff3  com.apple.HIToolbox (2.1.1 - 758.7) <581BD5B0-2854-320C-8F6D-8A4A1EA53C73> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
0x94efd000 - 0x94f2cfff  com.apple.CoreVideo (1.8 - 145.1) <A59466FC-6B5A-3B36-BDD4-AC9CD581B7A1> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
0x94f34000 - 0x94fb1ff3  com.apple.framework.IOKit (2.0.2 - 1050.20.2) <84299E45-C5F3-365F-AC1B-0EAFF8057112> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x94fb2000 - 0x94fc0ff7  com.apple.SpeechRecognitionCore (2.1.2 - 2.1.2) <CDD0CAA1-DF2E-3FE1-AEE4-4C0823E6FD5C> /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/SpeechRecognitionCore
0x94fc1000 - 0x94fe8fff  libdispatch.dylib (442.50.1) <A4EA1B52-2597-36E9-BDE0-89B3D8B0C3E0> /usr/lib/system/libdispatch.dylib
0x94fe9000 - 0x950ffff3  com.apple.desktopservices (1.9.3 - 1.9.3) <544FDA55-063A-3787-A55A-A54290E4BE6E> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
0x95108000 - 0x95111fff  com.apple.AppleSRP (5.0 - 1) <83C56D61-E2BF-3D34-93A6-DA0784BDD61A> /System/Library/PrivateFrameworks/AppleSRP.framework/Versions/A/AppleSRP
0x95112000 - 0x9539cff3  com.apple.security (7.0 - 57031.40.8) <986D75F2-F340-3DCA-9801-9F2F4DD33E00> /System/Library/Frameworks/Security.framework/Versions/A/Security
0x9539d000 - 0x953f1ff7  com.apple.HIServices (1.22 - 523) <56F4ED21-FE4C-3F33-A425-D64E69B12F05> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
0x953fa000 - 0x95426fff  com.apple.ChunkingLibrary (2.1 - 163.6) <D5446A27-C51B-36D7-A4A1-3222A87F6F48> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary
0x95427000 - 0x95446ff7  com.apple.GenerationalStorage (2.0 - 209.11) <34CF76B2-8052-359D-816D-092608FB6919> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
0x95447000 - 0x95481fff  com.apple.LDAPFramework (2.4.28 - 194.5) <E3E6B657-AA4C-3D9D-8EB2-ACAC1B62DDDE> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
0x95482000 - 0x9548dff7  com.apple.NetAuth (5.2 - 5.2) <3E650FB0-5EB5-3807-8B71-8FAF64D6A0FC> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
0x9552f000 - 0x95725fff  libicucore.A.dylib (531.50) <018CE684-76AA-371A-93C4-50F2EC9CE295> /usr/lib/libicucore.A.dylib
0x957f2000 - 0x9584dfff  com.apple.LanguageModeling (1.0 - 1) <9B39E059-F48E-31AF-B1B3-B0872F362627> /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling
0x9584e000 - 0x95944ff7  libxml2.2.dylib (26.6) <0BC89465-C4AE-31C1-8D8C-F8EB0A4A6460> /usr/lib/libxml2.2.dylib
0x95945000 - 0x95946fff  libremovefile.dylib (35) <49DCAF7B-4466-3775-9E58-EA5D7CBA8AE0> /usr/lib/system/libremovefile.dylib
0x95947000 - 0x95948fff  libDiagnosticMessagesClient.dylib (100) <3EE83437-AA9C-356B-810B-589346B73797> /usr/lib/libDiagnosticMessagesClient.dylib
0x95949000 - 0x9596dffb  com.apple.framework.Apple80211 (10.3 - 1030.71.6) <A133A567-C369-309C-B8BE-F43C9B1B3B61> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
0x9596e000 - 0x95c60ffb  com.apple.CoreImage (10.3.5) <9DC5CAC6-C002-38B0-8A56-D75C2A773357> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage
0x95c61000 - 0x95d51ff3  com.apple.DiskImagesFramework (10.10.5 - 398) <17B6661A-ADED-3B39-9A2D-294685CF2D7B> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
0x95d52000 - 0x95da3fff  libcups.2.dylib (408.2) <425E4328-ECA1-31EE-B2C4-0D67FB8848BE> /usr/lib/libcups.2.dylib
0x95dbc000 - 0x95de5fff  libsystem_info.dylib (459.40.1) <4827C088-2BF0-397F-B9FA-0F91BDF64637> /usr/lib/system/libsystem_info.dylib
0x95de6000 - 0x95e13fff  com.apple.ProtectedCloudStorage (1.0 - 1) <0E0567D9-2C7F-336C-AD75-06F0DF56FAB8> /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/Versions/A/ProtectedCloudStorage
0x95e14000 - 0x95e23ffb  libxar.1.dylib (255) <4FF7DB6F-3232-302F-94BC-F1188F78AF25> /usr/lib/libxar.1.dylib
0x95e24000 - 0x95e56ffb  com.apple.GSS (4.0 - 2.0) <2B5A899E-055E-3BEC-A8A1-F8570983389B> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
0x95e57000 - 0x95e5bfff  libCoreVMClient.dylib (79.1) <3DB52AB1-D41E-3AC9-A355-1B6DCEDB4DFD> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
0x95e5c000 - 0x95e61ff7  libcompiler_rt.dylib (35) <6630682F-AB76-3E55-BE51-0A3E61B6CFC2> /usr/lib/system/libcompiler_rt.dylib
0x95e62000 - 0x95e64ffb  libRadiance.dylib (1241) <142D9DC6-A06D-36F0-8086-E4179491760C> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
0x95f8d000 - 0x96224fff  com.apple.CoreData (111 - 526.3) <93295B9D-6C48-3919-8B9C-A4291D3522CE> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
0x9622a000 - 0x96238ff3  com.apple.opengl (11.1.6 - 11.1.6) <4F03A0A3-8437-323A-8E12-A389D73C4505> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0x96239000 - 0x96674feb  com.apple.vImage (8.0 - 8.0) <56F6B317-9D70-3DC5-9868-BB6D7CB6E55D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
0x96675000 - 0x96678fff  libdyld.dylib (353.2.3) <9ADD7F9D-2CF9-3437-96FF-64998987A5CF> /usr/lib/system/libdyld.dylib
0x96679000 - 0x966f0fff  com.apple.ApplicationServices.ATS (360 - 375.4) <15EA5277-3E03-3E09-B832-1D45E429E828> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
0x96992000 - 0x96a93ff7  com.apple.LaunchServices (644.56 - 644.56) <CFF2C4B8-8111-3B9B-A6F7-E2AB33163238> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
0x97443000 - 0x97547ff7  libJP2.dylib (1241) <B7E5C1AF-81C8-3850-8245-EF1ED03B28DE> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
0x97548000 - 0x97548fff  libOpenScriptingUtil.dylib (162.2) <7670C29D-B3A3-3E59-A117-DD7766C07862> /usr/lib/libOpenScriptingUtil.dylib
0x97549000 - 0x97589fff  libauto.dylib (186) <1609D0F9-6E3A-3C67-87EF-BB0BD93EDAC9> /usr/lib/libauto.dylib
0x9758a000 - 0x9759afff  libGL.dylib (11.1.6) <9F457F9B-C393-3105-953A-1E0DA618DB76> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x9759b000 - 0x975e4ffb  libFontRegistry.dylib (134.1) <6CF6177B-D5D6-3E7B-88BC-BE833D55018C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
0x975e5000 - 0x97602fff  libCRFSuite.dylib (34) <781A92EF-410E-39B2-953D-FEE12748D834> /usr/lib/libCRFSuite.dylib
0x97603000 - 0x9778bff7  com.apple.audio.toolbox.AudioToolbox (1.12 - 1.12) <CA1E6D99-F534-3D3B-9AA5-038E171AD0A9> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x9778c000 - 0x978befff  com.apple.UIFoundation (1.0 - 1) <B5B0D178-E1F5-3625-9391-46495E35D540> /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation
0x978bf000 - 0x978c0fff  com.apple.TrustEvaluationAgent (2.0 - 25) <28BBD931-EF7C-3753-B50E-6568F4075086> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
0x978c1000 - 0x97956fff  libsystem_c.dylib (1044.40.2) <4C6B5977-D7C9-3EDC-8D14-C00333C72090> /usr/lib/system/libsystem_c.dylib
0x97957000 - 0x979caffb  com.apple.framework.CoreWLAN (5.0 - 500.35.2) <812E25B3-2041-360E-8C1D-0CCA1E66D1EE> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
0x979cc000 - 0x979cdfff  libsystem_blocks.dylib (65) <5D98F022-E863-31D4-8ADE-D53B2AE0D331> /usr/lib/system/libsystem_blocks.dylib
0x979ce000 - 0x97abfffb  libiconv.2.dylib (42) <4AF77F10-0BEC-3BE0-99DF-C5170EDB316B> /usr/lib/libiconv.2.dylib
0x97ac0000 - 0x97ea8ff7  libLAPACK.dylib (1128) <4E3D1289-2C98-3E53-BB8D-AD911357FF66> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
0x981be000 - 0x981c6ff7  com.apple.icloud.FindMyDevice (1.0 - 1) <E6C21417-C63A-3CD7-9329-205057417AC1> /System/Library/PrivateFrameworks/FindMyDevice.framework/Versions/A/FindMyDevice
0x981c7000 - 0x98521ff7  libmecabra.dylib (666.7) <55A50B97-92D3-3DDC-8E3A-58BC5FFE5E3F> /usr/lib/libmecabra.dylib
0x9852a000 - 0x98595ff7  com.apple.framework.CoreWiFi (3.0 - 300.4) <632A811D-4706-3ED7-85E3-DD2CDB47CF8F> /System/Library/PrivateFrameworks/CoreWiFi.framework/Versions/A/CoreWiFi
0x98596000 - 0x985f1ffb  libTIFF.dylib (1241) <CB5687CB-803D-33DA-A849-2DCDBDC48262> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
0x985f2000 - 0x985f4ff7  libquarantine.dylib (76.20.1) <8694AC5A-7359-3CC6-8E93-CABFCC919D4B> /usr/lib/system/libquarantine.dylib
0x985f5000 - 0x985fdfeb  libcldcpuengine.dylib (2.4.5) <0DA75E93-929B-3714-A105-ABF335635CD9> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengine.dylib
0x985fe000 - 0x98602ffb  libGIF.dylib (1241) <F620D80C-59D6-31CA-8678-7505F287274A> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
0x98603000 - 0x9863fff3  com.apple.RemoteViewServices (2.0 - 99) <2839C2F1-88DA-3843-87BF-441A374A8967> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
0x986e9000 - 0x98783fff  com.apple.ColorSync (4.9.0 - 4.9.0) <E3442A3A-181A-3C39-86D5-89292AF8115F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
0x98784000 - 0x9879fffb  com.apple.openscripting (1.6.4 - 162.2) <EC0738BF-B7D0-3C9F-9FC7-97C2D84BE644> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
0x987a0000 - 0x98827fff  com.apple.CoreServices.OSServices (640.4 - 640.4) <D9B7E89C-0C88-3446-9E96-CBA86B953C0D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
0x98855000 - 0x988b2ff7  com.apple.print.framework.PrintCore (10.3 - 451.1) <86895179-C54B-3D8A-B515-92DFA6315FC9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
0x988b3000 - 0x988bcfff  com.apple.DiskArbitration (2.6 - 2.6) <D906604A-1D8C-31BF-8F22-EA219FFC858F> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x988bd000 - 0x988caff7  libbz2.1.0.dylib (36) <6BC7B049-8F03-3217-9840-B1804CCBF742> /usr/lib/libbz2.1.0.dylib
0x988cb000 - 0x988d1ff7  libsystem_trace.dylib (72.20.1) <5F23BE77-1C60-3859-B528-C6B3C184C95C> /usr/lib/system/libsystem_trace.dylib
0x9988d000 - 0x9988ffff  libsystem_coreservices.dylib (9) <20E66A47-8D67-344A-A393-73926F0E5FB2> /usr/lib/system/libsystem_coreservices.dylib
0x99890000 - 0x99894ffb  libcache.dylib (69) <55501A00-AF64-3554-8F46-8D5AFEDEC332> /usr/lib/system/libcache.dylib
0x998c9000 - 0x998cdffb  com.apple.IOSurface (97.4 - 97.4) <FD6AD351-BD60-337C-8D3D-42CDA7EE137C> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
0x9a253000 - 0x9a25fff3  libcommonCrypto.dylib (60061.30.1) <18B9D797-34BA-3F73-8744-7812DC9AE89C> /usr/lib/system/libcommonCrypto.dylib
0x9a260000 - 0x9a264fff  com.apple.CommonPanels (1.2.6 - 96) <955375E6-2416-38E1-AFC6-477827119329> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
0x9a414000 - 0x9a542ff7  com.apple.coreui (2.1 - 308.6) <5C418632-E00D-3864-B645-F2D993DE6455> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
0x9a566000 - 0x9a577ff7  libsystem_coretls.dylib (35.40.1) <22F1F179-F6ED-3576-8169-ED44BB59780A> /usr/lib/system/libsystem_coretls.dylib
0x9a578000 - 0x9a57bfff  libpam.2.dylib (20) <E2F34522-448A-3392-BC1D-6625BEB612B9> /usr/lib/libpam.2.dylib
0x9a57c000 - 0x9a583ff3  libunwind.dylib (35.3) <29D9343F-9A0A-3535-B0AE-E7CC761D95EE> /usr/lib/system/libunwind.dylib
0x9a584000 - 0x9a5d3ff7  libcurl.4.dylib (83.40.2) <3311B623-79C9-3B9D-BDEB-7CD72E0D68BA> /usr/lib/libcurl.4.dylib
0x9a5d4000 - 0x9a69ffff  com.apple.DiscRecording (9.0 - 9000.4.2) <8E19F180-3D32-3C7A-8E73-272F2955D9A8> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
0x9a6a0000 - 0x9a6a9ffb  com.apple.CommonAuth (4.0 - 2.0) <CEB9667F-4511-36E5-82EC-95CC1C48AC3B> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
0x9a6aa000 - 0x9a729fff  com.apple.SystemConfiguration (1.14.4 - 1.14) <796BBD68-8E23-32BF-93DD-9C0EA21DB81B> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
0x9a72a000 - 0x9a86eff7  com.apple.ImageIO.framework (3.3.0 - 1241) <D75A755E-19BA-3730-9E4C-14D8523B1BFB> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
0x9a86f000 - 0x9a873ff3  com.apple.TCC (1.0 - 1) <EE0D6865-A6E0-3BF0-93F1-837C09AA7978> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
0x9a874000 - 0x9a87cfff  libsystem_dnssd.dylib (576.50.2) <EE1665C5-2827-3BF7-961A-12EAE26DAFA7> /usr/lib/system/libsystem_dnssd.dylib
0x9b18b000 - 0x9b197fff  com.apple.CrashReporterSupport (10.10 - 631) <9A6DF8E2-AE0F-3919-889A-CD7F79ABD6EC> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
0x9b1ec000 - 0x9b229fff  libsystem_network.dylib (412.20.3) <1D1D6444-EB6B-3249-902B-1710C3C0DCCB> /usr/lib/system/libsystem_network.dylib
0x9b22a000 - 0x9b3bbff3  libsqlite3.dylib (168.2) <85773EDA-5470-326B-8C21-20A80C89C96A> /usr/lib/libsqlite3.dylib
0x9b3bc000 - 0x9b3ccff7  com.apple.LangAnalysis (1.7.0 - 1.7.0) <DBECFAD5-DB53-390C-AE92-09549733C861> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
0x9b4e1000 - 0x9b4e6fff  com.apple.print.framework.Print (10.0 - 265) <7C3984BB-8337-3B90-A414-17C181A45744> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
0x9b4e7000 - 0x9b4f4ff7  com.apple.OpenDirectory (10.10 - 187) <6323752A-8CBE-3EF0-9934-F587EC24EF16> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
0x9b4f5000 - 0x9b4f8fff  libextension.dylib (55.2) <BE3B5B43-A1BB-3BB6-9CD9-946BC61241FC> /usr/lib/libextension.dylib
0x9b4f9000 - 0x9b6befff  com.apple.QuartzCore (1.10 - 361.19) <41368020-0DAF-3886-B701-96FAE68FC023> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
0x9b720000 - 0x9b721fff  liblangid.dylib (117) <34A0F807-755F-300B-B01F-AABAE3838451> /usr/lib/liblangid.dylib
0x9b722000 - 0x9ba20ffb  com.apple.CoreServices.CarbonCore (1108.6 - 1108.6) <ABEA5906-26AE-308F-B078-5944ABDF94DF> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
0x9ba21000 - 0x9baecfff  com.apple.backup.framework (1.6.5 - 1.6.5) <F2F66289-39DD-3033-A56B-DC8A9495C782> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
0x9baed000 - 0x9bb8afff  com.apple.ink.framework (10.9 - 213) <F47949BC-ABEE-329B-B568-71C6FEF761F6> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
0x9bf63000 - 0x9bf65fff  com.apple.loginsupport (1.0 - 1) <BA8EEAD0-8E97-3219-949B-50AE67F8869E> /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsupport.framework/Versions/A/loginsupport
0x9bf66000 - 0x9bfa6ffb  libGLImage.dylib (11.1.6) <7A079480-648E-3313-89B4-17CB578CAD33> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
0x9bfa7000 - 0x9bfe7fff  com.apple.Symbolication (1.4 - 56045) <BE1C4846-DA11-365D-9B46-3FF130401839> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
0x9bfe8000 - 0x9c00bfff  libJPEG.dylib (1241) <E339475F-DEED-3794-B16C-315793D52D3B> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
0x9c00c000 - 0x9c3c0ff7  com.apple.CoreFoundation (6.9 - 1153.18) <267B1002-C755-37B4-95CD-92358CF994B8> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x9c3c1000 - 0x9c44eff3  com.apple.PerformanceAnalysis (1.0 - 1) <C8A0B9BD-186B-37F6-B776-D6304E1B49F5> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
0x9c44f000 - 0x9c451ff3  com.apple.EFILogin (2.0 - 2) <00F6D57F-5B4F-373E-BBFF-D19E1E7F87E6> /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin
0x9c452000 - 0x9c486ffb  com.apple.frameworks.CoreDaemon (1.3 - 1.3) <F527DB82-0D3F-359E-979B-951DFF46D45C> /System/Library/PrivateFrameworks/CoreDaemon.framework/Versions/B/CoreDaemon
0x9c487000 - 0x9c498fff  libbsm.0.dylib (34) <C9F0C608-2794-3F6B-8078-583FC0046039> /usr/lib/libbsm.0.dylib
0xba300000 - 0xba301fff  libCyrillicConverter.dylib (64) <19A2C35B-6CE3-3CA8-9671-56E272497F18> /System/Library/CoreServices/Encodings/libCyrillicConverter.dylib
0xba900000 - 0xba91dfff  libJapaneseConverter.dylib (64) <7265FE24-923E-3CF7-92D6-DB6EFB9E8379> /System/Library/CoreServices/Encodings/libJapaneseConverter.dylib
0xbab00000 - 0xbab22fff  libKoreanConverter.dylib (64) <4161A7A7-3876-3261-A409-EC0EA49B3FF8> /System/Library/CoreServices/Encodings/libKoreanConverter.dylib
0xbad00000 - 0xbad01fff  libLatin2Converter.dylib (64) <AF9C3D98-CE40-3B33-8706-88D8FCEEE853> /System/Library/CoreServices/Encodings/libLatin2Converter.dylib

External Modification Summary:
  Calls made by other processes targeting this process:
    task_for_pid: 94
    thread_create: 0
    thread_set_state: 0
  Calls made by this process:
    task_for_pid: 0
    thread_create: 0
    thread_set_state: 0
  Calls made by all processes on this machine:
    task_for_pid: 70524
    thread_create: 0
    thread_set_state: 0

VM Region Summary:
ReadOnly portion of Libraries: Total=158.4M resident=38.1M(24%) swapped_out_or_unallocated=120.3M(76%)
Writable regions: Total=134.2M written=17.5M(13%) resident=49.2M(37%) swapped_out=0K(0%) unallocated=85.0M(63%)
 
REGION TYPE                      VIRTUAL
===========                      =======
ATS (font support)                 33.0M
CG backing stores                  16.5M
CG image                             20K
CG shared images                    752K
CoreGraphics                         56K
CoreUI image data                   156K
Kernel Alloc Once                     4K
MALLOC                             53.3M
MALLOC (admin)                       48K
Memory Tag 242                       12K
Memory Tag 249                      156K
OpenCL                               32K
Stack                              70.2M
VM_ALLOCATE                        16.7M
__DATA                             7280K
__IMAGE                             528K
__LINKEDIT                         42.1M
__OBJC                             2276K
__TEXT                            116.3M
__UNICODE                           552K
mapped file                       202.7M
shared memory                         4K
===========                      =======
TOTAL                             562.4M

h4ns...@gmail.com

unread,
Jun 7, 2016, 8:11:18 AM6/7/16
to frontier-user
Good day,

is there hope for the OPML Editor being fixed sometime soon for Yosemite/El Capitan? Or is this the end? I lost lots of credibility for choosing a buggy OPML (4 to 20 crashes/day) installation and have to provide a solution sooner than later.

I have been using Frontier/OPML for the past 18 years and we still have a couple of legacy applications up and running - even OS 9.2. After a 2 months wait, I am forced to decide whether to migrate our apps away from OPML or wait for a fix.

Again, is there hope for a fix soon?

Hans

Ted Howard

unread,
Jun 7, 2016, 2:24:07 PM6/7/16
to fronti...@googlegroups.com
Hans,
 
I maintain the Frontier source code in my spare time as a hobby. It's something I enjoy doing, and I'm generally happy to investigate and fix bugs. Recently, I've been very busy at my day job. We just shipped a new product, so that required all my available mental energy and time.
 
I'll take a look at the crash logs you posted and see if I can figure anything out. I can't promise a fix, but I will try.
 
Ted

Ted Howard

unread,
Jun 7, 2016, 5:23:01 PM6/7/16
to fronti...@googlegroups.com
Unfortunately, the crash logs don't tell me much. I can see that you are on my latest released build, so that's good.
 
The crash is happening in framework code that handles an incoming Apple Event. The problem is that Frontier, like many Mac apps of it's day, uses Apple events for everything.
 
It's possible that it's a scheduler script. It could also be an incoming network request.
 
How often does the app crash?
Would it be possible to share the suspect scripts?
 
Step 1 is to get me to be able to re-create this behavior.
 
Ted
Reply all
Reply to author
Forward
0 new messages