Advertisement
bdpdx

A nib (xib) file that causes Xcode 4.3 to crash

Feb 29th, 2012
233
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 92.14 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <archive type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="7.10">
  3.     <data>
  4.         <int key="IBDocument.SystemTarget">1070</int>
  5.         <string key="IBDocument.SystemVersion">11D50</string>
  6.         <string key="IBDocument.InterfaceBuilderVersion">1938</string>
  7.         <string key="IBDocument.AppKitVersion">1138.32</string>
  8.         <string key="IBDocument.HIToolboxVersion">568.00</string>
  9.         <object class="NSMutableDictionary" key="IBDocument.PluginVersions">
  10.             <string key="NS.key.0">com.apple.InterfaceBuilder.CocoaPlugin</string>
  11.             <string key="NS.object.0">1938</string>
  12.         </object>
  13.         <object class="NSArray" key="IBDocument.IntegratedClassDependencies">
  14.             <bool key="EncodedWithXMLCoder">YES</bool>
  15.             <string>NSViewController</string>
  16.             <string>NSWindowTemplate</string>
  17.             <string>NSView</string>
  18.             <string>NSCustomObject</string>
  19.         </object>
  20.         <object class="NSArray" key="IBDocument.PluginDependencies">
  21.             <bool key="EncodedWithXMLCoder">YES</bool>
  22.             <string>com.apple.InterfaceBuilder.CocoaPlugin</string>
  23.         </object>
  24.         <object class="NSMutableDictionary" key="IBDocument.Metadata">
  25.             <string key="NS.key.0">PluginDependencyRecalculationVersion</string>
  26.             <integer value="1" key="NS.object.0"/>
  27.         </object>
  28.         <object class="NSMutableArray" key="IBDocument.RootObjects" id="1000">
  29.             <bool key="EncodedWithXMLCoder">YES</bool>
  30.             <object class="NSCustomObject" id="1001">
  31.                 <string key="NSClassName">IBPortfolioWindow</string>
  32.             </object>
  33.             <object class="NSCustomObject" id="1003">
  34.                 <string key="NSClassName">FirstResponder</string>
  35.             </object>
  36.             <object class="NSCustomObject" id="1004">
  37.                 <string key="NSClassName">NSApplication</string>
  38.             </object>
  39.             <object class="NSWindowTemplate" id="1005">
  40.                 <int key="NSWindowStyleMask">15</int>
  41.                 <int key="NSWindowBacking">2</int>
  42.                 <string key="NSWindowRect">{{196, 240}, {480, 270}}</string>
  43.                 <int key="NSWTFlags">544735232</int>
  44.                 <string key="NSWindowTitle">Portfolio</string>
  45.                 <string key="NSWindowClass">NSWindow</string>
  46.                 <nil key="NSViewClass"/>
  47.                 <nil key="NSUserInterfaceItemIdentifier"/>
  48.                 <object class="NSView" key="NSWindowView" id="1006">
  49.                     <reference key="NSNextResponder"/>
  50.                     <int key="NSvFlags">256</int>
  51.                     <string key="NSFrameSize">{480, 270}</string>
  52.                     <reference key="NSSuperview"/>
  53.                     <reference key="NSWindow"/>
  54.                     <reference key="NSNextKeyView"/>
  55.                 </object>
  56.                 <string key="NSScreenRect">{{0, 0}, {2560, 1418}}</string>
  57.                 <string key="NSMaxSize">{10000000000000, 10000000000000}</string>
  58.                 <string key="NSFrameAutosaveName">IBPortfolioWindow</string>
  59.                 <bool key="NSWindowIsRestorable">YES</bool>
  60.             </object>
  61.             <object class="NSViewController" id="85018284">
  62.                 <string key="NSNibName">IBPortfolioViewController</string>
  63.             </object>
  64.         </object>
  65.         <object class="IBObjectContainer" key="IBDocument.Objects">
  66.             <object class="NSMutableArray" key="connectionRecords">
  67.                 <bool key="EncodedWithXMLCoder">YES</bool>
  68.                 <object class="IBConnectionRecord">
  69.                     <object class="IBOutletConnection" key="connection">
  70.                         <string key="label">window</string>
  71.                         <reference key="source" ref="1001"/>
  72.                         <reference key="destination" ref="1005"/>
  73.                     </object>
  74.                     <int key="connectionID">7</int>
  75.                 </object>
  76.                 <object class="IBConnectionRecord">
  77.                     <object class="IBOutletConnection" key="connection">
  78.                         <string key="label">_viewController</string>
  79.                         <reference key="source" ref="1001"/>
  80.                         <reference key="destination" ref="85018284"/>
  81.                     </object>
  82.                     <int key="connectionID">9</int>
  83.                 </object>
  84.                 <object class="IBConnectionRecord">
  85.                     <object class="IBOutletConnection" key="connection">
  86.                         <string key="label">_windowController</string>
  87.                         <reference key="source" ref="85018284"/>
  88.                         <reference key="destination" ref="1001"/>
  89.                     </object>
  90.                     <int key="connectionID">8</int>
  91.                 </object>
  92.             </object>
  93.             <object class="IBMutableOrderedSet" key="objectRecords">
  94.                 <object class="NSArray" key="orderedObjects">
  95.                     <bool key="EncodedWithXMLCoder">YES</bool>
  96.                     <object class="IBObjectRecord">
  97.                         <int key="objectID">0</int>
  98.                         <object class="NSArray" key="object" id="1002">
  99.                             <bool key="EncodedWithXMLCoder">YES</bool>
  100.                         </object>
  101.                         <reference key="children" ref="1000"/>
  102.                         <nil key="parent"/>
  103.                     </object>
  104.                     <object class="IBObjectRecord">
  105.                         <int key="objectID">-2</int>
  106.                         <reference key="object" ref="1001"/>
  107.                         <reference key="parent" ref="1002"/>
  108.                         <string key="objectName">File's Owner</string>
  109.                     </object>
  110.                     <object class="IBObjectRecord">
  111.                         <int key="objectID">-1</int>
  112.                         <reference key="object" ref="1003"/>
  113.                         <reference key="parent" ref="1002"/>
  114.                         <string key="objectName">First Responder</string>
  115.                     </object>
  116.                     <object class="IBObjectRecord">
  117.                         <int key="objectID">-3</int>
  118.                         <reference key="object" ref="1004"/>
  119.                         <reference key="parent" ref="1002"/>
  120.                         <string key="objectName">Application</string>
  121.                     </object>
  122.                     <object class="IBObjectRecord">
  123.                         <int key="objectID">1</int>
  124.                         <reference key="object" ref="1005"/>
  125.                         <object class="NSMutableArray" key="children">
  126.                             <bool key="EncodedWithXMLCoder">YES</bool>
  127.                             <reference ref="1006"/>
  128.                         </object>
  129.                         <reference key="parent" ref="1002"/>
  130.                     </object>
  131.                     <object class="IBObjectRecord">
  132.                         <int key="objectID">2</int>
  133.                         <reference key="object" ref="1006"/>
  134.                         <reference key="parent" ref="1005"/>
  135.                     </object>
  136.                     <object class="IBObjectRecord">
  137.                         <int key="objectID">4</int>
  138.                         <reference key="object" ref="85018284"/>
  139.                         <reference key="parent" ref="1002"/>
  140.                     </object>
  141.                 </object>
  142.             </object>
  143.             <object class="NSMutableDictionary" key="flattenedProperties">
  144.                 <bool key="EncodedWithXMLCoder">YES</bool>
  145.                 <object class="NSArray" key="dict.sortedKeys">
  146.                     <bool key="EncodedWithXMLCoder">YES</bool>
  147.                     <string>-1.IBPluginDependency</string>
  148.                     <string>-2.IBPluginDependency</string>
  149.                     <string>-3.IBPluginDependency</string>
  150.                     <string>1.IBPluginDependency</string>
  151.                     <string>1.IBWindowTemplateEditedContentRect</string>
  152.                     <string>1.NSWindowTemplate.visibleAtLaunch</string>
  153.                     <string>2.IBPluginDependency</string>
  154.                     <string>4.CustomClassName</string>
  155.                     <string>4.IBPluginDependency</string>
  156.                 </object>
  157.                 <object class="NSMutableArray" key="dict.values">
  158.                     <bool key="EncodedWithXMLCoder">YES</bool>
  159.                     <string>com.apple.InterfaceBuilder.CocoaPlugin</string>
  160.                     <string>com.apple.InterfaceBuilder.CocoaPlugin</string>
  161.                     <string>com.apple.InterfaceBuilder.CocoaPlugin</string>
  162.                     <string>com.apple.InterfaceBuilder.CocoaPlugin</string>
  163.                     <string>{{357, 418}, {480, 270}}</string>
  164.                     <integer value="1"/>
  165.                     <string>com.apple.InterfaceBuilder.CocoaPlugin</string>
  166.                     <string>IBPortfolioViewController</string>
  167.                     <string>com.apple.InterfaceBuilder.CocoaPlugin</string>
  168.                 </object>
  169.             </object>
  170.             <object class="NSMutableDictionary" key="unlocalizedProperties">
  171.                 <bool key="EncodedWithXMLCoder">YES</bool>
  172.                 <reference key="dict.sortedKeys" ref="1002"/>
  173.                 <reference key="dict.values" ref="1002"/>
  174.             </object>
  175.             <nil key="activeLocalization"/>
  176.             <object class="NSMutableDictionary" key="localizations">
  177.                 <bool key="EncodedWithXMLCoder">YES</bool>
  178.                 <reference key="dict.sortedKeys" ref="1002"/>
  179.                 <reference key="dict.values" ref="1002"/>
  180.             </object>
  181.             <nil key="sourceID"/>
  182.             <int key="maxID">9</int>
  183.         </object>
  184.         <object class="IBClassDescriber" key="IBDocument.Classes">
  185.             <object class="NSMutableArray" key="referencedPartialClassDescriptions">
  186.                 <bool key="EncodedWithXMLCoder">YES</bool>
  187.                 <object class="IBPartialClassDescription">
  188.                     <string key="className">IBBaseViewController</string>
  189.                     <string key="superclassName">NSViewController</string>
  190.                     <object class="NSMutableDictionary" key="outlets">
  191.                         <string key="NS.key.0">_windowController</string>
  192.                         <string key="NS.object.0">NSWindowController</string>
  193.                     </object>
  194.                     <object class="NSMutableDictionary" key="toOneOutletInfosByName">
  195.                         <string key="NS.key.0">_windowController</string>
  196.                         <object class="IBToOneOutletInfo" key="NS.object.0">
  197.                             <string key="name">_windowController</string>
  198.                             <string key="candidateClassName">NSWindowController</string>
  199.                         </object>
  200.                     </object>
  201.                     <object class="IBClassDescriptionSource" key="sourceIdentifier">
  202.                         <string key="majorKey">IBProjectSource</string>
  203.                         <string key="minorKey">./Classes/IBBaseViewController.h</string>
  204.                     </object>
  205.                 </object>
  206.                 <object class="IBPartialClassDescription">
  207.                     <string key="className">IBBaseWindowController</string>
  208.                     <string key="superclassName">NSWindowController</string>
  209.                     <object class="NSMutableDictionary" key="outlets">
  210.                         <string key="NS.key.0">_viewController</string>
  211.                         <string key="NS.object.0">IBBaseViewController</string>
  212.                     </object>
  213.                     <object class="NSMutableDictionary" key="toOneOutletInfosByName">
  214.                         <string key="NS.key.0">_viewController</string>
  215.                         <object class="IBToOneOutletInfo" key="NS.object.0">
  216.                             <string key="name">_viewController</string>
  217.                             <string key="candidateClassName">IBBaseViewController</string>
  218.                         </object>
  219.                     </object>
  220.                     <object class="IBClassDescriptionSource" key="sourceIdentifier">
  221.                         <string key="majorKey">IBProjectSource</string>
  222.                         <string key="minorKey">./Classes/IBBaseWindowController.h</string>
  223.                     </object>
  224.                 </object>
  225.                 <object class="IBPartialClassDescription">
  226.                     <string key="className">IBPortfolioViewController</string>
  227.                     <string key="superclassName">IBBaseViewController</string>
  228.                     <object class="NSMutableDictionary" key="outlets">
  229.                         <string key="NS.key.0">_tv</string>
  230.                         <string key="NS.object.0">NSTableView</string>
  231.                     </object>
  232.                     <object class="NSMutableDictionary" key="toOneOutletInfosByName">
  233.                         <string key="NS.key.0">_tv</string>
  234.                         <object class="IBToOneOutletInfo" key="NS.object.0">
  235.                             <string key="name">_tv</string>
  236.                             <string key="candidateClassName">NSTableView</string>
  237.                         </object>
  238.                     </object>
  239.                     <object class="IBClassDescriptionSource" key="sourceIdentifier">
  240.                         <string key="majorKey">IBProjectSource</string>
  241.                         <string key="minorKey">./Classes/IBPortfolioViewController.h</string>
  242.                     </object>
  243.                 </object>
  244.                 <object class="IBPartialClassDescription">
  245.                     <string key="className">IBPortfolioWindow</string>
  246.                     <string key="superclassName">IBBaseWindowController</string>
  247.                     <object class="IBClassDescriptionSource" key="sourceIdentifier">
  248.                         <string key="majorKey">IBProjectSource</string>
  249.                         <string key="minorKey">./Classes/IBPortfolioWindow.h</string>
  250.                     </object>
  251.                 </object>
  252.             </object>
  253.         </object>
  254.         <int key="IBDocument.localizationMode">0</int>
  255.         <string key="IBDocument.TargetRuntimeIdentifier">IBCocoaFramework</string>
  256.         <object class="NSMutableDictionary" key="IBDocument.PluginDeclaredDevelopmentDependencies">
  257.             <string key="NS.key.0">com.apple.InterfaceBuilder.CocoaPlugin.InterfaceBuilder3</string>
  258.             <integer value="3000" key="NS.object.0"/>
  259.         </object>
  260.         <bool key="IBDocument.PluginDeclaredDependenciesTrackSystemTargetVersion">YES</bool>
  261.         <int key="IBDocument.defaultPropertyAccessControl">3</int>
  262.     </data>
  263. </archive>
  264. <!--
  265. Crashdump:
  266.  
  267. Process:         Xcode [25783]
  268. Path:            /Applications/Xcode.app/Contents/MacOS/Xcode
  269. Identifier:      com.apple.dt.Xcode
  270. Version:         4.3 (1175)
  271. Build Info:      IDEApplication-1175000000000000~14
  272. App Item ID:     497799835
  273. App External ID: 6076348
  274. Code Type:       X86-64 (Native)
  275. Parent Process:  launchd [122]
  276.  
  277. Date/Time:       2012-02-29 00:07:44.891 -0800
  278. OS Version:      Mac OS X 10.7.3 (11D50)
  279. Report Version:  9
  280. Sleep/Wake UUID: 0792E0F2-72D4-46E4-83F3-014D3D2C2262
  281.  
  282. Interval Since Last Report:          221 sec
  283. Crashes Since Last Report:           1
  284. Per-App Interval Since Last Report:  14 sec
  285. Per-App Crashes Since Last Report:   1
  286. Anonymous UUID:                      9DD34FCE-8E49-4BAF-8657-7F562A2E523B
  287.  
  288. Crashed Thread:  0  Dispatch queue: com.apple.main-thread
  289.  
  290. Exception Type:  EXC_CRASH (SIGABRT)
  291. Exception Codes: 0x0000000000000000, 0x0000000000000000
  292.  
  293. Application Specific Information:
  294. ProductBuildVersion: 4E109
  295. ASSERTION FAILURE in /SourceCache/IDEKit/IDEKit-1202/Framework/Classes/Editor/IDEEditorContext.m:2813
  296. Details:  <IBCocoaDocumentEditor: 0x4018ed8c0 representing: <DVTExtension 0x401312140: Interface Builder Cocoa Document (Xcode.IDEKit.CocoaIntegration.EditorDocument.Cocoa) v0.1>>'s currentSelectedItems contains multiple references to the same object:(
  297.    "<IBDocumentObjectMemberWrapper: 0x402bacc20; (For 'NSWindowTemplate: 0x402b6e2a0')>",
  298.    "<IBDocumentObjectMemberWrapper: 0x402bacc20; (For 'NSWindowTemplate: 0x402b6e2a0')>"
  299. )
  300. Object:   <IDEEditorContext: 0x4085eef60>
  301. Method:   -_updateSubDocumentNavigableItems
  302. Thread:   <NSThread: 0x40010a220>{name = (null), num = 1}
  303. Hints:   None
  304. Backtrace:
  305.  0  0x000000010114022f -[IDEAssertionHandler handleFailureInMethod:object:fileName:lineNumber:messageFormat:arguments:] (in IDEKit)
  306.  1  0x00000001005f18d5 _DVTAssertionFailureHandler (in DVTFoundation)
  307.  2  0x000000010112bcd4 __52-[IDEEditorContext _updateSubDocumentNavigableItems]_block_invoke_0 (in IDEKit)
  308.  3  0x0000000100ff1d84 -[IDEEditorContext _performBlockInsideReentrantGuard:] (in IDEKit)
  309.  4  0x000000010103c344 -[IDEEditorContext _updateSubDocumentNavigableItems] (in IDEKit)
  310.  5  0x000000010103c254 -[IDEEditorContext _checkShouldCoalesceUpdatesForCurrentSelectedItemsChanged] (in IDEKit)
  311.  6  0x00000001005ae170 -[_DVTAsynchronousRequest _invokeBlock] (in DVTFoundation)
  312.  7  0x00007fff88f721aa __NSFireDelayedPerform (in Foundation)
  313.  8  0x00007fff83a96c24 __CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__ (in CoreFoundation)
  314.  9  0x00007fff83a96776 __CFRunLoopDoTimer (in CoreFoundation)
  315. 10  0x00007fff83a77001 __CFRunLoopRun (in CoreFoundation)
  316. 11  0x00007fff83a76676 CFRunLoopRunSpecific (in CoreFoundation)
  317. 12  0x00007fff8218f31f RunCurrentEventLoopInMode (in HIToolbox)
  318. 13  0x00007fff8219651b ReceiveNextEventCommon (in HIToolbox)
  319. 14  0x00007fff82196456 BlockUntilNextEventMatchingListInMode (in HIToolbox)
  320. 15  0x00007fff8a30ff5d _DPSNextEvent (in AppKit)
  321. 16  0x00007fff8a30f861 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] (in AppKit)
  322. 17  0x00007fff8a30c19d -[NSApplication run] (in AppKit)
  323. 18  0x00007fff8a58ab88 NSApplicationMain (in AppKit)
  324. 19  0x000000010056beec (in Xcode)
  325.  
  326. objc[25783]: garbage collection is ON
  327. abort() called
  328.  
  329. Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
  330. 0   libsystem_kernel.dylib          0x00007fff89573ce2 __pthread_kill + 10
  331. 1   libsystem_c.dylib               0x00007fff883567d2 pthread_kill + 95
  332. 2   libsystem_c.dylib               0x00007fff88347a7a abort + 143
  333. 3   com.apple.dt.IDEKit             0x000000010113fc9e +[IDEAssertionHandler _handleAssertionWithLogString:] + 506
  334. 4   com.apple.dt.DVTFoundation      0x00000001005f18d5 _DVTAssertionFailureHandler + 128
  335. 5   com.apple.dt.IDEKit             0x000000010112bcd4 __52-[IDEEditorContext _updateSubDocumentNavigableItems]_block_invoke_0 + 247
  336. 6   com.apple.dt.IDEKit             0x0000000100ff1d84 -[IDEEditorContext _performBlockInsideReentrantGuard:] + 122
  337. 7   com.apple.dt.IDEKit             0x000000010103c344 -[IDEEditorContext _updateSubDocumentNavigableItems] + 134
  338. 8   com.apple.dt.IDEKit             0x000000010103c254 -[IDEEditorContext _checkShouldCoalesceUpdatesForCurrentSelectedItemsChanged] + 458
  339. 9   com.apple.dt.DVTFoundation      0x00000001005ae170 -[_DVTAsynchronousRequest _invokeBlock] + 26
  340. 10  com.apple.Foundation            0x00007fff88f721aa __NSFireDelayedPerform + 392
  341. 11  com.apple.CoreFoundation        0x00007fff83a96c24 __CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__ + 20
  342. 12  com.apple.CoreFoundation        0x00007fff83a96776 __CFRunLoopDoTimer + 534
  343. 13  com.apple.CoreFoundation        0x00007fff83a77001 __CFRunLoopRun + 1617
  344. 14  com.apple.CoreFoundation        0x00007fff83a76676 CFRunLoopRunSpecific + 230
  345. 15  com.apple.HIToolbox             0x00007fff8218f31f RunCurrentEventLoopInMode + 277
  346. 16  com.apple.HIToolbox             0x00007fff8219651b ReceiveNextEventCommon + 181
  347. 17  com.apple.HIToolbox             0x00007fff82196456 BlockUntilNextEventMatchingListInMode + 62
  348. 18  com.apple.AppKit                0x00007fff8a30ff5d _DPSNextEvent + 659
  349. 19  com.apple.AppKit                0x00007fff8a30f861 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 135
  350. 20  com.apple.AppKit                0x00007fff8a30c19d -[NSApplication run] + 470
  351. 21  com.apple.AppKit                0x00007fff8a58ab88 NSApplicationMain + 867
  352. 22  com.apple.dt.Xcode              0x000000010056beec 0x10056b000 + 3820
  353.  
  354. Thread 1:
  355. 0   libsystem_kernel.dylib          0x00007fff89574192 __workq_kernreturn + 10
  356. 1   libsystem_c.dylib               0x00007fff88356594 _pthread_wqthread + 758
  357. 2   libsystem_c.dylib               0x00007fff88357b85 start_wqthread + 13
  358.  
  359. Thread 2:: Dispatch queue: com.apple.libdispatch-manager
  360. 0   libsystem_kernel.dylib          0x00007fff895747e6 kevent + 10
  361. 1   libdispatch.dylib               0x00007fff8c0ff5be _dispatch_mgr_invoke + 923
  362. 2   libdispatch.dylib               0x00007fff8c0fe14e _dispatch_mgr_thread + 54
  363.  
  364. Thread 3:
  365. 0   libsystem_kernel.dylib          0x00007fff89574192 __workq_kernreturn + 10
  366. 1   libsystem_c.dylib               0x00007fff88356594 _pthread_wqthread + 758
  367. 2   libsystem_c.dylib               0x00007fff88357b85 start_wqthread + 13
  368.  
  369. Thread 4:
  370. 0   libsystem_kernel.dylib          0x00007fff89574192 __workq_kernreturn + 10
  371. 1   libsystem_c.dylib               0x00007fff88356594 _pthread_wqthread + 758
  372. 2   libsystem_c.dylib               0x00007fff88357b85 start_wqthread + 13
  373.  
  374. Thread 5:
  375. 0   libsystem_kernel.dylib          0x00007fff89574192 __workq_kernreturn + 10
  376. 1   libsystem_c.dylib               0x00007fff88356594 _pthread_wqthread + 758
  377. 2   libsystem_c.dylib               0x00007fff88357b85 start_wqthread + 13
  378.  
  379. Thread 6:
  380. 0   libsystem_kernel.dylib          0x00007fff89574192 __workq_kernreturn + 10
  381. 1   libsystem_c.dylib               0x00007fff88356594 _pthread_wqthread + 758
  382. 2   libsystem_c.dylib               0x00007fff88357b85 start_wqthread + 13
  383.  
  384. Thread 7:: com.apple.NSURLConnectionLoader
  385. 0   libsystem_kernel.dylib          0x00007fff8957267a mach_msg_trap + 10
  386. 1   libsystem_kernel.dylib          0x00007fff89571d71 mach_msg + 73
  387. 2   com.apple.CoreFoundation        0x00007fff83a6e6fc __CFRunLoopServiceMachPort + 188
  388. 3   com.apple.CoreFoundation        0x00007fff83a76e64 __CFRunLoopRun + 1204
  389. 4   com.apple.CoreFoundation        0x00007fff83a76676 CFRunLoopRunSpecific + 230
  390. 5   com.apple.Foundation            0x00007fff88fcbffb +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 335
  391. 6   com.apple.Foundation            0x00007fff88fc074e -[NSThread main] + 68
  392. 7   com.apple.Foundation            0x00007fff88fc06c6 __NSThread__main__ + 1575
  393. 8   libsystem_c.dylib               0x00007fff883548bf _pthread_start + 335
  394. 9   libsystem_c.dylib               0x00007fff88357b75 thread_start + 13
  395.  
  396. Thread 8:
  397. 0   libsystem_kernel.dylib          0x00007fff8957267a mach_msg_trap + 10
  398. 1   libsystem_kernel.dylib          0x00007fff89571d71 mach_msg + 73
  399. 2   com.apple.CoreFoundation        0x00007fff83a6e6fc __CFRunLoopServiceMachPort + 188
  400. 3   com.apple.CoreFoundation        0x00007fff83a76e64 __CFRunLoopRun + 1204
  401. 4   com.apple.CoreFoundation        0x00007fff83a76676 CFRunLoopRunSpecific + 230
  402. 5   com.apple.DTDeviceKit           0x0000000106c6b288 -[DTDKRemoteDeviceDataListener listenerThreadImplementation] + 298
  403. 6   com.apple.Foundation            0x00007fff88fc074e -[NSThread main] + 68
  404. 7   com.apple.Foundation            0x00007fff88fc06c6 __NSThread__main__ + 1575
  405. 8   libsystem_c.dylib               0x00007fff883548bf _pthread_start + 335
  406. 9   libsystem_c.dylib               0x00007fff88357b75 thread_start + 13
  407.  
  408. Thread 9:: com.apple.CFSocket.private
  409. 0   libsystem_kernel.dylib          0x00007fff89573df2 __select + 10
  410. 1   com.apple.CoreFoundation        0x00007fff83abfcdb __CFSocketManager + 1355
  411. 2   libsystem_c.dylib               0x00007fff883548bf _pthread_start + 335
  412. 3   libsystem_c.dylib               0x00007fff88357b75 thread_start + 13
  413.  
  414. Thread 10:
  415. 0   libsystem_kernel.dylib          0x00007fff89574192 __workq_kernreturn + 10
  416. 1   libsystem_c.dylib               0x00007fff88356594 _pthread_wqthread + 758
  417. 2   libsystem_c.dylib               0x00007fff88357b85 start_wqthread + 13
  418.  
  419. Thread 11:
  420. 0   libsystem_kernel.dylib          0x00007fff89574192 __workq_kernreturn + 10
  421. 1   libsystem_c.dylib               0x00007fff88356594 _pthread_wqthread + 758
  422. 2   libsystem_c.dylib               0x00007fff88357b85 start_wqthread + 13
  423.  
  424. Thread 12:: WebCore: LocalStorage
  425. 0   libsystem_kernel.dylib          0x00007fff89573bca __psynch_cvwait + 10
  426. 1   libsystem_c.dylib               0x00007fff88358274 _pthread_cond_wait + 840
  427. 2   com.apple.JavaScriptCore        0x00007fff833a85a0 WTF::ThreadCondition::timedWait(WTF::Mutex&, double) + 64
  428. 3   com.apple.WebCore               0x00007fff80c276ba WTF::MessageQueue<WebCore::LocalStorageTask>::waitForMessage() + 132
  429. 4   com.apple.WebCore               0x00007fff80c27613 WebCore::LocalStorageThread::threadEntryPoint() + 99
  430. 5   com.apple.WebCore               0x00007fff80c2755b WebCore::LocalStorageThread::threadEntryPointCallback(void*) + 9
  431. 6   libsystem_c.dylib               0x00007fff883548bf _pthread_start + 335
  432. 7   libsystem_c.dylib               0x00007fff88357b75 thread_start + 13
  433.  
  434. Thread 13:: JavaScriptCore::BlockFree
  435. 0   libsystem_kernel.dylib          0x00007fff89573bca __psynch_cvwait + 10
  436. 1   libsystem_c.dylib               0x00007fff88358274 _pthread_cond_wait + 840
  437. 2   com.apple.JavaScriptCore        0x00007fff833a85f7 WTF::ThreadCondition::timedWait(WTF::Mutex&, double) + 151
  438. 3   com.apple.JavaScriptCore        0x00007fff835d4ccf JSC::Heap::blockFreeingThreadMain() + 319
  439. 4   com.apple.JavaScriptCore        0x00007fff835d4d09 JSC::Heap::blockFreeingThreadStartFunc(void*) + 9
  440. 5   libsystem_c.dylib               0x00007fff883548bf _pthread_start + 335
  441. 6   libsystem_c.dylib               0x00007fff88357b75 thread_start + 13
  442.  
  443. Thread 14:: DYMobileDeviceManager
  444. 0   libsystem_kernel.dylib          0x00007fff8957267a mach_msg_trap + 10
  445. 1   libsystem_kernel.dylib          0x00007fff89571d71 mach_msg + 73
  446. 2   com.apple.CoreFoundation        0x00007fff83a6e6fc __CFRunLoopServiceMachPort + 188
  447. 3   com.apple.CoreFoundation        0x00007fff83a76e64 __CFRunLoopRun + 1204
  448. 4   com.apple.CoreFoundation        0x00007fff83a76676 CFRunLoopRunSpecific + 230
  449. 5   com.apple.Foundation            0x00007fff88f71f9f -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 267
  450. 6   com.apple.Foundation            0x00007fff88f71e8b -[NSRunLoop(NSRunLoop) run] + 62
  451. 7   com.apple.Foundation            0x00007fff88fc074e -[NSThread main] + 68
  452. 8   com.apple.Foundation            0x00007fff88fc06c6 __NSThread__main__ + 1575
  453. 9   libsystem_c.dylib               0x00007fff883548bf _pthread_start + 335
  454. 10  libsystem_c.dylib               0x00007fff88357b75 thread_start + 13
  455.  
  456. Thread 15:: CVDisplayLink
  457. 0   libsystem_kernel.dylib          0x00007fff89573bca __psynch_cvwait + 10
  458. 1   libsystem_c.dylib               0x00007fff88358274 _pthread_cond_wait + 840
  459. 2   com.apple.CoreVideo             0x00007fff839b8b3c CVDisplayLink::runIOThread() + 710
  460. 3   com.apple.CoreVideo             0x00007fff839b885d _ZL13startIOThreadPv + 148
  461. 4   libsystem_c.dylib               0x00007fff883548bf _pthread_start + 335
  462. 5   libsystem_c.dylib               0x00007fff88357b75 thread_start + 13
  463.  
  464. Thread 16:
  465. 0   libsystem_kernel.dylib          0x00007fff8957267a mach_msg_trap + 10
  466. 1   libsystem_kernel.dylib          0x00007fff89571d71 mach_msg + 73
  467. 2   com.apple.CoreFoundation        0x00007fff83a6e6fc __CFRunLoopServiceMachPort + 188
  468. 3   com.apple.CoreFoundation        0x00007fff83a76e64 __CFRunLoopRun + 1204
  469. 4   com.apple.CoreFoundation        0x00007fff83a76676 CFRunLoopRunSpecific + 230
  470. 5   com.apple.DebugSymbols          0x00007fff895852f2 _ZL20SpotlightQueryThreadPv + 434
  471. 6   libsystem_c.dylib               0x00007fff883548bf _pthread_start + 335
  472. 7   libsystem_c.dylib               0x00007fff88357b75 thread_start + 13
  473.  
  474. Thread 17:
  475. 0   libsystem_kernel.dylib          0x00007fff89573e42 __semwait_signal + 10
  476. 1   libsystem_c.dylib               0x00007fff8830adea nanosleep + 164
  477. 2   com.apple.CoreSymbolication     0x00007fff8bf543bb cleaner_thread_main(void*) + 42
  478. 3   libsystem_c.dylib               0x00007fff883548bf _pthread_start + 335
  479. 4   libsystem_c.dylib               0x00007fff88357b75 thread_start + 13
  480.  
  481. Thread 0 crashed with X86 Thread State (64-bit):
  482.  rax: 0x0000000000000000  rbx: 0x0000000000000006  rcx: 0x00007fff601691a8  rdx: 0x0000000000000000
  483.  rdi: 0x0000000000000507  rsi: 0x0000000000000006  rbp: 0x00007fff601691d0  rsp: 0x00007fff601691a8
  484.   r8: 0x00007fff718e7fb8   r9: 0x00007fff60168638  r10: 0x00007fff89573d0a  r11: 0xffffff80002d8220
  485.  r12: 0x000000040459b0e0  r13: 0x0000000000000001  r14: 0x00007fff718ea960  r15: 0x00007fff601692d8
  486.  rip: 0x00007fff89573ce2  rfl: 0x0000000000000246  cr2: 0x000000010313b000
  487. Logical CPU: 0
  488.  
  489. Binary Images:
  490.       0x10056b000 -        0x10056bff7  com.apple.dt.Xcode (4.3 - 1175) <FDAC3476-EBC0-3BE1-9326-1B78803D58E8> /Applications/Xcode.app/Contents/MacOS/Xcode
  491.       0x100572000 -        0x100772ff7  com.apple.dt.DVTFoundation (4.3 - 1188) <6F1C8DFC-DE61-3581-840B-D5907D12E836> /Applications/Xcode.app/Contents/SharedFrameworks/DVTFoundation.framework/Versions/A/DVTFoundation
  492.       0x100860000 -        0x100a8bfff  com.apple.dt.DVTKit (4.3 - 1172) <2C9CB53E-7972-3949-9E74-8B69357B558D> /Applications/Xcode.app/Contents/SharedFrameworks/DVTKit.framework/Versions/A/DVTKit
  493.       0x100bd0000 -        0x100e1cfff  com.apple.dt.IDEFoundation (4.3 - 1189) <E27832C4-19FA-3575-B73A-7CD5AF594267> /Applications/Xcode.app/Contents/Frameworks/IDEFoundation.framework/Versions/A/IDEFoundation
  494.       0x100fa6000 -        0x10140bfff  com.apple.dt.IDEKit (4.3 - 1202) <87046C5A-2BCF-3027-A878-5054F09D9556> /Applications/Xcode.app/Contents/Frameworks/IDEKit.framework/Versions/A/IDEKit
  495.       0x1016ea000 -        0x101c93fff +libclang.dylib (318.0.45 - compatibility 1.0.0) <B82A38F4-E5B2-3616-BC74-E568B5E3D807> /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/libclang.dylib
  496.       0x101dd2000 -        0x101dd3ff7  com.apple.dt.DVTDeveloperModeHelper (1.0 - 1) <DC1AAB10-0F8F-3227-9ECF-4E8AC296AE3E> /Applications/Xcode.app/Contents/SharedFrameworks/DVTDeveloperModeHelper.framework/Versions/A/DVTDeveloperModeHelper
  497.       0x1032ca000 -        0x103316fff  com.apple.dt.IDE.IDEFindReplace (4.3 - 1170) <ED86F8C6-19ED-3710-B03B-D13D95CAFA4E> /Applications/Xcode.app/Contents/PlugIns/IDEFindReplace.ideplugin/Contents/MacOS/IDEFindReplace
  498.       0x10334f000 -        0x103399fff  com.apple.DADocSetAccess (4.3 - 1169) <F4857B4C-7710-39E6-BF99-9F969C3F8358> /Applications/Xcode.app/Contents/SharedFrameworks/DADocSetAccess.framework/Versions/A/DADocSetAccess
  499.       0x1033c5000 -        0x1033e0fff  com.apple.DADocSetManagement (4.3 - 1168) <28E2FCD0-CC52-3F34-90A5-6A34DB9763C4> /Applications/Xcode.app/Contents/SharedFrameworks/DADocSetManagement.framework/Versions/A/DADocSetManagement
  500.       0x1033f5000 -        0x10343ffff  com.apple.dt.IDE.IDEDocViewer (4.3 - 1172) <644546C8-8FF8-33F8-A2E4-99FE28F3CE02> /Applications/Xcode.app/Contents/PlugIns/IDEDocViewer.ideplugin/Contents/MacOS/IDEDocViewer
  501.       0x10347c000 -        0x10352eff7  com.apple.dt.IDE.IDEDevkitRefactoring (4.3 - 1170) <26723DF9-54C7-3A47-A339-BE7EF265E273> /Applications/Xcode.app/Contents/PlugIns/IDEDevkitRefactoring.ideplugin/Contents/MacOS/IDEDevkitRefactoring
  502.       0x103597000 -        0x1035aeff7  com.apple.dt.IDE.SharedPlugInUtilities (4.3 - 1165) <7D0A8E4B-4581-3936-B0A2-0ED78355C8C5> /Applications/Xcode.app/Contents/PlugIns/SharedPlugInUtilities.ideplugin/Contents/MacOS/SharedPlugInUtilities
  503.       0x1035bd000 -        0x1035d2ff7  com.apple.dt.IDE.Xcode3Core (4.3 - 1192) <878F56CA-ACD3-3D6F-9BA0-AD55B6D65772> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/MacOS/Xcode3Core
  504.       0x1035e2000 -        0x10388bfff  com.apple.Xcode.DevToolsCore (6.3 - 1192) <48A749DE-36E2-385A-9E56-BBF50507590D> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/Frameworks/DevToolsCore.framework/Versions/A/DevToolsCore
  505.       0x1039ee000 -        0x1039f7ff7  com.apple.DevToolsFoundation (6.3 - 1192) <EBF2DEA7-6166-3FEB-8B1E-1A2702D5658F> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/Frameworks/DevToolsFoundation.framework/Versions/A/DevToolsFoundation
  506.       0x103a01000 -        0x103a37ff7  com.apple.Xcode.DevToolsSupport (6.3 - 1192) <0E7196E6-B044-38F7-BEC2-30335F384AEA> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/Frameworks/DevToolsSupport.framework/Versions/A/DevToolsSupport
  507.       0x103aa8000 -        0x103ba1fff  com.apple.dt.IDE.Xcode3UI (4.3 - 1192) <2ECF77B7-7909-3F91-BFC0-57E49962FE6F> /Applications/Xcode.app/Contents/PlugIns/Xcode3UI.ideplugin/Contents/MacOS/Xcode3UI
  508.       0x103c4c000 -        0x103c5dfff  com.apple.dt.IDE.IDEQuickHelp (4.3 - 1171) <3B6C9239-EEAD-39B6-846B-CC29A71C7AA4> /Applications/Xcode.app/Contents/PlugIns/IDEQuickHelp.ideplugin/Contents/MacOS/IDEQuickHelp
  509.       0x103c6f000 -        0x103f4afff  com.apple.dt.IDE.IDEInterfaceBuilderKit (4.3 - 2177) <B6E93D9D-E2C4-3FAA-8630-F656D7EEC3CA> /Applications/Xcode.app/Contents/PlugIns/IDEInterfaceBuilderKit.ideplugin/Contents/MacOS/IDEInterfaceBuilderKit
  510.       0x104134000 -        0x1042aefff  com.apple.dt.IDE.IDEInterfaceBuilderCocoaIntegration (4.3 - 2177) <5FEB887D-86D0-37D3-A286-6255416A44DB> /Applications/Xcode.app/Contents/PlugIns/IDEInterfaceBuilderCocoaIntegration.ideplugin/Contents/MacOS/IDEInterfaceBuilderCocoaIntegration
  511.       0x1043b2000 -        0x1043fcfff  com.apple.glut (3.4.9 - GLUT-3.4.9) <B17217E4-837F-35F8-A3EF-243FF2C3557B> /System/Library/Frameworks/GLUT.framework/Versions/A/GLUT
  512.       0x1044ec000 -        0x104577ff7  com.apple.dt.IDE.IDESourceEditor (4.3 - 1172) <038A4955-3734-396B-8F0A-AAB5D619A942> /Applications/Xcode.app/Contents/PlugIns/IDESourceEditor.ideplugin/Contents/MacOS/IDESourceEditor
  513.       0x104ec4000 -        0x104ecbfff  com.apple.DVTiPhoneSimulatorRemoteClient (4.3 - 1165) <DD632C42-A949-3BAA-B7CC-BBFA071B15B8> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/PrivateFrameworks/DVTiPhoneSimulatorRemoteClient.framework/Versions/A/DVTiPhoneSimulatorRemoteClient
  514.       0x104ed4000 -        0x104ed5ff7  com.apple.dt.IDE.IDEInterfaceBuilderCocoaTouchEditingSupport (4.3 - 1173) <53A8767E-306C-3CD5-B43F-C2BDE5469471> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Xcode/PrivatePlugIns/IDEInterfaceBuilderCocoaTouchEditingSupport.ideplugin/Contents/MacOS/IDEInterfaceBuilderCocoaTouchEditingSupport
  515.       0x104ed9000 -        0x104ee1fff  com.apple.dt.PlistEditor (4.3 - 1168) <25B9F7A7-3D7B-31CC-8055-937855A9D2E8> /Applications/Xcode.app/Contents/PlugIns/PlistEditor.ideplugin/Contents/MacOS/PlistEditor
  516.       0x104eeb000 -        0x104ef7ff7  com.apple.dt.IDE.IDEQuickLookEditor (4.3 - 1168) <AC12BD76-6E56-301E-B323-8375BA525F29> /Applications/Xcode.app/Contents/PlugIns/IDEQuickLookEditor.ideplugin/Contents/MacOS/IDEQuickLookEditor
  517.       0x104f07000 -        0x104f0dff7  com.apple.dt.IDE.HexEditor (4.3 - 1169) <939AF3B6-1088-3E6F-A630-878A5958786B> /Applications/Xcode.app/Contents/PlugIns/HexEditor.ideplugin/Contents/MacOS/HexEditor
  518.       0x104f15000 -        0x104f17ff7  com.apple.dt.gpu.GPUTraceDebugger (4.3 - 62) <446DFA3F-D72F-3011-B150-7B9A40E61EB5> /Applications/Xcode.app/Contents/PlugIns/GPUTraceDebugger.ideplugin/Contents/MacOS/GPUTraceDebugger
  519.       0x104f1c000 -        0x104f25fff  com.apple.GPUToolsInterface (1.0 - 1.4) <A3B6C793-EEDA-324C-ADEC-EE9BD43AE243> /Applications/Xcode.app/Contents/SharedFrameworks/GPUToolsInterface.framework/Versions/A/GPUToolsInterface
  520.       0x104f2e000 -        0x104f2eff7  com.apple.dt.IDE.IDEAppleScriptEditor (4.3 - 1165) <828BB4EA-4613-3F76-8184-5C3861CBC759> /Applications/Xcode.app/Contents/PlugIns/IDEAppleScriptEditor.ideplugin/Contents/MacOS/IDEAppleScriptEditor
  521.       0x104f63000 -        0x104f64ff3 +cl_kernels (??? - ???) <6D889B08-F417-4062-9A21-39EA7D88586C> cl_kernels
  522.       0x105790000 -        0x1058ecfff  com.apple.dt.IDE.IDEInterfaceBuilderCocoaTouchIntegration (4.3 - 1173) <4F60AF64-5547-3D9D-82C4-257A2D68E483> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Xcode/PrivatePlugIns/IDEInterfaceBuilderCocoaTouchIntegration.ideplugin/Contents/MacOS/IDEInterfaceBuilderCocoaTouchIntegration
  523.       0x105989000 -        0x1059bfff7 +com.ridiculousfish.HexFiendFramework (4.3 - 1169) <89E8C0B9-2EA8-3372-88AC-613F08922C84> /Applications/Xcode.app/Contents/SharedFrameworks/HexFiend.framework/Versions/A/HexFiend
  524.       0x1059e5000 -        0x1059f7fff  com.apple.dt.IDE.IDERTFEditor (4.3 - 1168) <B685B6FE-924A-3F59-97C9-58702738B951> /Applications/Xcode.app/Contents/PlugIns/IDERTFEditor.ideplugin/Contents/MacOS/IDERTFEditor
  525.       0x105a07000 -        0x105ad9ff7  com.apple.dt.IDE.IDEModelEditor (4.3 - 1170) <F845AD74-6E6D-3BFA-BD19-06FCC19DA4F7> /Applications/Xcode.app/Contents/PlugIns/IDEModelEditor.ideplugin/Contents/MacOS/IDEModelEditor
  526.       0x105b66000 -        0x105bccff7  com.apple.dt.IDE.IDEModelFoundation (4.3 - 1170) <FFACA56E-CEDD-3525-BEA0-1B7F10C3E2C7> /Applications/Xcode.app/Contents/PlugIns/IDEModelFoundation.ideplugin/Contents/MacOS/IDEModelFoundation
  527.       0x105c1a000 -        0x105c8fff7  com.apple.dt.gpu.GPUDebuggerFoundation (4.3 - 62) <C3FDC3FB-A077-368E-8CB4-5103E8F443EB> /Applications/Xcode.app/Contents/PlugIns/GPUDebuggerFoundation.ideplugin/Contents/MacOS/GPUDebuggerFoundation
  528.       0x105ccb000 -        0x105d3eff7  com.apple.GPUTools (1.0 - 93.6.1) <A46EB6B5-7757-30E3-9CDA-347A633C2EBB> /Applications/Xcode.app/Contents/SharedFrameworks/GPUTools.framework/Versions/A/GPUTools
  529.       0x105d89000 -        0x105df7ff7  com.apple.GPUToolsCore (1.0 - 93.6.1) <73CDDD3C-525C-389D-870A-737B79A1A514> /Applications/Xcode.app/Contents/SharedFrameworks/GPUToolsCore.framework/Versions/A/GPUToolsCore
  530.       0x105e2c000 -        0x105e9dfff  com.apple.GPUToolsAnalysis (1.0 - 1.4) <CFA7F5BA-1548-3590-AF79-B4CD059E755E> /Applications/Xcode.app/Contents/SharedFrameworks/GPUToolsAnalysis.framework/Versions/A/GPUToolsAnalysis
  531.       0x105ed7000 -        0x105ee1fff  com.apple.dt.gpu.GPUDebuggerKit (4.3 - 62) <376D6E67-6603-31DB-9CD9-3B317C115102> /Applications/Xcode.app/Contents/PlugIns/GPUDebuggerKit.ideplugin/Contents/MacOS/GPUDebuggerKit
  532.       0x105ef0000 -        0x105f68ff7  com.apple.dt.gpu.GPUTraceDebuggerUI (4.3 - 62) <F9838D50-08C0-3FA5-9B1F-6F1AAEC5D2CB> /Applications/Xcode.app/Contents/PlugIns/GPUTraceDebuggerUI.ideplugin/Contents/MacOS/GPUTraceDebuggerUI
  533.       0x105f97000 -        0x105ff8fff  com.apple.dt.gpu.GPURenderTargetEditor (4.3 - 62) <07921167-EAA1-336D-87DE-F3892D548168> /Applications/Xcode.app/Contents/PlugIns/GPURenderTargetEditor.ideplugin/Contents/MacOS/GPURenderTargetEditor
  534.       0x10603f000 -        0x10605efff  com.apple.dt.dbg.DebuggerFoundation (4.3 - 1184) <5E7B8CF7-9E52-39E1-8487-C190F77C9CC5> /Applications/Xcode.app/Contents/PlugIns/DebuggerFoundation.ideplugin/Contents/MacOS/DebuggerFoundation
  535.       0x10607c000 -        0x1060d8ff7  com.apple.dt.dbg.DebuggerUI (4.3 - 1184) <068B6960-4868-3535-927B-588B9577C878> /Applications/Xcode.app/Contents/PlugIns/DebuggerUI.ideplugin/Contents/MacOS/DebuggerUI
  536.       0x106334000 -        0x106337ff7  com.apple.dt.IDE.IDEPDFViewer (4.3 - 1165) <4B461D5A-6EA4-38E2-BD11-447AD665A026> /Applications/Xcode.app/Contents/PlugIns/IDEPDFViewer.ideplugin/Contents/MacOS/IDEPDFViewer
  537.       0x10633e000 -        0x10636dfff  com.apple.dt.IDE.IDELogNavigator (4.3 - 1166) <28914892-C8AF-3729-A5CB-401E0E98BB6B> /Applications/Xcode.app/Contents/PlugIns/IDELogNavigator.ideplugin/Contents/MacOS/IDELogNavigator
  538.       0x106392000 -        0x106398fff  com.apple.dt.ScriptingDefinitionEditor (4.3 - 1165) <AA2A69E3-A570-3F5D-8DBC-51B78DCF3C23> /Applications/Xcode.app/Contents/PlugIns/ScriptingDefinitionEditor.ideplugin/Contents/MacOS/ScriptingDefinitionEditor
  539.       0x106ae0000 -        0x106ae1ff7  com.apple.dt.dbg.DebuggerGDBService (4.3 - 1184) <CB209D59-D20D-30BC-9E3C-4866872D1564> /Applications/Xcode.app/Contents/PlugIns/DebuggerGDBService.ideplugin/Contents/MacOS/DebuggerGDBService
  540.       0x106ae6000 -        0x106ae7ff7  com.apple.dt.dbg.DebuggerLLDBService (4.3 - 1184) <0F84C222-13D5-38BC-AA8C-7A7F5A865796> /Applications/Xcode.app/Contents/PlugIns/DebuggerLLDBService.ideplugin/Contents/MacOS/DebuggerLLDBService
  541.       0x106aec000 -        0x106b8fff7  com.apple.dt.IDE.IDEiPhoneSupport (4.3 - 1191) <C67FACDC-0EED-3BA4-A213-C384CDA27F4A> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Xcode/PrivatePlugIns/IDEiPhoneSupport.ideplugin/Contents/MacOS/IDEiPhoneSupport
  542.       0x106bdd000 -        0x106c09ff7  com.apple.framework.ConfigurationProfiles (3.1 - 437) <925BEA8C-92D6-329E-B597-E9E8AC814900> /System/Library/PrivateFrameworks/ConfigurationProfiles.framework/Versions/A/ConfigurationProfiles
  543.       0x106c1f000 -        0x106c47fff  com.apple.DTDeviceKitBase (??? - 1188) <A1AD9697-1154-39DD-A719-B0E4570772AB> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/PrivateFrameworks/DTDeviceKitBase.framework/Versions/A/DTDeviceKitBase
  544.       0x106c63000 -        0x106cc6fff  com.apple.DTDeviceKit (4.2 - 1188) <E9CFC817-7358-3D0E-B339-E154F277E9B2> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/PrivateFrameworks/DTDeviceKit.framework/Versions/A/DTDeviceKit
  545.       0x106d0e000 -        0x106d26fff  com.apple.DeviceLinkX (5.0 - 256) <886750BE-4D72-37C2-B443-B1446507F998> /System/Library/PrivateFrameworks/DeviceLink.framework/Versions/A/DeviceLink
  546.       0x106d36000 -        0x106dcbfff  com.apple.mobiledevice (503.2 - 503.2) <F86997CD-A6C2-2D06-BCB7-CC17EEE76BA6> /System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevice
  547.       0x106e19000 -        0x106e33ff7  com.apple.dt.IDE.IDEArchivedApplicationsViewer (4.3 - 1186) <B1A56DFE-E92B-3692-93D7-4450BF256213> /Applications/Xcode.app/Contents/PlugIns/IDEArchivedApplicationsViewer.ideplugin/Contents/MacOS/IDEArchivedApplicationsViewer
  548.       0x106e4d000 -        0x106f30fff  libcrypto.0.9.7.dylib (0.9.7 - compatibility 0.9.7) <358B5B40-43B2-3F92-9FD3-DAA68806E1FF> /usr/lib/libcrypto.0.9.7.dylib
  549.       0x106f86000 -        0x106fadfff  libssl.0.9.7.dylib (0.9.7 - compatibility 0.9.7) <B0925A5D-5355-3ECE-BF2F-E576FF105F5A> /usr/lib/libssl.0.9.7.dylib
  550.       0x107054000 -        0x107060ff7  com.apple.dt.IDE.IDEInterfaceBuilderCocoa (4.3 - 1117) <DAD18DDF-B81B-36BC-BFCE-56A73C1D8A4E> /Applications/Xcode.app/Contents/PlugIns/IDEInterfaceBuilderCocoa.ideplugin/Contents/MacOS/IDEInterfaceBuilderCocoa
  551.       0x107070000 -        0x1070a1fff  com.apple.DiscRecordingUI (6.0.3 - 6030.4.1) <43C662F0-62BF-3F0C-9052-DD1343CC6F89> /System/Library/Frameworks/DiscRecordingUI.framework/Versions/A/DiscRecordingUI
  552.       0x1070c2000 -        0x1070c3fff  com.apple.dt.IDE.IDEInterfaceBuilderAutomator (4.3 - 1117) <2FB3839D-8659-357A-AF4D-A09CC2861F77> /Applications/Xcode.app/Contents/PlugIns/IDEInterfaceBuilderAutomator.ideplugin/Contents/MacOS/IDEInterfaceBuilderAutomator
  553.       0x10724b000 -        0x10724ffff  com.apple.audio.AudioIPCPlugIn (1.2.2 - 1.2.2) <D4D40031-05D5-3D8B-A9A5-490D9483E188> /System/Library/Extensions/AudioIPCDriver.kext/Contents/Resources/AudioIPCPlugIn.bundle/Contents/MacOS/AudioIPCPlugIn
  554.       0x107254000 -        0x10725afff  com.apple.audio.AppleHDAHALPlugIn (2.1.7 - 2.1.7f9) <CA4B5CB4-6F02-396A-B7CA-C9DE876544CD> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bundle/Contents/MacOS/AppleHDAHALPlugIn
  555.       0x1072c2000 -        0x1072cafff  com.apple.xcode.plug-in.CoreBuildTasks (6.3 - 1192) <8E6A8B02-68DC-3099-AC83-EAAF07AA2C2D> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer/Library/Xcode/Plug-ins/CoreBuildTasks.xcplugin/Contents/MacOS/CoreBuildTasks
  556.       0x1072d1000 -        0x1072d4fff  com.apple.platform.iphoneos.plugin (1.0 - 1.0) <4C490C95-6F4E-36DF-A948-61CCD38B312A> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Xcode/PrivatePlugIns/iPhoneOS Build System Support.xcplugin/Contents/MacOS/iPhoneOS Build System Support
  557.       0x10733d000 -        0x107340ff7  libCoreFSCache.dylib (??? - ???) <0E2C3D54-7D05-35E8-BA10-2142B7C03946> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib
  558.       0x107359000 -        0x107359ffd +cl_kernels (??? - ???) <13F3412D-5AED-41F2-AFB0-A1E079FC3CEC> cl_kernels
  559.       0x109287000 -        0x1092b0fff  libPDFRIP.A.dylib (600.0.0 - compatibility 64.0.0) <1C157125-306E-385C-B154-059198F56907> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libPDFRIP.A.dylib
  560.       0x1093b7000 -        0x1093d7ff7 +CoreFoundation (125.0.0 - compatibility 1.0.0) <9EAE4385-5DF7-3956-8196-895DD6772BD7> */CoreFoundation.framework/Versions/A/CoreFoundation
  561.       0x1093b7000 -        0x1093d7ff7  com.apple.ChunkingLibrary (1.0 - 125) <9EAE4385-5DF7-3956-8196-895DD6772BD7> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary
  562.       0x109513000 -        0x1096acfff  GLEngine (??? - ???) <8BA26192-A4D7-362D-8B57-5FCF4B706A25> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
  563.       0x1096e0000 -        0x1097d9fff  libGLProgrammability.dylib (??? - ???) <B7710703-8652-36B8-83DD-4F216FAF0730> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib
  564.       0x1097ff000 -        0x109ac6fff  com.apple.ATIRadeonX3000GLDriver (7.18.11 - 7.1.8) <C358C1A0-0404-30DE-A5D9-CE6C2B9676B0> /System/Library/Extensions/ATIRadeonX3000GLDriver.bundle/Contents/MacOS/ATIRadeonX3000GLDriver
  565.       0x109b11000 -        0x109b3fff7  GLRendererFloat (??? - ???) <0C213C61-C08C-3B5D-85A4-EB4660AF55BF> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GLRendererFloat
  566.       0x109c87000 -        0x109dd2ff7  com.apple.audio.units.Components (1.7.2 - 1.7.2) <DC2BA4BE-E91A-3680-A88A-D8A709C48909> /System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio
  567.       0x109fc1000 -        0x109fc7fef  libcldcpuengine.dylib (1.50.69 - compatibility 1.0.0) <C0C4CC37-F2FD-301C-A830-EC54D86612D5> /System/Library/Frameworks/OpenCL.framework/Libraries/libcldcpuengine.dylib
  568.       0x109fd1000 -        0x109fd2ffc +cl_kernels (??? - ???) <B24A27CB-7C38-47B5-9F77-A20DE51CA491> cl_kernels
  569.       0x10a012000 -        0x10a022fff  com.apple.dt.IDE.IDEStructureNavigator (4.3 - 1171) <DF1B419F-EBDA-39C6-847C-5953CA5ADEF9> /Applications/Xcode.app/Contents/PlugIns/IDEStructureNavigator.ideplugin/Contents/MacOS/IDEStructureNavigator
  570.       0x10a02f000 -        0x10a039fff  com.apple.dt.IDE.IDEProjectsOrganizer (4.3 - 1165) <9910D540-C588-3ECA-BE9F-D2669BDA5B47> /Applications/Xcode.app/Contents/PlugIns/IDEProjectsOrganizer.ideplugin/Contents/MacOS/IDEProjectsOrganizer
  571.       0x10a516000 -        0x10a5a9ff7  unorm8_bgra.dylib (1.50.69 - compatibility 1.0.0) <5FB796A4-1AD0-3B4D-AA83-F8A46E039224> /System/Library/Frameworks/OpenCL.framework/Libraries/ImageFormats/unorm8_bgra.dylib
  572.       0x10a971000 -        0x10a972ff3 +cl_kernels (??? - ???) <87CF801F-A0D0-4EC0-9DD9-7558EB85EA84> cl_kernels
  573.       0x10a97a000 -        0x10a996fff  com.apple.dt.IDE.IDESymbolNavigator (4.3 - 1170) <F9F21A98-4261-307D-BCBE-8175B0713661> /Applications/Xcode.app/Contents/PlugIns/IDESymbolNavigator.ideplugin/Contents/MacOS/IDESymbolNavigator
  574.       0x10a9ac000 -        0x10a9e5ff7  com.apple.dt.IDE.IDERepositoryViewer (4.3 - 1169) <E9930394-F05A-3E8F-BE34-C4BFAC35CE29> /Applications/Xcode.app/Contents/PlugIns/IDERepositoryViewer.ideplugin/Contents/MacOS/IDERepositoryViewer
  575.       0x10aa14000 -        0x10aa20fff  com.apple.dt.IDE.IDEIssueNavigator (4.3 - 1165) <B3074911-E642-3BF7-B793-84F6AB04B921> /Applications/Xcode.app/Contents/PlugIns/IDEIssueNavigator.ideplugin/Contents/MacOS/IDEIssueNavigator
  576.       0x10aa2a000 -        0x10aa2eff7  com.apple.dt.gpu.GPUDebuggeriOSSupport (4.3 - 2) <105C4EE3-7B15-3540-AC40-10AB448936CD> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Xcode/PrivatePlugIns/GPUDebuggeriOSSupport.ideplugin/Contents/MacOS/GPUDebuggeriOSSupport
  577.       0x10aa34000 -        0x10aa42ff7  com.apple.GPUToolsMobileFoundation (1.0 - 2.4) <34A5A8D4-B24E-3F2C-8600-356C700784B4> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/PrivateFrameworks/GPUToolsMobileFoundation.framework/Versions/A/GPUToolsMobileFoundation
  578.       0x10aabc000 -        0x10aac9fff  com.apple.dt.IDE.IDESubversion (4.3 - 1169) <E739E773-9C1D-34E5-815D-7DFF37FB4987> /Applications/Xcode.app/Contents/PlugIns/IDESubversion.ideplugin/Contents/MacOS/IDESubversion
  579.       0x10d032000 -        0x10d43dff7  com.apple.driver.AppleIntelHD3000GraphicsGLDriver (7.18.11 - 7.1.8) <B3612412-7530-3FB9-AF32-C9433755CC76> /System/Library/Extensions/AppleIntelHD3000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD3000GraphicsGLDriver
  580.       0x10dbba000 -        0x10dbbbff7  com.apple.dt.IDE.IDEAppleScriptCore (4.3 - 1165) <AA233497-1D43-32B8-B298-E811102CAD57> /Applications/Xcode.app/Contents/PlugIns/IDEAppleScriptCore.ideplugin/Contents/MacOS/IDEAppleScriptCore
  581.       0x10dc9d000 -        0x10dcdafff  com.apple.Ubiquity (1.1 - 210) <E198603B-C205-3366-82BD-7D642FF2F909> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
  582.       0x10f9a2000 -        0x10f9b3fff  com.apple.dt.IDE.IDEGit (4.3 - 1169) <0C94376A-1F93-3C6D-9572-261B970664C8> /Applications/Xcode.app/Contents/PlugIns/IDEGit.ideplugin/Contents/MacOS/IDEGit
  583.       0x10f9c2000 -        0x10f9c6ff7  com.apple.dt.IDE.IDEInstrumentsService (4.3 - 1184) <3C94963D-0077-32DE-AD08-71ECBBACDFF5> /Applications/Xcode.app/Contents/PlugIns/IDEInstrumentsService.ideplugin/Contents/MacOS/IDEInstrumentsService
  584.    0x7fff6016b000 -     0x7fff6019fbaf  dyld (195.6 - ???) <0CD1B35B-A28F-32DA-B72E-452EAD609613> /usr/lib/dyld
  585.    0x7fff80867000 -     0x7fff80b8aff7  com.apple.AddressBook.framework (6.1 - 1083) <9C23C164-B9E1-3F80-83F4-C027AF282DE6> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
  586.    0x7fff80b8b000 -     0x7fff80ba8fff  libxpc.dylib (77.18.0 - compatibility 1.0.0) <26C05F31-E809-3B47-AF42-1460971E3AC3> /usr/lib/system/libxpc.dylib
  587.    0x7fff80ba9000 -     0x7fff80bdcff7  com.apple.GSS (2.1 - 2.0) <57AD81CE-6320-38C9-9B66-0E5A4DEA898A> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
  588.    0x7fff80bdd000 -     0x7fff80c03ff7  com.apple.framework.familycontrols (3.0 - 300) <DC06CF3A-2F10-3867-9498-CADAE30D0CE4> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls
  589.    0x7fff80c04000 -     0x7fff81918fef  com.apple.WebCore (7534.53 - 7534.53.11) <E37D145A-0BFD-3BE0-98A9-7F04CE9B6E6E> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/WebCore
  590.    0x7fff8198d000 -     0x7fff81a00fff  libstdc++.6.dylib (52.0.0 - compatibility 7.0.0) <6BDD43E4-A4B1-379E-9ED5-8C713653DFF2> /usr/lib/libstdc++.6.dylib
  591.    0x7fff81a01000 -     0x7fff81e33fef  com.apple.VideoToolbox (1.0 - 705.61) <1A70CA82-C849-3033-8598-37C5A72637CC> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbox
  592.    0x7fff81e3f000 -     0x7fff81e54fff  com.apple.speech.synthesis.framework (4.0.74 - 4.0.74) <C061ECBB-7061-3A43-8A18-90633F943295> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
  593.    0x7fff81e55000 -     0x7fff81e6cfff  com.apple.CFOpenDirectory (10.7 - 146) <E71AE4A2-F72B-35F2-9043-9F45CF75F11A> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
  594.    0x7fff81e6d000 -     0x7fff81e89fff  com.apple.ScriptingBridge (1.2.1 - ???) <A4162BA5-2432-3BF3-8EBC-47AEF2BDD8DA> /System/Library/Frameworks/ScriptingBridge.framework/Versions/A/ScriptingBridge
  595.    0x7fff81e8a000 -     0x7fff81e90ff7  libunwind.dylib (30.0.0 - compatibility 1.0.0) <1E9C6C8C-CBE8-3F4B-A5B5-E03E3AB53231> /usr/lib/system/libunwind.dylib
  596.    0x7fff81e91000 -     0x7fff81feafff  com.apple.audio.toolbox.AudioToolbox (1.7.2 - 1.7.2) <0AD8197C-1BA9-30CD-98F1-4CA2C6559BA8> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
  597.    0x7fff81feb000 -     0x7fff820c9fff  com.apple.ImageIO.framework (3.1.1 - 3.1.1) <DB530A63-8ECF-3B53-AC9A-1692A5397E2F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO
  598.    0x7fff820ca000 -     0x7fff820cafff  com.apple.CoreServices (53 - 53) <043C8026-8EDD-3241-B090-F589E24062EF> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
  599.    0x7fff820cb000 -     0x7fff8213bfff  com.apple.datadetectorscore (3.0 - 179.4) <B4C6417F-296C-31C1-BB94-980BFCDC9175> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
  600.    0x7fff8213c000 -     0x7fff82156fff  com.apple.CoreMediaAuthoring (2.0 - 890) <7BE57576-8EF5-3473-95E6-6191E239E3F0> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMediaAuthoring
  601.    0x7fff82157000 -     0x7fff8218cfff  com.apple.securityinterface (5.0 - 55007) <D46E73F4-D8E9-3F53-A083-B9D71ED74492> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInterface
  602.    0x7fff8218d000 -     0x7fff824b7ff7  com.apple.HIToolbox (1.8 - ???) <D6A0D513-4893-35B4-9FFE-865FF419F2C2> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
  603.    0x7fff824b8000 -     0x7fff824bafff  libCVMSPluginSupport.dylib (??? - ???) <B2FC6EC0-1A0C-3482-A3C9-D08446E8713A> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
  604.    0x7fff824bb000 -     0x7fff824bbfff  com.apple.ApplicationServices (41 - 41) <89B6AD5B-5C75-3E83-8C2B-AA7F4C55E400> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
  605.    0x7fff82551000 -     0x7fff8255fff7  libkxld.dylib (??? - ???) <B1BD4862-9D3F-3EEF-895C-A8E2E53684B6> /usr/lib/system/libkxld.dylib
  606.    0x7fff8276e000 -     0x7fff8277efff  com.apple.AppleScriptObjC (1.1 - ???) <428EDB9A-C0B9-3237-A76B-54513DBA4960> /System/Library/Frameworks/AppleScriptObjC.framework/Versions/A/AppleScriptObjC
  607.    0x7fff8277f000 -     0x7fff8288bfff  libcrypto.0.9.8.dylib (44.0.0 - compatibility 0.9.8) <3A8E1F89-5E26-3C8B-B538-81F5D61DBF8A> /usr/lib/libcrypto.0.9.8.dylib
  608.    0x7fff828ee000 -     0x7fff828fbfff  libexslt.0.dylib (9.13.0 - compatibility 9.0.0) <0AF8D6E4-BDDC-39F9-84E9-02C3C1E9F82A> /usr/lib/libexslt.0.dylib
  609.    0x7fff83035000 -     0x7fff8325dfe7  com.apple.CoreData (104.1 - 358.13) <F1DA3110-C4DF-3F0A-A057-AEE78DE8C99D> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
  610.    0x7fff8325e000 -     0x7fff832f0fff  com.apple.PDFKit (2.6.2 - 2.6.2) <4C8D80F6-09BB-3BD5-983B-A24FBEB5BCF3> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versions/A/PDFKit
  611.    0x7fff83330000 -     0x7fff83398ff7  com.apple.audio.CoreAudio (4.0.2 - 4.0.2) <DFD8F4DE-3B45-3A2E-9CBE-FD8D5DD30923> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
  612.    0x7fff8339d000 -     0x7fff83628fff  com.apple.JavaScriptCore (7534.53 - 7534.53.8) <619D6392-D833-3C55-B1C0-4DAA0477796C> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
  613.    0x7fff83629000 -     0x7fff8366bff7  libcommonCrypto.dylib (55010.0.0 - compatibility 1.0.0) <BB770C22-8C57-365A-8716-4A3C36AE7BFB> /usr/lib/system/libcommonCrypto.dylib
  614.    0x7fff8366c000 -     0x7fff83699ff7  com.apple.opencl (1.50.69 - 1.50.69) <687265AF-E9B6-3537-89D7-7C12EB38193D> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
  615.    0x7fff8369a000 -     0x7fff8369bfff  com.apple.ServerInformation (1.0 - 1) <D95BC225-E33B-32BC-9FEE-77423F8D7EBC> /System/Library/PrivateFrameworks/ServerInformation.framework/Versions/A/ServerInformation
  616.    0x7fff8369c000 -     0x7fff836dfff7  libRIP.A.dylib (600.0.0 - compatibility 64.0.0) <85D00F5C-43ED-33A9-80B4-72EB0EAE3E25> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
  617.    0x7fff836e0000 -     0x7fff836e1fff  libdnsinfo.dylib (395.7.0 - compatibility 1.0.0) <37FEFE78-BCB5-37EC-8E99-747469BCA4C7> /usr/lib/system/libdnsinfo.dylib
  618.    0x7fff836e2000 -     0x7fff836edff7  com.apple.bsd.ServiceManagement (2.0 - 2.0) <9807F306-4081-34DA-9970-83A136E1E53F> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
  619.    0x7fff836ee000 -     0x7fff837d0fff  com.apple.CoreServices.OSServices (478.37 - 478.37) <1DAC695E-0D0F-3AE2-974F-A173E69E67CC> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
  620.    0x7fff83831000 -     0x7fff83843ff7  libbsm.0.dylib (??? - ???) <349BB16F-75FA-363F-8D98-7A9C3FA90A0D> /usr/lib/libbsm.0.dylib
  621.    0x7fff83844000 -     0x7fff83847fff  libRadiance.dylib (??? - ???) <CD89D70D-F177-3BAE-8A26-644EA7D5E28E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
  622.    0x7fff83848000 -     0x7fff8386cfff  com.apple.RemoteViewServices (1.3 - 44) <21D7A0E7-6699-37AB-AE6C-BF69AF3D61C2> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
  623.    0x7fff8386d000 -     0x7fff838c1ff7  com.apple.ScalableUserInterface (1.0 - 1) <33563775-C662-313D-B7FA-3D575A9F3D41> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterface.framework/Versions/A/ScalableUserInterface
  624.    0x7fff838c2000 -     0x7fff83903fff  com.apple.QD (3.40 - ???) <47674D2C-BE88-388E-B1B0-03F08BFFE5FD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
  625.    0x7fff83904000 -     0x7fff83923fff  libresolv.9.dylib (46.1.0 - compatibility 1.0.0) <0635C52D-DD53-3721-A488-4C6E95607A74> /usr/lib/libresolv.9.dylib
  626.    0x7fff83924000 -     0x7fff83927fff  com.apple.AppleSystemInfo (1.0 - 1) <111B6F69-3FBD-3860-BCF8-1DF02D9BED28> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo
  627.    0x7fff839b7000 -     0x7fff839dfff7  com.apple.CoreVideo (1.7 - 70.1) <98F917B2-FB53-3EA3-B548-7E97B38309A7> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
  628.    0x7fff83a19000 -     0x7fff83a3dfff  com.apple.Kerberos (1.0 - 1) <1F826BCE-DA8F-381D-9C4C-A36AA0EA1CB9> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
  629.    0x7fff83a3e000 -     0x7fff83c12fff  com.apple.CoreFoundation (6.7.1 - 635.19) <57B77925-9065-38C9-A05B-02F4F9ED007C> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
  630.    0x7fff83c60000 -     0x7fff83d46fff  com.apple.Bluetooth (4.0 - 4.0.3f12) <276AE4B8-1783-3375-895A-189700FE1BC0> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
  631.    0x7fff83d47000 -     0x7fff83da9ff7  com.apple.Symbolication (1.3 - 91) <B072970E-9EC1-3495-A1FA-D344C6E74A13> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
  632.    0x7fff83daa000 -     0x7fff84020ff7  com.apple.imageKit (2.1.1 - 1.0) <A4A58BBB-70BB-3A0F-84F0-49EC6113BF2F> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Versions/A/ImageKit
  633.    0x7fff84021000 -     0x7fff8443eff7  com.apple.SceneKit (2.2 - 125.3) <DDCC8DB6-D5DB-31CD-A401-F56C84216E1C> /System/Library/PrivateFrameworks/SceneKit.framework/Versions/A/SceneKit
  634.    0x7fff8449a000 -     0x7fff844b7ff7  com.apple.openscripting (1.3.3 - ???) <4FACC89E-FDAA-3CA5-B5CD-1F4EEAEDF7CF> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
  635.    0x7fff844ba000 -     0x7fff84858fef  com.apple.MediaToolbox (1.0 - 705.61) <F48F2150-0573-354C-BBB2-BA52DD0FD0AB> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbox
  636.    0x7fff84859000 -     0x7fff848f3ff7  com.apple.SearchKit (1.4.0 - 1.4.0) <4E70C394-773E-3A4B-A93C-59A88ABA9509> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
  637.    0x7fff848f4000 -     0x7fff84914fff  libPng.dylib (??? - ???) <F4D84592-C450-3076-88E9-8E6517C7EF33> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
  638.    0x7fff84915000 -     0x7fff84916fff  libffi.dylib (??? - ???) <DB96CC4B-0D38-3102-80AA-91DDE9AF3886> /usr/lib/libffi.dylib
  639.    0x7fff84c72000 -     0x7fff84c72fff  com.apple.vecLib (3.7 - vecLib 3.7) <9A58105C-B36E-35B5-812C-4ED693F2618F> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
  640.    0x7fff84c9b000 -     0x7fff8542ffef  com.apple.CoreAUC (6.11.04 - 6.11.04) <FFC336DF-C71F-3C93-8E93-5CBD9EEAE940> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
  641.    0x7fff85430000 -     0x7fff85457ff7  com.apple.PerformanceAnalysis (1.10 - 10) <DD87C994-66D6-330A-BAF9-AB86BE125A62> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
  642.    0x7fff85458000 -     0x7fff85466fff  com.apple.NetAuth (3.1 - 3.1) <FE7EC4D7-5632-3B8D-9094-A0AC8D60EDEE> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
  643.    0x7fff85467000 -     0x7fff85606fff  com.apple.QuartzCore (1.7 - 270.2) <F2CCDEFB-DE43-3E32-B242-A22C82617186> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
  644.    0x7fff85607000 -     0x7fff85634fff  com.apple.quartzfilters (1.7.0 - 1.7.0) <CE1EDD58-7273-38F9-AD33-871A8BA7ABF3> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework/Versions/A/QuartzFilters
  645.    0x7fff85637000 -     0x7fff8563dff7  com.apple.phonenumbers (1.0 - 47) <BC6C2FE2-99C0-3AD6-AA9C-C88780FFFCCF> /System/Library/PrivateFrameworks/PhoneNumbers.framework/Versions/A/PhoneNumbers
  646.    0x7fff85696000 -     0x7fff85738ff7  com.apple.securityfoundation (5.0 - 55107) <6C2E7362-CB11-3CBD-BB1C-348E4B10F25A> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
  647.    0x7fff85739000 -     0x7fff85b9bff7  com.apple.RawCamera.bundle (3.9.1 - 586) <1AA853F4-E429-33E3-B4A9-6B019CCCC5E4> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
  648.    0x7fff85b9c000 -     0x7fff85b9dfff  libDiagnosticMessagesClient.dylib (??? - ???) <3DCF577B-F126-302B-BCE2-4DB9A95B8598> /usr/lib/libDiagnosticMessagesClient.dylib
  649.    0x7fff85b9e000 -     0x7fff85babff7  libbz2.1.0.dylib (1.0.5 - compatibility 1.0.0) <3373D310-3B10-3DD1-B754-B7B138CD448D> /usr/lib/libbz2.1.0.dylib
  650.    0x7fff85bcb000 -     0x7fff85c46ff7  com.apple.print.framework.PrintCore (7.1 - 366.1) <3F140DEB-9F87-3672-97CC-F983752581AC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
  651.    0x7fff85c4a000 -     0x7fff85ca6ff7  com.apple.QuickLookFramework (3.1 - 500.10) <35BF320E-26F5-310C-9FA9-D60919B218EC> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
  652.    0x7fff85cd7000 -     0x7fff85cddfff  com.apple.DiskArbitration (2.4.1 - 2.4.1) <CEA34337-63DE-302E-81AA-10D717E1F699> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
  653.    0x7fff85cde000 -     0x7fff85ce9ff7  com.apple.speech.recognition.framework (4.0.19 - 4.0.19) <48607E6E-8612-3267-9184-E948B1863B32> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
  654.    0x7fff85cea000 -     0x7fff85d15ff7  com.apple.CoreServicesInternal (113.12 - 113.12) <C37DAC1A-35D2-30EC-9112-5EEECED5C461> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
  655.    0x7fff85d16000 -     0x7fff85d64fff  libauto.dylib (??? - ???) <D8AC8458-DDD0-3939-8B96-B6CED81613EF> /usr/lib/libauto.dylib
  656.    0x7fff85da3000 -     0x7fff85da3fff  com.apple.audio.units.AudioUnit (1.7.2 - 1.7.2) <04C10813-CCE5-3333-8C72-E8E35E417B3B> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
  657.    0x7fff85da4000 -     0x7fff85de3fff  com.apple.AE (527.7 - 527.7) <B82F7ABC-AC8B-3507-B029-969DD5CA813D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
  658.    0x7fff85de4000 -     0x7fff85de5fff  liblangid.dylib (??? - ???) <CACBE3C3-2F7B-3EED-B50E-EDB73F473B77> /usr/lib/liblangid.dylib
  659.    0x7fff85e37000 -     0x7fff85f39ff7  libxml2.2.dylib (10.3.0 - compatibility 10.0.0) <22F1D1B6-1761-3687-9EFD-036EA15FB2E4> /usr/lib/libxml2.2.dylib
  660.    0x7fff85f48000 -     0x7fff86264ff7  com.apple.CoreServices.CarbonCore (960.20 - 960.20) <C45CA09E-8867-3D67-BB2E-48D2E6B0D78C> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
  661.    0x7fff86265000 -     0x7fff862b7ff7  libGLU.dylib (??? - ???) <3C9153A0-8499-3DC0-AAA4-9FA6E488BE13> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
  662.    0x7fff862b8000 -     0x7fff862bdfff  libGIF.dylib (??? - ???) <393E2DB5-9479-39A6-A75A-B5F20B852532> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
  663.    0x7fff862be000 -     0x7fff863d7fff  com.apple.DesktopServices (1.6.2 - 1.6.2) <6B83172E-F539-3AF8-A76D-1F9EA357B076> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
  664.    0x7fff863d8000 -     0x7fff863effff  com.apple.MultitouchSupport.framework (220.62.1 - 220.62.1) <F21C79C0-4B5A-3645-81A6-74F8EFA900CE> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
  665.    0x7fff863f0000 -     0x7fff863ffff7  libxar-nossl.dylib (??? - ???) <A6ABBFB9-E4ED-38AD-BBBB-F9958B9CEFB5> /usr/lib/libxar-nossl.dylib
  666.    0x7fff86400000 -     0x7fff8640cfff  com.apple.DirectoryService.Framework (10.7 - 146) <BB0240B0-69F7-38FA-A8D8-9C0079F8613F> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService
  667.    0x7fff8640d000 -     0x7fff86482ff7  libc++.1.dylib (19.0.0 - compatibility 1.0.0) <C0EFFF1B-0FEB-3F99-BE54-506B35B555A9> /usr/lib/libc++.1.dylib
  668.    0x7fff866af000 -     0x7fff866f3ff7  com.apple.MediaKit (12 - 589) <7CFF29BF-D907-3593-B338-0BB48643B2A8> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
  669.    0x7fff86700000 -     0x7fff86702ff7  com.apple.print.framework.Print (7.1 - 247.1) <8A4925A5-BAA3-373C-9B5D-03E0270C6B12> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
  670.    0x7fff86703000 -     0x7fff86757ff7  libFontRegistry.dylib (??? - ???) <F98926EF-FFA0-37C5-824C-02E436E21DD1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
  671.    0x7fff86758000 -     0x7fff8679eff7  libcurl.4.dylib (7.0.0 - compatibility 7.0.0) <01DD0773-236C-3AC3-B43B-07911F458767> /usr/lib/libcurl.4.dylib
  672.    0x7fff8679f000 -     0x7fff867e6ff7  com.apple.CoreMedia (1.0 - 705.61) <0C34B0D4-DB8A-33C7-B67B-F443AD86482C> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
  673.    0x7fff868af000 -     0x7fff86a39ff7  com.apple.WebKit (7534.53 - 7534.53.11) <2969964C-2759-3407-9EBB-C1304A556755> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
  674.    0x7fff86a3a000 -     0x7fff86a4cff7  libz.1.dylib (1.2.5 - compatibility 1.0.0) <30CBEF15-4978-3DED-8629-7109880A19D4> /usr/lib/libz.1.dylib
  675.    0x7fff86a4d000 -     0x7fff86a78ff7  libxslt.1.dylib (3.24.0 - compatibility 3.0.0) <4DB5ED11-004B-36B5-AE5F-2AB714754241> /usr/lib/libxslt.1.dylib
  676.    0x7fff86aae000 -     0x7fff86ae9fff  com.apple.LDAPFramework (3.1 - 120.2) <5633BDE9-BDCB-35CC-BC6B-B8E4CD011D51> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
  677.    0x7fff86aea000 -     0x7fff86b54ff7  com.apple.framework.IOKit (2.0 - ???) <EEEB42FD-E3E1-3A94-A771-B1993B694F17> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
  678.    0x7fff86b56000 -     0x7fff86b65fff  libxar.1.dylib (??? - ???) <58B07AA0-BC12-36E3-94FC-C252719A1BDF> /usr/lib/libxar.1.dylib
  679.    0x7fff86b66000 -     0x7fff874f67a7  com.apple.CoreGraphics (1.600.0 - ???) <177D9BAD-72C9-3ADF-A391-5B88C5EE623F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
  680.    0x7fff8750a000 -     0x7fff87580fff  com.apple.ISSupport (1.9.8 - 56) <2BEEF162-893F-356C-BD4E-8668F044A917> /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
  681.    0x7fff87581000 -     0x7fff875c9fff  com.apple.imfoundation (6.0 - 800) <A72F1D4B-FFA3-3104-8444-152B649271F5> /System/Library/PrivateFrameworks/IMCore.framework/Versions/A/Frameworks/IMFoundation.framework/Versions/A/IMFoundation
  682.    0x7fff875ca000 -     0x7fff876c7fff  com.apple.avfoundation (2.0 - 180.30) <061DDF4C-E7BB-33D0-BEB9-0443ADF6EC8C> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
  683.    0x7fff876c8000 -     0x7fff8777bfff  com.apple.CoreText (220.11.0 - ???) <0322442E-0530-37E8-A7D6-AEFD909F0AFE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText
  684.    0x7fff8777c000 -     0x7fff8777cfff  com.apple.Accelerate.vecLib (3.7 - vecLib 3.7) <C06A140F-6114-3B8B-B080-E509303145B8> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
  685.    0x7fff8777d000 -     0x7fff87baafff  libLAPACK.dylib (??? - ???) <4F2E1055-2207-340B-BB45-E4F16171EE0D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
  686.    0x7fff87bab000 -     0x7fff87bb4ff7  libsystem_notify.dylib (80.1.0 - compatibility 1.0.0) <A4D651E3-D1C6-3934-AD49-7A104FD14596> /usr/lib/system/libsystem_notify.dylib
  687.    0x7fff87bb5000 -     0x7fff87bb5fff  com.apple.Accelerate (1.7 - Accelerate 1.7) <82DDF6F5-FBC3-323D-B71D-CF7ABC5CF568> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
  688.    0x7fff87bb6000 -     0x7fff87be5fff  com.apple.shortcut (2.1 - 2.1) <43C186C0-6B0F-39FA-976A-C307CC410495> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
  689.    0x7fff87bea000 -     0x7fff880b1fff  FaceCoreLight (1.4.7 - compatibility 1.0.0) <E9D2A69C-6E81-358C-A162-510969F91490> /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLight
  690.    0x7fff880b2000 -     0x7fff880dbfff  com.apple.datadetectors (3.2 - 172.5) <DCCD9903-0D01-3956-B4EB-F91CBF2C9414> /System/Library/PrivateFrameworks/DataDetectors.framework/Versions/A/DataDetectors
  691.    0x7fff880dc000 -     0x7fff880e9fff  libCSync.A.dylib (600.0.0 - compatibility 64.0.0) <CBA71562-050B-3515-92B7-8BC1E2EEEF2A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
  692.    0x7fff880ea000 -     0x7fff881cee5f  libobjc.A.dylib (228.0.0 - compatibility 1.0.0) <871E688B-CF57-3BC7-80D6-F6476DFF109B> /usr/lib/libobjc.A.dylib
  693.    0x7fff881cf000 -     0x7fff88305fff  com.apple.vImage (5.1 - 5.1) <A08B7582-67BC-3EED-813A-4833645964A7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
  694.    0x7fff88306000 -     0x7fff883e3fef  libsystem_c.dylib (763.12.0 - compatibility 1.0.0) <FF69F06E-0904-3C08-A5EF-536FAFFFDC22> /usr/lib/system/libsystem_c.dylib
  695.    0x7fff883e4000 -     0x7fff884c2fff  com.apple.DiscRecording (6.0.3 - 6030.4.1) <8DB1BDDD-F066-3E8B-B416-11DF712C6A1E> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
  696.    0x7fff884c3000 -     0x7fff884cdff7  liblaunch.dylib (392.35.0 - compatibility 1.0.0) <8F8BB206-CECA-33A5-A105-4A01C3ED5D23> /usr/lib/system/liblaunch.dylib
  697.    0x7fff884ce000 -     0x7fff8851aff7  com.apple.SystemConfiguration (1.11.2 - 1.11) <A14F3583-9CC0-397D-A50E-17217075953F> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
  698.    0x7fff8851b000 -     0x7fff88620fff  libFontParser.dylib (??? - ???) <0920DA16-2066-33E6-BF95-AD4B0F3C22B0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
  699.    0x7fff88621000 -     0x7fff88626fff  libcache.dylib (47.0.0 - compatibility 1.0.0) <1571C3AB-BCB2-38CD-B3B2-C5FC3F927C6A> /usr/lib/system/libcache.dylib
  700.    0x7fff88627000 -     0x7fff88633fff  com.apple.CoreBluetooth (100.7 - 1) <988DB0FD-7759-3BA0-AE5F-B6DA2BDB3FF5> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth
  701.    0x7fff88634000 -     0x7fff88635ff7  libsystem_blocks.dylib (53.0.0 - compatibility 1.0.0) <8BCA214A-8992-34B2-A8B9-B74DEACA1869> /usr/lib/system/libsystem_blocks.dylib
  702.    0x7fff88636000 -     0x7fff8868aff7  com.apple.ImageCaptureCore (3.0.2 - 3.0.2) <68147E63-C211-361E-8B24-B5E0675B4297> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore
  703.    0x7fff8868b000 -     0x7fff8868ffff  libCGXType.A.dylib (600.0.0 - compatibility 64.0.0) <37517279-C92E-3217-B49A-838198B48787> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
  704.    0x7fff88690000 -     0x7fff88697ff7  com.apple.CommerceCore (1.0 - 17) <3894FE48-EDCE-30E9-9796-E2F959D92704> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore
  705.    0x7fff88698000 -     0x7fff886a8ff7  com.apple.opengl (1.7.6 - 1.7.6) <C168883D-9BC5-3C38-9937-42852D719718> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
  706.    0x7fff886a9000 -     0x7fff886b4fff  com.apple.CommonAuth (2.1 - 2.0) <272CB600-6DA8-3952-97C0-5DC594DCA024> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
  707.    0x7fff886b5000 -     0x7fff886bafff  com.apple.OpenDirectory (10.7 - 146) <91A87249-6A2F-3F89-A8DE-0E95C0B54A3A> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
  708.    0x7fff886bb000 -     0x7fff886e6fff  libpcre.0.dylib (1.1.0 - compatibility 1.0.0) <7D3CDB0A-840F-3856-8F84-B4A50E66431B> /usr/lib/libpcre.0.dylib
  709.    0x7fff88738000 -     0x7fff887bcff7  com.apple.ApplicationServices.ATS (317.5.0 - ???) <C2B254F0-6ED8-3313-9CFC-9ACD519C8A9E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
  710.    0x7fff887c6000 -     0x7fff887cbfff  libcompiler_rt.dylib (6.0.0 - compatibility 1.0.0) <98ECD5F6-E85C-32A5-98CD-8911230CB66A> /usr/lib/system/libcompiler_rt.dylib
  711.    0x7fff887cc000 -     0x7fff887d8ff7  com.apple.CrashReporterSupport (10.7.3 - 349) <5EB46C20-5ED2-37EE-A033-4B3B355059FA> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
  712.    0x7fff887d9000 -     0x7fff888dbff7  com.apple.PubSub (1.0.5 - 65.28) <8251731B-2EAA-3957-82B6-3FF0E096645A> /System/Library/Frameworks/PubSub.framework/Versions/A/PubSub
  713.    0x7fff888dc000 -     0x7fff888dffff  com.apple.help (1.3.2 - 42) <BF14DE49-F7E8-336F-81FB-BBDF2DB3AC09> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
  714.    0x7fff888e0000 -     0x7fff888f2ff7  libsasl2.2.dylib (3.15.0 - compatibility 3.0.0) <6245B497-784B-355C-98EF-2DC6B45BF05C> /usr/lib/libsasl2.2.dylib
  715.    0x7fff888f3000 -     0x7fff888fbfff  libsystem_dnssd.dylib (??? - ???) <998E3778-7B43-301C-9053-12045AB8544D> /usr/lib/system/libsystem_dnssd.dylib
  716.    0x7fff88912000 -     0x7fff88913ff7  libsystem_sandbox.dylib (??? - ???) <5087ADAD-D34D-3844-9D04-AFF93CED3D92> /usr/lib/system/libsystem_sandbox.dylib
  717.    0x7fff88914000 -     0x7fff889b8fff  com.apple.ink.framework (1.3.2 - 110) <C8840EA4-AE7B-360C-A191-D36B5F10B6B5> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
  718.    0x7fff889b9000 -     0x7fff88a35ff7  com.apple.imcore (6.0 - 800) <98839D42-39FB-306B-8259-BF7FA3D443A7> /System/Library/PrivateFrameworks/IMCore.framework/Versions/A/IMCore
  719.    0x7fff88a36000 -     0x7fff88a3aff7  com.apple.CommonPanels (1.2.5 - 94) <37C6540B-F8D1-355A-806C-F93D8FB522AB> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
  720.    0x7fff88ecf000 -     0x7fff88f65ff7  libvMisc.dylib (325.4.0 - compatibility 1.0.0) <642D8D54-F9F5-3FBB-A96C-EEFE94C6278B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
  721.    0x7fff88f66000 -     0x7fff8927fff7  com.apple.Foundation (6.7.1 - 833.24) <6D4E6F93-64EF-3D41-AE80-2BB10E2E6323> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
  722.    0x7fff89294000 -     0x7fff892bbfff  com.apple.framework.internetaccounts (1.2 - 3) <A3FFB4BD-77BE-388F-ADB1-9CA80A68B1F2> /System/Library/PrivateFrameworks/InternetAccounts.framework/Versions/A/InternetAccounts
  723.    0x7fff892bc000 -     0x7fff8931cfff  libvDSP.dylib (325.4.0 - compatibility 1.0.0) <3A7521E6-5510-3FA7-AB65-79693A7A5839> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
  724.    0x7fff8931d000 -     0x7fff89357fff  libncurses.5.4.dylib (5.4.0 - compatibility 5.4.0) <387DE593-9CC5-38C7-911B-A5F2264D34F2> /usr/lib/libncurses.5.4.dylib
  725.    0x7fff89358000 -     0x7fff89393fff  libsystem_info.dylib (??? - ???) <35F90252-2AE1-32C5-8D34-782C614D9639> /usr/lib/system/libsystem_info.dylib
  726.    0x7fff894d7000 -     0x7fff8955cff7  com.apple.Heimdal (2.1 - 2.0) <3758B442-6175-32B8-8C17-D8ABDD589BF9> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
  727.    0x7fff8955d000 -     0x7fff8957dfff  libsystem_kernel.dylib (1699.24.8 - compatibility 1.0.0) <C56819BB-3779-3726-B610-4CF7B3ABB6F9> /usr/lib/system/libsystem_kernel.dylib
  728.    0x7fff8957e000 -     0x7fff895b8fe7  com.apple.DebugSymbols (2.1 - 87) <ED2B177C-4146-3715-91DF-D99A8ED5449A> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
  729.    0x7fff895b9000 -     0x7fff895e2fff  libJPEG.dylib (??? - ???) <64D079F9-256A-323B-A837-84628B172F21> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
  730.    0x7fff895e3000 -     0x7fff8976dff7  com.apple.QTKit (7.7.1 - 2315) <BFC33B70-34F2-3940-A14A-3C51036589F0> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
  731.    0x7fff8976e000 -     0x7fff89774fff  libGFXShared.dylib (??? - ???) <B95E9B22-AE68-3E48-8733-00CCCA08D50E> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
  732.    0x7fff89775000 -     0x7fff897aefe7  libssl.0.9.8.dylib (44.0.0 - compatibility 0.9.8) <79AAEC98-1258-3DA4-B1C0-4120049D390B> /usr/lib/libssl.0.9.8.dylib
  733.    0x7fff897af000 -     0x7fff89a22fff  com.apple.CoreImage (7.93 - 1.0.1) <0B7D855E-A2B6-3C14-A242-2CF2165C6E7E> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage
  734.    0x7fff89a98000 -     0x7fff89ad6fff  com.apple.bom (11.0 - 183) <F300B9EC-995E-33A7-9175-9F07D4B68F16> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
  735.    0x7fff89ad7000 -     0x7fff89bccfff  libiconv.2.dylib (7.0.0 - compatibility 7.0.0) <5C40E880-0706-378F-B864-3C2BD922D926> /usr/lib/libiconv.2.dylib
  736.    0x7fff89bcd000 -     0x7fff89bfafe7  libSystem.B.dylib (159.1.0 - compatibility 1.0.0) <095FDD3C-3961-3865-A59B-A5B0A4B8B923> /usr/lib/libSystem.B.dylib
  737.    0x7fff89c61000 -     0x7fff89c62ff7  libremovefile.dylib (21.1.0 - compatibility 1.0.0) <739E6C83-AA52-3C6C-A680-B37FE2888A04> /usr/lib/system/libremovefile.dylib
  738.    0x7fff89c63000 -     0x7fff89c68fff  libpam.2.dylib (3.0.0 - compatibility 3.0.0) <D952F17B-200A-3A23-B9B2-7C1F7AC19189> /usr/lib/libpam.2.dylib
  739.    0x7fff89c69000 -     0x7fff89e3fff7  com.apple.AutomatorFramework (1.2.3 - 330) <83CD01C5-035E-3C1A-9B7E-DE963C7CA24E> /System/Library/Frameworks/Automator.framework/Versions/A/Automator
  740.    0x7fff89e40000 -     0x7fff89e40fff  com.apple.quartzframework (1.5 - 1.5) <2C13AE76-C86B-3D48-A583-121689190F74> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
  741.    0x7fff89e41000 -     0x7fff89ec4fef  com.apple.Metadata (10.7.0 - 627.28) <1C14033A-69C9-3757-B24D-5583AEAC2CBA> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
  742.    0x7fff89ec5000 -     0x7fff89ec6fff  com.apple.MonitorPanelFramework (1.4.0 - 1.4.0) <92364334-3B11-360B-89D8-447185FEC653> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPanel
  743.    0x7fff89ec7000 -     0x7fff89edfff7  com.apple.iChat.InstantMessage (6.0 - 835) <69CD03BA-7F7A-33C5-9302-F28C029A1AEF> /System/Library/Frameworks/InstantMessage.framework/Versions/A/InstantMessage
  744.    0x7fff8a241000 -     0x7fff8a281fff  libtidy.A.dylib (??? - ???) <E500CDB9-C010-3B1A-B995-774EE64F39BE> /usr/lib/libtidy.A.dylib
  745.    0x7fff8a2c6000 -     0x7fff8a306ff7  libcups.2.dylib (2.9.0 - compatibility 2.0.0) <29DE948E-38C4-3CC5-B528-40C691380607> /usr/lib/libcups.2.dylib
  746.    0x7fff8a307000 -     0x7fff8af0bfff  com.apple.AppKit (6.7.3 - 1138.32) <A9EB81C6-C519-3F29-89F1-42C3E8930281> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
  747.    0x7fff8af0c000 -     0x7fff8b1eefff  com.apple.security (7.0 - 55110) <252F9E04-FF8A-3EA7-A38E-51DD0653663C> /System/Library/Frameworks/Security.framework/Versions/A/Security
  748.    0x7fff8b204000 -     0x7fff8b2a4fff  com.apple.LaunchServices (480.27.1 - 480.27.1) <4DC96C1E-6FDE-305E-9718-E4C5C1341F56> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
  749.    0x7fff8b2a5000 -     0x7fff8b2a5fff  libkeymgr.dylib (23.0.0 - compatibility 1.0.0) <61EFED6A-A407-301E-B454-CD18314F0075> /usr/lib/system/libkeymgr.dylib
  750.    0x7fff8b2bb000 -     0x7fff8b2faff7  libGLImage.dylib (??? - ???) <348729DC-BC44-3744-B249-9DFA6498344A> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
  751.    0x7fff8b2fb000 -     0x7fff8b2fcfff  libunc.dylib (24.0.0 - compatibility 1.0.0) <337960EE-0A85-3DD0-A760-7134CF4C0AFF> /usr/lib/system/libunc.dylib
  752.    0x7fff8b2fd000 -     0x7fff8b30bfff  com.apple.HelpData (2.1.2 - 72) <B99E743A-82C9-3058-8FD5-18668CA890F7> /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
  753.    0x7fff8b323000 -     0x7fff8b34bfff  com.apple.SystemConfiguration.EAP8021X (11.0.2 - ???) <9143B6E2-FD15-3D82-A08C-4299E94B4662> /System/Library/PrivateFrameworks/EAP8021X.framework/Versions/A/EAP8021X
  754.    0x7fff8b368000 -     0x7fff8b384ff7  com.apple.frameworks.preferencepanes (15.0 - 15.0) <C1DF4A08-3CBA-3EEA-BA6E-3557F09052FE> /System/Library/Frameworks/PreferencePanes.framework/Versions/A/PreferencePanes
  755.    0x7fff8b385000 -     0x7fff8b587fff  libicucore.A.dylib (46.1.0 - compatibility 1.0.0) <38CD6ED3-C8E4-3CCD-89AC-9C3198803101> /usr/lib/libicucore.A.dylib
  756.    0x7fff8b588000 -     0x7fff8b58afff  com.apple.TrustEvaluationAgent (2.0 - 1) <1F31CAFF-C1C6-33D3-94E9-11B721761DDF> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
  757.    0x7fff8b67b000 -     0x7fff8b8e9ff7  com.apple.QuartzComposer (5.0 - 236.3) <F8B96724-2550-32FE-9DE4-22AC7A6C0942> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framework/Versions/A/QuartzComposer
  758.    0x7fff8b8ea000 -     0x7fff8b93afff  com.apple.CoreMediaIO (210.0 - 3180) <C5B60D3E-71BE-3CD2-90FC-3B2F9961D662> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
  759.    0x7fff8b93b000 -     0x7fff8ba48fff  libJP2.dylib (??? - ???) <F2B34A61-75F0-3BFE-A309-EE0DF4AF9E37> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
  760.    0x7fff8ba49000 -     0x7fff8ba4eff7  libsystem_network.dylib (??? - ???) <5DE7024E-1D2D-34A2-80F4-08326331A75B> /usr/lib/system/libsystem_network.dylib
  761.    0x7fff8ba4f000 -     0x7fff8bab5ff7  com.apple.coreui (1.2.1 - 165.3) <378C9221-ADE6-36D9-9944-F33AE6904E4F> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
  762.    0x7fff8bab6000 -     0x7fff8bb0efff  libTIFF.dylib (??? - ???) <DD797FBE-9B63-3785-A9EA-0321D113538B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
  763.    0x7fff8bb81000 -     0x7fff8bc7bff7  com.apple.DiskImagesFramework (10.7.3 - 331.3) <57A7E46A-5AA4-37FF-B19C-5337CCBCA0CA> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
  764.    0x7fff8bc7c000 -     0x7fff8bc87ff7  com.apple.aps.framework (2.1 - 2.1) <C8EB8D68-5E33-325F-B64D-CEAFE2EBB60C> /System/Library/PrivateFrameworks/ApplePushService.framework/Versions/A/ApplePushService
  765.    0x7fff8bc88000 -     0x7fff8bc93ff7  libc++abi.dylib (14.0.0 - compatibility 1.0.0) <8FF3D766-D678-36F6-84AC-423C878E6D14> /usr/lib/libc++abi.dylib
  766.    0x7fff8bc94000 -     0x7fff8bc9bfff  com.apple.NetFS (4.0 - 4.0) <433EEE54-E383-3505-9154-45B909FD3AF0> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
  767.    0x7fff8bc9c000 -     0x7fff8bc9cfff  com.apple.Carbon (153 - 153) <C1A30E01-E113-38A0-95CA-99360F92A37A> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
  768.    0x7fff8be5c000 -     0x7fff8be8cff7  com.apple.DictionaryServices (1.2.1 - 158.2) <3FC86118-7553-38F7-8916-B329D2E94476> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
  769.    0x7fff8be8d000 -     0x7fff8bea3fff  libGL.dylib (??? - ???) <6A473BF9-4D35-34C6-9F8B-86B68091A9AF> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
  770.    0x7fff8bea4000 -     0x7fff8bf36ff7  com.apple.CorePDF (3.1 - 3.1) <F81F99A9-7FF6-3A6A-92C7-78C76BA35777> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
  771.    0x7fff8bf37000 -     0x7fff8bfadfff  com.apple.CoreSymbolication (2.2 - 73.2) <126415E3-3A35-315B-B4B7-507CDBED0D58> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
  772.    0x7fff8c00b000 -     0x7fff8c0d2ff7  com.apple.ColorSync (4.7.1 - 4.7.1) <EA74B067-9916-341A-9C68-6165A4656042> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
  773.    0x7fff8c0d3000 -     0x7fff8c0e6ff7  libCRFSuite.dylib (??? - ???) <0B76941F-218E-30C8-B6DE-E15919F8DBEB> /usr/lib/libCRFSuite.dylib
  774.    0x7fff8c0e7000 -     0x7fff8c0fbff7  com.apple.LangAnalysis (1.7.0 - 1.7.0) <04C31EF0-912A-3004-A08F-CEC27030E0B2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
  775.    0x7fff8c0fc000 -     0x7fff8c10afff  libdispatch.dylib (187.7.0 - compatibility 1.0.0) <712AAEAC-AD90-37F7-B71F-293FF8AE8723> /usr/lib/system/libdispatch.dylib
  776.    0x7fff8c10b000 -     0x7fff8c1f6fff  com.apple.backup.framework (1.3.1 - 1.3.1) <C933E52C-5BA6-386D-9B6A-8F98D8142A6F> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
  777.    0x7fff8c1f7000 -     0x7fff8c1f7fff  com.apple.Cocoa (6.6 - ???) <7EC4D759-B2A6-3A99-AC75-809FED1500C6> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
  778.    0x7fff8c1f8000 -     0x7fff8c23efff  com.apple.OSAKit (1.2.3 - 82) <0E8C4C91-1B61-3558-884F-5C6E76329668> /System/Library/Frameworks/OSAKit.framework/Versions/A/OSAKit
  779.    0x7fff8c23f000 -     0x7fff8c242ff7  com.apple.securityhi (4.0 - 1) <7146CB8E-B754-3B0E-A74E-77E9138A81C5> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
  780.    0x7fff8c243000 -     0x7fff8c24eff7  com.apple.DisplayServicesFW (2.5.2 - 317) <D1FE33BD-1D71-343F-B790-685253F1F701> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices
  781.    0x7fff8c3c2000 -     0x7fff8c3c8fff  libmacho.dylib (800.0.0 - compatibility 1.0.0) <165514D7-1BFA-38EF-A151-676DCD21FB64> /usr/lib/system/libmacho.dylib
  782.    0x7fff8cb50000 -     0x7fff8cbe1ff7  com.apple.PackageKit (2.0.2 - 169) <06B68AF6-038E-3634-82F6-84B90CCCCFE9> /System/Library/PrivateFrameworks/PackageKit.framework/Versions/A/PackageKit
  783.    0x7fff8cbe2000 -     0x7fff8cc3dff7  com.apple.HIServices (1.11 - ???) <DE8FA7FA-0A41-35D9-8473-5104F81DA934> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
  784.    0x7fff8cc3e000 -     0x7fff8cda5ff7  com.apple.CFNetwork (520.3.2 - 520.3.2) <516B611D-E53E-3467-9211-3C5B86ABA865> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
  785.    0x7fff8cda6000 -     0x7fff8cdacfff  IOSurface (??? - ???) <03F95CAC-569C-3573-B3D7-2D211B8BDC56> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
  786.    0x7fff8cdd7000 -     0x7fff8cddbfff  libmathCommon.A.dylib (2026.0.0 - compatibility 1.0.0) <FF83AFF7-42B2-306E-90AF-D539C51A4542> /usr/lib/system/libmathCommon.A.dylib
  787.    0x7fff8cddc000 -     0x7fff8cdeaff7  com.apple.AppleFSCompression (37 - 1.0) <B6B7A560-DD9E-3601-8ACE-42C1FA738843> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression
  788.    0x7fff8cdeb000 -     0x7fff8cef2fe7  libsqlite3.dylib (9.6.0 - compatibility 9.0.0) <EE02BB01-64C9-304D-9719-A35F5CD6D04C> /usr/lib/libsqlite3.dylib
  789.    0x7fff8cf8e000 -     0x7fff8cf95fff  libcopyfile.dylib (85.1.0 - compatibility 1.0.0) <0AB51EE2-E914-358C-AC19-47BC024BDAE7> /usr/lib/system/libcopyfile.dylib
  790.    0x7fff8cf96000 -     0x7fff8d096fff  com.apple.QuickLookUIFramework (3.1 - 500.10) <ABD3BF58-DD33-31CA-AAE3-E0EE274C8B9C> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/Versions/A/QuickLookUI
  791.    0x7fff8d097000 -     0x7fff8d09afff  libCoreVMClient.dylib (??? - ???) <E034C772-4263-3F48-B083-25A758DD6228> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
  792.    0x7fff8d09b000 -     0x7fff8d09ffff  libdyld.dylib (195.5.0 - compatibility 1.0.0) <380C3F44-0CA7-3514-8080-46D1C9DF4FCD> /usr/lib/system/libdyld.dylib
  793.    0x7fff8d0a0000 -     0x7fff8d0f3fff  com.apple.AppleVAFramework (5.0.14 - 5.0.14) <45159B9E-05BF-35B2-AF76-D933490FBFB1> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
  794.    0x7fff8d0f4000 -     0x7fff8d0f6fff  libquarantine.dylib (36.2.0 - compatibility 1.0.0) <48656562-FF20-3B55-9F93-407ACA7341C0> /usr/lib/system/libquarantine.dylib
  795.    0x7fff8d0f7000 -     0x7fff8d113ff7  com.apple.GenerationalStorage (1.0 - 126.1) <509F52ED-E54B-3FEF-B3C2-759387B826E6> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
  796.    0x7fff8d114000 -     0x7fff8d12aff7  com.apple.ImageCapture (7.0 - 7.0) <F15FC6FB-9E88-3BE9-BABE-0454D3A502A0> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
  797.    0x7fff8d12b000 -     0x7fff8d70ffff  libBLAS.dylib (??? - ???) <C34F6D88-187F-33DC-8A68-C0C9D1FA36DF> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
  798.  
  799. External Modification Summary:
  800.  Calls made by other processes targeting this process:
  801.    task_for_pid: 12
  802.    thread_create: 0
  803.    thread_set_state: 0
  804.  Calls made by this process:
  805.    task_for_pid: 0
  806.    thread_create: 0
  807.    thread_set_state: 0
  808.  Calls made by all processes on this machine:
  809.    task_for_pid: 24701
  810.    thread_create: 0
  811.    thread_set_state: 105240
  812.  
  813. VM Region Summary:
  814. ReadOnly portion of Libraries: Total=275.8M resident=329.8M(120%) swapped_out_or_unallocated=16777216.0T(6379578327040%)
  815. Writable regions: Total=17.3G written=167.7M(1%) resident=351.6M(2%) swapped_out=0K(0%) unallocated=17.0G(98%)
  816.  
  817. REGION TYPE                        VIRTUAL
  818. ===========                        =======
  819. CG backing stores                    20.7M
  820. CG image                              124K
  821. CG raster data                       1276K
  822. CG shared images                     4472K
  823. CoreAnimation                         320K
  824. CoreGraphics                           16K
  825. CoreImage                              44K
  826. CoreServices                         15.2M
  827. IOKit                                10.6M
  828. IOKit (reserved)                      512K        reserved VM address space (unallocated)
  829. JS JIT generated code               128.0M
  830. JS JIT generated code (reserved)    896.0M        reserved VM address space (unallocated)
  831. JS VM register file                  4096K
  832. JS garbage collector                 2608K
  833. MALLOC                              746.4M
  834. MALLOC (reserved)                    15.5G        reserved VM address space (unallocated)
  835. MALLOC guard page                      64K
  836. MALLOC_LARGE (reserved)                 4K        reserved VM address space (unallocated)
  837. Memory tag=240                          4K
  838. Memory tag=242                         12K
  839. Memory tag=243                          4K
  840. Memory tag=249                        156K
  841. Memory tag=251                         60K
  842. OpenCL                                 44K
  843. OpenGL GLSL                          1372K
  844. OpenGL GLSL (reserved)                128K        reserved VM address space (unallocated)
  845. SQLite page cache                    6144K
  846. STACK GUARD                          56.1M
  847. Stack                                16.2M
  848. VM_ALLOCATE                          18.2M
  849. __CI_BITMAP                            80K
  850. __DATA                               30.1M
  851. __IMAGE                               528K
  852. __LINKEDIT                           63.5M
  853. __RC_CAMERAS                          232K
  854. __TEXT                              212.2M
  855. __UNICODE                             544K
  856. mapped file                         137.3M
  857. shared memory                        55.4M
  858. ===========                        =======
  859. TOTAL                                17.9G
  860. TOTAL, minus reserved VM space        1.5G
  861.  
  862. Model: MacBookPro8,2, BootROM MBP81.0047.B27, 4 processors, Intel Core i7, 2.5 GHz, 16 GB, SMC 1.69f3
  863. Graphics: AMD Radeon HD 6770M, AMD Radeon HD 6770M, PCIe, 1024 MB
  864. Graphics: Intel HD Graphics 3000, Intel HD Graphics 3000, Built-In, 512 MB
  865. Memory Module: BANK 0/DIMM0, 8 GB, DDR3, 1333 MHz, 0x857F, 0x483634314755363746393333334700000000
  866. Memory Module: BANK 1/DIMM0, 8 GB, DDR3, 1333 MHz, 0x857F, 0x483634314755363746393333334700000000
  867. AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0xD6), Broadcom BCM43xx 1.0 (5.100.98.75.19)
  868. Bluetooth: Version 4.0.3f12, 2 service, 18 devices, 1 incoming serial ports
  869. Network Service: Display Ethernet, Ethernet, en3
  870. Network Service: Wi-Fi, AirPort, en1
  871. PCI Card: pci12d8,400e, sppci_usbopenhost, Thunderbolt@107,0,0
  872. PCI Card: pci12d8,400e, sppci_usbopenhost, Thunderbolt@107,0,1
  873. PCI Card: pci12d8,400f, USB Enhanced Host Controller, Thunderbolt@107,0,2
  874. PCI Card: Apple 57761-B0, sppci_ethernet, Thunderbolt@108,0,0
  875. PCI Card: pci11c1,5901, sppci_ieee1394openhci, Thunderbolt@109,0,0
  876. PCI Card: pci105a,8760, sppci_raid, Thunderbolt@113,0,0
  877. Serial ATA Device: Hitachi HTS727575A9E362, 750.16 GB
  878. Serial ATA Device: MATSHITADVD-R   UJ-8A8
  879. USB Device: hub_device, 0x0424  (SMSC), 0x2513, 0xfa100000 / 3
  880. USB Device: BRCM2070 Hub, 0x0a5c  (Broadcom Corp.), 0x4500, 0xfa110000 / 5
  881. USB Device: Bluetooth USB Host Controller, apple_vendor_id, 0x821a, 0xfa113000 / 8
  882. USB Device: Apple Internal Keyboard / Trackpad, apple_vendor_id, 0x0252, 0xfa120000 / 4
  883. USB Device: FaceTime HD Camera (Built-in), apple_vendor_id, 0x8509, 0xfa200000 / 2
  884. USB Device: hub_device, 0x0424  (SMSC), 0x2513, 0xfd100000 / 2
  885. USB Device: IR Receiver, apple_vendor_id, 0x8242, 0xfd110000 / 3
  886. USB Device: hub_device, apple_vendor_id, 0x9127, 0x40100000 / 2
  887. USB Device: Keyboard Hub, apple_vendor_id, 0x1006, 0x40130000 / 7
  888. USB Device: Apple Keyboard, apple_vendor_id, 0x024f, 0x40132000 / 11
  889. USB Device: hub_device, 0x050d  (Belkin Corporation), 0x0237, 0x40120000 / 6
  890. USB Device: Dynastream ANT2USB, 0x0fcf  (Dynastream Innovations Inc.), 0x1004, 0x40125000 / 10
  891. USB Device: Bose USB Audio, 0x05a7  (Bose Corporation), 0x1020, 0x40121000 / 9
  892. USB Device: Apple Thunderbolt Display, apple_vendor_id, 0x9227, 0x40170000 / 5
  893. USB Device: FaceTime HD Camera (Display), apple_vendor_id, 0x1112, 0x40150000 / 4
  894. USB Device: Display Audio, apple_vendor_id, 0x1107, 0x40140000 / 3
  895. -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement