Quantcast
Channel: Adobe Community : Popular Discussions - InDesign SDK
Viewing all 78596 articles
Browse latest View live

How to debug a InDesign plugin (PluginConfig.txt)

$
0
0

I added a PluginConfig.txt. (Users/user/Library/Preferences/Adobe InDesign/Version/en_US)

But Nothing happened. (When using the Plug-Ins folder was work well.)

 

PluginConfig.txt test texts.

=Path

“OS_HD:Users:user:Desktop:Project:inDesign:plugin:build:mac:debug:Hoo”

=Path

“:OS_HD:Users:user:Desktop:Project:inDesign:plugin:build:mac:debug:Hoo

=Path

“OS_HD/Users/user/Desktop/Project/inDesign/plugin/build/mac/debug/Hoo

=Path

“/OS_HD/Users/user/Desktop/Project/inDesign/plugin/build/mac/debug/Hoo

=Path

“Users:user:Desktop:Project:inDesign:plugin:build:mac:debug:Hoo

=Path

“:Users:user:Desktop:Project:inDesign:plugin:build:mac:debug:Hoo

=Path

“Users/user/Desktop/Project/inDesign/plugin/build/mac/debug/Hoo

=Path

“/Users/user/Desktop/Project/inDesign/plugin/build/mac/debug/Hoo

 

.InDesignPlugin file in Hoo folder

 

What is the Problem?


how to Add custom menu items in the context menu?

$
0
0

how to Add custom menu items in the context menu?

through sdk c++

Development environments for developing InDesign plug-ins

$
0
0

Please confirm on the versions of Visual Studio on Windows and Xcode on Mac to be used for developing InDesign plug-ins.

 

The SDK documentation provides the below information -

CC 2017 MacOS link error: InDesignModel.framework unsupported file format

$
0
0

Hi,

 

We are trying to compile BasicMenu for InDesign CC 2017 on mac, and we have a link warning:

 

ignoring file /DVLP/SDK/Adobe_ID_CC2017_SDK/build/mac/release_cocoa64/packagefolder/contents/macos/InDe signModel.framework/InDesignModel, file was built for unsupported file format ( 0x56 0x65 0x72 0x73 0x69 0x6F 0x6E 0x73 0x2F 0x43 0x75 0x72 0x72 0x65 0x6E 0x74 ) which is not the architecture being linked (x86_64): /DVLP/SDK/Adobe_ID_CC2017_SDK/build/mac/release_cocoa64/packagefolder/contents/macos/InDe signModel.framework/InDesignModel

 

as consequence of this, followed by 32 link errors on SDK methods.

 

We are using :

MacOS 10.11.6

xCode 7.2.1

InDesign SDK v81 from prerelease

 

Thanks.

How use xercesc lib in plugin of Indesign?

$
0
0

I try include xercesc lib to read xml, but occur error when build:

Error2error LNK2005: "public: virtual char const * __thiscall std::exception::what(void)const " (?what@exception@std@@UBEPBDXZ) already defined in Public.lib(Public.dll)E:\\Plugin_src\CS6\Adobe InDesign CS6 Plugin SDK\build\win\prj\LIBCMT.lib(stdexcpt.obj)AKPlugin

How use xercesc lib in plugin of Indesign?

K2Meta declaration

$
0
0

At our Plug-In-project we get the error R32762 while compiling our fr-File from MetaProgramming.h(39).

That line is 'namespace K2Meta'.

Obviousely the declaration of one of these keys is missing.

At our system we cannot find the respective declaration fot K2Meta.

Namespaces we have used temporariily.

Can please somebody give us a tip, what is missing here and how to solve that failure.

 

Regards

Jochen Seliger

How to debug a plugin

$
0
0

I have created a sample plugin (MyProject.IndesignPlugin) for IndesignCS3 . I want to debug the code . But i don't know how to debug it. I opened the code (ie .xcodeproj) from the Project menu selected the New Custom Executable. Here in the execuatble path i have set the indesinCS3.app path "/Applications/Adobe InDesign CS3/Adobe InDesign CS3.app". I started to debug by clicking Run->debug. It open the Indesign but i am not able to see the plugin.

But if i build it in the relase mode and put the plugin in the Adobe Indesign C3 -> Plugins folder. i able to see my plugin when i open the indsegin application. Do i have to register the debug plugin or any way to see my plugin when i run in he debug mode.

When i build my plugin the debug plugin is created in the "Soucre/sdkSamples/Debug" folder. But my soucre code is in "Source/sdkSamples/MyProj".

 

Please anyone let me know how to debug the plugin?

 

Thanks

Sakthi

How to create table of contents in c# using indesign SDK CS5?

$
0
0

Hi,

         

           Currently I am using adobe indesign SDK to implement a sample application. Here I need to write C# code to generate tabel of contents in a indesign page. Since I am new to indesign sdk, so I need help from you guys.

 

          Please send me some sample code to generate table of contents or any helpful link, which can help me in development.

 

Thanks

 

Chandra Prakash


How to set auto leading to the paragraph style?

$
0
0

Hi,

 

I need to give auto leading the paragraph style. How to use "kTextAttrAutoLeadBoss".

 

Anyone please help.

 

Regards,

Gayathri

PMString XCODE DEBUG - How i see the value in string?

$
0
0
I try to see the value from a PMString, but the debug only show me value in UTF16TextChar [16], when I change the value using View Value AS... I got a message in summary "OUT OF SCOPE".
Someone know how i can do that?

Thanks a loot!

How to preserve custom textattributes after an idml roundtrip

$
0
0

Hello,

 

I made a custom textattribute for IDCS5 and everything works fine as long i remain the Indesign CS5 fileformat. I want that my attribute 'survives' a idml roundtrip (i.e. Exporting to idml, open the idml in indesign and save it back to .indd). There is where it goes wrong. My attribute is lost in the roundtripped document.

The docs i found concerning preserving for .idml are all about custom scripting objects. My attribute is not scriptable and can not be accessed by the scripting api.

As i understood, IAttrImportExport is only about exporting to tagged text, right?

I tought it had to do with persistency, but as i found out, an attribute is by default persistent. When i save/close my document and reopen it, the attribute is still there anyway.

So, i'm stuck now. Can anyone point me to the right direction?

Thanks in advance!

 

Bart.

missing plugin SMD DB/channels does anyone know it?

$
0
0

I have an indesign file with a placed EPS which shows an error, and when opening get a warning that I 'should not open' the file...

 

The missing plugins are shown here (smd db model and smd channels model)...

I dont know anything much about plugins, but have never had a similar message before and a google search does not show any results. 

 

Can anyone enlighten me?

Attaching to process crashes XCode 5.0.2 with latest InDesign Debug Build 11.4.0.89

$
0
0

1. Attempting to attach Xcode Debugger to the running InDesign Debug build 11.4.0.89 results in a crash of XCode

Attaching to the Release build installed through Creative Cloud works fine.

 

2. Does anyone have any thoughts on using a later XCode to compile / debug CC Plug-ins, such as 7.x.x ?

 

Any Ideas??

 

Process:               Xcode [5293]

Path:                  /Applications/XCode_5_0_2/Xcode.app/Contents/MacOS/Xcode

Identifier:            com.apple.dt.Xcode

Version:               5.0.2 (3335.32)

Build Info:            IDEApplication-3335032000000000~4

Code Type:             X86-64 (Native)

Parent Process:        ??? [1]

Responsible:           Xcode [5293]

User ID:               502

 

 

Date/Time:             2016-07-01 15:02:47.226 +0100

OS Version:            Mac OS X 10.11.5 (15F34)

Report Version:        11

Anonymous UUID:        9ABCE7E1-8E59-44C0-DA11-AF02BE178DF9

 

 

Sleep/Wake UUID:       300582E4-1560-43BB-98DA-9B1368E93776

 

 

Time Awake Since Boot: 170000 seconds

Time Since Wake:       4300 seconds

 

 

System Integrity Protection: enabled

 

 

Crashed Thread:        22

 

 

Exception Type:        EXC_BAD_ACCESS (Code Signature Invalid)

Exception Codes:       0x0000000000000032, 0x0000000149e2c000

Exception Note:        EXC_CORPSE_NOTIFY

 

 

kernel messages:

-0 sec           CODE SIGNING: cs_invalid_page(0x149e2c000): p=5293[Xcode] final status 0x3004200, denying page sending SIGKILL

-0 sec           CODE SIGNING: process 5293[Xcode]: rejecting invalid page at address 0x149e2c000 from offset 0x116000 in file "/Applications/Adobe InDesign CC 2015 Debug/Adobe InDesign CC 2015.app/Contents/Frameworks/amtlib.framework/Versions/A/amtlib" (cs_mtime:1464228293.0 == mtime:1464228293.0) (signed:1 validated:1 tainted:1 wpmapped:0 slid:0)

 

 

VM Regions Near 0x149e2c000:

    MALLOC_LARGE           0000000149dde000-0000000149e2c000 [  312K] rw-/rwx SM=PRV 

--> mapped file            0000000149e2c000-0000000149f3f000 [ 1100K] r--/rwx SM=COW 

    Process Corpse Info    0000000149f3f000-000000014a13f000 [ 2048K] rw-/rwx SM=COW 

 

 

Application Specific Information:

ProductBuildVersion: 5A3005

 

 

Global Trace Buffer (reverse chronological seconds):

22.117845    CFNetwork                 0x00007fff9caf43cb TCP Conn 0x7feb185e97f0 SSL Handshake DONE

22.275015    CFNetwork                 0x00007fff9caf43cb TCP Conn 0x7feb1aa03270 SSL Handshake DONE

23.618264    CFNetwork                 0x00007fff9caf42a7 TCP Conn 0x7feb185e97f0 starting SSL negotiation

23.618333    CFNetwork                 0x00007fff9caf2c71 TCP Conn 0x7feb185e97f0 complete. fd: 23, err: 0

23.618509    CFNetwork                 0x00007fff9cb8154b TCP Conn 0x7feb185e97f0 event 1. err: 0

23.766451    CFNetwork                 0x00007fff9caf42a7 TCP Conn 0x7feb1aa03270 starting SSL negotiation

23.766595    CFNetwork                 0x00007fff9caf2c71 TCP Conn 0x7feb1aa03270 complete. fd: 21, err: 0

23.766712    CFNetwork                 0x00007fff9cb8154b TCP Conn 0x7feb1aa03270 event 1. err: 0

23.820692    CFNetwork                 0x00007fff9caf1f43 TCP Conn 0x7feb185e97f0 started

23.820699    CFNetwork                 0x00007fff9caf1f43 TCP Conn 0x7feb1aa03270 started

23.894789    CFNetwork                 0x00007fff9cab5bc6 Creating default cookie storage with process/bundle identifier

23.894789    CFNetwork                 0x00007fff9cab5b5e Faulting in CFHTTPCookieStorage singleton

23.894789    CFNetwork                 0x00007fff9cab59ed Faulting in NSHTTPCookieStorage singleton

 

 

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

0   libsystem_kernel.dylib         0x00007fffa1d04f72 mach_msg_trap + 10

1   libsystem_kernel.dylib         0x00007fffa1d043b3 mach_msg + 55

2   com.apple.CoreFoundation       0x00007fff95ea11c4 __CFRunLoopServiceMachPort + 212

3   com.apple.CoreFoundation       0x00007fff95ea068c __CFRunLoopRun + 1356

4   com.apple.CoreFoundation       0x00007fff95e9fed8 CFRunLoopRunSpecific + 296

5   com.apple.HIToolbox           0x00007fff95994935 RunCurrentEventLoopInMode + 235

6   com.apple.HIToolbox           0x00007fff9599476f ReceiveNextEventCommon + 432

7   com.apple.HIToolbox           0x00007fff959945af _BlockUntilNextEventMatchingListInModeWithFilter + 71

8   com.apple.AppKit               0x00007fff8dac4df6 _DPSNextEvent + 1067

9   com.apple.AppKit               0x00007fff8dac4226 -[NSApplication _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 454

10  com.apple.AppKit               0x00007fff8dab8d80 -[NSApplication run] + 682

11  com.apple.AppKit               0x00007fff8da82368 NSApplicationMain + 1176

12  libdyld.dylib                 0x00007fff9f6d55ad start + 1

 

 

Thread 1:

0   libsystem_kernel.dylib         0x00007fffa1d0b5e2 __workq_kernreturn + 10

1   libsystem_pthread.dylib       0x00007fff9767d578 _pthread_wqthread + 1283

2   libsystem_pthread.dylib       0x00007fff9767b341 start_wqthread + 13

 

 

Thread 2:: Dispatch queue: com.apple.libdispatch-manager

0   libsystem_kernel.dylib         0x00007fffa1d0befa kevent_qos + 10

1   libdispatch.dylib             0x00007fff8ef4c165 _dispatch_mgr_invoke + 216

2   libdispatch.dylib             0x00007fff8ef4bdcd _dispatch_mgr_thread + 52

 

 

Thread 3:

0   libsystem_kernel.dylib         0x00007fffa1d0b5e2 __workq_kernreturn + 10

1   libsystem_pthread.dylib       0x00007fff9767d578 _pthread_wqthread + 1283

2   libsystem_pthread.dylib       0x00007fff9767b341 start_wqthread + 13

 

 

Thread 4:

0   libsystem_kernel.dylib         0x00007fffa1d0b5e2 __workq_kernreturn + 10

1   libsystem_pthread.dylib       0x00007fff9767d578 _pthread_wqthread + 1283

2   libsystem_pthread.dylib       0x00007fff9767b341 start_wqthread + 13

 

 

Thread 5:: com.apple.NSURLConnectionLoader

0   libsystem_kernel.dylib         0x00007fffa1d04f72 mach_msg_trap + 10

1   libsystem_kernel.dylib         0x00007fffa1d043b3 mach_msg + 55

2   com.apple.CoreFoundation       0x00007fff95ea11c4 __CFRunLoopServiceMachPort + 212

3   com.apple.CoreFoundation       0x00007fff95ea068c __CFRunLoopRun + 1356

4   com.apple.CoreFoundation       0x00007fff95e9fed8 CFRunLoopRunSpecific + 296

5   com.apple.CFNetwork           0x00007fff9cab9095 +[NSURLConnection(Loader) _resourceLoadLoop:] + 412

6   com.apple.Foundation           0x00007fff9d15ce64 __NSThread__start__ + 1351

7   libsystem_pthread.dylib       0x00007fff9767d99d _pthread_body + 131

8   libsystem_pthread.dylib       0x00007fff9767d91a _pthread_start + 168

9   libsystem_pthread.dylib       0x00007fff9767b351 thread_start + 13

 

 

Thread 6:

0   libsystem_kernel.dylib         0x00007fffa1d0b5e2 __workq_kernreturn + 10

1   libsystem_pthread.dylib       0x00007fff9767d578 _pthread_wqthread + 1283

2   libsystem_pthread.dylib       0x00007fff9767b341 start_wqthread + 13

 

 

Thread 7:

0   libsystem_kernel.dylib         0x00007fffa1d0b5e2 __workq_kernreturn + 10

1   libsystem_pthread.dylib       0x00007fff9767d578 _pthread_wqthread + 1283

2   libsystem_pthread.dylib       0x00007fff9767b341 start_wqthread + 13

 

 

Thread 8:

0   libsystem_kernel.dylib         0x00007fffa1d0b5e2 __workq_kernreturn + 10

1   libsystem_pthread.dylib       0x00007fff9767d578 _pthread_wqthread + 1283

2   libsystem_pthread.dylib       0x00007fff9767b341 start_wqthread + 13

 

 

Thread 9:

0   libsystem_kernel.dylib         0x00007fffa1d0b5e2 __workq_kernreturn + 10

1   libsystem_pthread.dylib       0x00007fff9767d578 _pthread_wqthread + 1283

2   libsystem_pthread.dylib       0x00007fff9767b341 start_wqthread + 13

 

 

Thread 10:

0   libsystem_kernel.dylib         0x00007fffa1d0b5e2 __workq_kernreturn + 10

1   libsystem_pthread.dylib       0x00007fff9767d578 _pthread_wqthread + 1283

2   libsystem_pthread.dylib       0x00007fff9767b341 start_wqthread + 13

 

 

Thread 11:

0   libsystem_kernel.dylib         0x00007fffa1d0b5e2 __workq_kernreturn + 10

1   libsystem_pthread.dylib       0x00007fff9767d578 _pthread_wqthread + 1283

2   libsystem_pthread.dylib       0x00007fff9767b341 start_wqthread + 13

 

 

Thread 12:

0   libsystem_kernel.dylib         0x00007fffa1d04f72 mach_msg_trap + 10

1   libsystem_kernel.dylib         0x00007fffa1d043b3 mach_msg + 55

2   com.apple.CoreFoundation       0x00007fff95ea11c4 __CFRunLoopServiceMachPort + 212

3   com.apple.CoreFoundation       0x00007fff95ea068c __CFRunLoopRun + 1356

4   com.apple.CoreFoundation       0x00007fff95e9fed8 CFRunLoopRunSpecific + 296

5   com.apple.DTDeviceKitBase     0x000000011abcf81a -[DTDKRemoteDeviceDataListener listenerThreadImplementation] + 164

6   com.apple.Foundation           0x00007fff9d15ce64 __NSThread__start__ + 1351

7   libsystem_pthread.dylib       0x00007fff9767d99d _pthread_body + 131

8   libsystem_pthread.dylib       0x00007fff9767d91a _pthread_start + 168

9   libsystem_pthread.dylib       0x00007fff9767b351 thread_start + 13

 

 

Thread 13:: com.apple.CFSocket.private

0   libsystem_kernel.dylib         0x00007fffa1d0b07a __select + 10

1   com.apple.CoreFoundation       0x00007fff95ede4fa __CFSocketManager + 762

2   libsystem_pthread.dylib       0x00007fff9767d99d _pthread_body + 131

3   libsystem_pthread.dylib       0x00007fff9767d91a _pthread_start + 168

4   libsystem_pthread.dylib       0x00007fff9767b351 thread_start + 13

 

 

Thread 14:: CVDisplayLink

0   libsystem_kernel.dylib         0x00007fffa1d0adb6 __psynch_cvwait + 10

1   libsystem_pthread.dylib       0x00007fff9767e75e _pthread_cond_wait + 821

2   com.apple.CoreVideo           0x00007fff998340d8 CVDisplayLink::waitUntil(unsigned long long) + 232

3   com.apple.CoreVideo           0x00007fff99833ed1 CVDisplayLink::runIOThread() + 511

4   com.apple.CoreVideo           0x00007fff998339a9 startIOThread(void*) + 147

5   libsystem_pthread.dylib       0x00007fff9767d99d _pthread_body + 131

6   libsystem_pthread.dylib       0x00007fff9767d91a _pthread_start + 168

7   libsystem_pthread.dylib       0x00007fff9767b351 thread_start + 13

 

 

Thread 15:: com.apple.NSEventThread

0   libsystem_kernel.dylib         0x00007fffa1d04f72 mach_msg_trap + 10

1   libsystem_kernel.dylib         0x00007fffa1d043b3 mach_msg + 55

2   com.apple.CoreFoundation       0x00007fff95ea11c4 __CFRunLoopServiceMachPort + 212

3   com.apple.CoreFoundation       0x00007fff95ea068c __CFRunLoopRun + 1356

4   com.apple.CoreFoundation       0x00007fff95e9fed8 CFRunLoopRunSpecific + 296

5   com.apple.AppKit               0x00007fff8dc1ad95 _NSEventThread + 149

6   libsystem_pthread.dylib       0x00007fff9767d99d _pthread_body + 131

7   libsystem_pthread.dylib       0x00007fff9767d91a _pthread_start + 168

8   libsystem_pthread.dylib       0x00007fff9767b351 thread_start + 13

 

 

Thread 16:: DYMobileDeviceManager

0   libsystem_kernel.dylib         0x00007fffa1d04f72 mach_msg_trap + 10

1   libsystem_kernel.dylib         0x00007fffa1d043b3 mach_msg + 55

2   com.apple.CoreFoundation       0x00007fff95ea11c4 __CFRunLoopServiceMachPort + 212

3   com.apple.CoreFoundation       0x00007fff95ea068c __CFRunLoopRun + 1356

4   com.apple.CoreFoundation       0x00007fff95e9fed8 CFRunLoopRunSpecific + 296

5   com.apple.Foundation           0x00007fff9d14bed9 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 270

6   com.apple.Foundation           0x00007fff9d14bdb8 -[NSRunLoop(NSRunLoop) run] + 74

7   com.apple.GPUToolsMobileFoundation 0x000000011c5d696b -[DYMobileDeviceManager _deviceNotificationThread:] + 132

8   com.apple.Foundation           0x00007fff9d15ce64 __NSThread__start__ + 1351

9   libsystem_pthread.dylib       0x00007fff9767d99d _pthread_body + 131

10  libsystem_pthread.dylib       0x00007fff9767d91a _pthread_start + 168

11  libsystem_pthread.dylib       0x00007fff9767b351 thread_start + 13

 

 

Thread 17:

0   libsystem_kernel.dylib         0x00007fffa1d0b5e2 __workq_kernreturn + 10

1   libsystem_pthread.dylib       0x00007fff9767d578 _pthread_wqthread + 1283

2   libsystem_pthread.dylib       0x00007fff9767b341 start_wqthread + 13

 

 

Thread 18:

0   libsystem_kernel.dylib         0x00007fffa1d0b07a __select + 10

1   com.apple.LLDB.framework       0x000000011d9a1230 lldb_private::ConnectionFileDescriptor::BytesAvailable(unsigned int, lldb_private::Error*) + 816

2   com.apple.LLDB.framework       0x000000011d9a0ceb lldb_private::ConnectionFileDescriptor::Read(void*, unsigned long, unsigned int, lldb::ConnectionStatus&, lldb_private::Error*) + 159

3   com.apple.LLDB.framework       0x000000011d99f700 lldb_private::Communication::ReadFromConnection(void*, unsigned long, unsigned int, lldb::ConnectionStatus&, lldb_private::Error*) + 98

4   com.apple.LLDB.framework       0x000000011d99f3ed lldb_private::Communication::ReadThread(void*) + 153

5   libsystem_pthread.dylib       0x00007fff9767d99d _pthread_body + 131

6   libsystem_pthread.dylib       0x00007fff9767d91a _pthread_start + 168

7   libsystem_pthread.dylib       0x00007fff9767b351 thread_start + 13

 

 

Thread 19:

0   libsystem_kernel.dylib         0x00007fffa1d0b07a __select + 10

1   com.apple.LLDB.framework       0x000000011d9a1230 lldb_private::ConnectionFileDescriptor::BytesAvailable(unsigned int, lldb_private::Error*) + 816

2   com.apple.LLDB.framework       0x000000011d9a0ceb lldb_private::ConnectionFileDescriptor::Read(void*, unsigned long, unsigned int, lldb::ConnectionStatus&, lldb_private::Error*) + 159

3   com.apple.LLDB.framework       0x000000011d99f700 lldb_private::Communication::ReadFromConnection(void*, unsigned long, unsigned int, lldb::ConnectionStatus&, lldb_private::Error*) + 98

4   com.apple.LLDB.framework       0x000000011d99f3ed lldb_private::Communication::ReadThread(void*) + 153

5   libsystem_pthread.dylib       0x00007fff9767d99d _pthread_body + 131

6   libsystem_pthread.dylib       0x00007fff9767d91a _pthread_start + 168

7   libsystem_pthread.dylib       0x00007fff9767b351 thread_start + 13

 

 

Thread 20:

0   libsystem_kernel.dylib         0x00007fffa1d04f72 mach_msg_trap + 10

1   libsystem_kernel.dylib         0x00007fffa1d043b3 mach_msg + 55

2   com.apple.CoreFoundation       0x00007fff95ea11c4 __CFRunLoopServiceMachPort + 212

3   com.apple.CoreFoundation       0x00007fff95ea068c __CFRunLoopRun + 1356

4   com.apple.CoreFoundation       0x00007fff95e9fed8 CFRunLoopRunSpecific + 296

5   com.apple.CoreFoundation       0x00007fff95ee19b1 CFRunLoopRun + 97

6   com.apple.DebugSymbols         0x00007fff9f6d769a SpotlightQueryThread(void*) + 346

7   libsystem_pthread.dylib       0x00007fff9767d99d _pthread_body + 131

8   libsystem_pthread.dylib       0x00007fff9767d91a _pthread_start + 168

9   libsystem_pthread.dylib       0x00007fff9767b351 thread_start + 13

 

 

Thread 21:

0   libsystem_kernel.dylib         0x00007fffa1d0adb6 __psynch_cvwait + 10

1   libsystem_pthread.dylib       0x00007fff9767e728 _pthread_cond_wait + 767

2   com.apple.LLDB.framework       0x000000011da39deb lldb_private::Condition::Wait(lldb_private::Mutex&, lldb_private::TimeValue const*, bool*) + 109

3   com.apple.LLDB.framework       0x000000011d9b6f45 lldb_private::Predicate<bool>::WaitForValueEqualTo(bool, lldb_private::TimeValue const*, bool*) + 93

4   com.apple.LLDB.framework       0x000000011d9b6b18 lldb_private::Listener::WaitForEventsInternal(lldb_private::TimeValue const*, lldb_private::Broadcaster*, lldb_private::ConstString const*, unsigned int, unsigned int, std::__1::shared_ptr<lldb_private::Event>&) + 338

5   com.apple.LLDB.framework       0x000000011d9b6c2f lldb_private::Listener::WaitForEvent(lldb_private::TimeValue const*, std::__1::shared_ptr<lldb_private::Event>&) + 27

6   com.apple.LLDB.framework       0x000000011da85817 ProcessGDBRemote::AsyncThread(void*) + 1139

7   libsystem_pthread.dylib       0x00007fff9767d99d _pthread_body + 131

8   libsystem_pthread.dylib       0x00007fff9767d91a _pthread_start + 168

9   libsystem_pthread.dylib       0x00007fff9767b351 thread_start + 13

 

 

Thread 22 Crashed:

0   com.apple.LLDB.framework       0x000000011d9a3205 lldb_private::DataExtractor::GetU32(unsigned long long*) const + 29

1   com.apple.LLDB.framework       0x000000011da6f3ff ObjectFileMachO::ParseHeader() + 91

2   com.apple.LLDB.framework       0x000000011da6e974 ObjectFileMachO::CreateInstance(std::__1::shared_ptr<lldb_private::Module> const&, std::__1::shared_ptr<lldb_private::DataBuffer>&, unsigned long long, lldb_private::FileSpec const*, unsigned long long, unsigned long long) + 582

3   com.apple.LLDB.framework       0x000000011daddfbe lldb_private::ObjectFile::FindPlugin(std::__1::shared_ptr<lldb_private::Module> const&, lldb_private::FileSpec const*, unsigned long long, unsigned long long, std::__1::shared_ptr<lldb_private::DataBuffer>&, unsigned long long&) + 1466

4   com.apple.LLDB.framework       0x000000011da68988 ObjectContainerUniversalMachO::GetObjectFile(lldb_private::FileSpec const*) + 424

5   com.apple.LLDB.framework       0x000000011dade183 lldb_private::ObjectFile::FindPlugin(std::__1::shared_ptr<lldb_private::Module> const&, lldb_private::FileSpec const*, unsigned long long, unsigned long long, std::__1::shared_ptr<lldb_private::DataBuffer>&, unsigned long long&) + 1919

6   com.apple.LLDB.framework       0x000000011d9e1da3 lldb_private::Module::GetObjectFile() + 205

7   com.apple.LLDB.framework       0x000000011d9e501b lldb_private::ModuleList::GetSharedModule(lldb_private::ModuleSpec const&, std::__1::shared_ptr<lldb_private::Module>&, lldb_private::FileSpecList const*, std::__1::shared_ptr<lldb_private::Module>*, bool*, bool) + 793

8   com.apple.LLDB.framework       0x000000011db15050 lldb_private::Target::GetSharedModule(lldb_private::ModuleSpec const&, lldb_private::Error*) + 552

9   com.apple.LLDB.framework       0x000000011da619ef DynamicLoaderMacOSXDYLD::FindTargetModuleForDYLDImageInfo(DynamicLoaderMacOSXDYLD::DYLDIm ageInfo&, bool, bool*) + 377

10  com.apple.LLDB.framework       0x000000011da63a05 DynamicLoaderMacOSXDYLD::AddModulesUsingImageInfos(std::__1::vector<DynamicLoaderMacOSXDY LD::DYLDImageInfo, std::__1::allocator<DynamicLoaderMacOSXDYLD::DYLDImageInfo> >&) + 489

11  com.apple.LLDB.framework       0x000000011da62e3d DynamicLoaderMacOSXDYLD::AddModulesUsingImageInfosAddress(unsigned long long, unsigned int) + 167

12  com.apple.LLDB.framework       0x000000011da62777 DynamicLoaderMacOSXDYLD::InitializeFromAllImageInfos() + 167

13  com.apple.LLDB.framework       0x000000011da61371 DynamicLoaderMacOSXDYLD::ReadDYLDInfoFromMemoryAndSetNotificationCallback(unsigned long long) + 389

14  com.apple.LLDB.framework       0x000000011da60f13 DynamicLoaderMacOSXDYLD::LocateDYLD() + 445

15  com.apple.LLDB.framework       0x000000011da60d49 DynamicLoaderMacOSXDYLD::DidAttach() + 55

16  com.apple.LLDB.framework       0x000000011daffe80 lldb_private::Process::CompleteAttach() + 472

17  com.apple.LLDB.framework       0x000000011daffc67 lldb_private::Process::AttachCompletionHandler::PerformAction(std::__1::shared_ptr<lldb_p rivate::Event>&) + 151

18  com.apple.LLDB.framework       0x000000011daff34b lldb_private::Process::HandlePrivateEvent(std::__1::shared_ptr<lldb_private::Event>&) + 133

19  com.apple.LLDB.framework       0x000000011db017ef lldb_private::Process::RunPrivateStateThread() + 495

20  com.apple.LLDB.framework       0x000000011db0134d lldb_private::Process::PrivateStateThread(void*) + 9

21  libsystem_pthread.dylib       0x00007fff9767d99d _pthread_body + 131

22  libsystem_pthread.dylib       0x00007fff9767d91a _pthread_start + 168

23  libsystem_pthread.dylib       0x00007fff9767b351 thread_start + 13

 

 

Thread 23:

0   libsystem_kernel.dylib         0x00007fffa1d0adb6 __psynch_cvwait + 10

1   libsystem_pthread.dylib       0x00007fff9767e728 _pthread_cond_wait + 767

2   com.apple.LLDB.framework       0x000000011da39deb lldb_private::Condition::Wait(lldb_private::Mutex&, lldb_private::TimeValue const*, bool*) + 109

3   com.apple.LLDB.framework       0x000000011d9b6f45 lldb_private::Predicate<bool>::WaitForValueEqualTo(bool, lldb_private::TimeValue const*, bool*) + 93

4   com.apple.LLDB.framework       0x000000011d9b6b18 lldb_private::Listener::WaitForEventsInternal(lldb_private::TimeValue const*, lldb_private::Broadcaster*, lldb_private::ConstString const*, unsigned int, unsigned int, std::__1::shared_ptr<lldb_private::Event>&) + 338

5   com.apple.LLDB.framework       0x000000011d9b6c2f lldb_private::Listener::WaitForEvent(lldb_private::TimeValue const*, std::__1::shared_ptr<lldb_private::Event>&) + 27

6   com.apple.LLDB.framework       0x000000011caf78c5 lldb::SBListener::WaitForEvent(unsigned int, lldb::SBEvent&) + 203

7   com.apple.dt.dbg.DebuggerLLDB 0x000000011a47186e DBGLLDBSessionThread(void*) + 815

8   libsystem_pthread.dylib       0x00007fff9767d99d _pthread_body + 131

9   libsystem_pthread.dylib       0x00007fff9767d91a _pthread_start + 168

10  libsystem_pthread.dylib       0x00007fff9767b351 thread_start + 13

 

 

Thread 22 crashed with X86 Thread State (64-bit):

  rax: 0x0000000000000000  rbx: 0x00007feb230dd848  rcx: 0x0000000149e2c000  rdx: 0x0000000000000004

  rdi: 0x0000000000112b10  rsi: 0x0000700000acd530  rbp: 0x0000700000acd4b0  rsp: 0x0000700000acd4a0

   r8: 0x0000000149e2c000   r9: 0x0000700000acdf80  r10: 0x00007feb230dd390  r11: 0x00007feb23000000

  r12: 0x00007feb230dd408  r13: 0x0000000000000000  r14: 0x00007feb230dd848  r15: 0x0000000000112b10

  rip: 0x000000011d9a3205  rfl: 0x0000000000010206  cr2: 0x0000000149e2c000

 

Logical CPU:     0

Error Code:      0x00000004

Trap Number:     14

 

 

 

 

Binary Images:

       0x10fddb000 -        0x10fddbff7  com.apple.dt.Xcode (5.0.2 - 3335.32) <325477C5-32DB-3091-91B7-41B670C5C0ED> /Applications/XCode_5_0_2/Xcode.app/Contents/MacOS/Xcode

       0x10fde3000 -        0x110210fff  com.apple.dt.DVTFoundation (5.0.2 - 3542) <05454F93-F6FD-3813-B2B9-29D364BAE0F0> /Applications/XCode_5_0_2/Xcode.app/Contents/SharedFrameworks/DVTFoundation.framework/Ver sions/A/DVTFoundation

       0x11038b000 -        0x1106a5fff  com.apple.dt.DVTKit (5.0.2 - 3553) <0F9EC4BC-158C-3741-8E60-B781AF0CB667> /Applications/XCode_5_0_2/Xcode.app/Contents/SharedFrameworks/DVTKit.framework/Versions/A /DVTKit

       0x110847000 -        0x110c85ff7  com.apple.dt.IDEFoundation (5.0.2 - 3582) <65D65E5D-7B32-35A3-858B-C751A86E808D> /Applications/XCode_5_0_2/Xcode.app/Contents/Frameworks/IDEFoundation.framework/Versions/ A/IDEFoundation

       0x110ee0000 -        0x111670fff  com.apple.dt.IDEKit (5.0.2 - 3608) <34C232C6-6036-3F60-9CB5-739A8E93AC73> /Applications/XCode_5_0_2/Xcode.app/Contents/Frameworks/IDEKit.framework/Versions/A/IDEKi t

       0x111ae6000 -        0x1123a3ff7 +libclang.dylib (500.2.79) <32C31E07-4526-3A30-9D1F-06169929BDC7> /Applications/XCode_5_0_2/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchai n/usr/lib/libclang.dylib

       0x11241f000 -        0x11248bff7  com.apple.CSServiceClient (1.0 - 1) <DDA02C9A-8F3C-3F7F-AB34-B4EFD49F16CB> /Applications/XCode_5_0_2/Xcode.app/Contents/SharedFrameworks/CSServiceClient.framework/V ersions/A/CSServiceClient

       0x1124c9000 -        0x1124e0fff  com.apple.DADocSetManagement (5.0.2 - 3350) <B385692F-57DD-3AF2-A8F0-3AD1ACF0B82E> /Applications/XCode_5_0_2/Xcode.app/Contents/SharedFrameworks/DADocSetManagement.framewor k/Versions/A/DADocSetManagement

       0x1124f1000 -        0x1124f3ff7  com.apple.dt.DVTDeveloperModeHelper (1.0 - 1) <385A175E-6002-32FC-8E16-5011295E859C> /Applications/XCode_5_0_2/Xcode.app/Contents/SharedFrameworks/DVTDeveloperModeHelper.fram ework/Versions/A/DVTDeveloperModeHelper

       0x1124fc000 -        0x112525ff7  com.apple.dt.instruments.DTGraphKit (5.0.2 - 51140) <D016A07B-D390-3F97-9986-EC98BCBFD982> /Applications/XCode_5_0_2/Xcode.app/Contents/SharedFrameworks/DTGraphKit.framework/Versio ns/A/DTGraphKit

       0x11253c000 -        0x1125a2ff7  com.apple.DADocSetAccess (5.0.2 - 3356) <D465F190-8B44-3675-9B50-442D06FAAED5> /Applications/XCode_5_0_2/Xcode.app/Contents/SharedFrameworks/DADocSetAccess.framework/Ve rsions/A/DADocSetAccess

       0x1125db000 -        0x1126adffb  com.apple.PubSub (1.0.5 - 65.40) <53460CF1-6327-3512-8FF1-335D3F6A9D5E> /System/Library/Frameworks/PubSub.framework/Versions/A/PubSub

       0x112bf2000 -        0x112bf6ff7  com.apple.dt.gpu.GPUTraceDebugger (5.0.2 - 13004) <F6674F1E-48A9-3B96-9615-57B14B766BF2> /Applications/XCode_5_0_2/Xcode.app/Contents/PlugIns/GPUTraceDebugger.ideplugin/Contents/ MacOS/GPUTraceDebugger

       0x115512000 -        0x11558dfff  com.apple.dt.IDE.IDEFindReplace (5.0.2 - 3434) <22895260-25DA-3373-A22D-BDE954BA1A57> /Applications/XCode_5_0_2/Xcode.app/Contents/PlugIns/IDEFindReplace.ideplugin/Contents/Ma cOS/IDEFindReplace

       0x1155dc000 -        0x11563bfff  com.apple.CoreThemeDefinition (2.0 - 234) <614A2E42-25AC-3586-A39A-A2320B4DB46B> /System/Library/PrivateFrameworks/CoreThemeDefinition.framework/Versions/A/CoreThemeDefin ition

       0x115682000 -        0x115682ff7  com.apple.Ubiquity (1.0 - 317) <06C79637-6E74-3583-8685-796E054F9BB4> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity

       0x11578e000 -        0x11579bfff  com.apple.dt.gpu.GPUDebuggerKit (5.0.2 - 13004) <7856190D-0FE6-34FE-8103-6D477C107660> /Applications/XCode_5_0_2/Xcode.app/Contents/PlugIns/GPUDebuggerKit.ideplugin/Contents/Ma cOS/GPUDebuggerKit

       0x1157ac000 -        0x1157b4fff  com.apple.dt.IDE.HexEditor (5.0.2 - 3317) <1759FF3D-09EC-3D55-8ADB-6A710EE94F58> /Applications/XCode_5_0_2/Xcode.app/Contents/PlugIns/HexEditor.ideplugin/Contents/MacOS/H exEditor

       0x1157be000 -        0x1157ddfff  com.apple.dt.IDE.IDEQuickHelp (5.0.2 - 3364) <DDD284AE-29C0-3924-9C99-245565B82EE6> /Applications/XCode_5_0_2/Xcode.app/Contents/PlugIns/IDEQuickHelp.ideplugin/Contents/MacO S/IDEQuickHelp

       0x1160c4000 -        0x1160c5fff  com.apple.dt.dbg.DebuggerLLDBService (5.0.2 - 3532) <283453A1-85F2-354B-8C31-E9D1CFBFF8C9> /Applications/XCode_5_0_2/Xcode.app/Contents/PlugIns/DebuggerLLDBService.ideplugin/Conten ts/MacOS/DebuggerLLDBService

       0x1160cb000 -        0x116131ff7  com.apple.dt.IDE.IDEiOSSupportCore (5.0.2 - 3796) <9B69761C-25A0-362B-9358-892C384DF73F> /Applications/XCode_5_0_2/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Develo per/Library/Xcode/PrivatePlugIns/IDEiOSSupportCore.ideplugin/Contents/MacOS/IDEiOSSupportC ore

       0x11616a000 -        0x11617efff  com.apple.DTDeviceKit (4.2 - 3697) <4C2034E3-B6CA-3A90-8D1F-1AC492BA3381> /Applications/XCode_5_0_2/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Develo per/Library/PrivateFrameworks/DTDeviceKit.framework/Versions/A/DTDeviceKit

       0x11618d000 -        0x1161a6fff  com.apple.DeviceLinkX (5.0 - 264) <4E2B3020-DDAB-3894-9180-E4D9F5AFBAFC> /System/Library/PrivateFrameworks/DeviceLink.framework/Versions/A/DeviceLink

       0x1161b6000 -        0x1161cbff7  com.apple.DVTiPhoneSimulatorRemoteClient (5.0.2 - 3556) <79CF7E01-7773-3D7E-B5B5-3D085F64158D> /Applications/XCode_5_0_2/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform /Developer/Library/PrivateFrameworks/DVTiPhoneSimulatorRemoteClient.framework/Versions/A/D VTiPhoneSimulatorRemoteClient

       0x11676c000 -        0x11676cff7  com.apple.xcode.compilers.scntool (7.0.2 - 3575) <1067F1D4-C9F1-3D99-ACB3-CF18D616287F> /Applications/XCode_5_0_2/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/Shared Support/Developer/Library/Xcode/Plug-ins/Scene Kit.xcplugin/Contents/MacOS/Scene Kit

       0x1167c3000 -        0x1167ccfff  com.apple.iphonesimulator.SimulatorHost (1.0 - 1) <AC1000C8-36A7-3764-B4B1-E7FE3AFED960> /Applications/XCode_5_0_2/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform /Developer/Library/PrivateFrameworks/SimulatorHost.framework/Versions/A/SimulatorHost

       0x116829000 -        0x116830fff  com.apple.dt.IDE.IDEOSXSupportCore (5.0.2 - 3329) <0817EC4A-8064-337D-BF52-AC4DCC03382B> /Applications/XCode_5_0_2/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Develope r/Library/Xcode/PrivatePlugIns/IDEOSXSupportCore.ideplugin/Contents/MacOS/IDEOSXSupportCor e

       0x11683b000 -        0x11683cfff +liblaunch_sim.dylib (330.1.2) <8DC5E472-BB28-36CD-8015-EF38E5FB9786> /Applications/XCode_5_0_2/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform /Developer/SDKs/iPhoneSimulator7.0.sdk/usr/lib/system/host/liblaunch_sim.dylib

       0x11684a000 -        0x11684cfff  com.apple.dt.IDE.IDEInterfaceBuilderAutomator (5.0.2 - 3338) <0541CB8B-6C29-37A9-B249-170F96F676C3> /Applications/XCode_5_0_2/Xcode.app/Contents/PlugIns/IDEInterfaceBuilderAutomator.ideplug in/Contents/MacOS/IDEInterfaceBuilderAutomator

       0x116852000 -        0x11686dfff  com.apple.dt.IDE.IDEInterfaceBuilderCocoa (5.0.2 - 3338) <07BC16A1-DD77-36C3-8609-6D290951CCFB> /Applications/XCode_5_0_2/Xcode.app/Contents/PlugIns/IDEInterfaceBuilderCocoa.ideplugin/C ontents/MacOS/IDEInterfaceBuilderCocoa

       0x1168af000 -        0x116975ff7  com.apple.dt.IDE.IDESourceEditor (5.0.2 - 3443) <8D16E3CB-06D4-362C-A1F9-67C6CEF57C11> /Applications/XCode_5_0_2/Xcode.app/Contents/PlugIns/IDESourceEditor.ideplugin/Contents/M acOS/IDESourceEditor

       0x1169e4000 -        0x116e82fff  com.apple.dt.IDE.IDEInterfaceBuilderKit (5.0.2 - 4514) <5E8C3F22-DF06-32CE-8480-2F1626B42AA1> /Applications/XCode_5_0_2/Xcode.app/Contents/PlugIns/IDEInterfaceBuilderKit.ideplugin/Con tents/MacOS/IDEInterfaceBuilderKit

       0x117154000 -        0x1171dafff  com.apple.dt.IBFoundation (1.0 - 1) <791FFB3C-9936-381F-9986-58FD89786071> /Applications/XCode_5_0_2/Xcode.app/Contents/Frameworks/IBFoundation.framework/Versions/A /IBFoundation

       0x11722f000 -        0x1172baff7  com.apple.dt.IBAutolayoutFoundation (1.0 - 1) <BAC6F8B7-723B-3566-A51B-28470E22D755> /Applications/XCode_5_0_2/Xcode.app/Contents/Frameworks/IBAutolayoutFoundation.framework/ Versions/A/IBAutolayoutFoundation

       0x117310000 -        0x117385fff  com.apple.dt.IDE.IDEDocViewer (5.0.2 - 3464) <AA56E019-B209-3B34-AF4B-5DF5CEA3EC2F> /Applications/XCode_5_0_2/Xcode.app/Contents/PlugIns/IDEDocViewer.ideplugin/Contents/MacO S/IDEDocViewer

       0x1173d9000 -        0x1174b7ff7  com.apple.dt.gpu.GPUDebuggerFoundation (5.0.2 - 13004) <39E570EB-B84A-3768-9E92-18B6FB88A702> /Applications/XCode_5_0_2/Xcode.app/Contents/PlugIns/GPUDebuggerFoundation.ideplugin/Cont ents/MacOS/GPUDebuggerFoundation

       0x117513000 -        0x117562ff7  com.apple.GPUTools (1.0 - 13004) <355C9E6D-F8B6-378C-BF43-00BF3E327291> /Applications/XCode_5_0_2/Xcode.app/Contents/SharedFrameworks/GPUTools.framework/Versions /A/GPUTools

       0x11758f000 -        0x117617ff7  com.apple.GPUToolsCore (1.0 - 13004) <ED6CD233-B2C1-315F-A808-7A4F9C0D253C> /Applications/XCode_5_0_2/Xcode.app/Contents/SharedFrameworks/GPUToolsCore.framework/Vers ions/A/GPUToolsCore

       0x117658000 -        0x11784afff  com.apple.GPUToolsAnalysis (1.0 - 13004) <3254C6A7-AC46-3324-8924-F30526775340> /Applications/XCode_5_0_2/Xcode.app/Contents/SharedFrameworks/GPUToolsAnalysis.framework/ Versions/A/GPUToolsAnalysis

       0x11789f000 -        0x117944fff  com.apple.GPUToolsServices (1.0 - 13004) <082B2B38-4D5C-3EED-AD89-624C13B07C9A> /Applications/XCode_5_0_2/Xcode.app/Contents/SharedFrameworks/GPUToolsServices.framework/ Versions/A/GPUToolsServices

       0x1179a7000 -        0x117b55fff  com.apple.dt.gpu.GPUTraceDebuggerUI (5.0.2 - 13004) <12E30E52-9C0B-38A8-BD67-BE7084448EA4> /Applications/XCode_5_0_2/Xcode.app/Contents/PlugIns/GPUTraceDebuggerUI.ideplugin/Content s/MacOS/GPUTraceDebuggerUI

       0x117baa000 -        0x117bdfff7  com.apple.dt.dbg.DebuggerFoundation (5.0.2 - 3532) <91ED13F4-19F3-30C2-B4A6-8BBBCCFF6B58> /Applications/XCode_5_0_2/Xcode.app/Contents/PlugIns/DebuggerFoundation.ideplugin/Content s/MacOS/DebuggerFoundation

       0x117c0b000 -        0x117c41fff +com.ridiculousfish.HexFiendFramework (5.0.2 - 3317) <0224A13F-BCAC-3AF6-AB95-AF66F998BFEC> /Applications/XCode_5_0_2/Xcode.app/Contents/SharedFrameworks/HexFiend.framework/Versions /A/HexFiend

       0x117c68000 -        0x117cb7fff  com.apple.dt.IDE.iCloudSupport (5.0.2 - 77) <8BCC1372-0217-3E0F-8422-B148535C5B62> /Applications/XCode_5_0_2/Xcode.app/Contents/PlugIns/iCloudSupport.ideplugin/Contents/Mac OS/iCloudSupport

       0x117cf2000 -        0x117d8eff7  com.apple.dt.dbg.DebuggerUI (5.0.2 - 3532) <CF40E0CA-6E2C-3099-8013-A88DD306AD12> /Applications/XCode_5_0_2/Xcode.app/Contents/PlugIns/DebuggerUI.ideplugin/Contents/MacOS/ DebuggerUI

       0x117e07000 -        0x117e34ff7  com.apple.dt.IDE.Xcode3Core (5.0.2 - 3575) <5CA4F90E-5E64-38C4-A88A-A4A82BD205AB> /Applications/XCode_5_0_2/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/MacOS/ Xcode3Core

       0x117e4c000 -        0x1181a6fff  com.apple.Xcode.DevToolsCore (7.0.2 - 3575) <AB5A04BD-17DA-3B1C-97A9-5DA1C8B80C6C> /Applications/XCode_5_0_2/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/Framew orks/DevToolsCore.framework/Versions/A/DevToolsCore

       0x118335000 -        0x11833efff  com.apple.DevToolsFoundation (7.0.2 - 3575) <33C48628-DD77-30C3-A917-3AF4C44ADCD9> /Applications/XCode_5_0_2/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/Framew orks/DevToolsFoundation.framework/Versions/A/DevToolsFoundation

       0x118349000 -        0x118388ff7  com.apple.Xcode.DevToolsSupport (7.0.2 - 3575) <DD067251-CA19-3300-BF72-3A33D1586A56> /Applications/XCode_5_0_2/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/Framew orks/DevToolsSupport.framework/Versions/A/DevToolsSupport

       0x1183af000 -        0x1183caff7  com.apple.dt.IDE.SharedPlugInUtilities (5.0.2 - 3316) <1A386B71-B57F-3E03-B5D7-307C942864D5> /Applications/XCode_5_0_2/Xcode.app/Contents/PlugIns/SharedPlugInUtilities.ideplugin/Cont ents/MacOS/SharedPlugInUtilities

       0x1183db000 -        0x118589ff7  com.apple.dt.IDE.Xcode3UI (5.0.2 - 3575) <6621F626-3965-371B-B408-ED65CD6357E3> /Applications/XCode_5_0_2/Xcode.app/Contents/PlugIns/Xcode3UI.ideplugin/Contents/MacOS/Xc ode3UI

       0x1198de000 -        0x119a0effb  com.apple.audio.units.Components (1.13 - 1.13) <1C4A84C5-11AE-3914-BD30-D066114778D2> /System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio

       0x119aa4000 -        0x119aa8fff  com.apple.audio.AppleHDAHALPlugIn (274.9 - 274.9) <4AD9D94F-0CCD-3590-9DEA-CED5706F096A> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bundle/Conten ts/MacOS/AppleHDAHALPlugIn

       0x119aae000 -        0x119aaeff7  com.apple.IBStoryboardCompilerPlugin (5.0.2 - 3747) <983F3C6B-FB46-30A4-B5C4-6E682FD47630> /Applications/XCode_5_0_2/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/Shared Support/Developer/Library/Xcode/Plug-ins/IBStoryboardCompilerPlugin.xcplugin/Contents/MacO S/IBStoryboardCompilerPlugin

       0x119ab2000 -        0x119abcfff  com.apple.xcode.plug-in.CoreBuildTasks (7.0.2 - 3575) <41EEDCDF-F64E-3651-991F-FC2B4B930A11> /Applications/XCode_5_0_2/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/Shared Support/Developer/Library/Xcode/Plug-ins/CoreBuildTasks.xcplugin/Contents/MacOS/CoreBuildT asks

       0x119ac5000 -        0x119ac5ff7  com.apple.xcode.compilers.coredata (7.0.2 - 3575) <5520F32D-3C65-30F7-A798-307D7757C880> /Applications/XCode_5_0_2/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/Shared Support/Developer/Library/Xcode/Plug-ins/Core Data.xcplugin/Contents/MacOS/Core Data

       0x119aeb000 -        0x119aebff7  com.apple.compilers.clang (7.0.2 - 3575) <0FA6DDCC-A11E-3BDA-873D-F2E2BD4A6CFA> /Applications/XCode_5_0_2/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/Shared Support/Developer/Library/Xcode/Plug-ins/Clang LLVM 1.0.xcplugin/Contents/MacOS/Clang LLVM 1.0

       0x119aef000 -        0x119af2ff7  com.apple.platform.iphonesimulator.plugin (1.0 - 1.0) <F05C148B-E513-3A50-8E49-5AC419D15A5A> /Applications/XCode_5_0_2/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform /Developer/Library/Xcode/PrivatePlugIns/iPhoneSimulator Build System Support.xcplugin/Contents/MacOS/iPhoneSimulator Build System Support

       0x119af8000 -        0x119af8ff7  com.apple.IBCocoaTouchCompilerPlugin (5.0.2 - 3747) <F5A476A2-5166-3713-92FD-94DEA9CF7EBB> /Applications/XCode_5_0_2/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform /Developer/Library/Xcode/PrivatePlugIns/IBCocoaTouchCompilerPlugin.xcplugin/Contents/MacOS /IBCocoaTouchCompilerPlugin

       0x119afc000 -        0x119afffff  com.apple.platform.iphoneos.plugin (1.0 - 1.0) <1C0DA2C4-E749-3D1C-BDC9-60485BCEEA36> /Applications/XCode_5_0_2/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Develo per/Library/Xcode/PrivatePlugIns/iPhoneOS Build System Support.xcplugin/Contents/MacOS/iPhoneOS Build System Support

       0x119b04000 -        0x119b04ff7  com.apple.IBCocoaTouchCompilerPlugin (5.0.2 - 3747) <31ED0B0F-CE5F-34BE-8109-D6B938D66612> /Applications/XCode_5_0_2/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Develo per/Library/Xcode/PrivatePlugIns/IBCocoaTouchCompilerPlugin.xcplugin/Contents/MacOS/IBCoco aTouchCompilerPlugin

       0x119fb5000 -        0x11a042ff7  com.apple.dt.IDE.IDEiPhoneSupport (5.0.2 - 3796) <A1BCA12B-5384-392B-9BE6-EA86D4D36119> /Applications/XCode_5_0_2/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Develo per/Library/Xcode/PrivatePlugIns/IDEiPhoneSupport.ideplugin/Contents/MacOS/IDEiPhoneSuppor t

       0x11a0ae000 -        0x11a0d7ff7  com.apple.dt.IDE.IDEArchivedApplicationsViewer (5.0.2 - 3341) <26207B35-3648-3478-8031-954E0538B26B> /Applications/XCode_5_0_2/Xcode.app/Contents/PlugIns/IDEArchivedApplicationsViewer.ideplu gin/Contents/MacOS/IDEArchivedApplicationsViewer

       0x11a0f5000 -        0x11a12ffff  com.apple.GPUToolsInterface (1.0 - 13004) <DE83E824-6656-38BC-9116-C214E568602E> /Applications/XCode_5_0_2/Xcode.app/Contents/SharedFrameworks/GPUToolsInterface.framework /Versions/A/GPUToolsInterface

       0x11a14f000 -        0x11a161ff7  com.apple.dt.IDE.IDEIssueNavigator (5.0.2 - 3332) <A8BDDCF9-083D-3C88-815C-721D0901D384> /Applications/XCode_5_0_2/Xcode.app/Contents/PlugIns/IDEIssueNavigator.ideplugin/Contents /MacOS/IDEIssueNavigator

       0x11a16f000 -        0x11a186fff  com.apple.dt.IDE.IDERTFEditor (5.0.2 - 3316) <6B03F5BE-632C-3B31-BF69-67D24E15BD7E> /Applications/XCode_5_0_2/Xcode.app/Contents/PlugIns/IDERTFEditor.ideplugin/Contents/MacO S/IDERTFEditor

       0x11a198000 -        0x11a1a0ff7  com.apple.dt.ScriptingDefinitionEditor (5.0.2 - 3310) <AF7944A6-CCA3-3342-B904-3074E302EEA4> /Applications/XCode_5_0_2/Xcode.app/Contents/PlugIns/ScriptingDefinitionEditor.ideplugin/ Contents/MacOS/ScriptingDefinitionEditor

       0x11a1a8000 -        0x11a1b5ff7  com.apple.dt.IDE.IDEProjectsOrganizer (5.0.2 - 3323) <6FD81F54-33E5-3B3D-B45F-C7318389B491> /Applications/XCode_5_0_2/Xcode.app/Contents/PlugIns/IDEProjectsOrganizer.ideplugin/Conte nts/MacOS/IDEProjectsOrganizer

       0x11a45c000 -        0x11a49eff7  com.apple.dt.dbg.DebuggerLLDB (5.0.2 - 3532) <8FF39F53-1AFC-3412-A643-7F69016FABDA> /Applications/XCode_5_0_2/Xcode.app/Contents/PlugIns/DebuggerLLDB.ideplugin/Contents/MacO S/DebuggerLLDB

       0x11a9a7000 -        0x11ab00fe7  com.apple.mobiledevice (823.40.7 - 823.40.7) <39118395-1892-3CFC-9E9B-420BE768B648> /System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevice

       0x11ab89000 -        0x11abf4ff7  com.apple.DTDeviceKitBase (5.0.2 - 3697) <F82979E5-140A-33D5-AFAB-9FA6A86B7F68> /Applications/XCode_5_0_2/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Develo per/Library/PrivateFrameworks/DTDeviceKitBase.framework/Versions/A/DTDeviceKitBase

       0x11ac32000 -        0x11add1fff  com.apple.dt.IDE.IDEInterfaceBuilderCocoaIntegration (5.0.2 - 4514) <29403A35-25F9-3AE7-8696-6A394EAA0D71> /Applications/XCode_5_0_2/Xcode.app/Contents/PlugIns/IDEInterfaceBuilderCocoaIntegration. ideplugin/Contents/MacOS/IDEInterfaceBuilderCocoaIntegration

       0x11aed1000 -        0x11af11fff  com.apple.glut (3.6.3 - GLUT-3.6.3) <845DFCC7-5F30-318B-A2BB-6AA0830A37A0> /System/Library/Frameworks/GLUT.framework/Versions/A/GLUT

       0x11af86000 -        0x11b1daff7  com.apple.dt.IDE.IDEInterfaceBuilderCocoaTouchIntegration (5.0.2 - 3747) <839CDECF-2C41-30A4-B1CD-C837EC18155E> /Applications/XCode_5_0_2/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform /Developer/Library/Xcode/PrivatePlugIns/IDEInterfaceBuilderCocoaTouchIntegration.ideplugin /Contents/MacOS/IDEInterfaceBuilderCocoaTouchIntegration

       0x11b2b2000 -        0x11b2d7ff7  com.apple.DiscRecordingUI (9.0.1 - 9010.4.3) <BA343D04-0E6B-3461-B9F5-82B3525051B9> /System/Library/Frameworks/DiscRecordingUI.framework/Versions/A/DiscRecordingUI

       0x11b2f9000 -        0x11b7bafff  com.apple.SceneKit (5.0 - 293) <8F9C0727-18FF-3D16-826F-7341E1D17750> /System/Library/Frameworks/SceneKit.framework/Versions/A/SceneKit

       0x11c380000 -        0x11c408fff  com.apple.dt.gpu.GPURenderTargetEditor (5.0.2 - 13004) <BD2561D5-0C85-3A51-A813-3F0A08EDE327> /Applications/XCode_5_0_2/Xcode.app/Contents/PlugIns/GPURenderTargetEditor.ideplugin/Cont ents/MacOS/GPURenderTargetEditor

       0x11c454000 -        0x11c46efff  com.apple.dt.IDE.IDESymbolNavigator (5.0.2 - 3335) <60230042-434A-3A34-AA4D-D1E11D6CA139> /Applications/XCode_5_0_2/Xcode.app/Contents/PlugIns/IDESymbolNavigator.ideplugin/Content s/MacOS/IDESymbolNavigator

       0x11c482000 -        0x11c4d1fff  com.apple.dt.IDE.IDESceneKitEditor (5.0.2 - 3362) <E19074FC-E588-3E28-BE4E-6A3BEFFEBB36> /Applications/XCode_5_0_2/Xcode.app/Contents/PlugIns/IDESceneKitEditor.ideplugin/Contents /MacOS/IDESceneKitEditor

       0x11c50a000 -        0x11c514ff7  com.apple.dt.PlistEditor (5.0.2 - 3317) <F14DA0FD-3A1D-3A09-8EE5-7668F4289189> /Applications/XCode_5_0_2/Xcode.app/Contents/PlugIns/PlistEditor.ideplugin/Contents/MacOS /PlistEditor

       0x11c520000 -        0x11c569fff  com.apple.dt.gpu.GPUDebuggeriOSSupport (5.0.2 - 13001) <014ACECE-FDAD-36D2-8CA1-2EE5611FD7B5> /Applications/XCode_5_0_2/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Develo per/Library/Xcode/PrivatePlugIns/GPUDebuggeriOSSupport.ideplugin/Contents/MacOS/GPUDebugge riOSSupport

       0x11c593000 -        0x11c5b9fff  com.apple.GPUToolsShaderProfiler (1.0 - 13004) <783C5403-A7F4-309A-8A69-A60DD1390128> /Applications/XCode_5_0_2/Xcode.app/Contents/SharedFrameworks/GPUToolsShaderProfiler.fram ework/Versions/A/GPUToolsShaderProfiler

       0x11c5ce000 -        0x11c5e7fff  com.apple.GPUToolsMobileFoundation (1.0 - 13001) <CBD9EB03-4F73-3C01-B21A-A19567AB613D> /Applications/XCode_5_0_2/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Develo per/Library/PrivateFrameworks/GPUToolsMobileFoundation.framework/Versions/A/GPUToolsMobile Foundation

       0x11c5fc000 -        0x11c67dff7  com.apple.GPUToolsExpert (1.0 - 13001) <A57EAE9D-C417-30DF-89CF-B6B7EC620061> /Applications/XCode_5_0_2/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Develo per/Library/PrivateFrameworks/GPUToolsExpert.framework/Versions/A/GPUToolsExpert

       0x11c6c7000 -        0x11c6ddff7  com.apple.dt.IDE.IDEStructureNavigator (5.0.2 - 3344) <D886E8F9-93E1-3194-ACD7-53FCCA9AACC1> /Applications/XCode_5_0_2/Xcode.app/Contents/PlugIns/IDEStructureNavigator.ideplugin/Cont ents/MacOS/IDEStructureNavigator

       0x11c6eb000 -        0x11c7ecff7  com.apple.dt.IDE.IDEModelEditor (5.0.2 - 3401) <C5B7B320-714E-3BBB-8F96-9D29AC34D262> /Applications/XCode_5_0_2/Xcode.app/Contents/PlugIns/IDEModelEditor.ideplugin/Contents/Ma cOS/IDEModelEditor

       0x11c883000 -        0x11c90cff7  com.apple.dt.IDE.IDEModelFoundation (5.0.2 - 3401) <B22FE15C-2357-31BC-AFAD-979943052B0B> /Applications/XCode_5_0_2/Xcode.app/Contents/PlugIns/IDEModelFoundation.ideplugin/Content s/MacOS/IDEModelFoundation

       0x11c961000 -        0x11ca2bfff  com.apple.dt.IDE.IDELogNavigator (5.0.2 - 3462) <1E56046F-233A-3A99-B1C0-E80A793D6A4F> /Applications/XCode_5_0_2/Xcode.app/Contents/PlugIns/IDELogNavigator.ideplugin/Contents/M acOS/IDELogNavigator

       0x11cab7000 -        0x11cabcfff  com.apple.dt.IDE.IDEPDFViewer (5.0.2 - 3311) <55A5A672-DACB-3682-A19E-CD9DC075BEFC> /Applications/XCode_5_0_2/Xcode.app/Contents/PlugIns/IDEPDFViewer.ideplugin/Contents/MacO S/IDEPDFViewer

       0x11cac4000 -        0x11cad3ff7  com.apple.dt.IDE.IDEQuickLookEditor (5.0.2 - 3316) <9C6FD612-08F3-3115-87CC-36B5B4A1E190> /Applications/XCode_5_0_2/Xcode.app/Contents/PlugIns/IDEQuickLookEditor.ideplugin/Content s/MacOS/IDEQuickLookEditor

       0x11cae4000 -        0x11e122fbf  com.apple.LLDB.framework (1.300.2.53 - 300.2.53) <D2B84E68-DB01-35EB-8909-6FD1ED2F9C27> /Applications/XCode_5_0_2/Xcode.app/Contents/SharedFrameworks/LLDB.framework/LLDB

       0x11e6d2000 -        0x11e7c3ff7  org.python.python (2.7.10 - 2.7.10) <83AFAAA7-BDFA-354D-8A7A-8F40A30ACB91> /System/Library/Frameworks/Python.framework/Versions/2.7/Python

       0x11e82a000 -        0x11e83afff  com.apple.IDESpriteKitParticleEditor (1.0 - 1) <8811DBB1-0EBD-3182-AFB1-618A38E996CC> /Applications/XCode_5_0_2/Xcode.app/Contents/PlugIns/IDESpriteKitParticleEditor.ideplugin /Contents/MacOS/IDESpriteKitParticleEditor

       0x11e84b000 -        0x11e95ffff  com.apple.SpriteKit (1.0 - 1) <A936991B-7801-3AB4-B0A3-2E13DD28AA67> /Applications/XCode_5_0_2/Xcode.app/Contents/SharedFrameworks/SpriteKit.framework/Version s/A/SpriteKit

       0x11e9c0000 -        0x11e9fdfff  com.apple.PhysicsKit (1.0 - 1) <A3CF45DF-2806-3B73-94C1-63DCE39F2978> /Applications/XCode_5_0_2/Xcode.app/Contents/SharedFrameworks/PhysicsKit.framework/Versio ns/A/PhysicsKit

       0x11ea17000 -        0x11ea3dff7  com.apple.audio.OpenAL (1.8 - 1.8) <9C322240-9854-3114-98ED-6CAABD436EEB> /System/Library/Frameworks/OpenAL.framework/Versions/A/OpenAL

       0x11ec97000 -        0x11ec97ff7  com.apple.dt.IDE.IDEAppleScriptEditor (5.0.2 - 3312) <59A8A164-31D9-3E07-90F5-724CC349A258> /Applications/XCode_5_0_2/Xcode.app/Contents/PlugIns/IDEAppleScriptEditor.ideplugin/Conte nts/MacOS/IDEAppleScriptEditor

       0x11ec9c000 -        0x11ec9dfff  com.apple.dt.IDE.IDEInterfaceBuilderCocoaTouchEditingSupport (5.0.2 - 3747) <D1F85B4C-BD35-3FDF-B4BF-086D054432B4> /Applications/XCode_5_0_2/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform /Developer/Library/Xcode/PrivatePlugIns/IDEInterfaceBuilderCocoaTouchEditingSupport.ideplu gin/Contents/MacOS/IDEInterfaceBuilderCocoaTouchEditingSupport

       0x1200ca000 -        0x1201ccff7  com.apple.AMDMTLBronzeDriver (1.42.11 - 1.4.2) <7E6A2FA4-FF7D-3C5B-B1A9-CCF38EF5193D> /System/Library/Extensions/AMDMTLBronzeDriver.bundle/Contents/MacOS/AMDMTLBronzeDriver

       0x120e1c000 -        0x120e39fff  com.apple.dt.IDE.IDEGit (5.0.2 - 3355) <58325CA6-66B9-31E3-8E28-4EE12E1C322F> /Applications/XCode_5_0_2/Xcode.app/Contents/PlugIns/IDEGit.ideplugin/Contents/MacOS/IDEG it

       0x12119b000 -        0x1211b2fff  com.apple.dt.IDE.IDESubversion (5.0.2 - 3359) <106E1C90-0406-35FD-A456-53A486620DA7> /Applications/XCode_5_0_2/Xcode.app/Contents/PlugIns/IDESubversion.ideplugin/Contents/Mac OS/IDESubversion

       0x1211c0000 -        0x1211c2ff7  com.apple.dt.IDE.IDEAppleScriptCore (5.0.2 - 3312) <1C09F80B-1EE8-3F20-97D6-7776F745DB4F> /Applications/XCode_5_0_2/Xcode.app/Contents/PlugIns/IDEAppleScriptCore.ideplugin/Content s/MacOS/IDEAppleScriptCore

       0x1211f7000 -        0x1211fdff7  com.apple.gputools.GPUToolsShaderProfilerMobileSupport (1.0 - 13001) <B15BA4C6-1924-3B93-8809-32A97334A1F4> /Applications/XCode_5_0_2/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Develo per/Library/GPUTools/PlugIns/GPUToolsShaderProfilerMobileSupport.gtplugin/Contents/MacOS/G PUToolsShaderProfilerMobileSupport

       0x121203000 -        0x12123cfff  com.apple.gputools.MobileAnalysis (1.0 - 13001) <BE0BBC7A-1687-3997-9A85-F0D717D28D85> /Applications/XCode_5_0_2/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Develo per/Library/GPUTools/PlugIns/MobileAnalysis.gtplugin/Contents/MacOS/MobileAnalysis

       0x12223f000 -        0x1222f3fff  com.apple.AMDRadeonX4000GLDriver (1.42.11 - 1.4.2) <ADDB81F0-C216-3972-8B0B-1D24745018E6> /System/Library/Extensions/AMDRadeonX4000GLDriver.bundle/Contents/MacOS/AMDRadeonX4000GLD river

       0x12232e000 -        0x12277ffff  ATIRadeonX4000SCLib.dylib (1.42.11) <C1EC06B5-971B-3E1B-8B4C-775A85527B86> /System/Library/Extensions/AMDRadeonX4000GLDriver.bundle/Contents/MacOS/ATIRadeonX4000SCL ib.dylib

       0x1228a2000 -        0x1228a2fe7 +cl_kernels (???) <A361AA3F-CAFB-4613-B422-3D9754AC4F95> cl_kernels

    0x7fff60756000 -     0x7fff6078d25f  dyld (360.22) <A468D85E-D8D6-3461-8C99-49D3B9ACFC63> /usr/lib/dyld

    0x7fff8b5dd000 -     0x7fff8b66afff  libsystem_c.dylib (1082.50.1) <B552D565-B798-3B9B-AE63-F623B42A5F01> /usr/lib/system/libsystem_c.dylib

    0x7fff8b672000 -     0x7fff8b674ff7  libRadiance.dylib (1450) <BE9E0EBE-C589-3684-B4AE-04F95C8D410A> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib

    0x7fff8b675000 -     0x7fff8b68ffff  com.apple.Kerberos (3.0 - 1) <1B4744BF-E5AE-38E2-AA56-E22D3270F2E8> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos

    0x7fff8b690000 -     0x7fff8b6eefff  com.apple.SystemConfiguration (1.14 - 1.14) <D801FAD7-5A2D-3E5E-9F44-B6C9B8BEA747> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration

    0x7fff8b6ef000 -     0x7fff8b6f2ff7  libCoreFSCache.dylib (119.5) <2389D7DA-B8EF-3EB4-AAAF-FBEDE01CDECA> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib

    0x7fff8b6f3000 -     0x7fff8b707fe3  libCGInterfaces.dylib (317.9) <5079DE4F-3717-32FF-B76A-77F53236D17D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Ve rsions/A/Libraries/libCGInterfaces.dylib

    0x7fff8b708000 -     0x7fff8b745ff3  com.apple.bom (14.0 - 193.7) <9B8AE30B-24A3-37AB-B04E-4CE67AED4775> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom

    0x7fff8b9cc000 -     0x7fff8baf1fff  com.apple.LaunchServices (728.12 - 728.12) <F5AB56CD-CF33-33F0-A48D-372551714E77> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.fr amework/Versions/A/LaunchServices

    0x7fff8baf2000 -     0x7fff8bc59fff  libBLAS.dylib (1162.2) <A1398FE0-39D2-33EA-9A0F-B2644EEA29A0> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libBLAS.dylib

    0x7fff8bc5a000 -     0x7fff8bc96ff7  com.apple.OSAKit (1.5 - 104) <8AE3C204-09F1-321A-B007-14D217F9EC59> /System/Library/Frameworks/OSAKit.framework/Versions/A/OSAKit

    0x7fff8bd6a000 -     0x7fff8bdbaff7  com.apple.DiskManagement (8.1 - 952) <6E0FBC67-47E0-3669-8065-ECA8C67098A8> /System/Library/PrivateFrameworks/DiskManagement.framework/Versions/A/DiskManagement

    0x7fff8bdbb000 -     0x7fff8bde9ff7  libsandbox.1.dylib (460.50.4) <C6797DA3-DF51-3774-9D02-31670A820D18> /usr/lib/libsandbox.1.dylib

    0x7fff8bdea000 -     0x7fff8bec0ffb  com.apple.DiskImagesFramework (10.11.4 - 417.4) <6D26E255-D7BB-3A9D-8B6F-E07D2DBB68AE> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages

    0x7fff8bec1000 -     0x7fff8bed2ff7  libsystem_trace.dylib (201.10.3) <F00E92E4-DBDA-3749-B5B3-0C3FBBABA1CB> /usr/lib/system/libsystem_trace.dylib

    0x7fff8bee8000 -     0x7fff8bf19fff  com.apple.GSS (4.0 - 2.0) <B490333A-3B3E-397A-AD75-68846E9A9140> /System/Library/Frameworks/GSS.framework/Versions/A/GSS

    0x7fff8bf1a000 -     0x7fff8bf1aff7  libkeymgr.dylib (28) <8371CE54-5FDD-3CE9-B3DF-E98C761B6FE0> /usr/lib/system/libkeymgr.dylib

    0x7fff8bf21000 -     0x7fff8bf39fef  libcompression.dylib (28) <E7601B62-1053-369D-8A9E-91CF86239220> /usr/lib/libcompression.dylib

    0x7fff8bf6b000 -     0x7fff8c067ff7  libFontParser.dylib (158.6) <267A9AE4-4138-3112-8D73-BDFDC96568FF> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/Resources/libFontParser.dylib

    0x7fff8c068000 -     0x7fff8c2fefff  libmecabra.dylib (696.5) <EF6C0BD4-5FE8-34FB-8ADF-69A53CEC97A9> /usr/lib/libmecabra.dylib

    0x7fff8c2ff000 -     0x7fff8c304fff  com.apple.TCC (1.0 - 1) <F5EEB2D3-9517-3975-97BE-22CB8E11B8A3> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC

    0x7fff8c367000 -     0x7fff8c367fff  libmetal_timestamp.dylib (600.0.44.1) <6576F284-BACA-332A-A6E7-FA1C347636E3> /System/Library/PrivateFrameworks/GPUCompiler.framework/libmetal_timestamp.dylib

    0x7fff8c368000 -     0x7fff8c39bff7  com.apple.MediaKit (16 - 809) <BF8032FE-6645-37F6-A622-BC7EEE3EAABF> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit

    0x7fff8c443000 -     0x7fff8c458fff  com.apple.AppContainer (4.0 - 261.40.2) <F220E702-1C00-3BD2-9943-C7E75C3B4418> /System/Library/PrivateFrameworks/AppContainer.framework/Versions/A/AppContainer

    0x7fff8c459000 -     0x7fff8c5bffff  com.apple.MapKit (1.0 - 1651.44.2) <1D96793D-AB70-326E-85EA-65DE75973623> /System/Library/Frameworks/MapKit.framework/Versions/A/MapKit

    0x7fff8c5c0000 -     0x7fff8c5e2ff7  com.apple.framework.familycontrols (4.1 - 410) <36DCC2B7-4FDF-397D-BB14-36CACED9E946> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls

    0x7fff8c5e3000 -     0x7fff8c641fff  com.apple.CoreServices.OSServices (728.12 - 728.12) <776EBD4F-7052-377F-A70D-E2FDBD465A5E> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framew ork/Versions/A/OSServices

    0x7fff8c850000 -     0x7fff8c867fff  com.apple.ScriptingBridge (1.3.3 - 68) <13D01EBC-D01E-3054-8C3C-3989BCF6370A> /System/Library/Frameworks/ScriptingBridge.framework/Versions/A/ScriptingBridge

    0x7fff8c86f000 -     0x7fff8c8fcdd7  com.apple.AppleJPEG (1.0 - 1) <558ACADA-C41F-3EEF-82A0-C2D7B13C5428> /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG

    0x7fff8c8fd000 -     0x7fff8c94efff  com.apple.audio.CoreAudio (4.3.0 - 4.3.0) <EA7D4F3B-062B-3C81-A98C-C89264D00D48> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio

    0x7fff8c952000 -     0x7fff8c963ff7  libz.1.dylib (61.20.1) <B3EBB42F-48E3-3287-9F0D-308E04D407AC> /usr/lib/libz.1.dylib

    0x7fff8c964000 -     0x7fff8c978fff  com.apple.CoreDuetDaemonProtocol (1.0 - 1) <1D60D60C-914A-3BAB-8607-79F68F4C712E> /System/Library/PrivateFrameworks/CoreDuetDaemonProtocol.framework/Versions/A/CoreDuetDae monProtocol

    0x7fff8c979000 -     0x7fff8c9a8ff7  com.apple.DictionaryServices (1.2 - 250.3) <30250542-CBAA-39C1-91AA-B57A5DE17594> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryService s.framework/Versions/A/DictionaryServices

    0x7fff8c9ac000 -     0x7fff8c9b8fff  com.apple.HelpData (2.1.4 - 90) <10608EEC-B613-309C-96E6-5A40AB951FA4> /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData

    0x7fff8c9b9000 -     0x7fff8c9ddfff  com.apple.quartzfilters (1.10.0 - 1.10.0) <F5C482E2-5AFB-3959-8C01-C149D48E7583> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework /Versions/A/QuartzFilters

    0x7fff8c9de000 -     0x7fff8cdb6fef  com.apple.CoreAUC (214.0.0 - 214.0.0) <F80C19CA-6CD0-3052-9C22-0288A257CCC8> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC

    0x7fff8cdb7000 -     0x7fff8ce90fff  com.apple.CoreMedia (1.0 - 1731.15.204) <4BFDD68E-9411-3358-8679-BB3EDA94F9A2> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia

    0x7fff8ce91000 -     0x7fff8ce9dfff  libexslt.0.dylib (14.2) <2E4F7D44-E668-322B-B25B-3900C09CE17E> /usr/lib/libexslt.0.dylib

    0x7fff8ce9e000 -     0x7fff8d138ff3  com.apple.security (7.0 - 57337.50.23) <8B6CF71D-A63E-34C9-9227-0AACAB643584> /System/Library/Frameworks/Security.framework/Versions/A/Security

    0x7fff8d364000 -     0x7fff8d380fff  com.apple.GenerationalStorage (2.0 - 239.1) <8C821448-4294-3736-9CEF-467C93785CB9> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalSt orage

    0x7fff8d381000 -     0x7fff8d3e1fff  com.apple.QuickLookFramework (5.0 - 696.7) <ECD33169-5EB1-3783-AF9E-1AB9240F8358> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook

    0x7fff8d41e000 -     0x7fff8d434fff  com.apple.CoreMediaAuthoring (2.2 - 953) <DAC012D0-276D-3AF6-A6E9-EA32E692B923> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMediaAuthor ing

    0x7fff8d435000 -     0x7fff8d45efff  libsystem_info.dylib (477.50.4) <FAA9226D-64DE-3769-A6D8-6CABA4B7FF4D> /usr/lib/system/libsystem_info.dylib

    0x7fff8d49b000 -     0x7fff8d4e7ff7  com.apple.corelocation (1486.17 - 1615.38) <6336CFC5-9D7D-3B76-B263-56DD6EBD0B8D> /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation

    0x7fff8d4eb000 -     0x7fff8da43ff7  com.apple.MediaToolbox (1.0 - 1731.15.204) <BD296DBD-BEC9-3B25-B859-E88A009BB879> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox

    0x7fff8da51000 -     0x7fff8da59fff  libMatch.1.dylib (27) <3AC0BFB8-7E69-3DBE-A175-7F3946FC4554> /usr/lib/libMatch.1.dylib

    0x7fff8da7c000 -     0x7fff8e6a5ff7  com.apple.AppKit (6.9 - 1404.47) <F3411F6E-DD87-34D0-8C68-C69B2205E41D> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit

    0x7fff8e6a6000 -     0x7fff8e714ff7  com.apple.ApplicationServices.ATS (377 - 394.4) <9779E916-0788-3CAC-B1EC-F68BCB12A2B6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/ATS

    0x7fff8e728000 -     0x7fff8e72fff7  libcompiler_rt.dylib (62) <A13ECF69-F59F-38AE-8609-7B731450FBCD> /usr/lib/system/libcompiler_rt.dylib

    0x7fff8e732000 -     0x7fff8e76aff7  com.apple.Accounts (113 - 113) <8A356D32-2E81-3470-AFA2-8C4FA7F1DA0C> /System/Library/Frameworks/Accounts.framework/Versions/A/Accounts

    0x7fff8e7b6000 -     0x7fff8e7c6fff  com.apple.AppleScriptObjC (1.4 - 32) <0C137AF5-9086-3205-9895-F3B8DF3B47FF> /System/Library/Frameworks/AppleScriptObjC.framework/Versions/A/AppleScriptObjC

    0x7fff8e7c7000 -     0x7fff8e7e4ff7  com.apple.AppleVPAFramework (2.1.2 - 2.1.2) <41378C0B-B56A-3A73-9BD0-E06FA1F87B8C> /System/Library/PrivateFrameworks/AppleVPA.framework/Versions/A/AppleVPA

    0x7fff8e7e5000 -     0x7fff8e82aff3  libFontRegistry.dylib (155.2) <A70DD497-35F3-34DA-9C19-F4B90080E961> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/Resources/libFontRegistry.dylib

    0x7fff8e82b000 -     0x7fff8e8b4ff7  com.apple.PerformanceAnalysis (1.0 - 1) <2064F7E8-5C3D-3E18-8029-2D832D13E2A2> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAna lysis

    0x7fff8e8b5000 -     0x7fff8ea83ff3  com.apple.QuartzCore (1.11 - 410.14) <076BDE58-8AED-3D47-84FD-548CF8E8EDB9> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore

    0x7fff8ea84000 -     0x7fff8ea8ffff  libkxld.dylib (3248.50.21) <99195052-038E-3490-ACF8-76F9AC43897E> /usr/lib/system/libkxld.dylib

    0x7fff8eaa3000 -     0x7fff8eabefff  com.apple.aps.framework (4.0 - 4.0) <CAD47B6E-A581-3B35-885B-67B206F41D5E> /System/Library/PrivateFrameworks/ApplePushService.framework/Versions/A/ApplePushService

    0x7fff8eabf000 -     0x7fff8eb25ff7  libsystem_network.dylib (583.50.1) <B52DAB73-92DC-3DA7-B9F4-B899D66445C1> /usr/lib/system/libsystem_network.dylib

    0x7fff8eb26000 -     0x7fff8eb37fff  libSparseBLAS.dylib (1162.2) <EBEB3848-3468-342A-91A6-5C47F2369CD9> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libSparseBLAS.dylib

    0x7fff8edf2000 -     0x7fff8edf2fff  com.apple.Accelerate (1.10 - Accelerate 1.10) <185EC96A-5AF0-3620-A4ED-4D3654D25B39> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate

    0x7fff8ee5d000 -     0x7fff8ee61fff  com.apple.CommonPanels (1.2.6 - 96) <4AE7E5AE-55B3-37FA-9BDE-B23147ADA2E9> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/ Versions/A/CommonPanels

    0x7fff8ee62000 -     0x7fff8ee8bff7  libxpc.dylib (765.50.8) <54D1328E-054E-3DAA-89E2-375722F9D18F> /usr/lib/system/libxpc.dylib

    0x7fff8ee8c000 -     0x7fff8ee8eff7  libquarantine.dylib (80) <0F4169F0-0C84-3A25-B3AE-E47B3586D908> /usr/lib/system/libquarantine.dylib

    0x7fff8eeee000 -     0x7fff8ef43fff  com.apple.AE (701 - 701) <AD492742-F884-386B-A450-FAC281B9FFA4> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Vers ions/A/AE

    0x7fff8ef44000 -     0x7fff8ef71fff  libdispatch.dylib (501.40.12) <C7499857-61A5-3D7D-A5EA-65DCC8C3DF92> /usr/lib/system/libdispatch.dylib

    0x7fff8ef72000 -     0x7fff8ef7cfff  com.apple.NetAuth (6.0 - 6.0) <D692B1EF-534F-3892-8E2F-2BBA7C8AFD74> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth

    0x7fff8ef95000 -     0x7fff8f001ff7  com.apple.contacts.Contacts (1.0 - 2137.1) <2726B3FB-7A00-34E0-8BBF-7E5395C35527> /System/Library/Frameworks/Contacts.framework/Versions/A/Contacts

    0x7fff8f04d000 -     0x7fff8f085ff7  com.apple.RemoteViewServices (2.0 - 101) <B2881449-8CFE-3D1C-B4BF-155640392533> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServi ces

    0x7fff8f086000 -     0x7fff8f08ffff  com.apple.IOAccelMemoryInfo (1.0 - 1) <899E7731-A916-3F90-A215-76AEBD979EC3> /System/Library/PrivateFrameworks/IOAccelMemoryInfo.framework/Versions/A/IOAccelMemoryInf o

    0x7fff8f1df000 -     0x7fff8f1e4fff  com.apple.MediaAccessibility (1.0 - 79) <C5E61B45-1967-3602-A48C-31E132B998B2> /System/Library/Frameworks/MediaAccessibility.framework/Versions/A/MediaAccessibility

    0x7fff8f1e5000 -     0x7fff8f1f0fff  libcsfde.dylib (517.50.1) <52F0DB6A-13B8-355E-ADFD-72834D3CA183> /usr/lib/libcsfde.dylib

    0x7fff8f2e0000 -     0x7fff8f2e8fff  libGFXShared.dylib (12.1) <5A0C2493-200C-30BE-97D5-8E8C0B8E604D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib

    0x7fff8f352000 -     0x7fff8f353fff  com.apple.TrustEvaluationAgent (2.0 - 25) <0239494E-FEFE-39BC-9FC7-E251BA5128F1> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluati onAgent

    0x7fff8f354000 -     0x7fff8f694fff  com.apple.WebKit (11601 - 11601.6.17) <F54752A4-B5AA-3993-BA9A-83F4B3AA176E> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit

    0x7fff8f695000 -     0x7fff8f72afff  com.apple.ink.framework (10.9 - 214) <1F76CF36-3F79-36B8-BC37-C540AF34B338> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/ A/Ink

    0x7fff8f72b000 -     0x7fff8f7e8fd7  com.apple.PackageKit (3.0 - 546.1) <619A0B33-B0A5-39F4-98E1-BB61700AA2E3> /System/Library/PrivateFrameworks/PackageKit.framework/Versions/A/PackageKit

    0x7fff8f7e9000 -     0x7fff8f858fff  com.apple.datadetectorscore (7.0 - 460) <FA46DEE8-B25B-3E84-B067-6A31193A0885> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCor e

    0x7fff8f946000 -     0x7fff8fd74fff  com.apple.vision.FaceCore (3.3.1 - 3.3.1) <E54028EA-4217-3078-A2B1-C52E4214D59E> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore

    0x7fff8fe3e000 -     0x7fff901d3fdb  com.apple.vImage (8.0 - 8.0) <4BAC9B6F-7482-3580-8787-AB0A5B4D331B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Ve rsions/A/vImage

    0x7fff901d4000 -     0x7fff901e3ffb  com.apple.LangAnalysis (1.7.0 - 1.7.0) <18D21123-A3E7-3851-974A-08E5D4540475> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalys is.framework/Versions/A/LangAnalysis

    0x7fff901e4000 -     0x7fff901f2fff  com.apple.opengl (12.1.0 - 12.1.0) <BBC4458E-12FC-3C9B-BF7E-6985D61C7A67> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL

    0x7fff901f3000 -     0x7fff904d8ffb  com.apple.CoreServices.CarbonCore (1136.2 - 1136.2) <2DBAFC9A-6CD6-351D-B1F4-87D81AA6D640> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framew ork/Versions/A/CarbonCore

    0x7fff904df000 -     0x7fff904e6ff7  com.apple.phonenumbers (1.1.1 - 105) <A616AFB5-2336-385A-B058-16A423D2B21B> /System/Library/PrivateFrameworks/PhoneNumbers.framework/Versions/A/PhoneNumbers

    0x7fff906ce000 -     0x7fff906d6fef  libcldcpuengine.dylib (2.7.3) <511DF05F-B3A1-3810-9901-1F5C1EA278C4> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengine.dylib

    0x7fff9080b000 -     0x7fff9080bff7  liblaunch.dylib (765.50.8) <834ED605-5114-3641-AA4D-ECF31B801C50> /usr/lib/system/liblaunch.dylib

    0x7fff9080c000 -     0x7fff9082bff7  com.apple.contacts.vCard (1.0 - 2137.1) <41529BD9-1BCC-3A62-92BA-2A7110867355> /System/Library/PrivateFrameworks/vCard.framework/Versions/A/vCard

    0x7fff909d6000 -     0x7fff90a8eff7  com.apple.CoreDuet (1.0 - 1) <FC1EAEE1-73A4-3B13-A634-1D2A94D0C0B7> /System/Library/PrivateFrameworks/CoreDuet.framework/Versions/A/CoreDuet

    0x7fff90a8f000 -     0x7fff90a8ffff  libOpenScriptingUtil.dylib (169.1) <AD0DAC8A-9849-3077-999F-9AEC6112BDAB> /usr/lib/libOpenScriptingUtil.dylib

    0x7fff90a90000 -     0x7fff90b7bff7  com.apple.QuickLookUIFramework (5.0 - 696.7) <5A4AAFEC-D38C-3DA0-9361-CBF1D4C6B376> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/V ersions/A/QuickLookUI

    0x7fff90b7c000 -     0x7fff90b93ff7  libsystem_asl.dylib (323.50.1) <41F8E11F-1BD0-3F1D-BA3A-AA1577ED98A9> /usr/lib/system/libsystem_asl.dylib

    0x7fff90bd0000 -     0x7fff90befff7  com.apple.framework.Apple80211 (11.0 - 1121.34.2) <90477FAE-B835-3931-80FB-FDFF02B21D9D> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211

    0x7fff90bf0000 -     0x7fff90bf2fff  com.apple.SecCodeWrapper (4.0 - 261.40.2) <1F832591-59A8-3B3F-943F-D6D827463782> /System/Library/PrivateFrameworks/SecCodeWrapper.framework/Versions/A/SecCodeWrapper

    0x7fff90bf3000 -     0x7fff90bfefff  com.apple.AppSandbox (4.0 - 261.40.2) <52766210-B6EB-3B73-AB1B-42E0A9AD2EE8> /System/Library/PrivateFrameworks/AppSandbox.framework/Versions/A/AppSandbox

    0x7fff90c05000 -     0x7fff90c51ffb  com.apple.HIServices (1.22 - 550) <6B76B41C-CF5A-34C4-89F4-EFD7CA3D1C9D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices .framework/Versions/A/HIServices

    0x7fff90c52000 -     0x7fff91d3fffb  com.apple.WebCore (11601 - 11601.6.17) <A715DA96-B504-36A3-88DD-13485DE8BA2D> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versi ons/A/WebCore

    0x7fff91d45000 -     0x7fff91d74ffb  com.apple.datadetectors (5.0 - 308) <1949868C-BDCD-3772-BDBD-D7E9F2CC1451> /System/Library/PrivateFrameworks/DataDetectors.framework/Versions/A/DataDetectors

    0x7fff91d75000 -     0x7fff91d77fff  libsystem_coreservices.dylib (19.2) <1B3F5AFC-FFCD-3ECB-8B9A-5538366FB20D> /usr/lib/system/libsystem_coreservices.dylib

    0x7fff91d78000 -     0x7fff91de3ff7  com.apple.framework.CoreWLAN (11.0 - 1101.20) <3B35C543-7FCE-333F-80C1-432FA41DDCDE> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN

    0x7fff91e6b000 -     0x7fff91f8ffff  libsqlite3.dylib (216.4) <280D67B8-F93D-3587-A146-19F36C817548> /usr/lib/libsqlite3.dylib

    0x7fff91f90000 -     0x7fff91f9bff7  libChineseTokenizer.dylib (16) <79B8C67A-3061-3C78-92CD-4650719E68D4> /usr/lib/libChineseTokenizer.dylib

    0x7fff91f9d000 -     0x7fff91fb4ff7  libsystem_coretls.dylib (83.40.5) <C90DAE38-4082-381C-A185-2A6A8B677628> /usr/lib/system/libsystem_coretls.dylib

    0x7fff91fb5000 -     0x7fff91fb6fff  libUAPreferences.dylib (270.10) <E024EBC2-529A-332E-98B8-8332912ED5F4> /System/Library/PrivateFrameworks/UniversalAccess.framework/Versions/A/Libraries/libUAPre ferences.dylib

    0x7fff91fd1000 -     0x7fff91fddfff  com.apple.speech.synthesis.framework (5.4.12 - 5.4.12) <71DA00B8-5EA2-326B-8814-59DB25512F65> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynt hesis.framework/Versions/A/SpeechSynthesis

    0x7fff91fde000 -     0x7fff92006fff  com.apple.GLKit (1.0 - 56) <6D10E27F-7175-36D2-8770-F7789F2EACBD> /System/Library/Frameworks/GLKit.framework/Versions/A/GLKit

    0x7fff92007000 -     0x7fff92030fff  libc++abi.dylib (125) <DCCC8177-3D09-35BC-9784-2A04FEC4C71B> /usr/lib/libc++abi.dylib

    0x7fff92031000 -     0x7fff92033fff  com.apple.OAuth (25 - 25) <B147CF79-A687-3466-BCAE-F05243DE71F7> /System/Library/PrivateFrameworks/OAuth.framework/Versions/A/OAuth

    0x7fff92034000 -     0x7fff92036fff  libUniversalAccess.dylib (270.10) <B1876D7D-7630-3D7E-B70A-750C56A9D7C1> /usr/lib/libUniversalAccess.dylib

    0x7fff9214e000 -     0x7fff92153ff7  libmacho.dylib (875.1) <318264FA-58F1-39D8-8285-1F6254EE410E> /usr/lib/system/libmacho.dylib

    0x7fff92157000 -     0x7fff92158ff3  com.apple.print.framework.Print (10.0 - 266) <3E85F70C-D7D4-34E1-B88A-C1F503F99CDA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Version s/A/Print

    0x7fff9215f000 -     0x7fff921bbfff  libTIFF.dylib (1450) <14EB7C03-7DDA-3276-BAC5-D597913AC9C4> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib

    0x7fff9222d000 -     0x7fff92252ff7  libPng.dylib (1450) <F7944170-4854-3CA5-B66F-7A6CA2292DF2> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib

    0x7fff92253000 -     0x7fff92257fff  libpam.2.dylib (20) <CFCD19BD-87BC-3F2B-BB1C-4C23E8E55F1A> /usr/lib/libpam.2.dylib

    0x7fff9225d000 -     0x7fff9225dff7  libunc.dylib (29) <DDB1E947-C775-33B8-B461-63E5EB698F0E> /usr/lib/system/libunc.dylib

    0x7fff9225e000 -     0x7fff9225efff  com.apple.Accelerate.vecLib (3.10 - vecLib 3.10) <054DFE32-737D-3211-9A14-0FC5E1A880E3> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/vecLib

    0x7fff92332000 -     0x7fff92337ff7  libheimdal-asn1.dylib (453.40.10) <981DE40B-FA16-36F7-BE92-8C8A115D6CD9> /usr/lib/libheimdal-asn1.dylib

    0x7fff92348000 -     0x7fff92354fff  com.apple.CommerceCore (1.0 - 463.9) <92A641CE-2740-3B7A-B69D-E5CE1426B7DE> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCor e.framework/Versions/A/CommerceCore

    0x7fff9235e000 -     0x7fff923e6fff  com.apple.CoreSymbolication (3.1 - 58048.1) <4730422E-4178-34F9-8550-BB92F2A4F44B> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolicatio n

    0x7fff923f7000 -     0x7fff92a96ff7  com.apple.JavaScriptCore (11601 - 11601.6.13) <93B52DD9-7810-3562-8605-B97965F6DB94> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore

    0x7fff92aa3000 -     0x7fff92aadfff  com.apple.private.XprotectFrameWork.XprotectFramework (1.0 - 1) <1FC4F7F8-0AEA-36EA-9AEE-5AE573858F36> /System/Library/PrivateFrameworks/XprotectFramework.framework/Versions/A/XprotectFramewor k

    0x7fff92aae000 -     0x7fff92abcfff  com.apple.IntlPreferences (2.0 - 192) <A170BA4F-D39C-378C-99B5-CCB7C4F154C1> /System/Library/PrivateFrameworks/IntlPreferences.framework/Versions/A/IntlPreferences

    0x7fff92b7f000 -     0x7fff92b92fff  com.apple.CoreBluetooth (1.0 - 1) <E54CA9A2-A5C6-30C5-9D6E-8472DBA9371E> /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth

    0x7fff92bbf000 -     0x7fff92bc1ff7  com.apple.SafariServices.framework (11601 - 11601.6.17) <98035563-BCB5-3BCA-A519-FB27B4F02998> /System/Library/PrivateFrameworks/SafariServices.framework/Versions/A/SafariServices

    0x7fff92e19000 -     0x7fff92e6cff7  libc++.1.dylib (120.1) <8FC3D139-8055-3498-9AC5-6467CB7F4D14> /usr/lib/libc++.1.dylib

    0x7fff92e72000 -     0x7fff92e72fff  com.apple.CoreServices (728.12 - 728.12) <A4FFF004-53B0-3EAC-A13F-5416BFFD8886> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices

    0x7fff92ee8000 -     0x7fff94136fe7  com.apple.CoreGraphics (1.600.0 - 957) <B5D82A82-EDF9-34D5-A8C5-7F25B80985EE> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics

    0x7fff9452e000 -     0x7fff9454aff7  libextension.dylib (78) <FD952DA6-BBEC-3CB6-98B3-E1D111C5C54E> /usr/lib/libextension.dylib

    0x7fff9454b000 -     0x7fff946c9fff  com.apple.UIFoundation (1.0 - 436.1) <AABB5267-E7B7-3D75-B051-E665BDA8DEF4> /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation

    0x7fff94735000 -     0x7fff94738ffb  libScreenReader.dylib (426.42) <16FC79D1-4573-3E90-945F-CBA22D5185FD> /usr/lib/libScreenReader.dylib

    0x7fff94739000 -     0x7fff94739fff  com.apple.audio.units.AudioUnit (1.13 - 1.13) <93C1D642-37D4-3692-AD35-DCAD04F9610B> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit

    0x7fff947dd000 -     0x7fff94922fff  com.apple.QTKit (7.7.3 - 2943.10) <9D0EA81D-7BDE-3B47-B300-5C53C5EE4846> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit

    0x7fff94923000 -     0x7fff94929ff7  com.apple.speech.recognition.framework (5.1.1 - 5.1.1) <9E5A980A-F455-32D5-BBEE-3BD6018CC45E> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.frame work/Versions/A/SpeechRecognition

    0x7fff9494a000 -     0x7fff94996fff  com.apple.print.framework.PrintCore (11.2 - 472.2) <5AE8AA6B-CE09-397D-B0D4-0F9CCBF1F77D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore. framework/Versions/A/PrintCore

    0x7fff94997000 -     0x7fff9499afff  libspindump.dylib (197.1) <48F4C673-9F0C-38BE-B550-88241E812518> /usr/lib/libspindump.dylib

    0x7fff9499b000 -     0x7fff949c6ff7  com.apple.AddressBook.ContactsFoundation (8.0 - 2137.1) <BAE70E9D-BCC8-3650-B554-6D646388EDEF> /System/Library/PrivateFrameworks/ContactsFoundation.framework/Versions/A/ContactsFoundat ion

    0x7fff949d0000 -     0x7fff94a01ff7  libncurses.5.4.dylib (46) <D4C10699-3E8F-3F42-A695-7490EA4B6B32> /usr/lib/libncurses.5.4.dylib

    0x7fff94a63000 -     0x7fff94a65ff7  com.apple.xpc.ServiceManagement (1.0 - 1) <D96D7A6D-EDEB-35EE-B5D9-E33A3BF011B5> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement

    0x7fff94b12000 -     0x7fff94bb6fff  com.apple.Bluetooth (4.4.5 - 4.4.5f3) <141F2C36-70B6-32D3-A556-7A605832CDB3> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth

    0x7fff94bc7000 -     0x7fff94c81fff  com.apple.DiscRecording (9.0.1 - 9010.4.3) <540853B2-B123-3560-8023-C92EE229051A> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording

    0x7fff94ff6000 -     0x7fff94ff7fff  libffi.dylib (18.1) <5BA9612C-747E-33CE-9DB1-3C01ECF3041D> /usr/lib/libffi.dylib

    0x7fff94ffe000 -     0x7fff950eefff  libJP2.dylib (1450) <FAFF00CD-1CF6-34DE-A06F-31D4BB9C8BA9> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib

    0x7fff950f2000 -     0x7fff950fdfff  libGPUSupportMercury.dylib (12.1) <9D35C668-4F21-31C8-890C-CC1F45905194> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupport Mercury.dylib

    0x7fff950fe000 -     0x7fff952aafff  com.apple.avfoundation (2.0 - 1046.9.11) <399D8273-E3CD-3358-9B80-64E6A5CBE278> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation

    0x7fff953d2000 -     0x7fff9561eff7  com.apple.AddressBook.framework (9.0 - 1679.10) <24F823D3-C3FC-3AF9-B8B3-C166539DBD11> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook

    0x7fff9561f000 -     0x7fff956aefff  com.apple.CorePDF (4.0 - 4) <849BBFF6-0700-3ED1-98DF-A6E93B9B707F> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF

    0x7fff956dd000 -     0x7fff956e5fef  libsystem_platform.dylib (74.40.2) <29A905EF-6777-3C33-82B0-6C3A88C4BA15> /usr/lib/system/libsystem_platform.dylib

    0x7fff956e6000 -     0x7fff956e9fff  libsystem_sandbox.dylib (460.50.4) <150A9D3D-F69E-32F7-8C7B-8E72CAAFF7E4> /usr/lib/system/libsystem_sandbox.dylib

    0x7fff956ea000 -     0x7fff9573cfff  com.apple.CloudDocs (1.0 - 383.13) <5FD9138D-09D9-3B97-BBAD-5692E1687F30> /System/Library/PrivateFrameworks/CloudDocs.framework/Versions/A/CloudDocs

    0x7fff957c7000 -     0x7fff957f2ffb  libarchive.2.dylib (33.20.2) <6C370A21-63FD-3A68-B4B3-5333F24B770B> /usr/lib/libarchive.2.dylib

    0x7fff957f3000 -     0x7fff95920ff3  com.apple.CoreText (352.0 - 494.11) <08E8640E-6602-3A00-BC28-94235FD311B4> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText

    0x7fff95964000 -     0x7fff95c59fff  com.apple.HIToolbox (2.1.1 - 807.2) <36413C45-36AF-34EF-9C0E-F18B31D1E565> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Ver sions/A/HIToolbox

    0x7fff95c8d000 -     0x7fff95c91fff  libcache.dylib (75) <9548AAE9-2AB7-3525-9ECE-A2A7C4688447> /usr/lib/system/libcache.dylib

    0x7fff95cae000 -     0x7fff95e14fff  com.apple.AutomatorFramework (2.6 - 419) <D4FA8249-D558-3B85-9339-788C0006DF27> /System/Library/Frameworks/Automator.framework/Versions/A/Automator

    0x7fff95e15000 -     0x7fff95e16fff  libsystem_secinit.dylib (20) <32B1A8C6-DC84-3F4F-B8CE-9A52B47C3E6B> /usr/lib/system/libsystem_secinit.dylib

    0x7fff95e17000 -     0x7fff9628dfff  com.apple.CoreFoundation (6.9 - 1258.1) <943A1383-DA6A-3DC0-ABCD-D9AEB3D0D34D> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation

    0x7fff9632a000 -     0x7fff9632efff  libGIF.dylib (1450) <DDEA46A2-85B7-32D7-8CC2-8F4C10AA12D5> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib

    0x7fff96332000 -     0x7fff96334ffb  libutil.dylib (43) <4C9BFE8B-563B-3EEA-A323-8F4F14E0A46C> /usr/lib/libutil.dylib

    0x7fff96335000 -     0x7fff9633dfff  com.apple.NetFS (6.0 - 4.0) <842A5346-24C3-3F22-9ECF-E586A10EA1F2> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS

    0x7fff96364000 -     0x7fff963b3ff7  com.apple.opencl (2.7.0 - 2.7.0) <C3AFF6D2-90FE-3108-A2D5-A1EBCFC5D627> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL

    0x7fff96eb3000 -     0x7fff96ec3fff  libbsm.0.dylib (34) <7E14504C-A8B0-3574-B6EB-5D5FABC72926> /usr/lib/libbsm.0.dylib

    0x7fff96ec4000 -     0x7fff96f3bff7  com.apple.MMCS (1.3 - 357.1) <549FBEFC-55F7-3101-BF51-A0B1F7CF2B46> /System/Library/PrivateFrameworks/MMCS.framework/Versions/A/MMCS

    0x7fff96f3c000 -     0x7fff973d7ffb  com.apple.GeoServices (1.0 - 1151.49.1) <2D887517-B73D-30FF-91DC-AF6AD91F96B9> /System/Library/PrivateFrameworks/GeoServices.framework/Versions/A/GeoServices

    0x7fff97464000 -     0x7fff97488fff  com.apple.MultitouchSupport.framework (304.12 - 304.12) <65CB7653-EACD-3ADB-ABB6-2E0671708301> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSuppor t

    0x7fff97489000 -     0x7fff9748eff3  libunwind.dylib (35.3) <F6EB48E5-4D12-359A-AB54-C937FBBE9043> /usr/lib/system/libunwind.dylib

    0x7fff9748f000 -     0x7fff974befff  com.apple.securityinterface (10.0 - 55065.40.1) <1BB39B19-DD74-347E-A344-0E6781773577> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInterface

    0x7fff9767a000 -     0x7fff97683ff7  libsystem_pthread.dylib (138.10.4) <3DD1EF4C-1D1B-3ABF-8CC6-B3B1CEEE9559> /usr/lib/system/libsystem_pthread.dylib

    0x7fff97684000 -     0x7fff976e7fff  libAVFAudio.dylib (161.2) <1A98DBF3-490B-37FB-928A-AB1E36E6E5DD> /System/Library/Frameworks/AVFoundation.framework/Versions/A/Resources/libAVFAudio.dylib

    0x7fff97721000 -     0x7fff97a9cffb  com.apple.VideoToolbox (1.0 - 1731.15.204) <2B21F9B2-66A2-3900-84A5-0AB66F8056E4> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox

    0x7fff97a9d000 -     0x7fff97aa3fff  com.apple.XPCService (2.0 - 1) <5E2122D6-FFA2-3552-BF16-9FD3F36B40DB> /System/Library/PrivateFrameworks/XPCService.framework/Versions/A/XPCService

    0x7fff97abc000 -     0x7fff97accff3  com.apple.ProtocolBuffer (1 - 243) <BAE5E5C9-DD59-3BB8-9741-EEFC5E3046EE> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolBuffer

    0x7fff97acd000 -     0x7fff97acdfff  com.apple.quartzframework (1.5 - 21) <5DC3D0D9-9E3F-3AA5-92F1-F229907A49B9> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz

    0x7fff97ace000 -     0x7fff97b0fff7  libGLU.dylib (12.1) <CD7A5916-3E3C-3EF3-A275-B281016B99CB> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib

    0x7fff97b3d000 -     0x7fff97b8eff7  libcups.2.dylib (435.2) <91584A40-214D-33E8-A613-CE22289037C8> /usr/lib/libcups.2.dylib

    0x7fff97b8f000 -     0x7fff97b90fff  libsystem_blocks.dylib (65) <1244D9D5-F6AA-35BB-B307-86851C24B8E5> /usr/lib/system/libsystem_blocks.dylib

    0x7fff97c00000 -     0x7fff97cf2ff7  libiconv.2.dylib (44) <F05A0A5A-92A9-3668-8F20-F27CBDA26BE9> /usr/lib/libiconv.2.dylib

    0x7fff97e83000 -     0x7fff97f92fe7  libvDSP.dylib (563.5) <9AB6CA3C-4F0E-35E6-9184-9DF86E7C3DAD> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libvDSP.dylib

    0x7fff97f93000 -     0x7fff97f9bfff  com.apple.AppleSRP (5.0 - 1) <840A5C20-6452-36BB-ACF7-29BA6CBF7C48> /System/Library/PrivateFrameworks/AppleSRP.framework/Versions/A/AppleSRP

    0x7fff97f9c000 -     0x7fff97fe2ff7  libauto.dylib (186) <999E610F-41FC-32A3-ADCA-5EC049B65DFB> /usr/lib/libauto.dylib

    0x7fff97fe3000 -     0x7fff98289ff7  com.apple.CoreData (120 - 641.3) <A29A5491-6169-372B-828F-84EE0CFD4BC4> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData

    0x7fff982be000 -     0x7fff982fcff7  libGLImage.dylib (12.1) <BB1F1A93-5101-3906-AB17-8D83FCB200F9> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib

    0x7fff98b92000 -     0x7fff98d3dffb  GLEngine (12.1) <299D9296-2984-3967-9049-A842B99E5D43> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLEngine.bundle/GLEngine

    0x7fff98d7e000 -     0x7fff98e64fef  unorm8_bgra.dylib (2.7.3) <B315AE9C-9E09-3D9F-9513-EC2195908516> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/unorm8_bgra .dylib

    0x7fff98e65000 -     0x7fff98ed4fff  com.apple.SearchKit (1.4.0 - 1.4.0) <F159A888-34CA-36F1-AC8E-EB1B38C9DFB3> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framewo rk/Versions/A/SearchKit

    0x7fff98ed5000 -     0x7fff98fe3ff3  com.apple.desktopservices (1.10.3 - 1.10.3) <3A6906D4-C0B8-30D1-B589-0466E5E42B69> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopService sPriv

    0x7fff9977b000 -     0x7fff99795ff3  liblzma.5.dylib (10) <CC03591B-FA57-3CA5-AC81-0D76033AC0CE> /usr/lib/liblzma.5.dylib

    0x7fff99796000 -     0x7fff99799ff7  com.apple.iChat.InstantMessage (8.0 - 5017) <989738B4-0269-3DD6-AAEC-2B712FB765D5> /System/Library/Frameworks/InstantMessage.framework/Versions/A/InstantMessage

    0x7fff9979a000 -     0x7fff997b3fff  com.apple.openscripting (1.7.1 - 169.1) <36EBF6A7-334A-3197-838F-E8C7B27FCDBB> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework /Versions/A/OpenScripting

    0x7fff997b9000 -     0x7fff997bbfff  com.apple.loginsupport (1.0 - 1) <9B2F5F9B-ED38-313F-B798-D2B667BCD6B5> /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsupport.fram ework/Versions/A/loginsupport

    0x7fff99826000 -     0x7fff9982bfff  com.apple.ImageCapture (9.0 - 9.0) <ACECF0B7-7D92-3A22-BF47-E8FADF4C5378> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/ Versions/A/ImageCapture

    0x7fff9982c000 -     0x7fff99860ff7  com.apple.CoreVideo (1.8 - 191.3) <1AA24A1B-CB84-3F6B-B6DE-11494542649C> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo

    0x7fff99861000 -     0x7fff99897fff  libssl.0.9.8.dylib (59.40.2) <523FEBFA-4BF7-3A69-83B7-164265BE7F4D> /usr/lib/libssl.0.9.8.dylib

    0x7fff998a0000 -     0x7fff998a2fff  libCGXType.A.dylib (957) <B901C222-E779-32EB-96C2-5A707A09FC5B> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib

    0x7fff998a3000 -     0x7fff998b4fff  libcmph.dylib (6) <BA4BF2C6-7F4E-33B8-9DD7-619C9EB83ECF> /usr/lib/libcmph.dylib

    0x7fff998b5000 -     0x7fff998b8fff  com.apple.IOSurface (108.2.1 - 108.2.1) <A0037B0A-277A-393E-9BF6-688595BD564D> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface

    0x7fff998d3000 -     0x7fff998f7fff  libJPEG.dylib (1450) <1775E59E-D82C-3F7A-8E4F-B0C13F88F691> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib

    0x7fff9998d000 -     0x7fff9998dfff  libenergytrace.dylib (10.40.1) <0A491CA7-3451-3FD5-999A-58AB4362682B> /usr/lib/libenergytrace.dylib

    0x7fff9a24c000 -     0x7fff9a283ff7  com.apple.LDAPFramework (2.4.28 - 194.5) <9AE33BF2-FB17-342D-8F1E-5F83C6E6EB69> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP

    0x7fff9a284000 -     0x7fff9a286fff  com.apple.CoreDuetDebugLogging (1.0 - 1) <7C932160-AC9C-3173-900F-98138E829CB3> /System/Library/PrivateFrameworks/CoreDuetDebugLogging.framework/Versions/A/CoreDuetDebug Logging

    0x7fff9a287000 -     0x7fff9a296fe7  com.apple.AppleFSCompression (81.20.2 - 1.0) <2FE122A9-5265-320A-9600-FFC5CE4DE197> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompress ion

    0x7fff9a30f000 -     0x7fff9a51afff  libFosl_dynamic.dylib (16.24) <5F9DB82D-FD4B-3952-8531-CE020F93ED49> /usr/lib/libFosl_dynamic.dylib

    0x7fff9a51b000 -     0x7fff9a527ff7  com.apple.OpenDirectory (10.11 - 194) <31A67AD5-5CC2-350A-96D7-821DF4BC4196> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory

    0x7fff9a528000 -     0x7fff9a52afff  libCVMSPluginSupport.dylib (12.1) <D81B3D8D-B83F-3918-BD4B-6C794A30AF9F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dyl ib

    0x7fff9a52b000 -     0x7fff9a536fff  libGL.dylib (12.1) <70D51643-04AC-3400-8F11-A6FC25985289> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib

    0x7fff9a53d000 -     0x7fff9a582ff7  com.apple.coreservices.SharedFileList (24.4 - 24.5) <1D2AD77B-778F-3253-A295-3D0A32A8121C> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.fr amework/Versions/A/SharedFileList

    0x7fff9a595000 -     0x7fff9a684fff  libxml2.2.dylib (29.7) <32BBF51E-B084-3FC2-AE9C-C008BE84102B> /usr/lib/libxml2.2.dylib

    0x7fff9a68a000 -     0x7fff9a6b4ff7  GLRendererFloat (12.1) <BE957AC5-82C2-3620-A625-56C9BE7B853F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLRendererFloat.bundle/G LRendererFloat

    0x7fff9a6b5000 -     0x7fff9abd7fff  com.apple.QuartzComposer (5.1 - 334) <80235264-CA1B-3E3F-96F7-5F6F52FDC5B6> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framewor k/Versions/A/QuartzComposer

    0x7fff9abd8000 -     0x7fff9abdcfff  com.apple.LoginUICore (3.2 - 3.2) <5524E4BC-4700-39F4-AF06-E53322712EE0> /System/Library/PrivateFrameworks/LoginUIKit.framework/Versions/A/Frameworks/LoginUICore. framework/Versions/A/LoginUICore

    0x7fff9abdd000 -     0x7fff9abddfff  com.apple.Cocoa (6.11 - 22) <807787AB-D231-3F51-A99B-A9314623C571> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa

    0x7fff9abde000 -     0x7fff9abecfff  com.apple.ToneLibrary (1.0 - 1) <AF05AF34-9BC4-3BA6-81C1-7420F22C9D7D> /System/Library/PrivateFrameworks/ToneLibrary.framework/Versions/A/ToneLibrary

    0x7fff9ad2a000 -     0x7fff9ad2cff7  libsystem_configuration.dylib (802.40.13) <3DEB7DF9-6804-37E1-BC83-0166882FF0FF> /usr/lib/system/libsystem_configuration.dylib

    0x7fff9ad2d000 -     0x7fff9ad5bff7  com.apple.CoreServicesInternal (248.2 - 248.2) <6E111F0A-D7F1-3738-ADE7-CF983BD4EC8B> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesI nternal

    0x7fff9ad5c000 -     0x7fff9af69fff  libicucore.A.dylib (551.51.3) <5BC80F94-C90D-3175-BD96-FF1DC222EC9C> /usr/lib/libicucore.A.dylib

    0x7fff9af6a000 -     0x7fff9afd1fff  com.apple.framework.CoreWiFi (11.0 - 1101.20) <993592F1-B3F1-3FAD-87BD-EA83C361BCCF> /System/Library/PrivateFrameworks/CoreWiFi.framework/Versions/A/CoreWiFi

    0x7fff9afd2000 -     0x7fff9aff4ff7  com.apple.Sharing (442.13.6 - 442.13.6) <DDD2811C-6ECB-32F2-8EE1-69BF9657B4A8> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing

    0x7fff9b06e000 -     0x7fff9b0bcfff  libcurl.4.dylib (90) <12E01E4B-24C9-394C-9D2C-85CF85D5F459> /usr/lib/libcurl.4.dylib

    0x7fff9b0bd000 -     0x7fff9b0d9ff7  libsystem_malloc.dylib (67.40.1) <5748E8B2-F81C-34C6-8B13-456213127678> /usr/lib/system/libsystem_malloc.dylib

    0x7fff9b0e2000 -     0x7fff9b0eafff  com.apple.CoreServices.FSEvents (1223.10.1 - 1223.10.1) <7F5B7A23-BC1D-3FA9-A9B8-D534F1E1979A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framewor k/Versions/A/FSEvents

    0x7fff9b0eb000 -     0x7fff9b0f4fff  com.apple.icloud.FindMyDevice (1.0 - 1) <B9C741F2-6FAC-3BA7-B6E0-9A910C6E8D4E> /System/Library/PrivateFrameworks/FindMyDevice.framework/Versions/A/FindMyDevice

    0x7fff9b0f5000 -     0x7fff9b0f7fff  com.apple.EFILogin (2.0 - 2) <38150198-DD7F-3C73-BCAA-C74BB376393A> /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin

    0x7fff9b0f8000 -     0x7fff9b146ff7  libstdc++.6.dylib (104.1) <76E2AFB1-07E5-3F19-B692-F6E21B7E470D> /usr/lib/libstdc++.6.dylib

    0x7fff9b20b000 -     0x7fff9b20bfff  com.apple.Carbon (154 - 157) <8F6ED602-5943-3E29-A793-BC331E2C183D> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon

    0x7fff9b256000 -     0x7fff9b26cff7  libLinearAlgebra.dylib (1162.2) <FFE54EDF-F06F-3C0A-864A-4CA7BBFD4B2D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libLinearAlgebra.dylib

    0x7fff9b26d000 -     0x7fff9b3f9ff7  libGLProgrammability.dylib (12.1) <BCFFBF6B-9717-3456-B6F9-6AE46644B076> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dyl ib

    0x7fff9b41c000 -     0x7fff9b425ff3  libsystem_notify.dylib (150.40.1) <D48BDE34-0F7E-34CA-A0FF-C578E39987CC> /usr/lib/system/libsystem_notify.dylib

    0x7fff9b426000 -     0x7fff9b42cfff  com.apple.IOAccelerator (205.10 - 205.10) <E46ED853-C2CC-3F29-A7DD-5E9351A2E754> /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelerator

    0x7fff9b435000 -     0x7fff9b457fff  com.apple.IconServices (68.1 - 68.1) <CDEEDBE6-F53B-3BA1-82D4-23BCA3DD8949> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices

    0x7fff9b458000 -     0x7fff9b46dfff  com.apple.ToneKit (1.0 - 1) <6D5AD263-308F-3F70-8D86-7027569D2694> /System/Library/PrivateFrameworks/ToneKit.framework/Versions/A/ToneKit

    0x7fff9b46e000 -     0x7fff9b4e2ff3  com.apple.securityfoundation (6.0 - 55126) <130656AE-2711-3914-8736-D8B021C93FE0> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation

    0x7fff9b50c000 -     0x7fff9b546fff  com.apple.QD (3.12 - 302) <0FE53180-2895-3D14-A1E7-F82DE1D106E1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framewo rk/Versions/A/QD

    0x7fff9b549000 -     0x7fff9b57aff7  libtidy.A.dylib (15.17) <6859415D-7A43-384E-ABDD-AA6B2AA9FDCD> /usr/lib/libtidy.A.dylib

    0x7fff9b57b000 -     0x7fff9b5aaffb  libsystem_m.dylib (3105) <08E1A4B2-6448-3DFE-A58C-ACC7335BE7E4> /usr/lib/system/libsystem_m.dylib

    0x7fff9b5c3000 -     0x7fff9b652ff7  libCoreStorage.dylib (517.50.1) <E6283FE9-B5AC-3110-8D4C-8E2BF185983E> /usr/lib/libCoreStorage.dylib

    0x7fff9b6be000 -     0x7fff9b6d9ff7  libCRFSuite.dylib (34) <078B4CD8-6A8C-3067-B2BA-0C2A0BAB8AC3> /usr/lib/libCRFSuite.dylib

    0x7fff9b71e000 -     0x7fff9b769ff7  com.apple.CoreMediaIO (703.0 - 4791) <2FAE3CC1-145C-37AB-A836-E5D93A02BA23> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO

    0x7fff9b76a000 -     0x7fff9b7e1feb  libcorecrypto.dylib (335.50.1) <B5C05FD7-A540-345A-87BF-8E41848A3C17> /usr/lib/system/libcorecrypto.dylib

    0x7fff9b7e2000 -     0x7fff9b7ebff7  com.apple.CommonAuth (4.0 - 2.0) <4B8673E1-3697-3FE2-8D30-AC7AC5D4F8BF> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth

    0x7fff9b7ef000 -     0x7fff9b7f7fff  com.apple.frameworks.CoreDaemon (1.3 - 1.3) <CC53DC12-9231-3C4F-921B-9A770D463323> /System/Library/PrivateFrameworks/CoreDaemon.framework/Versions/B/CoreDaemon

    0x7fff9b7f8000 -     0x7fff9b80afff  libsasl2.2.dylib (209) <11C7D200-0CA5-30F4-A19A-178CA81D48FE> /usr/lib/libsasl2.2.dylib

    0x7fff9b80b000 -     0x7fff9b88fffb  com.apple.AVKit (1.1 - 285.10) <D6B7FD05-C729-3E84-A2F3-84DDAA268B3E> /System/Library/Frameworks/AVKit.framework/Versions/A/AVKit

    0x7fff9b890000 -     0x7fff9b8a3fff  com.apple.contacts.ContactsPersistence (1.0 - 2137.1) <71232F20-11BD-370D-9F43-F262BFE46C93> /System/Library/PrivateFrameworks/ContactsPersistence.framework/Versions/A/ContactsPersis tence

    0x7fff9b8a4000 -     0x7fff9b8a7ff7  com.apple.AppleSystemInfo (3.1.5 - 3.1.5) <6932B5EC-0EA9-333D-BF7E-665047392FEC> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo

    0x7fff9b8a8000 -     0x7fff9ba04ff3  com.apple.WebKitLegacy (11601 - 11601.6.17) <3F9A3DDF-AA37-388E-8C96-CFF86DB0D16E> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebKitLegacy.framework/ Versions/A/WebKitLegacy

    0x7fff9ba05000 -     0x7fff9ba07ff7  com.apple.securityhi (9.0 - 55006) <1E7BE52B-97EA-371A-AECA-1EE2AD246D8A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Ve rsions/A/SecurityHI

    0x7fff9ba1f000 -     0x7fff9ba4cff3  com.apple.SystemConfiguration.EAP8021X (14.0.0 - 14.0) <535AE12D-8927-31DE-87F7-A3F8ABF8C670> /System/Library/PrivateFrameworks/EAP8021X.framework/Versions/A/EAP8021X

    0x7fff9ba4d000 -     0x7fff9ba52ff7  com.apple.AssetCacheServices (14.1 - 14.1) <5F249F84-660A-3E94-B073-6729E7ED56D9> /System/Library/PrivateFrameworks/AssetCacheServices.framework/Versions/A/AssetCacheServi ces

    0x7fff9ba53000 -     0x7fff9bafafff  com.apple.LanguageModeling (1.0 - 1) <58C18A47-BDE7-3CBE-81C0-797029D170A1> /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling

    0x7fff9ca05000 -     0x7fff9ca57fff  com.apple.AppleVAFramework (5.0.32 - 5.0.32) <271ED7A9-73E5-3595-A8D6-28594C9F3C9D> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA

    0x7fff9caa4000 -     0x7fff9cab0fff  com.apple.SpeechRecognitionCore (2.2.7 - 2.2.7) <6BA06290-D4A3-351C-87F9-B61EF61FF055> /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/SpeechRecogn itionCore

    0x7fff9cab1000 -     0x7fff9cd38ff3  com.apple.CFNetwork (760.5.1 - 760.5.1) <EE9426D1-F11C-3DD4-AE08-EA29AEB27177> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork

    0x7fff9d012000 -     0x7fff9d012fff  com.apple.ApplicationServices (48 - 48) <ADD57D3A-142F-3EF5-BFD8-EACD82164884> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices

    0x7fff9d118000 -     0x7fff9d126ff7  libbz2.1.0.dylib (38) <28E54258-C0FE-38D4-AB76-1734CACCB344> /usr/lib/libbz2.1.0.dylib

    0x7fff9d127000 -     0x7fff9d47bfff  com.apple.Foundation (6.9 - 1259) <71A9D3A0-0B1F-3E3A-86F3-1486365A6EF2> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation

    0x7fff9d661000 -     0x7fff9d807ff7  com.apple.audio.toolbox.AudioToolbox (1.13 - 1.13) <082319FC-59F2-3D36-AC9B-94759724E302> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox

    0x7fff9d808000 -     0x7fff9d84afff  com.apple.framework.ConfigurationProfiles (8.2 - 848) <D953E32D-734D-3D22-801E-98F1B7E9C63B> /System/Library/PrivateFrameworks/ConfigurationProfiles.framework/Versions/A/Configuratio nProfiles

    0x7fff9e499000 -     0x7fff9e49affb  libremovefile.dylib (41) <552EF39E-14D7-363E-9059-4565AC2F894E> /usr/lib/system/libremovefile.dylib

    0x7fff9e535000 -     0x7fff9e538ff7  com.apple.help (1.3.3 - 46) <35DA4D48-0BC2-35A1-8D7C-40905CDF4F64> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions /A/Help

    0x7fff9e539000 -     0x7fff9ec6bff7  com.apple.VectorKit (1.0 - 1156.38.0.1) <622EC7F5-118E-3F16-BD3D-137BA85BABD9> /System/Library/PrivateFrameworks/VectorKit.framework/Versions/A/VectorKit

    0x7fff9ec6c000 -     0x7fff9ed1cfe7  libvMisc.dylib (563.5) <6D73C20D-D1C4-3BA5-809B-4B597C15AA86> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libvMisc.dylib

    0x7fff9ed1d000 -     0x7fff9ed28ff7  libcommonCrypto.dylib (60075.50.1) <93732261-34B4-3914-B7A2-90A81A182DBA> /usr/lib/system/libcommonCrypto.dylib

    0x7fff9ed29000 -     0x7fff9ed52ffb  libRIP.A.dylib (957) <5F18F20D-5921-3314-A9F8-F1B1CB62C83D> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib

    0x7fff9ed6b000 -     0x7fff9ed9bff3  com.apple.CoreAVCHD (5.8.0 - 5800.4.2) <4AAFB1C4-3708-30F9-ACFA-90564347204C> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD

    0x7fff9ed9c000 -     0x7fff9ee55ff7  com.apple.cloudkit.CloudKit (482.29 - 482.29) <E235B37E-1491-3857-BDE8-38450D4FE8D0> /System/Library/Frameworks/CloudKit.framework/Versions/A/CloudKit

    0x7fff9ee6f000 -     0x7fff9ee88fff  com.apple.CFOpenDirectory (10.11 - 194) <11F95672-55E0-3F9D-9171-5E8C56AEE948> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory. framework/Versions/A/CFOpenDirectory

    0x7fff9ee98000 -     0x7fff9ee9dfff  com.apple.DiskArbitration (2.7 - 2.7) <F55902AA-5316-3255-A701-FDED5B553065> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration

    0x7fff9ee9e000 -     0x7fff9f2c8fff  com.apple.ModelIO (1.0 - 1) <8838E0E1-ACB3-3CE8-ABDC-C787D8B3F247> /System/Library/Frameworks/ModelIO.framework/Versions/A/ModelIO

    0x7fff9f34d000 -     0x7fff9f3f8fff  com.apple.PDFKit (3.1 - 3.1) <27AF3C85-1C0B-389C-856C-2E527620C195> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versio ns/A/PDFKit

    0x7fff9f44e000 -     0x7fff9f6bbfff  com.apple.imageKit (2.6 - 932) <FAE317B8-DF15-3096-AFAC-464913BF2F3B> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Vers ions/A/ImageKit

    0x7fff9f6bc000 -     0x7fff9f6c4fff  libsystem_networkextension.dylib (385.40.36) <66095DC7-6539-38F2-95EE-458F15F6D014> /usr/lib/system/libsystem_networkextension.dylib

    0x7fff9f6d2000 -     0x7fff9f6d5ffb  libdyld.dylib (360.22) <CC088C2A-D407-33E7-A6B6-B06E0D4AD999> /usr/lib/system/libdyld.dylib

    0x7fff9f6d6000 -     0x7fff9f710ff7  com.apple.DebugSymbols (132 - 132) <23A42C53-B941-3871-9EE2-4C87A46005B5> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols

    0x7fff9f716000 -     0x7fff9f937ff7  com.apple.CoreImage (11.4.0 - 366.4.19) <F5B7B115-E43A-3C61-A6AD-EFCDE7FC43A1> /System/Library/Frameworks/CoreImage.framework/Versions/A/CoreImage

    0x7fff9f938000 -     0x7fff9f95ffff  com.apple.shortcut (2.16 - 93) <2BA6DF3E-04C7-39C8-B311-3413E9FC9022> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut

    0x7fff9f97a000 -     0x7fff9f982fff  libcopyfile.dylib (127) <A48637BC-F3F2-34F2-BB68-4C65FD012832> /usr/lib/system/libcopyfile.dylib

    0x7fff9f9f5000 -     0x7fff9fa45ff7  com.apple.Symbolication (1.4 - 58044) <F70BF765-FBE9-3F1E-85CA-BB2F8E53E8C2> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication

    0x7fff9fa46000 -     0x7fff9fabbfff  com.apple.framework.IOKit (2.0.2 - 1179.50.2) <A509D3AE-9D48-31B7-89C7-326A7A2007B2> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit

    0x7fff9fabc000 -     0x7fff9fabdfff  libDiagnosticMessagesClient.dylib (100) <4243B6B4-21E9-355B-9C5A-95A216233B96> /usr/lib/libDiagnosticMessagesClient.dylib

    0x7fff9fac1000 -     0x7fff9faeafff  com.apple.ProtectedCloudStorage (1.0 - 1) <7436B2B3-943A-3500-B099-80F133B3E002> /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/Versions/A/ProtectedClo udStorage

    0x7fff9faeb000 -     0x7fff9faf9fff  libxar.1.dylib (302) <03207F66-2C4A-3DBD-8D81-70F4C85903C4> /usr/lib/libxar.1.dylib

    0x7fff9fafa000 -     0x7fff9fb6eff7  com.apple.Heimdal (4.0 - 2.0) <5D365381-8B5E-3259-8867-FC4A7D307BDE> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal

    0x7fff9fba0000 -     0x7fff9fbc9ff7  libxslt.1.dylib (14.2) <6E8D0F06-9086-32D3-9D87-3870A1CE9E99> /usr/lib/libxslt.1.dylib

    0x7fff9fbca000 -     0x7fff9fbcdfff  com.apple.Mangrove (1.0 - 1) <2D86B3AD-64C3-3BB4-BC66-1CFD0C90E844> /System/Library/PrivateFrameworks/Mangrove.framework/Versions/A/Mangrove

    0x7fff9fbce000 -     0x7fff9fd18ff7  com.apple.coreui (2.1 - 366.1) <8138636F-A0A7-31C7-896C-5F5747FA1B2A> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI

    0x7fff9fd19000 -     0x7fff9fd1cfff  libCoreVMClient.dylib (119.5) <560D70FB-709F-3030-96C9-F249FCB7DA6D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib

    0x7fff9fe40000 -     0x7fff9fe92fff  com.apple.ImageCaptureCore (7.0 - 7.0) <9F3123D8-29D2-332F-AD6B-AB9BF1A58022> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore

    0x7fff9fe93000 -     0x7fffa028ffff  libLAPACK.dylib (1162.2) <987E42B0-5108-3065-87F0-9DF7616A8A06> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libLAPACK.dylib

    0x7fffa02be000 -     0x7fffa03a4ff7  libcrypto.0.9.8.dylib (59.40.2) <2486D801-C756-3488-B519-1AA6807E8948> /usr/lib/libcrypto.0.9.8.dylib

    0x7fffa04dc000 -     0x7fffa04ddfff  liblangid.dylib (122) <9CC4F0D1-5C51-3B69-BC8F-EE3A51FD0822> /usr/lib/liblangid.dylib

    0x7fffa0bbd000 -     0x7fffa0bffff7  com.apple.Metal (56.6 - 56.6) <2B2C0F78-20B8-3878-B9B1-DE18BB92919D> /System/Library/Frameworks/Metal.framework/Versions/A/Metal

    0x7fffa0c00000 -     0x7fffa0e91ff7  com.apple.RawCamera.bundle (6.20 - 856) <C66E7CF9-0352-3A5A-AD2B-DE16136EA6B1> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera

    0x7fffa0efd000 -     0x7fffa0efeffb  libSystem.B.dylib (1226.10.1) <C5D09FE1-CC70-383E-AC27-18602F2EDEC4> /usr/lib/libSystem.B.dylib

    0x7fffa0eff000 -     0x7fffa0f9ffff  com.apple.Metadata (10.7.0 - 972.34) <A93B485D-094C-3024-8CBB-D9E035FB83C4> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framewor k/Versions/A/Metadata

    0x7fffa0fd6000 -     0x7fffa0fd6fff  com.apple.IOPlatformPluginFamily (1.0 - 1) <61D1D438-9DE8-34A0-ADC0-9789517515E8> /System/Library/PrivateFrameworks/IOPlatformPluginFamily.framework/Versions/A/IOPlatformP luginFamily

    0x7fffa0fd7000 -     0x7fffa0ffefff  com.apple.ChunkingLibrary (167 - 167) <AD7F285C-005E-36BB-98A3-5826413533BE> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary

    0x7fffa0fff000 -     0x7fffa1007ffb  libsystem_dnssd.dylib (625.50.5) <4D10E12B-59B5-386F-82DA-326F18028F0A> /usr/lib/system/libsystem_dnssd.dylib

    0x7fffa1008000 -     0x7fffa10b8fff  com.apple.backup.framework (1.7.4 - 1.7.4) <F304E9D1-991A-379E-9659-BF85C35B4808> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup

    0x7fffa1118000 -     0x7fffa1119ffb  libsysmon.dylib (85) <B4DA61BB-07A0-3CFB-9EBD-33121FC4BEA4> /usr/lib/libsysmon.dylib

    0x7fffa1335000 -     0x7fffa13d5fff  com.apple.ViewBridge (159 - 159) <D8131B7E-DFC9-3FDD-9D56-49821C1D1521> /System/Library/PrivateFrameworks/ViewBridge.framework/Versions/A/ViewBridge

    0x7fffa13d6000 -     0x7fffa1738f3f  libobjc.A.dylib (680) <7489D2D6-1EFD-3414-B18D-2AECCCC90286> /usr/lib/libobjc.A.dylib

    0x7fffa174a000 -     0x7fffa1761fff  libmarisa.dylib (4) <E4919B03-D9BD-3AF8-B436-C415C98E3F0A> /usr/lib/libmarisa.dylib

    0x7fffa1762000 -     0x7fffa176dfff  com.apple.DirectoryService.Framework (10.11 - 194) <6F827D0E-0F02-3B09-B2A8-252865EECA7F> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService

    0x7fffa1771000 -     0x7fffa1851ff7  unorm8_rgba.dylib (2.7.3) <9EB6C346-CFF6-32D7-B4A1-2409DFBCB216> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/unorm8_rgba .dylib

    0x7fffa1857000 -     0x7fffa18edfff  com.apple.ColorSync (4.9.0 - 4.9.0) <8FC37E20-6579-3CB2-9D49-BC39FC38DF87> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync. framework/Versions/A/ColorSync

    0x7fffa18ee000 -     0x7fffa18f9fff  com.apple.CrashReporterSupport (10.11 - 718) <05892B57-F2CD-3C84-B984-0417F6B361DB> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporter Support

    0x7fffa1905000 -     0x7fffa1931fff  com.apple.framework.SystemAdministration (1.0 - 1.0) <1318B6A5-FFC3-3615-914D-95CBFE5BA727> /System/Library/PrivateFrameworks/SystemAdministration.framework/Versions/A/SystemAdminis tration

    0x7fffa1932000 -     0x7fffa1af8fe7  com.apple.ImageIO.framework (3.3.0 - 1450) <18ABA1F4-43EC-3990-9777-C91FD3D6AF71> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO

    0x7fffa1b2c000 -     0x7fffa1b48ff3  libresolv.9.dylib (60) <A650B5C8-1950-36A0-86D1-0B2465318BFA> /usr/lib/libresolv.9.dylib

    0x7fffa1b49000 -     0x7fffa1b52ff7  com.apple.DisplayServicesFW (3.0 - 378) <45BE1B99-8E10-32F0-A180-A6B6CB5883AE> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices

    0x7fffa1cf2000 -     0x7fffa1cf3ff7  libodfde.dylib (23) <F84CB160-D638-3190-B6F5-A262E9AF09F6> /usr/lib/libodfde.dylib

    0x7fffa1cf4000 -     0x7fffa1d12ff7  libsystem_kernel.dylib (3248.50.21) <78E54D59-D2B0-3F54-9A4A-0A68D671F253> /usr/lib/system/libsystem_kernel.dylib

 

 

External Modification Summary:

  Calls made by other processes targeting this process:

    task_for_pid: 1

    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: 85597

    thread_create: 0

    thread_set_state: 654

 

 

VM Region Summary:

ReadOnly portion of Libraries: Total=437.4M resident=0K(0%) swapped_out_or_unallocated=437.4M(100%)

Writable regions: Total=1.6G written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=1.6G(100%)

 

                                  VIRTUAL   REGION

REGION TYPE                          SIZE    COUNT (non-coalesced)

===========                       =======  =======

Accelerate.framework                 256K        3

Activity Tracing                    2048K        2

CG backing stores                   37.1M        7

CG image                            14.8M       78

CG shared images                     400K       10

CoreAnimation                        776K       46

CoreData Object IDs                 4100K        3

CoreUI image data                   4212K       19

CoreUI image file                    192K        4

Dispatch continuations              16.0M        2

Foundation                            36K        6

IOKit                               7940K        2

Image IO                             552K       13

JS JIT generated code                  8K        3

JS JIT generated code (reserved)     1.0G        2         reserved VM address space (unallocated)

Kernel Alloc Once                      8K        3

MALLOC                             436.9M      148

MALLOC guard page                     32K        7

Memory Tag 242                        12K        2

Memory Tag 251                        56K        3

OpenCL                                 8K        2

OpenGL GLSL                          256K        4

Process Corpse Info                 2048K        2

SQLite page cache                   4992K       22

STACK GUARD                         56.1M       25

Stack                               19.2M       25

VM_ALLOCATE                          296K       15

WebKit Malloc                       4132K        6

__DATA                              45.8M      426

__GLSLBUILTINS                      2588K        2

__IMAGE                              528K        2

__LINKEDIT                         117.8M      178

__TEXT                             319.9M      417

__UNICODE                            552K        2

mapped file                        417.0M      195

shared memory                       16.7M       12

===========                       =======  =======

TOTAL                                2.5G     1662

TOTAL, minus reserved VM space       1.5G     1662

 

 

Model: iMac17,1, BootROM IM171.0105.B08, 4 processors, Intel Core i7, 4 GHz, 16 GB, SMC 2.34f2

Graphics: AMD Radeon R9 M395, AMD Radeon R9 M395, PCIe, 2048 MB

Memory Module: BANK 0/DIMM0, 8 GB, DDR3, 1867 MHz, 0x859B, 0x43543130323436344246313836442E4D3136

Memory Module: BANK 1/DIMM0, 8 GB, DDR3, 1867 MHz, 0x859B, 0x43543130323436344246313836442E4D3136

AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x14A), Broadcom BCM43xx 1.0 (7.21.95.175.1a6)

Network Service: Ethernet, Ethernet, en0

Serial ATA Device: APPLE HDD ST2000DM001, 2 TB

Serial ATA Device: APPLE SSD SM0128G, 121.33 GB

USB Device: USB 3.0 Bus

USB Device: External USB 3.0

USB Device: Broadcom Bluetooth Download Device

USB Device: FaceTime HD Camera (Built-in)

USB Device: Keyboard Hub

USB Device: Microsoft 3-Button Mouse with IntelliEye(TM)

USB Device: Apple Keyboard

USB Device: iPhone

Thunderbolt Bus: iMac, Apple Inc., 28.1

InDesign cc 2017 sdk

$
0
0

Hello,

 

I am building plug-ins for InDesign and I need to download the newest SDK for cc 2017, where can I download it ?

 

 

br.

Łukasz

indesign debug version

$
0
0

I need the debug version of Adobe InDesign CC(last version) to update the InDesign plugin


Error 1 fatal error C1083: Cannot open include file: 'boost/config.hpp': No such file or directory C

$
0
0

Newbie to VC++

Getting the below error in VC++ 2005, Indesign CS4

 

1>------ Build started: Project: WriteFishPrice, Configuration: Debug Win32 ------
1>Performing Custom Build Step
1>Compiling...
1>WFPNoStrip.cpp
1>C:\Program Files\Adobe\adobe_indesign_cs4_products_sdk_578win\source\precomp\common\ShukHeaders.cp(19) : fatal error C1083: Cannot open include file: 'boost/config.hpp': No such file or directory
1>WFPID.cpp
1>C:\Program Files\Adobe\adobe_indesign_cs4_products_sdk_578win\source\precomp\common\ShukHeaders.cp(19) : fatal error C1083: Cannot open include file: 'boost/config.hpp': No such file or directory
1>VCPlugInHeaders.cpp
1>C:\Program Files\Adobe\adobe_indesign_cs4_products_sdk_578win\source\precomp\common\ShukHeaders.cp(19) : fatal error C1083: Cannot open include file: 'boost/config.hpp': No such file or directory
1>TriggerResourceDeps.cpp
1>C:\Program Files\Adobe\adobe_indesign_cs4_products_sdk_578win\source\precomp\common\ShukHeaders.cp(19) : fatal error C1083: Cannot open include file: 'boost/config.hpp': No such file or directory
1>SDKPlugInEntrypoint.cpp
1>C:\Program Files\Adobe\adobe_indesign_cs4_products_sdk_578win\source\precomp\common\ShukHeaders.cp(19) : fatal error C1083: Cannot open include file: 'boost/config.hpp': No such file or directory
1>Generating Code...
1>Build log was saved at "file://c:\id6sdk\build\win\objD\WriteFishPrice\BuildLog.htm"
1>WriteFishPrice - 5 error(s), 0 warning(s)
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========

 

 

I have added the path of config.hpp in "addition include directories" still it is throwing the same error.

 

Regards,

Suresh

Error when trying to run script using SDK at plugin startup

$
0
0

Hi

 

I am trying to run a script when my InDesign plugin is loaded. I referred to the PanelTreeView sdk sample as an example and implemented a StartupShutdown Boss

In my implementation, in the startup() method I have the code to get the scriptManager and the scriptRunner for my javascript that I want to run. However, when my code hits the following line :

 

          InterfacePtr<IScriptRunner>theRunner(Utils<IScriptUtils>()->QueryScriptRunner(scriptFile) ); //scriptfile is ID script file that I want to run

 

          I get the error saying "Calling ScriptInfoDatabase::InitScriptInfoManager before resources have been registered".

 

 

I am wondering how I can fix this error. or if this is too early to invoke scriptrunner, then is there some other place where I can invoke the scriptrunner to run my script

 

this is how I have defined my StartupShutdown Boss class in  the .fr file

    Class
     {
         kmyStartupShutdownBoss,
         kInvalidClass,
         {
             /** Implementation of IStartupShutdownService that runs a  scripts on startup */
             IID_IAPPSTARTUPSHUTDOWN, kmyStartupShutdownImpl,
             /** identify the service type */
             IID_IK2SERVICEPROVIDER, kCStartupShutdownProviderImpl,
         }
     },

 

 

 

Appreciate any help on this one .. thanks!

 

Sameer

Determining characters per inch and kerning/tracking

$
0
0

Hello,

 

I am trying to ensure that the text in a text model has a minimum number of characters per inch.  I am able to determine the glyph widths using GetGlyphWidth from IFontInstance, but this does not account for kerning/tracking/etc.  Can anyone help lead me in the right direction to obtain the whitespace between each character?  Or if you have any other suggestions for assuring that all text in the text model adheres to a minimum number of characters per inch it would be greatly appreciated.

 

Thank you!

IDCS5 Win - changing PDF export settings

$
0
0

I am required to set PDF export settings prior to exporting a document to PDF.  I have searched the SDK and most especially IPDFExportPrefs.h for the means to change these two settings programmatically, but cannot find them:

 

 

General -> Options -> Optimize for Fast Web View

Output -> Color -> Color Conversion

 

Can anyone help?

 

TIA!

 

John

Build error on using environment variable for CS5 on Mac

$
0
0

I have created a sample project using dollyx on Mac for CS5 . I have used an environment variable and defined it in Source tree of XCode preferences.

I am using snow leapard  and my XCode version is 3.2.2 .

 

I have defined variable as IDSDK7  for /idsdk7 (which is my SDK directory). I am creating project outside SDK . While creating project with DollyX  , I am giving  SDK's path as $(IDSDK7) which is absolute path and not relative with respect to the project .

I am getting many build errors  -----

 

 

/idsdk7/external/afl/includes/AErrors.h:31:0 /idsdk7/external/afl/includes/AErrors.h:31:19: error: Files.h: No such file or directory

 

 

/idsdk7/source/public/includes/K2Debugging.h:53:0 /idsdk7/source/public/includes/K2Debugging.h:53:3: error: #error DEBUG and NDEBUG are out of sync!

 

 

/idsdk7/source/public/includes/UnicodeSavvyString.h:35:0 /idsdk7/source/public/includes/UnicodeSavvyString.h:35:26: error: adobe/move.hpp: No such file or directory

 

 

/idsdk7/source/public/includes/PMString.h:34:0 /idsdk7/source/public/includes/PMString.h:34:30: error: adobe/typeinfo.hpp: No such file or directory

 

 

/idsdk7/source/public/includes/UnicodeSavvyString.h:211:0 /idsdk7/source/public/includes/UnicodeSavvyString.h:211: error: expected `)' before '<' token

 

 

/idsdk7/source/public/includes/PMString.h:120:0 /idsdk7/source/public/includes/PMString.h:120: error: expected `)' before '<' token

 

 

/idsdk7/source/public/includes/PMString.h:1196:0 /idsdk7/source/public/includes/PMString.h:1196: error: expected constructor, destructor, or type conversion before '(' token

 

 

/idsdk7/source/public/includes/WideString.h:322:0 /idsdk7/source/public/includes/WideString.h:322: error: expected `)' before '<' token

 

 

/idsdk7/source/public/includes/WideString.h:751:0 /idsdk7/source/public/includes/WideString.h:751: error: expected constructor, destructor, or type conversion before '(' token

 

 

/idsdk7/source/public/includes/IDFile.h:385:0 /idsdk7/source/public/includes/IDFile.h:385: error: expected constructor, destructor, or type conversion before '(' token

 

 

/idsdk7/source/public/interfaces/architecture/IDataBase.h:488:0 /idsdk7/source/public/interfaces/architecture/IDataBase.h:488: warning: 'IDataBase::<anonymous struct>' declared with greater visibility than the type of its field 'IDataBase::<anonymous struct>::mainFile'

 

 

/idsdk7/source/public/interfaces/architecture/IDataBase.h:488:0 /idsdk7/source/public/interfaces/architecture/IDataBase.h:488: warning: 'IDataBase::<anonymous struct>' declared with greater visibility than the type of its field 'IDataBase::<anonymous struct>::miniSaveFile'

 

 

/idsdk7/source/public/interfaces/architecture/IDataBase.h:779:0 /idsdk7/source/public/interfaces/architecture/IDataBase.h:779: error: expected constructor, destructor, or type conversion before '(' token

 

 

/idsdk7/source/public/includes/InterfacePtr.h:506:0 /idsdk7/source/public/includes/InterfacePtr.h:506: error: expected constructor, destructor, or type conversion before '(' token

 

 

/idsdk7/source/public/includes/K2Vector.h:241:0 /idsdk7/source/public/includes/K2Vector.h:241: error: expected constructor, destructor, or type conversion before '(' token

 

 

/idsdk7/source/public/includes/MSystemUtils.h:382:0 /idsdk7/source/public/includes/MSystemUtils.h:382: warning: 'InvertRgn' is deprecated (declared at /System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ QuickdrawAPI.h:1831)

 

 

/idsdk7/source/public/includes/MSystemUtils.h:382:0 /idsdk7/source/public/includes/MSystemUtils.h:382: warning: 'InvertRgn' is deprecated (declared at /System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ QuickdrawAPI.h:1831)

 

 

/idsdk7/source/public/includes/MSystemUtils.h:618:0 /idsdk7/source/public/includes/MSystemUtils.h:618: warning: 'SysBeep' is deprecated (declared at /System/Library/Frameworks/Carbon.framework/Frameworks/CarbonSound.framework/Headers/Soun d.h:1383)

 

 

/idsdk7/source/public/includes/MSystemUtils.h:618:0 /idsdk7/source/public/includes/MSystemUtils.h:618: warning: 'SysBeep' is deprecated (declared at /System/Library/Frameworks/Carbon.framework/Frameworks/CarbonSound.framework/Headers/Soun d.h:1383)

 

 

/CS5Test/Prj/../Source/CTActionComponent.cpp:0:0 /CS5Test/Prj/../Source/CTActionComponent.cpp: At global scope:

 

 

/CS5Test/Prj/../Source/CTActionComponent.cpp:43:0 /CS5Test/Prj/../Source/CTActionComponent.cpp:43: warning: 'CTActionComponent' declared with greater visibility than the type of its field 'CTActionComponent::<anonymous>'

 

 

/CS5Test/Prj/../Source/CTActionComponent.cpp:43:0 /CS5Test/Prj/../Source/CTActionComponent.cpp:43: warning: 'CTActionComponent' declared with greater visibility than its base 'CActionComponent'

 

 

CompileC build/CS5Test.build/Default/Debug.build/Objects-normal/i386/CTNoStrip.o ../Source/CTNoStrip.cpp normal i386 c++ com.apple.compilers.gcc.4_2

cd /CS5Test/Prj

setenv LANG en_US.US-ASCII

/Developer/usr/bin/gcc-4.2 -x c++ -arch i386 -fmessage-length=0 -pipe -Wno-trigraphs -fpascal-strings -fasm-blocks -Os -Werror -DMACINTOSH -DMACOSX_SDKVERSION= -fvisibility-inlines-hidden -gdwarf-2 -I/CS5Test/Prj/build/CS5Test.build/Default/Debug.build/CS5Test.hmap -F/CS5Test/Prj/../debug/sdk -F/idsdk7/build/mac/debug/packagefolder/contents/macos -F/idsdk7/build/mac/debug/packagefolder/contents/Frameworks -I/CS5Test/Prj/../debug/sdk/include -I/idsdk7/external/afl/includes -I/idsdk7/source/precomp/msvc -I/idsdk7/source/public/interfaces/xmedia -I/idsdk7/source/public/interfaces/preflight -I/idsdk7/source/public/interfaces/ui -I/idsdk7/source/public/interfaces/tables -I/idsdk7/source/public/interfaces/text -I/idsdk7/source/public/interfaces/graphics -I/idsdk7/source/public/libs/widgetbin/includes -I/idsdk7/source/public/interfaces/workgroup -I/idsdk7/source/public/interfaces/interactive -I/idsdk7/source/public/interfaces/interactive/ui -I/idsdk7/source/public/interfaces/colormgmt -I/idsdk7/source/public/interfaces/utils -I/idsdk7/source/public/interfaces/incopy -I/idsdk7/source/public/interfaces/layout -I/idsdk7/source/public/interfaces/architecture -I/idsdk7/source/public/interfaces/cjk -I/idsdk7/source/precomp/common -I/idsdk7/source/public/includes -I/idsdk7/source/public/libs/publiclib/plugins -I/idsdk7/source/public/libs/publiclib/files -I/idsdk7/source/public/libs/publiclib/objectmodel -I/idsdk7/external/asl/boost_libraries -I/idsdk7/source/sdksamples/common -I/idsdk7/external/afl/includes -I../Source -I/CS5Test/Prj/build/CS5Test.build/Default/Debug.build/DerivedSources/i386 -I/CS5Test/Prj/build/CS5Test.build/Default/Debug.build/DerivedSources -include /idsdk7/source/precomp/gcc/PluginPrefix.pch -c /CS5Test/Prj/../Source/CTNoStrip.cpp -o /CS5Test/Prj/build/CS5Test.build/Default/Debug.build/Objects-normal/i386/CTNoStrip.o

 

In file included from /idsdk7/external/afl/includes/AFile.h:30,

                 from /idsdk7/source/public/includes/IDFile.h:34,

                 from /idsdk7/source/public/interfaces/architecture/IDataBase.h:37,

                 from /idsdk7/source/public/includes/InterfacePtr.h:76,

                 from /idsdk7/source/precomp/common/ShukHeaders.cp:48,

                 from /idsdk7/source/precomp/gcc/PluginPrefix.pch:30,

                 from <command-line>:0:

/idsdk7/external/afl/includes/AErrors.h:31:19: error: Files.h: No such file or directory

In file included from /idsdk7/source/public/includes/PMString.h:28,

                 from /idsdk7/source/public/includes/IDFile.h:36,

                 from /idsdk7/source/public/interfaces/architecture/IDataBase.h:37,

                 from /idsdk7/source/public/includes/InterfacePtr.h:76,

                 from /idsdk7/source/precomp/common/ShukHeaders.cp:48,

                 from /idsdk7/source/precomp/gcc/PluginPrefix.pch:30,

                 from <command-line>:0:

/idsdk7/source/public/includes/K2Debugging.h:53:3: error: #error DEBUG and NDEBUG are out of sync!

In file included from /idsdk7/source/public/includes/PMString.h:31,

                 from /idsdk7/source/public/includes/IDFile.h:36,

                 from /idsdk7/source/public/interfaces/architecture/IDataBase.h:37,

                 from /idsdk7/source/public/includes/InterfacePtr.h:76,

                 from /idsdk7/source/precomp/common/ShukHeaders.cp:48,

                 from /idsdk7/source/precomp/gcc/PluginPrefix.pch:30,

                 from <command-line>:0:

/idsdk7/source/public/includes/UnicodeSavvyString.h:35:26: error: adobe/move.hpp: No such file or directory

In file included from /idsdk7/source/public/includes/IDFile.h:36,

                 from /idsdk7/source/public/interfaces/architecture/IDataBase.h:37,

                 from /idsdk7/source/public/includes/InterfacePtr.h:76,

                 from /idsdk7/source/precomp/common/ShukHeaders.cp:48,

                 from /idsdk7/source/precomp/gcc/PluginPrefix.pch:30,

                 from <command-line>:0:

/idsdk7/source/public/includes/PMString.h:34:30: error: adobe/typeinfo.hpp: No such file or directory

In file included from /idsdk7/source/public/includes/PMString.h:31,

                 from /idsdk7/source/public/includes/IDFile.h:36,

                 from /idsdk7/source/public/interfaces/architecture/IDataBase.h:37,

                 from /idsdk7/source/public/includes/InterfacePtr.h:76,

                 from /idsdk7/source/precomp/common/ShukHeaders.cp:48,

                 from /idsdk7/source/precomp/gcc/PluginPrefix.pch:30,

                 from <command-line>:0:

/idsdk7/source/public/includes/UnicodeSavvyString.h:211: error: expected `)' before '<' token

In file included from /idsdk7/source/public/includes/IDFile.h:36,

                 from /idsdk7/source/public/interfaces/architecture/IDataBase.h:37,

                 from /idsdk7/source/public/includes/InterfacePtr.h:76,

                 from /idsdk7/source/precomp/common/ShukHeaders.cp:48,

                 from /idsdk7/source/precomp/gcc/PluginPrefix.pch:30,

                 from <command-line>:0:

/idsdk7/source/public/includes/PMString.h:120: error: expected `)' before '<' token

/idsdk7/source/public/includes/PMString.h:1196: error: expected constructor, destructor, or type conversion before '(' token

In file included from /idsdk7/source/public/includes/IDFile.h:37,

                 from /idsdk7/source/public/interfaces/architecture/IDataBase.h:37,

                 from /idsdk7/source/public/includes/InterfacePtr.h:76,

                 from /idsdk7/source/precomp/common/ShukHeaders.cp:48,

                 from /idsdk7/source/precomp/gcc/PluginPrefix.pch:30,

                 from <command-line>:0:

/idsdk7/source/public/includes/WideString.h:322: error: expected `)' before '<' token

/idsdk7/source/public/includes/WideString.h:751: error: expected constructor, destructor, or type conversion before '(' token

In file included from /idsdk7/source/public/interfaces/architecture/IDataBase.h:37,

                 from /idsdk7/source/public/includes/InterfacePtr.h:76,

                 from /idsdk7/source/precomp/common/ShukHeaders.cp:48,

                 from /idsdk7/source/precomp/gcc/PluginPrefix.pch:30,

                 from <command-line>:0:

/idsdk7/source/public/includes/IDFile.h:385: error: expected constructor, destructor, or type conversion before '(' token

cc1plus: warnings being treated as errors

In file included from /idsdk7/source/public/includes/InterfacePtr.h:76,

                 from /idsdk7/source/precomp/common/ShukHeaders.cp:48,

                 from /idsdk7/source/precomp/gcc/PluginPrefix.pch:30,

                 from <command-line>:0:

/idsdk7/source/public/interfaces/architecture/IDataBase.h:488: warning: 'IDataBase::<anonymous struct>' declared with greater visibility than the type of its field 'IDataBase::<anonymous struct>::mainFile'

/idsdk7/source/public/interfaces/architecture/IDataBase.h:488: warning: 'IDataBase::<anonymous struct>' declared with greater visibility than the type of its field 'IDataBase::<anonymous struct>::miniSaveFile'

/idsdk7/source/public/interfaces/architecture/IDataBase.h:779: error: expected constructor, destructor, or type conversion before '(' token

In file included from /idsdk7/source/precomp/common/ShukHeaders.cp:48,

                 from /idsdk7/source/precomp/gcc/PluginPrefix.pch:30,

                 from <command-line>:0:

/idsdk7/source/public/includes/InterfacePtr.h:506: error: expected constructor, destructor, or type conversion before '(' token

In file included from /idsdk7/source/precomp/common/ShukHeaders.cp:51,

                 from /idsdk7/source/precomp/gcc/PluginPrefix.pch:30,

                 from <command-line>:0:

/idsdk7/source/public/includes/K2Vector.h:241: error: expected constructor, destructor, or type conversion before '(' token

In file included from /idsdk7/source/public/includes/SystemUtils.h:33,

                 from /idsdk7/source/public/includes/PMPoint.h:29,

                 from /idsdk7/source/public/includes/PMMatrix.h:33,

                 from /idsdk7/source/precomp/common/ShukHeaders.cp:53,

                 from /idsdk7/source/precomp/gcc/PluginPrefix.pch:30,

                 from <command-line>:0:

/idsdk7/source/public/includes/MSystemUtils.h: In function 'void InvertSysRgn(OpaqueGrafPtr*, const __HIShape*)':

/idsdk7/source/public/includes/MSystemUtils.h:382: warning: 'InvertRgn' is deprecated (declared at /System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ QuickdrawAPI.h:1831)

/idsdk7/source/public/includes/MSystemUtils.h:382: warning: 'InvertRgn' is deprecated (declared at /System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ QuickdrawAPI.h:1831)

/idsdk7/source/public/includes/MSystemUtils.h: In function 'void SystemBeep()':

/idsdk7/source/public/includes/MSystemUtils.h:618: warning: 'SysBeep' is deprecated (declared at /System/Library/Frameworks/Carbon.framework/Frameworks/CarbonSound.framework/Headers/Soun d.h:1383)

/idsdk7/source/public/includes/MSystemUtils.h:618: warning: 'SysBeep' is deprecated (declared at /System/Library/Frameworks/Carbon.framework/Frameworks/CarbonSound.framework/Headers/Soun d.h:1383)

 

CompileC build/CS5Test.build/Default/Debug.build/Objects-normal/i386/CTID.o ../Source/CTID.cpp normal i386 c++ com.apple.compilers.gcc.4_2

cd /CS5Test/Prj

setenv LANG en_US.US-ASCII

/Developer/usr/bin/gcc-4.2 -x c++ -arch i386 -fmessage-length=0 -pipe -Wno-trigraphs -fpascal-strings -fasm-blocks -Os -Werror -DMACINTOSH -DMACOSX_SDKVERSION= -fvisibility-inlines-hidden -gdwarf-2 -I/CS5Test/Prj/build/CS5Test.build/Default/Debug.build/CS5Test.hmap -F/CS5Test/Prj/../debug/sdk -F/idsdk7/build/mac/debug/packagefolder/contents/macos -F/idsdk7/build/mac/debug/packagefolder/contents/Frameworks -I/CS5Test/Prj/../debug/sdk/include -I/idsdk7/external/afl/includes -I/idsdk7/source/precomp/msvc -I/idsdk7/source/public/interfaces/xmedia -I/idsdk7/source/public/interfaces/preflight -I/idsdk7/source/public/interfaces/ui -I/idsdk7/source/public/interfaces/tables -I/idsdk7/source/public/interfaces/text -I/idsdk7/source/public/interfaces/graphics -I/idsdk7/source/public/libs/widgetbin/includes -I/idsdk7/source/public/interfaces/workgroup -I/idsdk7/source/public/interfaces/interactive -I/idsdk7/source/public/interfaces/interactive/ui -I/idsdk7/source/public/interfaces/colormgmt -I/idsdk7/source/public/interfaces/utils -I/idsdk7/source/public/interfaces/incopy -I/idsdk7/source/public/interfaces/layout -I/idsdk7/source/public/interfaces/architecture -I/idsdk7/source/public/interfaces/cjk -I/idsdk7/source/precomp/common -I/idsdk7/source/public/includes -I/idsdk7/source/public/libs/publiclib/plugins -I/idsdk7/source/public/libs/publiclib/files -I/idsdk7/source/public/libs/publiclib/objectmodel -I/idsdk7/external/asl/boost_libraries -I/idsdk7/source/sdksamples/common -I/idsdk7/external/afl/includes -I../Source -I/CS5Test/Prj/build/CS5Test.build/Default/Debug.build/DerivedSources/i386 -I/CS5Test/Prj/build/CS5Test.build/Default/Debug.build/DerivedSources -include /idsdk7/source/precomp/gcc/PluginPrefix.pch -c /CS5Test/Prj/../Source/CTID.cpp -o /CS5Test/Prj/build/CS5Test.build/Default/Debug.build/Objects-normal/i386/CTID.o

 

In file included from /idsdk7/external/afl/includes/AFile.h:30,

                 from /idsdk7/source/public/includes/IDFile.h:34,

                 from /idsdk7/source/public/interfaces/architecture/IDataBase.h:37,

                 from /idsdk7/source/public/includes/InterfacePtr.h:76,

                 from /idsdk7/source/precomp/common/ShukHeaders.cp:48,

                 from /idsdk7/source/precomp/gcc/PluginPrefix.pch:30,

                 from <command-line>:0:

/idsdk7/external/afl/includes/AErrors.h:31:19: error: Files.h: No such file or directory

In file included from /idsdk7/source/public/includes/PMString.h:28,

                 from /idsdk7/source/public/includes/IDFile.h:36,

                 from /idsdk7/source/public/interfaces/architecture/IDataBase.h:37,

                 from /idsdk7/source/public/includes/InterfacePtr.h:76,

                 from /idsdk7/source/precomp/common/ShukHeaders.cp:48,

                 from /idsdk7/source/precomp/gcc/PluginPrefix.pch:30,

                 from <command-line>:0:

/idsdk7/source/public/includes/K2Debugging.h:53:3: error: #error DEBUG and NDEBUG are out of sync!

In file included from /idsdk7/source/public/includes/PMString.h:31,

                 from /idsdk7/source/public/includes/IDFile.h:36,

                 from /idsdk7/source/public/interfaces/architecture/IDataBase.h:37,

                 from /idsdk7/source/public/includes/InterfacePtr.h:76,

                 from /idsdk7/source/precomp/common/ShukHeaders.cp:48,

                 from /idsdk7/source/precomp/gcc/PluginPrefix.pch:30,

                 from <command-line>:0:

/idsdk7/source/public/includes/UnicodeSavvyString.h:35:26: error: adobe/move.hpp: No such file or directory

In file included from /idsdk7/source/public/includes/IDFile.h:36,

                 from /idsdk7/source/public/interfaces/architecture/IDataBase.h:37,

                 from /idsdk7/source/public/includes/InterfacePtr.h:76,

                 from /idsdk7/source/precomp/common/ShukHeaders.cp:48,

                 from /idsdk7/source/precomp/gcc/PluginPrefix.pch:30,

                 from <command-line>:0:

/idsdk7/source/public/includes/PMString.h:34:30: error: adobe/typeinfo.hpp: No such file or directory

In file included from /idsdk7/source/public/includes/PMString.h:31,

                 from /idsdk7/source/public/includes/IDFile.h:36,

                 from /idsdk7/source/public/interfaces/architecture/IDataBase.h:37,

                 from /idsdk7/source/public/includes/InterfacePtr.h:76,

                 from /idsdk7/source/precomp/common/ShukHeaders.cp:48,

                 from /idsdk7/source/precomp/gcc/PluginPrefix.pch:30,

                 from <command-line>:0:

/idsdk7/source/public/includes/UnicodeSavvyString.h:211: error: expected `)' before '<' token

In file included from /idsdk7/source/public/includes/IDFile.h:36,

                 from /idsdk7/source/public/interfaces/architecture/IDataBase.h:37,

                 from /idsdk7/source/public/includes/InterfacePtr.h:76,

                 from /idsdk7/source/precomp/common/ShukHeaders.cp:48,

                 from /idsdk7/source/precomp/gcc/PluginPrefix.pch:30,

                 from <command-line>:0:

/idsdk7/source/public/includes/PMString.h:120: error: expected `)' before '<' token

/idsdk7/source/public/includes/PMString.h:1196: error: expected constructor, destructor, or type conversion before '(' token

In file included from /idsdk7/source/public/includes/IDFile.h:37,

                 from /idsdk7/source/public/interfaces/architecture/IDataBase.h:37,

                 from /idsdk7/source/public/includes/InterfacePtr.h:76,

                 from /idsdk7/source/precomp/common/ShukHeaders.cp:48,

                 from /idsdk7/source/precomp/gcc/PluginPrefix.pch:30,

                 from <command-line>:0:

/idsdk7/source/public/includes/WideString.h:322: error: expected `)' before '<' token

/idsdk7/source/public/includes/WideString.h:751: error: expected constructor, destructor, or type conversion before '(' token

In file included from /idsdk7/source/public/interfaces/architecture/IDataBase.h:37,

                 from /idsdk7/source/public/includes/InterfacePtr.h:76,

                 from /idsdk7/source/precomp/common/ShukHeaders.cp:48,

                 from /idsdk7/source/precomp/gcc/PluginPrefix.pch:30,

                 from <command-line>:0:

/idsdk7/source/public/includes/IDFile.h:385: error: expected constructor, destructor, or type conversion before '(' token

cc1plus: warnings being treated as errors

In file included from /idsdk7/source/public/includes/InterfacePtr.h:76,

                 from /idsdk7/source/precomp/common/ShukHeaders.cp:48,

                 from /idsdk7/source/precomp/gcc/PluginPrefix.pch:30,

                 from <command-line>:0:

/idsdk7/source/public/interfaces/architecture/IDataBase.h:488: warning: 'IDataBase::<anonymous struct>' declared with greater visibility than the type of its field 'IDataBase::<anonymous struct>::mainFile'

/idsdk7/source/public/interfaces/architecture/IDataBase.h:488: warning: 'IDataBase::<anonymous struct>' declared with greater visibility than the type of its field 'IDataBase::<anonymous struct>::miniSaveFile'

/idsdk7/source/public/interfaces/architecture/IDataBase.h:779: error: expected constructor, destructor, or type conversion before '(' token

In file included from /idsdk7/source/precomp/common/ShukHeaders.cp:48,

                 from /idsdk7/source/precomp/gcc/PluginPrefix.pch:30,

                 from <command-line>:0:

/idsdk7/source/public/includes/InterfacePtr.h:506: error: expected constructor, destructor, or type conversion before '(' token

In file included from /idsdk7/source/precomp/common/ShukHeaders.cp:51,

                 from /idsdk7/source/precomp/gcc/PluginPrefix.pch:30,

                 from <command-line>:0:

/idsdk7/source/public/includes/K2Vector.h:241: error: expected constructor, destructor, or type conversion before '(' token

In file included from /idsdk7/source/public/includes/SystemUtils.h:33,

                 from /idsdk7/source/public/includes/PMPoint.h:29,

                 from /idsdk7/source/public/includes/PMMatrix.h:33,

                 from /idsdk7/source/precomp/common/ShukHeaders.cp:53,

                 from /idsdk7/source/precomp/gcc/PluginPrefix.pch:30,

                 from <command-line>:0:

/idsdk7/source/public/includes/MSystemUtils.h: In function 'void InvertSysRgn(OpaqueGrafPtr*, const __HIShape*)':

/idsdk7/source/public/includes/MSystemUtils.h:382: warning: 'InvertRgn' is deprecated (declared at /System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ QuickdrawAPI.h:1831)

/idsdk7/source/public/includes/MSystemUtils.h:382: warning: 'InvertRgn' is deprecated (declared at /System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/ QuickdrawAPI.h:1831)

/idsdk7/source/public/includes/MSystemUtils.h: In function 'void SystemBeep()':

/idsdk7/source/public/includes/MSystemUtils.h:618: warning: 'SysBeep' is deprecated (declared at /System/Library/Frameworks/Carbon.framework/Frameworks/CarbonSound.framework/Headers/Soun d.h:1383)

/idsdk7/source/public/includes/MSystemUtils.h:618: warning: 'SysBeep' is deprecated (declared at /System/Library/Frameworks/Carbon.framework/Frameworks/CarbonSound.framework/Headers/Soun d.h:1383)

 

CompileC build/CS5Test.build/Default/Debug.build/Objects-normal/i386/SDKPlugInEntrypoint.o /idsdk7/source/sdksamples/common/SDKPlugInEntrypoint.cpp normal i386 c++ com.apple.compilers.gcc.4_2

cd /CS5Test/Prj

setenv LANG en_US.US-ASCII

/Developer/usr/bin/gcc-4.2 -x c++ -arch i386 -fmessage-length=0 -pipe -Wno-trigraphs -fpascal-strings -fasm-blocks -Os -Werror -DMACINTOSH -DMACOSX_SDKVERSION= -fvisibility-inlines-hidden -gdwarf-2 -I/CS5Test/Prj/build/CS5Test.build/Default/Debug.build/CS5Test.hmap -F/CS5Test/Prj/../debug/sdk -F/idsdk7/build/mac/debug/packagefolder/contents/macos -F/idsdk7/build/mac/debug/packagefolder/contents/Frameworks -I/CS5Test/Prj/../debug/sdk/include -I/idsdk7/external/afl/includes -I/idsdk7/source/precomp/msvc -I/idsdk7/source/public/interfaces/xmedia -I/idsdk7/source/public/interfaces/preflight -I/idsdk7/source/public/interfaces/ui -I/idsdk7/source/public/interfaces/tables -I/idsdk7/source/public/interfaces/text -I/idsdk7/source/public/interfaces/graphics -I/idsdk7/source/public/libs/widgetbin/includes -I/idsdk7/source/public/interfaces/workgroup -I/idsdk7/source/public/interfaces/interactive -I/idsdk7/source/public/interfaces/interactive/ui -I/idsdk7/source/public/interfaces/colormgmt -I/idsdk7/source/public/interfaces/utils -I/idsdk7/source/public/interfaces/incopy -I/idsdk7/source/public/interfaces/layout -I/idsdk7/source/public/interfaces/architecture -I/idsdk7/source/public/interfaces/cjk -I/idsdk7/source/precomp/common -I/idsdk7/source/public/includes -I/idsdk7/source/public/libs/publiclib/plugins -I/idsdk7/source/public/libs/publiclib/files -I/idsdk7/source/public/libs/publiclib/objectmodel -I/idsdk7/external/asl/boost_libraries -I/idsdk7/source/sdksamples/common -I/idsdk7/external/afl/includes -I../Source -I/CS5Test/Prj/build/CS5Test.build/Default/Debug.build/DerivedSources/i386 -I/CS5Test/Prj/build/CS5Test.build/Default/Debug.build/DerivedSources -include /idsdk7/source/precomp/gcc/PluginPrefix.pch -c /CS5Test/Prj//idsdk7/source/sdksamples/common/SDKPlugInEntrypoint.cpp -o /CS5Test/Prj/build/CS5Test.build/Default/Debug.build/Objects-normal/i386/SDKPlugInEntrypo int.o

 

i686-apple-darwin10-gcc-4.2.1: /CS5Test/Prj//idsdk7/source/sdksamples/common/SDKPlugInEntrypoint.cpp: No such file or directory

i686-apple-darwin10-gcc-4.2.1: warning: '-x c++' after last input file has no effect

i686-apple-darwin10-gcc-4.2.1: no input files

Command /Developer/usr/bin/gcc-4.2 failed with exit code 1

 

 

Without using environment variable everything works fine . (i.e when I give SDK's dir path like ../../  i.e relative to my project)

Viewing all 78596 articles
Browse latest View live


Latest Images

<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>