Instanceof + enumeration - can I use it this way?

I use GWT. This framework allows to transfer Java objects from server (Java) to client (JavaScript) and back.
So, the problem is:
On the server-side comes ArrayList with Objects (classes: Hat, Glove, Food,Medicine) .
All these classes are subclasses of GameItem.
Hat, Glove are subclasses of Cloth.
Cloth is also the subclass of GameItem.
So, inheritance looks like:
GameItem-> children:(*Cloth,* Food, Medicine)
Cloth->children:(Hat,Glove)
Server-side has enumeration:
public enum CreatureGameItems {
    CreaturesClothes("clothes",new ru.gamedev.client.gameitem.Cloth().getClass()),
    CreaturesWeapon("weapon",new ru.gamedev.client.gameitem.Weapon().getClass()),
    CreatureToy("toys",new ru.gamedev.client.gameitem.Toy().getClass());
    CreatureGameItems(String itemName,Class javaClassOfItem){
        this.itemName = itemName;
        this.classOfItem = javaClassOfItem;
    private String itemName;   //keeps id of GameItemType
    private Class classOfItem;
    public String getItemName(){
        return this.itemName;
    public Class getStoredClass(){
        return classOfItem;
} As you can see, my enum returns String value and Class associated with the member of enum.
I want to do this thing:
public boolean buySelectedGameItems(ArrayList<GameItem> inputList, int userId){
       System.out.println("BUYING ITEMS");
       for(int i=0; i<inputList.size(); i++){                       //go through all items
           for(CreatureGameItems c: CreatureGameItems.values()){    //go through all Items
               if( (inputList.get(i) instanceof c.getStoredClass()) ){  //PAY ATTENTION TO THIS CODE LINE
                   System.out.println("item::: " + inputList.get(i).getClass() + "::: class ::: " + c.getStoredClass());
           }//CreatureGameItems
       }//i
       //&#1083;&#1091;&#1095;&#1096;&#1077; &#1087;&#1086;&#1083;&#1091;&#1095;&#1072;&#1090;&#1100; &#1086;&#1089;&#1090;&#1072;&#1090;&#1086;&#1082; &#1089;&#1095;&#1077;&#1090;&#1072; &#1087;&#1086;&#1083;&#1100;&#1079;&#1086;&#1074;&#1072;&#1090;&#1077;&#1083;&#1103; &#1080; &#1074;&#1086;&#1079;&#1074;&#1088;&#1072;&#1097;&#1072;&#1090;&#1100; &#1077;&#1075;&#1086;. &#1045;&#1089;&#1083;&#1080; &#1089; &#1074;&#1086;&#1079;&#1074;&#1088;&#1072;&#1090;&#1086;&#1084; &#1086;&#1073;&#1083;&#1086;&#1084;, &#1074;&#1099;&#1082;&#1080;&#1076;&#1086;&#1074;&#1072;&#1090;&#1100; &#1074;&#1089;&#1077; &#1085;&#1072;&#1093;&#1077;&#1088;
       return true;
   }I go through input Arraylist and my enum members. If I find equality between member and ArrayList object, I want to perform dome actions.
I get such error: *")" expected*
I understand, that my code is not right, but can I correct it and use enum
Edited by: Holod on Dec 17, 2007 12:39 PM
Edited by: Holod on Dec 17, 2007 12:49 PM
Edited by: Holod on Dec 17, 2007 12:50 PM

I found solution:
for(int i=0; i<inputList.size(); i++){                      
           for(CreatureGameItems c: CreatureGameItems.values()){   
               if(inputList.get(i).getClass() == (c.getStoredClass()) ){//check strict equality between classes
                   //perform my action
                   break;
               if(inputList.get(i) instanceof Cloth) { //get children of Cloth class
                   //perform my action
                   break;
      }

Similar Messages

  • Why do server.app crash sometimes? Can I use it this way as a router?

    Hi everyone!
    I have a problem, sometimes the server.app crash, I don't know why.
    The Mac OS system do not crash, It's just the server.app.
    You can se the crash logg in the buttom of this post, I have three logg files.
    I also have an other quastion, I want to use the mac mini as a router but in a special way.
    It's importen that all of my devices can access the mac mini server.
    I thinking of buying an thunderbolt -> ethernet adapter so I can use the mac mini as a router.
    I got 1000Mbit internet connection and my router can just get like 600mbit passtrough from wan -> lan port.
    If I set it up likes this, shod it work?
    Internet ---> Mac mini ---> every device I use with eithernet cable, like 10 devices.
                        |
                        --> Router --> Wifi devices like iPhone / iPad.
    If I set it up like that can every device access the mac mini in the same network?
    Here is the latest crash logg file from the mac mini:
    Process:         Server [6500]
    Path:            /Applications/Server.app/Contents/MacOS/Server
    Identifier:      com.apple.Server.v2
    Version:         2.2.1 (169)
    Build Info:      ServerApp-169000000000000~10
    App Item ID:     537441259
    App External ID: 13084043
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [240]
    User ID:         501
    Date/Time:       2013-04-21 20:13:59.523 +0200
    OS Version:      Mac OS X 10.8.3 (12D78)
    Report Version:  10
    Interval Since Last Report:          12161 sec
    Crashes Since Last Report:           1
    Per-App Interval Since Last Report:  12158 sec
    Per-App Crashes Since Last Report:   1
    Anonymous UUID:                      2FFFE2B9-6914-FEFC-A7D4-577091C18671
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000010
    VM Regions Near 0x10:
    -->
        __TEXT                 00000001020d5000-00000001021b6000 [  900K] r-x/rwx SM=COW  /Applications/Server.app/Contents/MacOS/Server
    Application Specific Information:
    objc_msgSend() selector name: setEnabled:forSegment:
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   libobjc.A.dylib                         0x00007fff88ed8250 objc_msgSend + 16
    1   com.apple.Server.Services.DHCP          0x0000000104fb4164 0x104fb2000 + 8548
    2   com.apple.Foundation                    0x00007fff848f6d8f -[NSKeyValueObservance observeValueForKeyPath:ofObject:change:context:] + 304
    3   com.apple.Foundation                    0x00007fff848f6d8f -[NSKeyValueObservance observeValueForKeyPath:ofObject:change:context:] + 304
    4   com.apple.Foundation                    0x00007fff848f4e40 NSKeyValueNotifyObserver + 390
    5   com.apple.Foundation                    0x00007fff848f6859 NSKeyValueDidChange + 456
    6   com.apple.Foundation                    0x00007fff848b1dbf -[NSObject(NSKeyValueObserverNotification) didChangeValueForKey:] + 130
    7   com.apple.frameworks.Server             0x000000010232cd37 __38-[SEServer actionToGetNetworkServices]_block_invoke_0 + 1046
    8   com.apple.frameworks.server.foundation          0x00000001024a2530 -[XSAction performCallbacks:] + 456
    9   com.apple.frameworks.server.foundation          0x00000001024a4cd9 -[XSAction unthreadedFinish] + 101
    10  com.apple.frameworks.server.foundation          0x00000001024b195d -[XSAdminTransaction _gotResponse] + 180
    11  com.apple.Foundation                    0x00007fff848fbd3a __NSThreadPerformPerform + 225
    12  com.apple.CoreFoundation                0x00007fff8deceb31 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 17
    13  com.apple.CoreFoundation                0x00007fff8dece455 __CFRunLoopDoSources0 + 245
    14  com.apple.CoreFoundation                0x00007fff8def17f5 __CFRunLoopRun + 789
    15  com.apple.CoreFoundation                0x00007fff8def10e2 CFRunLoopRunSpecific + 290
    16  com.apple.HIToolbox                     0x00007fff860b7eb4 RunCurrentEventLoopInMode + 209
    17  com.apple.HIToolbox                     0x00007fff860b7c52 ReceiveNextEventCommon + 356
    18  com.apple.HIToolbox                     0x00007fff860b7ae3 BlockUntilNextEventMatchingListInMode + 62
    19  com.apple.AppKit                        0x00007fff84d1c563 _DPSNextEvent + 685
    20  com.apple.AppKit                        0x00007fff84d1be22 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 128
    21  com.apple.AppKit                        0x00007fff84d131d3 -[NSApplication run] + 517
    22  com.apple.AppKit                        0x00007fff84cb7c06 NSApplicationMain + 869
    23  libdyld.dylib                           0x00007fff85e737e1 start + 1
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib                  0x00007fff87169d16 kevent + 10
    1   libdispatch.dylib                       0x00007fff9015ddea _dispatch_mgr_invoke + 883
    2   libdispatch.dylib                       0x00007fff9015d9ee _dispatch_mgr_thread + 54
    Thread 2:: com.apple.CFSocket.private
    0   libsystem_kernel.dylib                  0x00007fff87169322 __select + 10
    1   com.apple.CoreFoundation                0x00007fff8df30f46 __CFSocketManager + 1302
    2   libsystem_c.dylib                       0x00007fff8fdf27a2 _pthread_start + 327
    3   libsystem_c.dylib                       0x00007fff8fddf1e1 thread_start + 13
    Thread 3:
    0   libsystem_kernel.dylib                  0x00007fff87167686 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff87166c42 mach_msg + 70
    2   com.apple.CoreFoundation                0x00007fff8deec233 __CFRunLoopServiceMachPort + 195
    3   com.apple.CoreFoundation                0x00007fff8def1916 __CFRunLoopRun + 1078
    4   com.apple.CoreFoundation                0x00007fff8def10e2 CFRunLoopRunSpecific + 290
    5   com.apple.Foundation                    0x00007fff84903f5e -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 268
    6   com.apple.frameworks.Server             0x000000010238babb -[SEAccountsManager runRunLoop] + 262
    7   com.apple.Foundation                    0x00007fff848fecd2 __NSThread__main__ + 1345
    8   libsystem_c.dylib                       0x00007fff8fdf27a2 _pthread_start + 327
    9   libsystem_c.dylib                       0x00007fff8fddf1e1 thread_start + 13
    Thread 4:: com.apple.NSURLConnectionLoader
    0   libsystem_kernel.dylib                  0x00007fff87167686 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff87166c42 mach_msg + 70
    2   com.apple.CoreFoundation                0x00007fff8deec233 __CFRunLoopServiceMachPort + 195
    3   com.apple.CoreFoundation                0x00007fff8def1916 __CFRunLoopRun + 1078
    4   com.apple.CoreFoundation                0x00007fff8def10e2 CFRunLoopRunSpecific + 290
    5   com.apple.Foundation                    0x00007fff848a0b66 +[NSURLConnection(Loader) _resourceLoadLoop:] + 356
    6   com.apple.Foundation                    0x00007fff848fecd2 __NSThread__main__ + 1345
    7   libsystem_c.dylib                       0x00007fff8fdf27a2 _pthread_start + 327
    8   libsystem_c.dylib                       0x00007fff8fddf1e1 thread_start + 13
    Thread 5:
    0   libsystem_kernel.dylib                  0x00007fff871696d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff8fdf4f4c _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x00007fff8fdf4d13 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00007fff8fddf1d1 start_wqthread + 13
    Thread 6:
    0   libsystem_kernel.dylib                  0x00007fff871696d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff8fdf4f4c _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x00007fff8fdf4d13 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00007fff8fddf1d1 start_wqthread + 13
    Thread 7:: Dispatch queue: com.apple.root.default-priority
    0   libsystem_c.dylib                       0x00007fff8fde0cf4 OSAtomicCompareAndSwap64Barrier$VARIANT$mp + 0
    1   com.apple.CoreFoundation                0x00007fff8debec52 _CFRetain + 226
    2   com.apple.CoreFoundation                0x00007fff8df0060d CFRunLoopSourceInvalidate + 77
    3   com.apple.CFNetwork                     0x00007fff8fcba934 __block_global_1 + 24
    4   com.apple.CFNetwork                     0x00007fff8fd091c1 __block_global_0 + 19
    5   libdispatch.dylib                       0x00007fff9015ef01 _dispatch_call_block_and_release + 15
    6   libdispatch.dylib                       0x00007fff9015b0b6 _dispatch_client_callout + 8
    7   libdispatch.dylib                       0x00007fff9015c1fa _dispatch_worker_thread2 + 304
    8   libsystem_c.dylib                       0x00007fff8fdf4d0b _pthread_wqthread + 404
    9   libsystem_c.dylib                       0x00007fff8fddf1d1 start_wqthread + 13
    Thread 8:
    0   libsystem_kernel.dylib                  0x00007fff871696d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff8fdf4f4c _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x00007fff8fdf4d13 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00007fff8fddf1d1 start_wqthread + 13
    Thread 0 crashed with X86 Thread State (64-bit):
      rax: 0x0000000000000001  rbx: 0x00007f9d30cd7e80  rcx: 0x0000000000000000  rdx: 0x0000000000000001
      rdi: 0x00007f9d32885f90  rsi: 0x00007fff85591255  rbp: 0x00007fff5db29080  rsp: 0x00007fff5db29030
       r8: 0xffff8062cbd3719f   r9: 0x00000000000007ff  r10: 0x00007f9d311b6000  r11: 0x0000000000000000
      r12: 0x00007fff88ed8240  r13: 0x0000000104fcb8b8  r14: 0x0000000104fcb350  r15: 0x00007f9d32885f90
      rip: 0x00007fff88ed8250  rfl: 0x0000000000010246  cr2: 0x0000000000000010
    Logical CPU: 1
    Binary Images:
           0x1020d5000 -        0x1021b5ff7  com.apple.Server.v2 (2.2.1 - 169) <C092FFA4-AE6A-34E2-B087-60EAD5BF6D71> /Applications/Server.app/Contents/MacOS/Server
           0x10220d000 -        0x1022affff  com.apple.PackageKit (3.0 - 260) <B9C3BB80-C2A3-3E9E-A9C0-EB58B5F42512> /System/Library/PrivateFrameworks/PackageKit.framework/Versions/A/PackageKit
           0x10231f000 -        0x1023f3fff  com.apple.frameworks.Server (10.8.0 - 169) <1A09D0B2-AE67-34D2-B3C1-E550F845A059> /Applications/Server.app/Contents/Frameworks/Server.framework/Versions/A/Server
           0x10248a000 -        0x10248eff7  com.apple.ServerInformation (1.1 - 1) <D6AE4CD1-D329-3F33-A344-9DEA690F95F6> /System/Library/PrivateFrameworks/ServerInformation.framework/Versions/A/Server Information
           0x102498000 -        0x10251cfff  com.apple.frameworks.server.foundation (10.8 - 248) <7F07FC59-87BC-3511-B18E-E39BCDEB2B00> /Applications/Server.app/Contents/ServerRoot/System/Library/PrivateFrameworks/S erverFoundation.framework/Versions/A/ServerFoundation
           0x102582000 -        0x1025fdfff  com.apple.frameworks.server.kit (10.8.0 - 208) <07D40475-03BF-313C-B5C8-68FD08FF8C5D> /Applications/Server.app/Contents/ServerRoot/System/Library/PrivateFrameworks/S erverKit.framework/Versions/A/ServerKit
           0x10265c000 -        0x1026bbff7  com.apple.SoftwareUpdate.framework (6 - 472) <2F625407-A316-35E6-83F8-2B2DF5BE53E6> /System/Library/PrivateFrameworks/SoftwareUpdate.framework/Versions/A/SoftwareU pdate
           0x102707000 -        0x102719ff7  com.apple.PlatformHardwareManagement (2.0.1 - 2.0.1) <F35F6029-2C12-3587-AE32-EDB2E1D0C403> /System/Library/PrivateFrameworks/PlatformHardwareManagement.framework/Versions /A/PlatformHardwareManagement
           0x10272b000 -        0x102761fff  com.apple.frameworks.CoreDaemon (1.1 - 1.1) <FA51F181-C2A4-3817-B6FC-93EF0CDEF6F6> /System/Library/PrivateFrameworks/CoreDaemon.framework/Versions/B/CoreDaemon
           0x102777000 -        0x102781ff7  com.apple.AppleSRP (5.0 - 1) <16B1431A-295A-386B-9159-A396877D6FE3> /System/Library/PrivateFrameworks/AppleSRP.framework/Versions/A/AppleSRP
           0x10278e000 -        0x1027adff7  com.apple.DistributionKit (700 - 735) <CDB189A0-F913-3D68-9747-CE3097B25D7E> /System/Library/PrivateFrameworks/Install.framework/Frameworks/DistributionKit. framework/Versions/A/DistributionKit
           0x102882000 -        0x102882ff9 +cl_kernels (???) <9A67F1FB-B86B-45B8-8CDF-472B0DDA2EB3> cl_kernels
           0x1029c1000 -        0x1029c2ffb +cl_kernels (???) <D13B02E6-54BB-4DF7-BDAD-034BD678BCA6> cl_kernels
           0x1029d5000 -        0x1029d6ffa +cl_kernels (???) <F868D1EC-2452-41C4-A13C-03A00F4CE014> cl_kernels
           0x104609000 -        0x104609ffb +cl_kernels (???) <EB6FEB2B-ABC9-4CDD-813D-CC08E14F15D3> cl_kernels
           0x104615000 -        0x104616ffb +cl_kernels (???) <39562A57-1259-42F2-A6EB-E40EF7285A14> cl_kernels
           0x10465a000 -        0x10465aff9 +cl_kernels (???) <8C8EA2F8-4081-4E85-88BF-4D5E1AF01A5A> cl_kernels
           0x104662000 -        0x104662ff1 +cl_kernels (???) <2641EDA6-4990-4126-B295-2B2FE9173E34> cl_kernels
           0x1048e5000 -        0x104b50ff7  com.apple.RawCamera.bundle (4.05 - 690) <6E4B6BE9-A512-3B8E-91DE-2D12966B5636> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
           0x104e98000 -        0x104ea5ff7  com.apple.Server.Services.Calendar (10.8.0 - 169) <E8D60E94-2027-39FF-87D9-9F8A60414612> /Applications/Server.app/Contents/PlugIns/Calendar.bundle/Contents/MacOS/Calend ar
           0x104fa3000 -        0x104fa6ff7  com.apple.Server.Services.Contacts (10.8.0 - 169) <0FE7B3BB-C447-3A9B-BFF9-146A559B072B> /Applications/Server.app/Contents/PlugIns/Contacts.bundle/Contents/MacOS/Contac ts
           0x104fb2000 -        0x104fc6fff  com.apple.Server.Services.DHCP (10.8.0 - 169) <9F7F453D-AFB4-3729-9A1F-D8B3C5C3A742> /Applications/Server.app/Contents/PlugIns/DHCP.bundle/Contents/MacOS/DHCP
           0x104fdc000 -        0x104fddffe +cl_kernels (???) <2CCE82B4-B283-4301-9861-0CC0AF30B3E6> cl_kernels
           0x104fe3000 -        0x105003fff  com.apple.Server.Services.DNS (10.8.0 - 169) <65D2E142-4206-3A32-89F3-C12C81322BBE> /Applications/Server.app/Contents/PlugIns/DNS.bundle/Contents/MacOS/DNS
           0x105020000 -        0x10502dff7  com.apple.Server.Services.EdgeCache (10.8.0 - 169) <2834FDF8-9DC5-36E7-A0E2-884A418A2800> /Applications/Server.app/Contents/PlugIns/EdgeCacheService.bundle/Contents/MacO S/EdgeCacheService
           0x105078000 -        0x10507eff7  com.apple.Server.Services.FTP (10.8.0 - 169) <A1769EE2-3698-30F8-859F-F6625FA1A139> /Applications/Server.app/Contents/PlugIns/FTP.bundle/Contents/MacOS/FTP
           0x1075c7000 -        0x1075e0fff  com.apple.Server.Services.FileSharing (10.8.0 - 169) <B760CD12-CC5D-394F-8E70-3E33B8E47538> /Applications/Server.app/Contents/PlugIns/FileSharing.bundle/Contents/MacOS/Fil eSharing
           0x107a7f000 -        0x107a8efff  com.apple.Server.Services.Mail (10.8.0 - 169) <2ECEEC27-71AE-381E-BAE1-0A5C4FD946B2> /Applications/Server.app/Contents/PlugIns/Mail.bundle/Contents/MacOS/Mail
           0x107ceb000 -        0x107cf1fff  com.apple.Server.Services.Messages (10.8.0 - 169) <E5B9474F-8444-38FE-A2B8-776F642F3386> /Applications/Server.app/Contents/PlugIns/Messages.bundle/Contents/MacOS/Messag es
           0x107de1000 -        0x107df6ff7  com.apple.Server.Services.NetInstall (10.8.0 - 169) <F8E08CD8-313D-362F-9F8A-B1F862E8C123> /Applications/Server.app/Contents/PlugIns/NetInstall.bundle/Contents/MacOS/NetI nstall
           0x107f99000 -        0x107fa4ff7  com.apple.Server.Services.OpenDirectory (10.8.0 - 169) <B443FC8C-3D13-3AA8-8969-2509260A7920> /Applications/Server.app/Contents/PlugIns/OpenDirectory.bundle/Contents/MacOS/O penDirectory
           0x1081cf000 -        0x1081dcfff  com.apple.Server.Services.ProfileManager (10.8.0 - 169) <81B45CDF-9ACF-393C-829E-7477DB8B3045> /Applications/Server.app/Contents/PlugIns/ProfileManager.bundle/Contents/MacOS/ ProfileManager
           0x108205000 -        0x10820fff7  com.apple.Server.Services.SoftwareUpdate (10.8.0 - 169) <2E138C05-06BD-35F0-BA1A-2793A4782C32> /Applications/Server.app/Contents/PlugIns/SoftwareUpdateService.bundle/Contents /MacOS/SoftwareUpdateService
           0x10836c000 -        0x10837bfff  com.apple.Server.Services.TimeMachine (10.8.0 - 169) <820025BE-30BB-38AC-A0CB-167F557022E9> /Applications/Server.app/Contents/PlugIns/TimeMachine.bundle/Contents/MacOS/Tim eMachine
           0x10858a000 -        0x108598ff7  com.apple.Server.Services.VPN (10.8.0 - 169) <5DD8617F-7332-3E4E-BE64-872D8D5E5A7D> /Applications/Server.app/Contents/PlugIns/VPN.bundle/Contents/MacOS/VPN
           0x1085b3000 -        0x1085d4ff7  com.apple.Server.Services.Web (10.8.0 - 169) <5BBFD1F5-34C5-3DC6-B5C3-7898A79A3E70> /Applications/Server.app/Contents/PlugIns/Web.bundle/Contents/MacOS/Web
           0x108743000 -        0x108749ff7  com.apple.Server.Services.Wiki (10.8.0 - 169) <E5663274-040E-33C6-BE06-039A78963523> /Applications/Server.app/Contents/PlugIns/Wiki.bundle/Contents/MacOS/Wiki
           0x10890e000 -        0x108910ff7  com.apple.Server.Services.Xsan (10.8.0 - 169) <EEF409D7-BEA9-3DFD-8D61-FFAA99397752> /Applications/Server.app/Contents/PlugIns/Xsan.bundle/Contents/MacOS/Xsan
           0x108dbd000 -        0x108dc6fe7  libcldcpuengine.dylib (2.2.16) <DB9678F6-7D50-384A-A961-6109B61D1607> /System/Library/Frameworks/OpenCL.framework/Libraries/libcldcpuengine.dylib
           0x1096f6000 -        0x109703fff  libGPUSupport.dylib (8.7.25) <F884DCD6-8234-3D23-BEC6-4EC4CE5101EF> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/lib GPUSupport.dylib
           0x10988d000 -        0x1098b8fff  GLRendererFloat (8.7.25) <BB54593F-07F0-392A-8993-CA844F4A20E8> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GL RendererFloat
           0x109e4d000 -        0x10a00bfff  GLEngine (8.7.25) <8398B57C-EE2D-3006-940C-CECE8E719D3B> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
           0x10a042000 -        0x10a1b2fff  libGLProgrammability.dylib (8.7.25) <EE2DD8AF-C6C3-303D-976E-87B4AABF8371> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
           0x10a1ea000 -        0x10a5a6ff7  com.apple.driver.AppleIntelHD3000GraphicsGLDriver (8.10.44 - 8.1.0) <8798BDEE-7685-3301-A926-9DA29BC51B94> /System/Library/Extensions/AppleIntelHD3000GraphicsGLDriver.bundle/Contents/Mac OS/AppleIntelHD3000GraphicsGLDriver
           0x10ae19000 -        0x10aeb2ff7  unorm8_argb.dylib (2.2.16) <AC4A19D0-44A5-34CB-9248-20996ACA6B06> /System/Library/Frameworks/OpenCL.framework/Libraries/ImageFormats/unorm8_argb. dylib
           0x10aed1000 -        0x10af6bff7  unorm8_bgra.dylib (2.2.16) <5D62BED8-DF5D-3C51-94B4-57368FF10DDB> /System/Library/Frameworks/OpenCL.framework/Libraries/ImageFormats/unorm8_bgra. dylib
           0x10af8a000 -        0x10b020ff7  unorm8_rgba.dylib (2.2.16) <853BEBC4-AED9-3CE2-B91D-3D666E7C7C8F> /System/Library/Frameworks/OpenCL.framework/Libraries/ImageFormats/unorm8_rgba. dylib
        0x7fff61cd5000 -     0x7fff61d0993f  dyld (210.2.3) <6900F2BA-DB48-3B78-B668-58FC0CF6BCB8> /usr/lib/dyld
        0x7fff836e1000 -     0x7fff837e3fff  libcrypto.0.9.8.dylib (47) <74F165AD-4572-3B26-B0E2-A97477FE59D0> /usr/lib/libcrypto.0.9.8.dylib
        0x7fff837e4000 -     0x7fff83863ff7  com.apple.securityfoundation (6.0 - 55115.4) <64EDD2F2-4DE2-3DE5-BE57-43D413853CF9> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
        0x7fff83864000 -     0x7fff83875ff7  libsasl2.2.dylib (166) <649CAE0E-8FFE-3C60-A849-BE6300E4B726> /usr/lib/libsasl2.2.dylib
        0x7fff83876000 -     0x7fff838c1ff7  com.apple.GraphKit (1.0.5 - 30) <3041F39B-5372-334E-9757-3EBFE0CDA293> /System/Library/PrivateFrameworks/GraphKit.framework/Versions/A/GraphKit
        0x7fff839ed000 -     0x7fff839fcfff  com.apple.opengl (1.8.7 - 1.8.7) <26F7FF79-6BB2-3968-B70D-71D4E07C9551> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
        0x7fff839fd000 -     0x7fff83a37ff7  com.apple.GSS (3.0 - 2.0) <970CAE00-1437-3F4E-B677-0FDB3714C08C> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
        0x7fff83b52000 -     0x7fff83b74ff7  libxpc.dylib (140.42) <BBE558BD-5E55-35E4-89ED-1AA6B056D05A> /usr/lib/system/libxpc.dylib
        0x7fff83b75000 -     0x7fff83bf5ff7  com.apple.ApplicationServices.ATS (332 - 341.1) <39B53565-FA31-3F61-B090-C787C983142E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
        0x7fff83c35000 -     0x7fff83d86fff  com.apple.audio.toolbox.AudioToolbox (1.8 - 1.8) <C680EE1A-B4ED-3E77-A08C-DC47922ACA33> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
        0x7fff83d87000 -     0x7fff83dbbfff  com.apple.securityinterface (6.0 - 55024.4) <614C9B8E-2056-3A41-9A01-DAF74C97CC43> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
        0x7fff83dc0000 -     0x7fff83e0dfff  com.apple.CoreMediaIO (307.0 - 4155) <CD826A65-DFE7-3A58-A29E-15B3A9BE0A6D> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
        0x7fff83e79000 -     0x7fff83f1fff7  com.apple.CoreServices.OSServices (557.6 - 557.6) <1BDB5456-0CE9-301C-99C1-8EFD0D2BFCCD> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
        0x7fff83f20000 -     0x7fff84120fff  libicucore.A.dylib (491.11.2) <FD6282D8-DF3F-3842-8C2E-CF478D2B9669> /usr/lib/libicucore.A.dylib
        0x7fff84121000 -     0x7fff8451afe7  com.apple.MediaToolbox (1.0 - 926.87) <8346DAFC-88E5-350E-90E1-C98B180488C2> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
        0x7fff8451b000 -     0x7fff8451dff7  libunc.dylib (25) <92805328-CD36-34FF-9436-571AB0485072> /usr/lib/system/libunc.dylib
        0x7fff8451e000 -     0x7fff8452afff  com.apple.CrashReporterSupport (10.8.3 - 417) <48EDDDF3-5720-39D6-B51F-D9AFB93327B3> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
        0x7fff8454c000 -     0x7fff84863ff7  com.apple.CoreServices.CarbonCore (1037.5 - 1037.5) <731D8F92-1C52-3613-BA01-EFEA54DADF41> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
        0x7fff84869000 -     0x7fff84bc6ff7  com.apple.Foundation (6.8 - 945.16) <89BD68FD-72C8-35C1-94C6-3A07F097C50D> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
        0x7fff84bc7000 -     0x7fff857f4ff7  com.apple.AppKit (6.8 - 1187.37) <FAEA8B77-210F-3C0F-B9CF-85A7595CCA26> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
        0x7fff857f5000 -     0x7fff85863fff  com.apple.framework.IOKit (2.0.1 - 755.22.5) <1547DA6F-9793-30A2-8E92-7368DE84D46C> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
        0x7fff85864000 -     0x7fff85937ff7  com.apple.DiscRecording (7.0 - 7000.2.4) <9DA3C0A7-0AB9-3DD1-9D84-737BB0014F1E> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
        0x7fff85938000 -     0x7fff85992ff7  com.apple.opencl (2.2.18 - 2.2.18) <4A78E53C-17B0-3B2D-A9EA-EF8720FE4134> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
        0x7fff85993000 -     0x7fff85a95fff  libJP2.dylib (849) <4EEA33EB-AF9F-365D-A572-F7D11AD1C76F> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
        0x7fff85a96000 -     0x7fff85aa1ff7  com.apple.DisplayServicesFW (2.7.2 - 357) <EC87A00D-FE9C-3CFE-A98C-063C3D23085A> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
        0x7fff85aa2000 -     0x7fff85af1ff7  libcorecrypto.dylib (106.2) <CE0C29A3-C420-339B-ADAA-52F4683233CC> /usr/lib/system/libcorecrypto.dylib
        0x7fff85bc1000 -     0x7fff85bc5fff  com.apple.IOSurface (86.0.4 - 86.0.4) <26F01CD4-B76B-37A3-989D-66E8140542B3> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
        0x7fff85bc6000 -     0x7fff85bc9fff  com.apple.AppleSystemInfo (2.0 - 2) <BC221376-361F-3F85-B284-DC251D3BB442> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSys temInfo
        0x7fff85bca000 -     0x7fff85e4aff7  com.apple.AOSKit (1.05 - 152.2) <43361229-45F3-3946-A11A-CC0FF2129F06> /System/Library/PrivateFrameworks/AOSKit.framework/Versions/A/AOSKit
        0x7fff85e4b000 -     0x7fff85e70ff7  libc++abi.dylib (26) <D86169F3-9F31-377A-9AF3-DB17142052E4> /usr/lib/libc++abi.dylib
        0x7fff85e71000 -     0x7fff85e74ff7  libdyld.dylib (210.2.3) <F59367C9-C110-382B-A695-9035A6DD387E> /usr/lib/system/libdyld.dylib
        0x7fff85e75000 -     0x7fff85eaffff  com.apple.framework.internetaccounts (2.1 - 210) <546769AA-C561-3C17-8E8E-4E65A700E2F1> /System/Library/PrivateFrameworks/InternetAccounts.framework/Versions/A/Interne tAccounts
        0x7fff85eb0000 -     0x7fff85edefff  com.apple.shortcut (2.2 - 2.2) <C573DB65-37FB-3DDC-AB19-525094346D9B> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
        0x7fff85edf000 -     0x7fff85ee1fff  libquarantine.dylib (52) <4BE2E642-A14F-340A-B482-5BD2AEFD9C24> /usr/lib/system/libquarantine.dylib
        0x7fff85ee2000 -     0x7fff85f4afff  libvDSP.dylib (380.6) <CD4C5EEB-9E63-30C4-8103-7A5EAEA0BE60> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
        0x7fff85f4b000 -     0x7fff8603cff7  com.apple.DiskImagesFramework (10.8.3 - 345) <F9FAEAF0-B9A5-34DF-94B7-926FB03AD5F6> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
        0x7fff86058000 -     0x7fff86388fff  com.apple.HIToolbox (2.0 - 626.1) <656D08C2-9068-3532-ABDD-32EC5057CCB2> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
        0x7fff86389000 -     0x7fff8638aff7  libSystem.B.dylib (169.3) <FF25248A-574C-32DB-952F-B948C389B2A4> /usr/lib/libSystem.B.dylib
        0x7fff863df000 -     0x7fff863e0ff7  libremovefile.dylib (23.2) <6763BC8E-18B8-3AD9-8FFA-B43713A7264F> /usr/lib/system/libremovefile.dylib
        0x7fff863e1000 -     0x7fff863f8fff  com.apple.GenerationalStorage (1.1 - 132.3) <FD4A84B3-13A8-3C60-A59E-25A361447A17> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/Gene rationalStorage
        0x7fff8642f000 -     0x7fff86431ff7  com.apple.print.framework.Print (8.0 - 258) <34666CC2-B86D-3313-B3B6-A9977AD593DA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
        0x7fff86432000 -     0x7fff864f7ff7  com.apple.coreui (2.0 - 181.1) <83D2C92D-6842-3C9D-9289-39D5B4554C3A> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
        0x7fff864f8000 -     0x7fff86506ff7  libkxld.dylib (2050.22.13) <4AAF0573-8632-3D06-BE32-C5675F77638D> /usr/lib/system/libkxld.dylib
        0x7fff86507000 -     0x7fff86533ff7  libRIP.A.dylib (331.0.4) <4B261CE2-524E-3FA9-9437-B70DAC1EAB95> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
        0x7fff867b8000 -     0x7fff867b9fff  liblangid.dylib (116) <864C409D-D56B-383E-9B44-A435A47F2346> /usr/lib/liblangid.dylib
        0x7fff867ba000 -     0x7fff867f7fef  libGLImage.dylib (8.7.25) <139A9892-A6F2-3F49-87FB-E7AC3F56E003> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
        0x7fff868b2000 -     0x7fff8691bfff  libstdc++.6.dylib (56) <EAA2B53E-EADE-39CF-A0EF-FB9D4940672A> /usr/lib/libstdc++.6.dylib
        0x7fff8691c000 -     0x7fff869cdfff  com.apple.LaunchServices (539.7 - 539.7) <DA7C602E-5E01-31B8-925D-B45360CA089F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
        0x7fff869ce000 -     0x7fff86a2aff7  com.apple.Symbolication (1.3 - 93) <D5044687-E424-31CF-B120-667143E6B9C1> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolicat ion
        0x7fff86a2e000 -     0x7fff86a35fff  com.apple.phonenumbers (1.1 - 47) <E6A01FEF-9C6D-3C18-B378-63F4134756E6> /System/Library/PrivateFrameworks/PhoneNumbers.framework/Versions/A/PhoneNumber s
        0x7fff86a36000 -     0x7fff86af3ff7  com.apple.ColorSync (4.8.0 - 4.8.0) <6CE333AE-EDDB-3768-9598-9DB38041DC55> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
        0x7fff86dca000 -     0x7fff86dcefff  libCGXType.A.dylib (331.0.4) <251D4D2D-92B9-3D56-B348-CD67397F71FE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
        0x7fff86dcf000 -     0x7fff86e1eff7  libFontRegistry.dylib (100) <2E03D7DA-9B8F-31BB-8FB5-3D3B6272127F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
        0x7fff86e98000 -     0x7fff86e98fff  com.apple.Accelerate (1.8 - Accelerate 1.8) <6AD48543-0864-3D40-80CE-01F184F24B45> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
        0x7fff86e99000 -     0x7fff86ef0ff7  com.apple.ScalableUserInterface (1.0 - 1) <F1D43DFB-1796-361B-AD4B-39F1EED3BE19> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableU serInterface.framework/Versions/A/ScalableUserInterface
        0x7fff86ef1000 -     0x7fff86f4afff  com.apple.ImageCaptureCore (5.0.2 - 5.0.2) <D6A71984-8FA2-3964-87C6-1936460FDF8C> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCo re
        0x7fff86f4b000 -     0x7fff86f6cff7  libCRFSuite.dylib (33) <736ABE58-8DED-3289-A042-C25AF7AE5B23> /usr/lib/libCRFSuite.dylib
        0x7fff86f6d000 -     0x7fff8706afff  libsqlite3.dylib (138.1) <ADE9CB98-D77D-300C-A32A-556B7440769F> /usr/lib/libsqlite3.dylib
        0x7fff8706b000 -     0x7fff87145fff  com.apple.backup.framework (1.4.2 - 1.4.2) <0B557393-CD2A-3076-BED2-F28D02E1EC1D> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
        0x7fff87157000 -     0x7fff87172ff7  libsystem_kernel.dylib (2050.22.13) <5A961E2A-CFB8-362B-BC43-122704AEB047> /usr/lib/system/libsystem_kernel.dylib
        0x7fff87173000 -     0x7fff87192ff7  com.apple.ChunkingLibrary (2.0 - 133.3) <8BEC9AFB-DCAA-37E8-A5AB-24422B234ECF> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/Chunking Library
        0x7fff87193000 -     0x7fff8719efff  libsystem_notify.dylib (98.5) <C49275CC-835A-3207-AFBA-8C01374927B6> /usr/lib/system/libsystem_notify.dylib
        0x7fff8719f000 -     0x7fff871a1fff  com.apple.securityhi (4.0 - 55002) <9B6CBA92-123F-3307-A2D7-D77A8D3BF87E> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
        0x7fff871a2000 -     0x7fff871acfff  com.apple.speech.recognition.framework (4.1.5 - 4.1.5) <D803919C-3102-3515-A178-61E9C86C46A1> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
        0x7fff871ad000 -     0x7fff8724aff7  com.apple.PDFKit (2.7.3 - 2.7.3) <5AE5FD4E-658F-38BC-90DD-C2B28E17ED34> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
        0x7fff8724b000 -     0x7fff8727cff7  com.apple.DictionaryServices (1.2 - 184.4) <FB0540FF-5034-3591-A28D-6887FBC220F7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
        0x7fff87699000 -     0x7fff880296ff  com.apple.CoreGraphics (1.600.0 - 331.0.4) <4953961C-96DC-39D7-ADF5-B767F2A7E4E1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
        0x7fff888e0000 -     0x7fff88923ff7  com.apple.bom (12.0 - 192) <0BF1F2D2-3648-36B7-BE4B-551A0173209B> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
        0x7fff88964000 -     0x7fff88970fff  libCSync.A.dylib (331.0.4) <C7043BB7-284D-3B9F-A5CB-78ADE691B2D4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
        0x7fff88971000 -     0x7fff8899fff7  libsystem_m.dylib (3022.6) <B434BE5C-25AB-3EBD-BAA7-5304B34E3441> /usr/lib/system/libsystem_m.dylib
        0x7fff889a0000 -     0x7fff889f7ff7  com.apple.AppleVAFramework (5.0.19 - 5.0.19) <541A7DBE-F8E4-3023-A3C0-8D5A2A550CFB> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
        0x7fff889f8000 -     0x7fff88a89fff  com.apple.CorePDF (2.0 - 2) <EB5660B1-0D79-34F3-B242-B559AE0A5B4A> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
        0x7fff88a8a000 -     0x7fff88ad2fff  com.apple.DiskManagement (5.2 - 665) <FE8FA1AF-BE4E-3D1B-9C0D-B02CC354C4F2> /System/Library/PrivateFrameworks/DiskManagement.framework/Versions/A/DiskManag ement
        0x7fff88ad8000 -     0x7fff88d9bff7  com.apple.AddressBook.framework (7.1 - 1169) <5FFF3765-414A-3633-ADE5-337CD4B9A102> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
        0x7fff88d9c000 -     0x7fff88e1eff7  com.apple.Heimdal (3.0 - 2.0) <C94B0C6C-1320-35A1-8143-FE252E7B2A08> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
        0x7fff88e1f000 -     0x7fff88e3cff7  com.apple.openscripting (1.3.6 - 148.3) <C008F56A-1E01-3D4C-A9AF-97799D0FAE69> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
        0x7fff88e3d000 -     0x7fff88e3ffff  libCVMSPluginSupport.dylib (8.7.25) <A45E21E3-4B40-39B0-A8B6-411526A84F47> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginS upport.dylib
        0x7fff88e40000 -     0x7fff88e61fff  com.apple.Ubiquity (1.2 - 243.15) <C9A7EE77-B637-3676-B667-C0843BBB0409> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
        0x7fff88e65000 -     0x7fff88e67fff  com.apple.TrustEvaluationAgent (2.0 - 23) <A97D348B-32BF-3E52-8DF2-59BFAD21E1A3> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
        0x7fff88ec5000 -     0x7fff88ec9ff7  com.apple.TCC (1.0 - 1) <F2F3B753-FC73-3543-8BBE-859FDBB4D6A6> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
        0x7fff88eca000 -     0x7fff88ed1fff  com.apple.NetFS (5.0 - 4.0) <82E24B9A-7742-3DA3-9E99-ED267D98C05E> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
        0x7fff88ed2000 -     0x7fff88fea92f  libobjc.A.dylib (532.2) <90D31928-F48D-3E37-874F-220A51FD9E37> /usr/lib/libobjc.A.dylib
        0x7fff88feb000 -     0x7fff88fedff7  com.apple.EFILogin (2.0 - 2) <51A470D7-1F72-3369-AF0F-AD2340B42C12> /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin
        0x7fff88fee000 -     0x7fff89031ff7  com.apple.RemoteViewServices (2.0 - 80.6) <5CFA361D-4853-3ACC-9EFC-A2AC1F43BA4B> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/Remot eViewServices
        0x7fff89032000 -     0x7fff891cdfef  com.apple.vImage (6.0 - 6.0) <FAE13169-295A-33A5-8E6B-7C2CC1407FA7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
        0x7fff891ce000 -     0x7fff891d9ff7  com.apple.aps.framework (3.0 - 3.0) <2041AD84-4279-3ECC-A13E-AC6698BB1A67> /System/Library/PrivateFrameworks/ApplePushService.framework/Versions/A/ApplePu shService
        0x7fff891e6000 -     0x7fff89344fef  com.apple.MediaControlSender (1.7 - 170.20) <853BE89D-49B0-3922-9ED5-DDBDE9A97356> /System/Library/PrivateFrameworks/MediaControlSender.framework/Versions/A/Media ControlSender
        0x7fff8938c000 -     0x7fff893b6ff7  com.apple.CoreVideo (1.8 - 99.4) <E5082966-6D81-3973-A05A-38AA5B85F886> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
        0x7fff893b7000 -     0x7fff89424ff7  com.apple.datadetectorscore (4.1 - 269.2) <4FD4A7CE-BB00-3AAB-B7AA-AE395D5400EC> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
        0x7fff89441000 -     0x7fff8949dfff  com.apple.QuickLookFramework (4.0 - 555.5) <8B9EAC35-98F3-3BF0-8B15-3A5FE39F150A> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
        0x7fff8949e000 -     0x7fff894a4fff  com.apple.DiskArbitration (2.5.2 - 2.5.2) <C713A35A-360E-36CE-AC0A-25C86A3F50CA> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
        0x7fff894a5000 -     0x7fff894ddfff  libtidy.A.dylib (15.10) <9009156B-84F5-3781-BFCB-B409B538CD18> /usr/lib/libtidy.A.dylib
        0x7fff89690000 -     0x7fff8969bfff  com.apple.CommonAuth (3.0 - 2.0) <7A953C1F-8B18-3E46-9BEA-26D9B5B7745D> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
        0x7fff8969c000 -     0x7fff8969dfff  libDiagnosticMessagesClient.dylib (8) <8548E0DC-0D2F-30B6-B045-FE8A038E76D8> /usr/lib/libDiagnosticMessagesClient.dylib
        0x7fff8969e000 -     0x7fff8969efff  com.apple.ApplicationServices (45 - 45) <A3ABF20B-ED3A-32B5-830E-B37831A45A80> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
        0x7fff8969f000 -     0x7fff896acfff  com.apple.AppleFSCompression (49 - 1.0) <5508344A-2A7E-3122-9562-6F363910A80E> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/Apple FSCompression
        0x7fff89eba000 -     0x7fff89ecdff7  libbsm.0.dylib (32) <F497D3CE-40D9-3551-84B4-3D5E39600737> /usr/lib/libbsm.0.dylib
        0x7fff89f10000 -     0x7fff89f15fff  libcompiler_rt.dylib (30) <08F8731D-5961-39F1-AD00-4590321D24A9> /usr/lib/system/libcompiler_rt.dylib
        0x7fff89f18000 -     0x7fff89f25ff7  com.apple.HelpData (2.1.4 - 85) <EE68BDCC-AF2E-34D3-8E4F-87379E3A4D8E> /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
        0x7fff89f26000 -     0x7fff8a181ff7  com.apple.QuartzComposer (5.1 - 284) <D9CDC9ED-9F03-30F0-80DF-BA189A054AC9> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
        0x7fff8a182000 -     0x7fff8a18fff7  com.apple.NetAuth (4.0 - 4.0) <F5BC7D7D-AF28-3C83-A674-DADA48FF7810> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
        0x7fff8a190000 -     0x7fff8a1c2fff  com.apple.framework.Admin (12.0 - 12.0) <21E02DE3-B255-3A55-8F55-7FC9EE864C06> /System/Library/PrivateFrameworks/Admin.framework/Versions/A/Admin
        0x7fff8a1c3000 -     0x7fff8a1c4fff  libodfde.dylib (18) <015DD2A0-D59A-3547-909D-7C028A65C312> /usr/lib/libodfde.dylib
        0x7fff8a1c5000 -     0x7fff8a1c5fff  libOpenScriptingUtil.dylib (148.3) <F8681222-0969-3B10-8BCE-C55A4B9C520C> /usr/lib/libOpenScriptingUtil.dylib
        0x7fff8a1c6000 -     0x7fff8a602fff  com.apple.VideoToolbox (1.0 - 926.87) <7319477A-4A3D-3233-AAD1-31F9C9429DA7> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
        0x7fff8a603000 -     0x7fff8a723fff  com.apple.desktopservices (1.7.3 - 1.7.3) <707F77D2-EC0E-3431-840F-B984BD7ABDD6> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
        0x7fff8a724000 -     0x7fff8a743ff7  libresolv.9.dylib (51) <0882DC2D-A892-31FF-AD8C-0BB518C48B23> /usr/lib/libresolv.9.dylib
        0x7fff8a744000 -     0x7fff8b701fff  com.apple.WebCore (8536 - 8536.28.10) <89CDA119-0FC8-3D0E-87B8-AB96BE6D1A36> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
        0x7fff8b702000 -     0x7fff8bb1ffff  FaceCoreLight (2.4.1) <DDAFFD7A-D312-3407-A010-5AEF3E17831B> /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLi ght
        0x7fff8bb22000 -     0x7fff8bb22fff  com.apple.vecLib (3.8 - vecLib 3.8) <794317C7-4E38-338A-A874-5E18001C8503> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
        0x7fff8bb7e000 -     0x7fff8bd09ff7  com.apple.WebKit (8536 - 8536.28.10) <792FA1F3-68F2-36F8-A070-898B3682F5DE> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
        0x7fff8bd0a000 -     0x7fff8bd0afff  com.apple.Cocoa (6.7 - 19) <1F77945C-F37A-3171-B22E-F7AB0FCBB4D4> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
        0x7fff8bd0b000 -     0x7fff8bd1aff7  libxar.1.dylib (105) <370ED355-E516-311E-BAFD-D80633A84BE1> /usr/lib/libxar.1.dylib
        0x7fff8bd1b000 -     0x7fff8bd21fff  libmacho.dylib (829) <BF332AD9-E89F-387E-92A4-6E1AB74BD4D9> /usr/lib/system/libmacho.dylib
        0x7fff8bd22000 -     0x7fff8bd30fff  libcommonCrypto.dylib (60027) <BAAFE0C9-BB86-3CA7-88C0-E3CBA98DA06F> /usr/lib/system/libcommonCrypto.dylib
        0x7fff8bd31000 -     0x7fff8bd3dff7  com.apple.DirectoryService.Framework (10.8 - 151.10) <5AA375C4-9FD4-3F4F-849D-0329E0D5DC04> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
        0x7fff8bd3e000 -     0x7fff8bfecff7  com.apple.imageKit (2.2 - 670) <F9B50A59-A749-333C-A8D9-C8A92C649AA9> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
        0x7fff8bfed000 -     0x7fff8c02cff7  com.apple.QD (3.42 - 285) <8DF36FCA-C06B-30F4-A631-7BE2FF7E56D1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
        0x7fff8c02d000 -     0x7fff8c055fff  libJPEG.dylib (849) <5C9052F6-D0B3-39CC-8302-468B43D694D5> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
        0x7fff8c056000 -     0x7fff8c0a1fff  com.apple.CoreMedia (1.0 - 926.87) <F51205F8-A102-359C-A9A3-22A48524C081> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
        0x7fff8c48e000 -     0x7fff8c58bff7  libxml2.2.dylib (22.3) <47B09CB2-C636-3024-8B55-6040F7829B4C> /usr/lib/libxml2.2.dylib
        0x7fff8c58c000 -     0x7fff8c598fff  com.apple.login (2.0 - 2.0) <2CE05B78-5D08-3666-B816-6E1874386407> /System/Library/PrivateFrameworks/login.framework/Versions/A/login
        0x7fff8c599000 -     0x7fff8c5eeff7  libTIFF.dylib (849) <C4D0E196-9319-319B-AF72-8B63FB5AF71B> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
        0x7fff8c5ef000 -     0x7fff8c5efffd  com.apple.audio.units.AudioUnit (1.8 - 1.8) <173346B7-614C-380B-8E80-9BD1BE501674> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
        0x7fff8c5f0000 -     0x7fff8c5f3fff  libRadiance.dylib (849) <F7D9A0FD-1195-34CB-BFE5-79DAF3F40AC3> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.d ylib
        0x7fff8c63c000 -     0x7fff8c63cfff  com.apple.CoreServices (57 - 57) <9DD44CB0-C644-35C3-8F57-0B41B3EC147D> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
        0x7fff8c63d000 -     0x7fff8c669fff  com.apple.framework.Apple80211 (8.3.2 - 832.18.1) <5D601780-9AD9-31C9-9AB5-716D8634CB78> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
        0x7fff8c7d0000 -     0x7fff8c7d0fff  com.apple.AOSMigrate (1.0 - 1) <585B1483-490E-32DD-97DC-B9279E9D3490> /System/Library/PrivateFrameworks/AOSMigrate.framework/Versions/A/AOSMigrate
        0x7fff8c7d1000 -     0x7fff8c841fff  com.apple.ISSupport (1.9.8 - 56) <23ED7650-2705-355A-9F11-409A9981AC53> /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
        0x7fff8c842000 -     0x7fff8c8dcfff  libvMisc.dylib (380.6) <714336EA-1C0E-3735-B31C-19DFDAAF6221> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
        0x7fff8c921000 -     0x7fff8c9aeff7  com.apple.SearchKit (1.4.0 - 1.4.0) <C7F43889-F8BF-3CB9-AD66-11AEFCBCEDE7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
        0x7fff8c9f4000 -     0x7fff8caf2fff  com.apple.QuickLookUIFramework (4.0 - 555.5) <EE02B332-20F3-3226-A022-D71B808E1CC4> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.f ramework/Versions/A/QuickLookUI
        0x7fff8cafc000 -     0x7fff8cb00fff  libpam.2.dylib (20) <C8F45864-5B58-3237-87E1-2C258A1D73B8> /usr/lib/libpam.2.dylib
        0x7fff8cb49000 -     0x7fff8cb7ffff  com.apple.DebugSymbols (98 - 98) <14E788B1-4EB2-3FD7-934B-849534DFC198> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbol s
        0x7fff8cb80000 -     0x7fff8cb8dfff  libbz2.1.0.dylib (29) <CE9785E8-B535-3504-B392-82F0064D9AF2> /usr/lib/libbz2.1.0.dylib
        0x7fff8cb8e000 -     0x7fff8cb91ff7  com.apple.LoginUICore (2.0 - 2.0) <C1911200-E442-3B99-AB91-C135703D55DF> /System/Library/PrivateFrameworks/LoginUIKit.framework/Versions/A/Frameworks/Lo ginUICore.framework/Versions/A/LoginUICore
        0x7fff8cb92000 -     0x7fff8cbd6fff  libcups.2.dylib (327.3) <71E771A1-0489-3417-8A4A-56A2C930F80C> /usr/lib/libcups.2.dylib
        0x7fff8cbd7000 -     0x7fff8cbe5ff7  libsystem_network.dylib (77.10) <0D99F24E-56FE-380F-B81B-4A4C630EE587> /usr/lib/system/libsystem_network.dylib
        0x7fff8cbe8000 -     0x7fff8cc28ff7  com.apple.MediaKit (14 - 687) <8AAA8CC3-3ACD-34A5-9E57-9B24AD8AFD4D> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
        0x7fff8cc29000 -     0x7fff8ce5eff7  com.apple.CoreData (106.1 - 407.7) <A676E1A4-2144-376B-92B8-B450DD1D78E5> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
        0x7fff8ce5f000 -     0x7fff8d0fafff  com.apple.JavaScriptCore (8536 - 8536.28.10) <BC911515-D051-3E2E-8E57-D36878407C60> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
        0x7fff8d0fb000 -     0x7fff8d144fff  com.apple.framework.CoreWiFi (1.2.2 - 122.12) <D237551E-0E2C-30FB-8FAA-003D8F25E819> /System/Library/Frameworks/CoreWiFi.framework/Versions/A/CoreWiFi
        0x7fff8d1a0000 -     0x7fff8d1a8fff  liblaunch.dylib (442.26.2) <2F71CAF8-6524-329E-AC56-C506658B4C0C> /usr/lib/system/liblaunch.dylib
        0x7fff8d1a9000 -     0x7fff8d1acfff  com.apple.help (1.3.2 - 42) <343904FE-3022-3573-97D6-5FE17F8643BA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
        0x7fff8d1ad000 -     0x7fff8d1d4ff7  com.apple.PerformanceAnalysis (1.16 - 16) <E4888388-F41B-313E-9CBB-5807D077BDA9> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/Perf ormanceAnalysis
        0x7fff8d1d5000 -     0x7fff8d2effff  com.apple.coreavchd (5.6.0 - 5600.4.16) <0CF2ABE5-B088-3B5D-9C04-47AE708ADAE3> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD
        0x7fff8d2f0000 -     0x7fff8d594ff7  com.apple.CoreImage (8.2.4 - 1.0.1) <4A6B017F-B9F7-36DA-943D-A95611F147EA> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage .framework/Versions/A/CoreImage
        0x7fff8d595000 -     0x7fff8d5a7ff7  libz.1.dylib (43) <2A1551E8-A272-3DE5-B692-955974FE1416> /usr/lib/libz.1.dylib
        0x7fff8d5a8000 -     0x7fff8d5a9fff  libffi.dylib (18) <D20FE81C-271C-3446-ABC8-50B6A6F5BEA4> /usr/lib/libffi.dylib
        0x7fff8d5aa000 -     0x7fff8d662ff7  com.apple.CoreMessage (1.0 - 1503) <8C8B4C77-6985-3750-A54C-9806550C1C62> /System/Library/PrivateFrameworks/CoreMessage.framework/Versions/A/CoreMessage
        0x7fff8d663000 -     0x7fff8d663fff  com.apple.Carbon (154 - 155) <CC5AA589-242E-3BE1-B776-7D4FFD93D0C1> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
        0x7fff8d6c4000 -     0x7fff8d6e4fff  libPng.dylib (849) <F4C23A55-F17B-3E4F-9E80-BC97F778BA49> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
        0x7fff8d6e5000 -     0x7fff8d6eeff7  com.apple.CommerceCore (1.0 - 26.1) <40A129A8-4E5D-3C7A-B299-8CB203C4C65D> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/C ommerceCore.framework/Versions/A/CommerceCore
        0x7fff8d6ef000 -     0x7fff8d709fff  com.apple.ScriptingBridge (1.3 - 61.2) <16852553-3FF9-368B-B60E-A7949FAF5A7A> /System/Library/Frameworks/ScriptingBridge.framework/Versions/A/ScriptingBridge
        0x7fff8d70a000 -     0x7fff8d9dbff7  com.apple.security (7.0 - 55179.11) <73958084-5BBC-3597-A751-7370B0C247E5> /System/Library/Frameworks/Security.framework/Versions/A/Security
        0x7fff8d9dc000 -     0x7fff8da08fff  com.apple.quartzfilters (1.8.0 - 1.7.0) <B8DE45D7-1827-3379-A478-1A574A1D11D9> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
        0x7fff8da09000 -     0x7fff8da09fff  com.apple.Accelerate.vecLib (3.8 - vecLib 3.8) <B5A18EE8-DF81-38DD-ACAF-7076B2A26225> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
        0x7fff8da0a000 -     0x7fff8da20fff  com.apple.MultitouchSupport.framework (235.29 - 235.29) <617EC8F1-BCE7-3553-86DD-F857866E1257> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
        0x7fff8da21000 -     0x7fff8da3bfff  com.apple.CoreMediaAuthoring (2.1 - 914) <F0E11E75-03DA-3622-B614-2257EBDABF25> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreM ediaAuthoring
        0x7fff8da3c000 -     0x7fff8dbeafff  com.apple.QuartzCore (1.8 - 304.2) <234EABE1-067C-3DAE-BEAC-674526E232C2> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
        0x7fff8dbeb000 -     0x7fff8dbebfff  com.apple.quartzframework (1.5 - 1.5) <6403C982-0D45-37EE-A0F0-0EF8BCFEF440> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
        0x7fff8dbec000 -     0x7fff8dbf3fff  libGFXShared.dylib (8.7.25) <869580B2-39CB-30C3-B76E-73BB4894B6B7> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
        0x7fff8dc29000 -     0x7fff8dcfbff7  com.apple.CoreText (260.0 - 275.16) <5BFC1D67-6A6F-38BC-9D90-9C712684EDAC> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
        0x7fff8dd35000 -     0x7fff8debbfff  libBLAS.dylib (1073.4) <C102C0F6-8CB6-3B49-BA6B-2EB61F0B2784> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
        0x7fff8debc000 -     0x7fff8e0a6ff7  com.apple.CoreFoundation (6.8 - 744.18) <A60C3C9B-3764-3291-844C-C487ACF77C2C> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
        0x7fff8e0a7000 -     0x7fff8e0b2ff7  com.apple.bsd.ServiceManagement (2.0 - 2.0) <C12962D5-85FB-349E-AA56-64F4F487F219> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManage ment
        0x7fff8e0c1000 -     0x7fff8e0c7ff7  libunwind.dylib (35.1) <21703D36-2DAB-3D8B-8442-EAAB23C060D3> /usr/lib/system/libunwind.dylib
        0x7fff8e0cd000 -     0x7fff8e12afff  com.apple.ExchangeWebServices (3.0 - 157) <58BFD72E-27F3-3F22-A421-B883FACA0E19> /System/Library/PrivateFrameworks/ExchangeWebServices.framework/Versions/A/Exch angeWebServices
        0x7fff8e629000 -     0x7fff8e686ff7  com.apple.audio.CoreAudio (4.1.1 - 4.1.1) <D15F3FB3-BE53-3545-AD37-9A25A597FE3C> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
        0x7fff8e687000 -     0x7fff8e69efff  com.apple.CFOpenDirectory (10.8 - 151.10) <7AD5F6E7-A745-3FF4-B813-9D064A8146EC> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
        0x7fff8e749000 -     0x7fff8e750fff  libcopyfile.dylib (89) <876573D0-E907-3566-A108-577EAD1B6182> /usr/lib/system/libcopyfile.dylib
        0x7fff8e751000 -     0x7fff8e7b0fff  com.apple.AE (645.6 - 645.6) <44F403C1-660A-3543-AB9C-3902E02F936F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
        0x7fff8e7b1000 -     0x7fff8e802ff7  com.apple.SystemConfiguration (1.12.2 - 1.12.2) <A4341BBD-A330-3A57-8891-E9C1A286A72D> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
        0x7fff8e853000 -     0x7fff8e89efff  com.apple.framework.CoreWLAN (3.0.2 - 302.12) <896D75EB-069B-3674-936E-27A81568BECB> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
        0x7fff8e89f000 -     0x7fff8e8a3ff7  com.apple.CommonPanels (1.2.5 - 94) <AAC003DE-2D6E-38B7-B66B-1F3DA91E7245> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
        0x7fff8e8a5000 -     0x7fff8e940fff  com.apple.CoreSymbolication (3.0 - 117) <C304FDB8-2FF7-34BC-858A-2B96C2B039D5> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSy mbolication
        0x7fff8e941000 -     0x7fff8e99bfff  com.apple.print.framework.PrintCore (8.3 - 387.2) <5BA0CBED-4D80-386A-9646-F835C9805B71> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
        0x7fff8e99c000 -     0x7fff8e9b1fff  com.apple.ImageCapture (8.0 - 8.0) <17A45CE6-7DA3-36A5-B7EF-72BC136981AE> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
        0x7fff8e9b2000 -     0x7fff8e9fcff7  libGLU.dylib (8.7.25) <C243C6D3-3384-3DB1-BB15-E27B65C87294> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
        0x7fff8e9fd000 -     0x7fff8ea34ff7  libssl.0.9.8.dylib (47) <923945E6-C489-3406-903B-A362410753F8> /usr/lib/libssl.0.9.8.dylib
        0x7fff8ea3b000 -     0x7fff8ea5dff7  com.apple.Kerberos (2.0 - 1) <C49B8820-34ED-39D7-A407-A3E854153556> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
        0x7fff8ea8a000 -     0x7fff8ea98fff  com.apple.Librarian (1.1 - 1) <5AC28666-7642-395F-A923-C6F8A274BBBD> /System/Library/PrivateFrameworks/Librarian.framework/Versions/A/Librarian
        0x7fff8eaaa000 -     0x7fff8eaaefff  libCoreVMClient.dylib (32.3) <AD8391D9-56DD-3A78-A294-6A30E6ECE1A2> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
        0x7fff8eaaf000 -     0x7fff8eab4fff  com.apple.OpenDirectory (10.8 - 151.10) <3EE3D15A-3C79-3FF1-9A95-7CE2F065E542> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
        0x7fff8eab5000 -     0x7fff8eab6ff7  libdnsinfo.dylib (453.19) <14202FFB-C3CA-3FCC-94B0-14611BF8692D> /usr/lib/system/libdnsinfo.dylib
        0x7fff8eae9000 -     0x7fff8f290fff  com.apple.CoreAUC (6.16.13 - 6.16.13) <8CBFBC9C-0773-3DEB-AF99-989008CB2B36> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
        0x7fff8f291000 -     0x7fff8f32fff7  com.apple.ink.framework (10.8.2 - 150) <3D8D16A2-7E01-3EA1-B637-83A36D353308> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
        0x7fff8f35a000 -     0x7fff8f4cbff7  com.apple.QTKit (7.7.1 - 2599.24) <A2153722-268B-3293-B9E3-CB59273CDE41> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
        0x7fff8f4ef000 -     0x7fff8f8e6fff  libLAPACK.dylib (1073.4) <D632EC8B-2BA0-3853-800A-20DA00A1091C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
        0x7fff8f8e7000 -     0x7fff8f902ff7  com.apple.frameworks.preferencepanes (15.1 - 15.1) <8A3CDC5B-9FA5-32EB-A066-F19874193B92> /System/Library/Frameworks/PreferencePanes.framework/Versions/A/PreferencePanes
        0x7fff8f903000 -     0x7fff8f92efff  libxslt.1.dylib (11.3) <441776B8-9130-3893-956F-39C85FF

    If you have more than one user account, you must be logged in as an administrator to carry out these instructions.
    Triple-click anywhere in the line below to select it:
    sudo serveradmin settings dhcp
    Copy the selected text to the Clipboard (command-C).
    Launch the Terminal application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Terminal in the icon grid.
    Paste into the Terminal window (command-V). You'll be prompted for your login password, which won't be displayed when you type it. If you don’t have a login password, you’ll need to set one before you can run the command. You may get a one-time warning not to screw up. Confirm. You don't need to post the warning. If you see a message that your username "is not in the sudoers file," then you're not logged in as an administrator.
    Post any lines of output that appear below what you entered — the text, please, not a screenshot.

  • Almost all iChat menu options greyed out; can't use iChat this way

    iChat was working just fine until a few days ago. Now it only shows the following menu items:
    iChat--> My Status, Accounts, Services, Hide iChat, Hide others, Quit iChat
    File--> Open, Recent items
    Edit--> Find, Spelling, Insert Smiley, Special Characters
    View--> Buddy names, Sort buddies, Messages
    Buddies --> (None not greyed out)
    Audio-->(None not greyed out)
    Format-->Show fonts, show colors
    Window-->(None not greyed out)
    I have looked at others' advice to this poster and tried deleting the .plist files, but this didn't seem to help at all. Does anyone have any other ideas as to where to start?
    I suspect the trouble may have started after I installed the latest system updates.

    If you have no access to the Preferences in iChat and the Accounts do not show in the iChat Menu > Accounts or in the Window Menu for the KeyStrokes they the answer is to redo the FAQ stuff particularly the Deletion of the .plists nad the Force Quitting of iChatAgent.
    If you have Preferences Access and No Buddies in the Buddy List (or they are greyed out if you show Off Line Buddies) go to the iChat menu > Preferences > Accounts > Security tab and check the Block list is Not Active with all your Buddies in the list.
    7:44 PM Friday; August 8, 2008

  • I paid my iphone and it still isn´t mine becouse i can´t use it the way i want, why ? for example i can´t do nothing without iTunes ?

    I paid my iphone and it still isn´t mine becouse i can´t use it the way i want, why ? for example i can´t do nothing without iTunes ?
    this is so stone age and android is so futristic compared to iphone since android can be use the way anyone wants and you can share or send anything to anyone with just using wi-fi direct or BT not to talk about free apps and music and video downloads :S so i have paid for my iphone but still it isn´t mine since im limited in a use of it

    Let's try to explain this:
    iPhones operate on iOS, which has the highest level of safeguards against malware.  There have been ZERO reported & confirmed cases of a non-jailbroken iOS device suffering from malware.
    Android's operate on an OS that actually ALLOWS significant modifications to the system, which, by definition, allows malware to easily infiltrate the device.  Does it happen to all Android users?  No.  But percentage wise,it's basically infinitely more likely for an Android user to suffer from malware than an iOS user.
    79 percent of all mobile device malware targets the Android platform.  That's means an Android is 113 times more likely than even a jailbroken iOS device to suffrer from malware.
    http://www.v3.co.uk/v3-uk/news/2291561/android-malware-makes-up-79-percent-of-to tal-threats-warns-us-department-of-homeland-security
    Apple iOS and "other" operating systems were both listed as being the victims of 0.7 percent of all mobile malware.
    The low number of threats targeting Apple iOS, despite the popularity of its iPhone and iPad devices, is largely due to the closed security model. This model forces developers to sell their wares on Apple's official App Store, which closely vets all applications before allowing them into the marketplace.

  • A certificate could not be found that can be used with this Extensible Authentication Protocol. (Error 798)

    Hi,
    I posted this on Azure forim with no luck maybe here is a better choise.
    When trying to connect a windows 8\8.1 client with a vpn connection for azure virtual network we get the fallowing error.
    "A certificate could not be found that can be used with this Extensible Authentication Protocol. (Error 798)"\
    I'm fallowing this msdn article about point to site vpn on azure. according to it the certificat is good for both win 7 and win 8.
    http://msdn.microsoft.com/en-us/library/azure/dn133792.aspx
    this is the commanf to build the client certificat:
    makecert.exe -n "CN=ClientCertificateName" -pe -sky exchange -m 96 -ss My -in "RootCertificateName" -is my -a sha1
    When runing the installtion of the certificat on the client the defult crtificate store is "Automatic", It does not metter if I leave it on Automatic or choose any of the other options (personal, trusted issuers ...) I always get the same error.
    Thanks

    Hi,
    Apologize to say that I am not familar with Azure and lack of the environment to investigate the issue here.
    Besides, please take a look at the below threads to see if it could help:
    Point-to-Site on Windows 8 Client
    connection Error 798
    Best regards
    Michael Shao
    TechNet Community Support

  • I have my mac pro with the keyboard in spanish and i didn't knew that it was going to be a big problem because i can't use the key pads the way they are printed, how can i use them the way they r printed?

    i have my mac pro with the keyboard in spanish and i didn't knew that it was going to be a big problem because i can't use the key pads the way they are printed, how can i use them the way they are printed?

    why can't you use the keyboard the way it is printed?

  • When I try to work with some photos Imovie gets stuck and then it stops to work at all. It happens only with some specific photos,is there a way to repair them?I can't go on this way,help me please

    When I try to work with some photos Imovie gets stuck and then it stops to work at all. It happens only with some specific photos,is there a way to repair them?I can't go on this way,help me please

    Hi,
    The movie is probably MPEG format.
    QuickTime Pro and iMovie cannot transcode audio contained in MPEG movies.
    Try to convert with SimpleMovieX or MPEG Streamclip instead.
    http://www.aeroquartet.com/SimpleMovieX/
    http://www.squared5.com
    Regards, BJ

  • A certificate could not be found that can be used with this extensible authentication protocol in PEAP policy config

    Windows 2003 enterprise
    AD DC, DNS, DHCP, CA and IAS all are running from single server. But at the time of configuration of Remote Access Policy the error message of "a certificate could not be found that can be used with this extensible authentication protocol" is appeared.
    So with the help of mmc snap in the certificate was requested from CA (Domain Controller template)as a new certificate request and placed in the local computer personal folder. 
    After placing the certificate the error message was disappeared during configuring PEAP. 
    But after sometime the certificate was disappeared from remote access policy. But the same imported certificate was present in personal folder.
    What is reason for frequent disappearing?
    How to manage the situation?

    Hi,
    I think the cause is that the DomainControllerAuthentication certificate has superseded the
    DomainController certificate which is chosen during the setup of IAS.
    To avoid this, if you’re going to install IAS on a Domain Controller, the DC should be made to enroll for a separate certificate from the template
    'RAS and IAS Servers' before the IAS server is installed and this certificate should then be chosen for any PEAP setup.
    Further details:
    Enrolling Certificates with Templates
    http://technet.microsoft.com/en-us/library/dd197527(v=WS.10).aspx
    Configure the server certificate template
    http://technet.microsoft.com/en-us/library/cc755043(v=WS.10).aspx
    Steven Lee
    TechNet Community Support

  • What Extractor can be used for this purpose?

    Hi all
    I have a requirement for a new report. The user wants to get a report regarding inbound cost saving including materials, material group, MRP controller, vendor, date, qty, actual inbound transportation cost, standard transportation cost which is fixed in SAP and variance between actual and standard.
    Can any one advice me what Extractor and Extract Structure can be used for this purpose?
    Thanks in advance
    Ishi
    Edited by: eletter on Sep 28, 2009 11:11 AM

    Hi
    Extract structure
    The extract structure, data from a DataSource is staged in the source system. The extract structure contains the amount of fields that are offered by an extractor in the source system for the data loading process.
    Extractors
    Extractors is a data retrieval mechanisms in the SAP source system. Which can fill the extract structure of a data source with the data from the SAP source system datasets. The extractor may be able to supply data to more fields than exist in the extract structure.
    Hope this helps you
    santosh

  • The window shrinks down and when you expand it the writing isn't there it only shows the small part that does open. Most of the games can't be played this way!

    When you click to play the game, the window shrinks down and when you expand it the writing isn't there it only shows the small part that does open. Most of the games can't be played this way, you can't read the chat or access most of the buttons!!! It is just the newest version of Firefox because it works fine on my other computer that hasn't been updated and it also works fine in IE.

    See:
    *http://kb.mozillazine.org/Prevent_websites_from_disabling_new_window_features
    *http://kb.mozillazine.org/JavaScript#Advanced_JavaScript_settings
    * http://kb.mozillazine.org/browser.link.open_newwindow
    * http://kb.mozillazine.org/browser.link.open_newwindow.restriction

  • Please tell me if I can use BitSet this way ;

    Please set me right if I'm asking this question in the wrong forum. I am trying to write an object that contains values in a BitSet into a file using ObjectOutputStream. I loose the values upon reading the object back from the file using ObjectInputStream. What am I doing wrong? Am I way off even trying to do this?
    thanks

    Yes you can use it that way... maybe you could post your code as there may be another problem. The following code produces the correct result:
      public static void main( String[] args ) throws Exception {
        File f = new File( "c:/bitset" );
        ObjectOutputStream out = new ObjectOutputStream( new FileOutputStream( f ) );
        BitSet set = new BitSet(3);
        set.set(0);
        set.set(2);
        System.out.println( set );
        out.writeObject(set);
        out.close();
        ObjectInputStream in = new ObjectInputStream( new FileInputStream(f) );
        BitSet set2 = (BitSet)in.readObject();
        System.out.println( set2 );
        in.close();
      }

  • How many video chats can you use with this server?

    I am looking to develop a multi-video chat app that's easy to
    build. Can I use Stratus with this? Or do I need to use FMS.

    none of the video streams will pass through Stratus. Stratus
    only enables end-to-end streams. You are limited only by the amount
    of bandwidth the client ends have as far as how many different
    streams can be flowing.
    if you need to relay streams through a server (the to-many
    case, or the end-to-end is blocked by firewalls or certain NAT
    configurations cases), you'll need to use FMS.
    -mike

  • Why the method can be called in this way?

    Hi all,
    The following is JAVA SWING TREE custom data models program. There are two files in the program: one is TestFrame.java, and the other is MyDataModel.java. I only posted the important part on the Forum.My question is how method getChild(...) in MyDataModel.java was called in the program? Why I couldn't see the statement like tree.getChild(..) in TestFrame.java? After adding PRINT statements, I know the method getChild(..) was called automatically when object tree was initialized , but I don't know why. Thank you in advance.
    ======
    TestFrame.java
    // Imports
    import java.awt.*;
    import java.awt.event.*;
    import javax.swing.*;
    import javax.swing.tree.*;
    class TestFrame extends JFrame
    // Instance attributes used in this example
    private JPanel topPanel;
    private JTree tree;
    private JScrollPane scrollPane;
    // Constructor of main frame
    public TestFrame()
    // Create a new tree control
    MyDataModel treeModel = new MyDataModel( root );
    tree = new JTree(treeModel);
    =========
    ==========
    MyDataModel.java
    import javax.swing.tree.*;
    class MyDataModel extends DefaultTreeModel
    private DefaultMutableTreeNode root;
    private String rootName = "";
    public MyDataModel( TreeNode root )
    super( root );
    DefaultMutableTreeNode parentNode = (DefaultMutableTreeNode)root;
    rootName = (String)parentNode.getUserObject();
    System.out.println("rootName is: "+rootName);
    public Object getChild( Object parent, int index )
    DefaultMutableTreeNode parentNode = (DefaultMutableTreeNode)parent;
    String parentName = (String)parentNode.getUserObject();
    System.out.println("parentName is: "+parentName);
    if( parentName.equals( rootName ) )
    return super.getChild( parent, index );
    else
    return new DefaultMutableTreeNode( cardArray[index] );
    }

    This is the first time I saw this usage. I understood it now, but I was afraid I missed some important concepts on "interface as parameter in the constructor". Therefore, I am wondering where I can find some online document about it in order to understand the usage clearly.
    For example, if there are a few method implementations of interface TreeModel in MyDataModel.java, which methods will it call after calling JTree constructor? all methods or only part of them?
    Thanks

  • Suggestion for whether CDLC + MIDP platform can be used for this scenario?

    Hi,
    I am developing an agent for mobile phones, with a solution which will cover most of the mobile phones (with OS Microsoft ME, Symbian, Blackberry RIM,..) and PDA's
    Features of the agent:
    Sending mobile inventory details like OS, apps running, etc to a server machine
    Installing apps/patches from server to mobiles
    Will the CDLC + MIDP platform be suitable for this kind of development?
    Thanks in advance.

    J2MENewbie wrote:
    Can you please specify why it cannot be used,Don't be silly. It can't be used because the features and services you require aren't a part of the feature set of Java ME.
    and please suggest which platform can i use for developing this application for mobilesNo idea. This forum is for CLDC and MIDP, not for random programming queries. Use Google for that.
    db

  • Can I install Tiger this way?

    I've just bought a 300mhz Blueberry iBook with 288mb ram on ebay. I want to install Tiger on it. I have a G4 867mhz Powerbook, can I do the following:
    Put a new 40gb drive into the PB
    Install Tiger on it
    Then put the new hd into my new iBook
    I have the full procedure for removing the hd from the iBook (55 steps in and out).
    Thanks
    Dave

    I'm not totally convinced this is appropriate. Apple doesn't support Tiger on iBook 300MHz. Panther is the highest supported OS. The OS X Installer will tailor an install to a particular machine - the one it's been run on - not sure how much though - so you may find difficulties later.288Mb is also really too small an amount of RAM for Tiger if you want to do anything other than Internet/Office use.
    However, if you do have Tiger Retail you can exchange the DVDs for CDs and use XPostFacto if you're really keen.
    Installing Panther would be much more suitable.
    mrtotes

Maybe you are looking for