What is wrong with photoshop loading process

I recently bought a new laptop , I5 processor , 4 gb of ram , pretty powerfull system in general but like the previous photoshop versions this new one is a pain to load everything .
I installed about 2 weeks ago the trial version of CS5 and since i have a 64 bits system , everything i have done with it has been blazing fast , but for some unknown reasons , Photoshop 9 is a pain to load , to go to editor and to do anything with images in general , everything takes longer to do than CS5 , somehow it seems to take more sytem resources than CS5 .
Why ?
IT's frustrating as hell , i thought the version installed was a 64 bits as well , if it's not the case , maybe that's the answer , but i am going to continue trying it and see how it performs , but might decide to go with another brand , because i don't have the mopney for CS5 right now .
And no ( for those who might ask ) my system was not low on memory when it happened .

Elements is 32 bits, yes. One thing you can try is to go into the Organizer preferences>Media Analysis and be sure the Auto Analyzer is turned off.

Similar Messages

  • What's wrong with my AJAX process and '&'

    On the page where I create a new record, in my branch I set P10_ID with the newly created primary key and then page 10 loads.
    I have and onload call in the header of page 10 - onload="getValues(document.getElementById('P10_ID'));"
    I want to set my page 0 items, which works, except if I use an ampersand character in one of my fields. I'm having a hard time understanding why...what's so special about the ampersand? I've tried converting to a hex and ascii value but my page 0 items will not set. I get a javascript error that reads: '0' is null or not an object. When I spell out 'and' instead of using the ampersand character, my page 0 items ARE set correctly.
    Here is the code...
    My getValues function is:
    function getValues(pValue) {
      var xml = null;
      var get = new htmldb_Get(null,$v('pFlowId'),'APPLICATION_PROCESS=Set_Page_Zero',0);
      get.add('AI_PRIMARYID',pValue.value);
      ret = get.get('XML');
      if(ret) {
        var lName = ret.getElementsByTagName("LASTNAME");
        if(lName) {
          var last = document.getElementById("P0_LASTNAME");
          last.value = lName[0].getAttribute("VALUE");
        var fName = ret.getElementsByTagName("FIRSTNAME");
        if(fName) {
          var first = document.getElementById("P0_FIRSTNAME");
          first.value = fName[0].getAttribute("VALUE");
      get = null;
    My application process is:
    DECLARE
      vFIRSTNAME varchar2(100);
      vLASTNAME varchar2(100);
    BEGIN
      owa_util.mime_header('text/xml',FALSE);
      htp.p('Cache-Control: no-cache');
      htp.p('Pragma: no-cache');
      owa_util.http_header_close;
      htp.prn('<DATA>');
        select firstname, lastname into vFIRSTNAME, vLASTNAME from addresses where pk_id = :AI_PRIMARYID;
      htp.prn('<FIRSTNAME VALUE="' || vFIRSTNAME || '"></FIRSTNAME>');
      htp.prn('<LASTNAME VALUE="' || vLASTNAME || '"></LASTNAME>');
    EXCEPTION WHEN OTHERS THEN
        htp.prn('<FIRSTNAME VALUE="No records exist"></FIRSTNAME>');
        htp.prn('<LASTNAME VALUE="No records exist"></LASTNAME>');
    END;I can't copy and paste so hopefully I haven't made any errors while retyping.
    Any idea what the problem is and how to fix it?
    Thank you,
    Tammy

    Hi,
    Thanks for that - I'm not sure how I find the time either!!
    Firstly, I would replace &amp; with a silly character that is not likely to appear in the text - something like ^ perhaps.
    So, in the process:
    select REPLACE(firstname,'&','^'), REPLACE(lastname,'&','^') into vFIRSTNAME, vLASTNAME from addresses where pk_id = :AI_PRIMARYID;then in the javascript:
    last.value = lName[0].getAttribute("VALUE").replace("^","&");It is possible that this may have to be:
    last.value = lName[0].getAttribute("VALUE").replace("^","& amp;");(there's no space between the &amp; and amp; - I've had to add that in for the post!)
    Andy
    Edited by: ATD on 11-Nov-2009 17:49

  • What is wrong with Safari quits unexpectedly takes forever to load pinwheel spins and spins and spins do this for months

    What is wrong with Safari quits unexpectedly takes forever to load pinwheel spins and spins and spins going on for months

    Process:         Safari [191]
    Path:            /Applications/Safari.app/Contents/MacOS/Safari
    Identifier:      com.apple.Safari
    Version:         5.1.7 (6534.57.2)
    Build Info:      WebBrowser-75345702~2
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [147]
    Date/Time:       2012-07-23 14:19:38.786 -0400
    OS Version:      Mac OS X 10.6.8 (10K549)
    Report Version:  6
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000000
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Thread 0 Crashed:  Dispatch queue: com.apple.main-thread
    0   ???                                     000000000000000000 0 + 0
    1   ???                                     0x0000000100661f90 0 + 4301660048
    2   com.apple.WebKit2                       0x00007fff8748b488 void CoreIPC::handleMessageVariadic<Messages::WebPageProxy::DidFinishDocumentLoadFor Frame, WebKit::WebPageProxy, void (WebKit::WebPageProxy::*)(unsigned long long, CoreIPC::ArgumentDecoder*)>(CoreIPC::ArgumentDecoder*, WebKit::WebPageProxy*, void (WebKit::WebPageProxy::*)(unsigned long long, CoreIPC::ArgumentDecoder*)) + 87
    3   com.apple.WebKit2                       0x00007fff8748044c WebKit::WebProcessProxy::didReceiveMessage(CoreIPC::Connection*, CoreIPC::MessageID, CoreIPC::ArgumentDecoder*) + 162
    4   com.apple.WebKit2                       0x00007fff87480338 CoreIPC::Connection::dispatchMessage(CoreIPC::Connection::Message<CoreIPC::Argu mentDecoder>&) + 138
    5   com.apple.WebKit2                       0x00007fff87480297 CoreIPC::Connection::dispatchMessages() + 121
    6   com.apple.WebKit2                       0x00007fff8747d5e1 RunLoop::performWork() + 135
    7   com.apple.WebKit2                       0x00007fff8747d52f RunLoop::performWork(void*) + 83
    8   com.apple.CoreFoundation                0x00007fff88a763d1 __CFRunLoopDoSources0 + 1361
    9   com.apple.CoreFoundation                0x00007fff88a745c9 __CFRunLoopRun + 873
    10  com.apple.CoreFoundation                0x00007fff88a73d8f CFRunLoopRunSpecific + 575
    11  com.apple.HIToolbox                     0x00007fff885f57ee RunCurrentEventLoopInMode + 333
    12  com.apple.HIToolbox                     0x00007fff885f5551 ReceiveNextEventCommon + 148
    13  com.apple.HIToolbox                     0x00007fff885f54ac BlockUntilNextEventMatchingListInMode + 59
    14  com.apple.AppKit                        0x00007fff87b48eb2 _DPSNextEvent + 708
    15  com.apple.AppKit                        0x00007fff87b48801 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 155
    16  com.apple.Safari.framework              0x00007fff814ee3a8 -[BrowserApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 177
    17  com.apple.AppKit                        0x00007fff87d83dc3 -[NSApplication _realDoModalLoop:peek:] + 442
    18  com.apple.AppKit                        0x00007fff87d81951 -[NSApplication runModalForWindow:] + 129
    19  com.apple.AppKit                        0x00007fff87d7ee07 -[NSAlert runModal] + 96
    20  com.apple.Safari.framework              0x00007fff814a88d3 -[AppController(FileInternal) _confirmStealthMode] + 287
    21  com.apple.Safari.framework              0x00007fff814a8e65 -[AppController(FileInternal) _togglePrivateBrowsingSuppressingConfirmation:] + 144
    22  com.apple.AppKit                        0x00007fff87c9deda -[NSApplication sendAction:to:from:] + 95
    23  com.apple.Safari.framework              0x00007fff814ee410 -[BrowserApplication sendAction:to:from:] + 82
    24  com.apple.AppKit                        0x00007fff87cc246a -[NSMenuItem _corePerformAction] + 365
    25  com.apple.AppKit                        0x00007fff87cc21d4 -[NSCarbonMenuImpl performActionWithHighlightingForItemAtIndex:] + 121
    26  com.apple.AppKit                        0x00007fff87f47cf4 -[NSMenu _internalPerformActionForItemAtIndex:] + 35
    27  com.apple.AppKit                        0x00007fff87df99e9 -[NSCarbonMenuImpl _carbonCommandProcessEvent:handlerCallRef:] + 136
    28  com.apple.AppKit                        0x00007fff87ca499c NSSLMMenuEventHandler + 321
    29  com.apple.HIToolbox                     0x00007fff885ce7f7 DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 1002
    30  com.apple.HIToolbox                     0x00007fff885cdd46 SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 395
    31  com.apple.HIToolbox                     0x00007fff885eba81 SendEventToEventTarget + 45
    32  com.apple.HIToolbox                     0x00007fff8861ac35 SendHICommandEvent(unsigned int, HICommand const*, unsigned int, unsigned int, unsigned char, void const*, OpaqueEventTargetRef*, OpaqueEventTargetRef*, OpaqueEventRef**) + 387
    33  com.apple.HIToolbox                     0x00007fff88647a0a SendMenuCommandWithContextAndModifiers + 56
    34  com.apple.HIToolbox                     0x00007fff886479c2 SendMenuItemSelectedEvent + 101
    35  com.apple.HIToolbox                     0x00007fff886478d2 FinishMenuSelection(SelectionData*, MenuResult*, MenuResult*) + 150
    36  com.apple.HIToolbox                     0x00007fff88628c27 MenuSelectCore(MenuData*, Point, double, unsigned int, OpaqueMenuRef**, unsigned short*) + 467
    37  com.apple.HIToolbox                     0x00007fff8862837c _HandleMenuSelection2 + 453
    38  com.apple.AppKit                        0x00007fff87b75851 _NSHandleCarbonMenuEvent + 236
    39  com.apple.AppKit                        0x00007fff87b49362 _DPSNextEvent + 1908
    40  com.apple.AppKit                        0x00007fff87b48801 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 155
    41  com.apple.Safari.framework              0x00007fff814ee3a8 -[BrowserApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 177
    42  com.apple.AppKit                        0x00007fff87b0e68f -[NSApplication run] + 395
    43  com.apple.AppKit                        0x00007fff87b073b0 NSApplicationMain + 364
    44  com.apple.Safari.framework              0x00007fff816abba0 SafariMain + 200
    45  com.apple.Safari                        0x0000000100000f1c 0x100000000 + 3868
    Thread 1:  Dispatch queue: com.apple.libdispatch-manager
    0   libSystem.B.dylib                       0x00007fff83b02c0a kevent + 10
    1   libSystem.B.dylib                       0x00007fff83b04add _dispatch_mgr_invoke + 154
    2   libSystem.B.dylib                       0x00007fff83b047b4 _dispatch_queue_invoke + 185
    3   libSystem.B.dylib                       0x00007fff83b042de _dispatch_worker_thread2 + 252
    4   libSystem.B.dylib                       0x00007fff83b03c08 _pthread_wqthread + 353
    5   libSystem.B.dylib                       0x00007fff83b03aa5 start_wqthread + 13
    Thread 2:
    0   libSystem.B.dylib                       0x00007fff83b03a2a __workq_kernreturn + 10
    1   libSystem.B.dylib                       0x00007fff83b03e3c _pthread_wqthread + 917
    2   libSystem.B.dylib                       0x00007fff83b03aa5 start_wqthread + 13
    Thread 3:  WebCore: IconDatabase
    0   libSystem.B.dylib                       0x00007fff83b24a6a __semwait_signal + 10
    1   libSystem.B.dylib                       0x00007fff83b28881 _pthread_cond_wait + 1286
    2   com.apple.WebCore                       0x00007fff88e8fca9 WebCore::IconDatabase::syncThreadMainLoop() + 265
    3   com.apple.WebCore                       0x00007fff88e8d0a8 WebCore::IconDatabase::iconDatabaseSyncThread() + 296
    4   libSystem.B.dylib                       0x00007fff83b22fd6 _pthread_start + 331
    5   libSystem.B.dylib                       0x00007fff83b22e89 thread_start + 13
    Thread 4:
    0   libSystem.B.dylib                       0x00007fff83ae9d7a mach_msg_trap + 10
    1   libSystem.B.dylib                       0x00007fff83aea3ed mach_msg + 59
    2   com.apple.QuartzCore                    0x00007fff8711e396 CA::Render::Server::server_thread(void*) + 177
    3   com.apple.QuartzCore                    0x00007fff8711e2d6 thread_fun + 34
    4   libSystem.B.dylib                       0x00007fff83b22fd6 _pthread_start + 331
    5   libSystem.B.dylib                       0x00007fff83b22e89 thread_start + 13
    Thread 5:
    0   libSystem.B.dylib                       0x00007fff83ae9d7a mach_msg_trap + 10
    1   libSystem.B.dylib                       0x00007fff83aea3ed mach_msg + 59
    2   libSystem.B.dylib                       0x00007fff83b66a17 mach_msg_server + 468
    3   RapportDaishi.dylib                     0x00000001127cb7b0 mig_rpc_server::server_working_thread(void*) + 58
    4   libSystem.B.dylib                       0x00007fff83b22fd6 _pthread_start + 331
    5   libSystem.B.dylib                       0x00007fff83b22e89 thread_start + 13
    Thread 6:
    0   libSystem.B.dylib                       0x00007fff83b2d932 select$DARWIN_EXTSN + 10
    1   RapportUtil1.dylib                      0x0000000114287368 resolver_heartbeat + 230
    2   RapportUtil1.dylib                      0x0000000114266a82 bp_heartbeat_thread + 209
    3   libSystem.B.dylib                       0x00007fff83b22fd6 _pthread_start + 331
    4   libSystem.B.dylib                       0x00007fff83b22e89 thread_start + 13
    Thread 7:
    0   libSystem.B.dylib                       0x00007fff83b24a6a __semwait_signal + 10
    1   libSystem.B.dylib                       0x00007fff83b248f9 nanosleep + 148
    2   libSystem.B.dylib                       0x00007fff83b24863 usleep + 57
    3   RapportDaishi.dylib                     0x00000001127b770f active_monitor_finish_thread(void*) + 61
    4   libSystem.B.dylib                       0x00007fff83b22fd6 _pthread_start + 331
    5   libSystem.B.dylib                       0x00007fff83b22e89 thread_start + 13
    Thread 8:
    0   libSystem.B.dylib                       0x00007fff83ae9d7a mach_msg_trap + 10
    1   libSystem.B.dylib                       0x00007fff83aea3ed mach_msg + 59
    2   com.apple.CoreFoundation                0x00007fff88a74902 __CFRunLoopRun + 1698
    3   com.apple.CoreFoundation                0x00007fff88a73d8f CFRunLoopRunSpecific + 575
    4   com.apple.Foundation                    0x00007fff85cce14f +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 297
    5   com.apple.Foundation                    0x00007fff85c4f114 __NSThread__main__ + 1429
    6   libSystem.B.dylib                       0x00007fff83b22fd6 _pthread_start + 331
    7   libSystem.B.dylib                       0x00007fff83b22e89 thread_start + 13
    Thread 9:
    0   libSystem.B.dylib                       0x00007fff83b24a6a __semwait_signal + 10
    1   libSystem.B.dylib                       0x00007fff83b248f9 nanosleep + 148
    2   libSystem.B.dylib                       0x00007fff83b24863 usleep + 57
    3   RapportDaishi.dylib                     0x00000001127bb923 web_page_monitor::async_finish_document_load() + 37
    4   RapportUtil1.dylib                      0x00000001142bfca1 osx_async_tasks_scheduler::execute_task(tasks_scheduler::task*) + 67
    5   RapportUtil1.dylib                      0x000000011429b3a9 async_tasks_scheduler::work() + 437
    6   RapportUtil1.dylib                      0x00000001142bfd34 async_task_thread_wrapper(void*) + 10
    7   libSystem.B.dylib                       0x00007fff83b22fd6 _pthread_start + 331
    8   libSystem.B.dylib                       0x00007fff83b22e89 thread_start + 13
    Thread 10:  Safari: SpinningProgressIndicator
    0   libSystem.B.dylib                       0x00007fff83ae9d7a mach_msg_trap + 10
    1   libSystem.B.dylib                       0x00007fff83aea3ed mach_msg + 59
    2   com.apple.CoreFoundation                0x00007fff88a74902 __CFRunLoopRun + 1698
    3   com.apple.CoreFoundation                0x00007fff88a73d8f CFRunLoopRunSpecific + 575
    4   com.apple.Foundation                    0x00007fff85c89b74 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 270
    5   com.apple.Foundation                    0x00007fff85c89a53 -[NSRunLoop(NSRunLoop) run] + 77
    6   com.apple.Safari.framework              0x00007fff816e4a21 -[Heartbeat _startHeartbeatRunLoop] + 244
    7   com.apple.Foundation                    0x00007fff85c4f114 __NSThread__main__ + 1429
    8   libSystem.B.dylib                       0x00007fff83b22fd6 _pthread_start + 331
    9   libSystem.B.dylib                       0x00007fff83b22e89 thread_start + 13
    Thread 11:  Safari: SafeBrowsingManager
    0   libSystem.B.dylib                       0x00007fff83ae9d7a mach_msg_trap + 10
    1   libSystem.B.dylib                       0x00007fff83aea3ed mach_msg + 59
    2   com.apple.CoreFoundation                0x00007fff88a74902 __CFRunLoopRun + 1698
    3   com.apple.CoreFoundation                0x00007fff88a73d8f CFRunLoopRunSpecific + 575
    4   com.apple.Safari.framework              0x00007fff8166407d Safari::MessageRunLoop::threadBody() + 107
    5   com.apple.Safari.framework              0x00007fff816640b7 Safari::MessageRunLoop::threadCallback(void*) + 9
    6   libSystem.B.dylib                       0x00007fff83b22fd6 _pthread_start + 331
    7   libSystem.B.dylib                       0x00007fff83b22e89 thread_start + 13
    Thread 12:
    0   libSystem.B.dylib                       0x00007fff83b03a2a __workq_kernreturn + 10
    1   libSystem.B.dylib                       0x00007fff83b03e3c _pthread_wqthread + 917
    2   libSystem.B.dylib                       0x00007fff83b03aa5 start_wqthread + 13
    Thread 13:
    0   libSystem.B.dylib                       0x00007fff83b03a2a __workq_kernreturn + 10
    1   libSystem.B.dylib                       0x00007fff83b03e3c _pthread_wqthread + 917
    2   libSystem.B.dylib                       0x00007fff83b03aa5 start_wqthread + 13
    Thread 14:
    0   libSystem.B.dylib                       0x00007fff83b24a6a __semwait_signal + 10
    1   libSystem.B.dylib                       0x00007fff83b248f9 nanosleep + 148
    2   libSystem.B.dylib                       0x00007fff83b24863 usleep + 57
    3   com.apple.AppKit                        0x00007fff87c943a1 -[NSUIHeartBeat _heartBeatThread:] + 1540
    4   com.apple.Foundation                    0x00007fff85c4f114 __NSThread__main__ + 1429
    5   libSystem.B.dylib                       0x00007fff83b22fd6 _pthread_start + 331
    6   libSystem.B.dylib                       0x00007fff83b22e89 thread_start + 13
    Thread 15:
    0   libSystem.B.dylib                       0x00007fff83b03a2a __workq_kernreturn + 10
    1   libSystem.B.dylib                       0x00007fff83b03e3c _pthread_wqthread + 917
    2   libSystem.B.dylib                       0x00007fff83b03aa5 start_wqthread + 13
    Thread 0 crashed with X86 Thread State (64-bit):
      rax: 0x00000001001d2980  rbx: 0x0000000100657650  rcx: 0x0000000100498c00  rdx: 0x0000000000000000
      rdi: 0x000000010049e000  rsi: 0x00000001004f8d20  rbp: 0x00007fff5fbfd350  rsp: 0x00007fff5fbfd318
       r8: 0x00000001127eda48   r9: 0x00000000ffd8bc56  r10: 0x00000000742ddc96  r11: 0x0000000000000003
      r12: 0x0000000100498c00  r13: 0x0000000000000000  r14: 0x00000001004f8d20  r15: 0x000000010049e000
      rip: 0x0000000000000000  rfl: 0x0000000000010202  cr2: 0x0000000000000000
    Binary Images:
           0x100000000 -        0x100000fff  com.apple.Safari 5.1.7 (6534.57.2) <2208AB17-7F39-5DC1-AE9F-7946DEE3CA0B> /Applications/Safari.app/Contents/MacOS/Safari
           0x100783000 -        0x1007b8fe7 +librooksbas.dylib ??? (???) <EEF7BAA0-C433-17AF-E049-C7B2C22BF139> /Library/Rapport/bin/librooksbas.dylib
           0x102761000 -        0x102782fff +librooksmce.dylib ??? (???) <AFB00909-A5BE-9547-98A8-B85E32F942BF> /Library/Rapport/bin/librooksmce.dylib
           0x1127b3000 -        0x1127e6fff +RapportDaishi.dylib ??? (???) <3569E41D-25A7-FF22-084E-4A4D5D16E8FA> /Library/Rapport/bin/RapportDaishi.dylib
           0x114252000 -        0x11444cfff +RapportUtil1.dylib ??? (???) <3A5C82E9-2D75-04E0-6A6D-E2946F42EA17> /Library/Rapport/bin/RapportUtil1.dylib
        0x7fff5fc00000 -     0x7fff5fc3bdef  dyld 132.1 (???) <B536F2F1-9DF1-3B6C-1C2C-9075EA219A06> /usr/lib/dyld
        0x7fff80003000 -     0x7fff800bcfff  libsqlite3.dylib 9.6.0 (compatibility 9.0.0) <2C5ED312-E646-9ADE-73A9-6199A2A43150> /usr/lib/libsqlite3.dylib
        0x7fff800bd000 -     0x7fff800e5fff  com.apple.DictionaryServices 1.1.2 (1.1.2) <E9269069-93FA-2B71-F9BA-FDDD23C4A65E> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
        0x7fff80126000 -     0x7fff80156fef  com.apple.shortcut 1.1 (1.1) <A99C9D8E-290B-B1E4-FEA5-CC5F2FB9C18D> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
        0x7fff80157000 -     0x7fff8015efff  com.apple.OpenDirectory 10.6 (10.6) <4200CFB0-DBA1-62B8-7C7C-91446D89551F> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
        0x7fff8015f000 -     0x7fff80162ff7  libCoreVMClient.dylib ??? (???) <75819794-3B7A-8944-D004-7EA6DD7CE836> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
        0x7fff80163000 -     0x7fff801fdfff  com.apple.ApplicationServices.ATS 275.19 (???) <2DE8987F-4563-4D8E-45C3-2F6F786E120D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
        0x7fff802b6000 -     0x7fff80393fff  com.apple.vImage 4.1 (4.1) <C3F44AA9-6F71-0684-2686-D3BBC903F020> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
        0x7fff803cf000 -     0x7fff80402ff7  libTrueTypeScaler.dylib ??? (???) <B7BA8104-FA18-39A2-56E1-922EE7A660AC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
        0x7fff80416000 -     0x7fff8041aff7  libCGXType.A.dylib 545.0.0 (compatibility 64.0.0) <DB710299-B4D9-3714-66F7-5D2964DE585B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
        0x7fff806cb000 -     0x7fff806dafef  com.apple.opengl 1.6.14 (1.6.14) <ECAE2D12-5BE3-46E7-6EE5-563B80B32A3E> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
        0x7fff8073c000 -     0x7fff80a5ffe7  com.apple.JavaScriptCore 6534.57 (6534.57.3) <99973578-D474-3664-1388-61CB47E9D6E9> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
        0x7fff80ad2000 -     0x7fff80b1bff7  com.apple.securityinterface 4.0.1 (40418.0.1) <9AF33A9F-2D8C-2AE6-868C-EA836C861031> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
        0x7fff80b1c000 -     0x7fff81326fe7  libBLAS.dylib 219.0.0 (compatibility 1.0.0) <FC941ECB-71D0-FAE3-DCBF-C5A619E594B8> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
        0x7fff81327000 -     0x7fff81441fff  libGLProgrammability.dylib ??? (???) <D1650AED-02EF-EFB3-100E-064C7F018745> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
        0x7fff81454000 -     0x7fff81485fff  libGLImage.dylib ??? (???) <562565E1-AA65-FE96-13FF-437410C886D0> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
        0x7fff81486000 -     0x7fff8148cfff  libCGXCoreImage.A.dylib 545.0.0 (compatibility 64.0.0) <D2F8C7E3-CBA1-2E66-1376-04AA839DABBB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
        0x7fff8148d000 -     0x7fff81cbffe7  com.apple.Safari.framework 6534 (6534.57.2) <596F6CCF-D815-1727-8E58-8B8EE0E44753> /System/Library/PrivateFrameworks/Safari.framework/Versions/A/Safari
        0x7fff81d1b000 -     0x7fff8204ffef  com.apple.CoreServices.CarbonCore 861.39 (861.39) <1386A24D-DD15-5903-057E-4A224FAF580B> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
        0x7fff82050000 -     0x7fff8205bfff  com.apple.CrashReporterSupport 10.6.7 (258) <A2CBB18C-BD1C-8650-9091-7687E780E689> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
        0x7fff8217e000 -     0x7fff8231ffe7  com.apple.WebKit 6534.57 (6534.57.2) <B99EF91E-676F-79A0-FADC-A72C1E14536E> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
        0x7fff82320000 -     0x7fff825a9ff7  com.apple.security 6.1.2 (55002) <0D80504C-9A6D-C865-AF37-7C231ACF97CB> /System/Library/Frameworks/Security.framework/Versions/A/Security
        0x7fff825aa000 -     0x7fff825aaff7  com.apple.vecLib 3.6 (vecLib 3.6) <08D3D45D-908B-B86A-00BA-0F978D2702A7> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
        0x7fff825d0000 -     0x7fff82680fff  edu.mit.Kerberos 6.5.11 (6.5.11) <085D80F5-C9DC-E252-C21B-03295E660C91> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
        0x7fff82681000 -     0x7fff826a8ff7  libJPEG.dylib ??? (???) <32EDAB18-08ED-B31A-D2BD-12EFFE60D83C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
        0x7fff826a9000 -     0x7fff82868fff  com.apple.ImageIO.framework 3.0.5 (3.0.5) <175E97F1-B1A7-655A-F154-5B6ACC5F3985> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
        0x7fff82bad000 -     0x7fff82d6bfff  libicucore.A.dylib 40.0.0 (compatibility 1.0.0) <4274FC73-A257-3A56-4293-5968F3428854> /usr/lib/libicucore.A.dylib
        0x7fff82d6c000 -     0x7fff82df1ff7  com.apple.print.framework.PrintCore 6.3 (312.7) <CDFE82DD-D811-A091-179F-6E76069B432D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
        0x7fff82df2000 -     0x7fff82df7fff  libGIF.dylib ??? (???) <3FD1157B-C002-5268-DEF4-70DDC40E6EDE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
        0x7fff82df8000 -     0x7fff82e03fff  com.apple.corelocation 12.3 (12.3) <A6CFB410-2333-8BE3-658B-75A93C90A9CC> /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation
        0x7fff82e04000 -     0x7fff82e4dfef  libGLU.dylib ??? (???) <B0F4CA55-445F-E901-0FCF-47B3B4BAE6E2> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
        0x7fff82e8f000 -     0x7fff82ecafff  com.apple.AE 496.5 (496.5) <208DF391-4DE6-81ED-C697-14A2930D1BC6> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
        0x7fff82ecb000 -     0x7fff82ecefff  com.apple.help 1.3.2 (41.1) <BD1B0A22-1CB8-263E-FF85-5BBFDE3660B9> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
        0x7fff83920000 -     0x7fff83973ff7  com.apple.HIServices 1.8.3 (???) <F6E0C7A7-C11D-0096-4DDA-2C77793AA6CD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
        0x7fff83982000 -     0x7fff83982ff7  com.apple.Accelerate 1.6 (Accelerate 1.6) <2BB7D669-4B40-6A52-ADBD-DA4DB3BC0B1B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
        0x7fff83983000 -     0x7fff83a0ffef  SecurityFoundation ??? (???) <6860DE26-0D42-D1E8-CD7C-5B42D78C1E1D> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
        0x7fff83a10000 -     0x7fff83a57ff7  com.apple.coreui 2 (114) <D7645B59-0431-6283-7322-957D944DAB21> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
        0x7fff83a58000 -     0x7fff83ae8fff  com.apple.SearchKit 1.3.0 (1.3.0) <4175DC31-1506-228A-08FD-C704AC9DF642> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
        0x7fff83ae9000 -     0x7fff83caafef  libSystem.B.dylib 125.2.11 (compatibility 1.0.0) <9AB4F1D1-89DC-0E8A-DC8E-A4FE4D69DB69> /usr/lib/libSystem.B.dylib
        0x7fff83cab000 -     0x7fff83cbdfe7  libsasl2.2.dylib 3.15.0 (compatibility 3.0.0) <76B83C8D-8EFE-4467-0F75-275648AFED97> /usr/lib/libsasl2.2.dylib
        0x7fff83cbe000 -     0x7fff83dddfe7  libcrypto.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <14115D29-432B-CF02-6B24-A60CC533A09E> /usr/lib/libcrypto.0.9.8.dylib
        0x7fff83dde000 -     0x7fff83e7efff  com.apple.LaunchServices 362.3 (362.3) <B90B7C31-FEF8-3C26-BFB3-D8A48BD2C0DA> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
        0x7fff83e7f000 -     0x7fff83f3cfff  com.apple.CoreServices.OSServices 359.2 (359.2) <BBB8888E-18DE-5D09-3C3A-F4C029EC7886> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
        0x7fff83f3d000 -     0x7fff83f43ff7  com.apple.DiskArbitration 2.3 (2.3) <857F6E43-1EF4-7D53-351B-10DE0A8F992A> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
        0x7fff83f44000 -     0x7fff83f65fe7  libPng.dylib ??? (???) <A6BF1360-1B23-78BD-12EF-E4A5753EEB76> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
        0x7fff83f66000 -     0x7fff83f9cff7  com.apple.framework.Apple80211 6.2.5 (625.6) <B67C7A65-E4FB-4419-3F31-4482E17EF203> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
        0x7fff83f9d000 -     0x7fff84007fe7  libvMisc.dylib 268.0.1 (compatibility 1.0.0) <75A8D840-4ACE-6560-0889-2AFB6BE08E59> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
        0x7fff84008000 -     0x7fff84087fe7  com.apple.audio.CoreAudio 3.2.6 (3.2.6) <79E256EB-43F1-C7AA-6436-124A4FFB02D0> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
        0x7fff840d3000 -     0x7fff840deff7  com.apple.HelpData 2.0.5 (34.1.1) <24DC6CD3-02B7-9332-FF6D-F0C545857B55> /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
        0x7fff840df000 -     0x7fff84104ff7  com.apple.CoreVideo 1.6.2 (45.6) <E138C8E7-3CB6-55A9-0A2C-B73FE63EA288> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
        0x7fff84105000 -     0x7fff84125ff7  com.apple.DirectoryService.Framework 3.6 (621.14) <15CF4C96-372D-C706-A237-47D20D2CAA6B> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
        0x7fff84297000 -     0x7fff842dafef  libtidy.A.dylib ??? (???) <2F4273D3-418B-668C-F488-7E659D3A8C23> /usr/lib/libtidy.A.dylib
        0x7fff8457e000 -     0x7fff84589ff7  com.apple.speech.recognition.framework 3.11.1 (3.11.1) <F0DDF27E-DB55-07CE-E548-C62095BE8167> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
        0x7fff8458a000 -     0x7fff8468eff7  com.apple.PubSub 1.0.5 (65.28) <11D77223-EAAE-0199-1F99-0D28680559CE> /System/Library/Frameworks/PubSub.framework/Versions/A/PubSub
        0x7fff8468f000 -     0x7fff8470cfef  libstdc++.6.dylib 7.9.0 (compatibility 7.0.0) <35ECA411-2C08-FD7D-11B1-1B7A04921A5C> /usr/lib/libstdc++.6.dylib
        0x7fff84731000 -     0x7fff84786ff7  com.apple.framework.familycontrols 2.0.2 (2020) <F09541B6-5E28-1C01-C1AE-F6A2508670C7> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
        0x7fff84787000 -     0x7fff847cfff7  libvDSP.dylib 268.0.1 (compatibility 1.0.0) <170DE04F-89AB-E295-0880-D69CAFBD7979> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
        0x7fff84ba6000 -     0x7fff84bf5ff7  com.apple.DirectoryService.PasswordServerFramework 6.1 (6.1) <01B370FB-D524-F660-3826-E85B7F0D85CD> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordS erver
        0x7fff84bf6000 -     0x7fff84c19fff  com.apple.opencl 12.3.6 (12.3.6) <42FA5783-EB80-1168-4015-B8C68F55842F> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
        0x7fff84c1a000 -     0x7fff84c1aff7  com.apple.ApplicationServices 38 (38) <10A0B9E9-4988-03D4-FC56-DDE231A02C63> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
        0x7fff84c1b000 -     0x7fff84c3cfff  libresolv.9.dylib 41.1.0 (compatibility 1.0.0) <9410EC7F-4D24-6740-AFEE-90405750FAD7> /usr/lib/libresolv.9.dylib
        0x7fff84c3d000 -     0x7fff85339ff7  com.apple.CoreGraphics 1.545.0 (???) <58D597B1-EB3B-710E-0B8C-EC114D54E11B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
        0x7fff853ec000 -     0x7fff85407ff7  com.apple.openscripting 1.3.1 (???) <FD46A0FE-AC79-3EF7-AB4F-396D376DDE71> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
        0x7fff85408000 -     0x7fff8541cff7  com.apple.speech.synthesis.framework 3.10.35 (3.10.35) <621B7415-A0B9-07A7-F313-36BEEDD7B132> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
        0x7fff8541d000 -     0x7fff85552fff  com.apple.audio.toolbox.AudioToolbox 1.6.7 (1.6.7) <F4814A13-E557-59AF-30FF-E62929367933> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
        0x7fff855ad000 -     0x7fff855aeff7  com.apple.audio.units.AudioUnit 1.6.7 (1.6.7) <49B723D1-85F8-F86C-2331-F586C56D68AF> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
        0x7fff85627000 -     0x7fff85636fff  com.apple.NetFS 3.2.2 (3.2.2) <7CCBD70E-BF31-A7A7-DB98-230687773145> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
        0x7fff8571b000 -     0x7fff857d0fe7  com.apple.ink.framework 1.3.3 (107) <FFC46EE0-3544-A459-2AB9-94778A75E3D4> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
        0x7fff8587e000 -     0x7fff8588cff7  libkxld.dylib ??? (???) <8145A534-95CC-9F3C-B78B-AC9898F38C6F> /usr/lib/system/libkxld.dylib
        0x7fff8588d000 -     0x7fff8589efff  SyndicationUI ??? (???) <1DBD7D2A-56A1-BDFA-4742-04B2F42FDF2D> /System/Library/PrivateFrameworks/SyndicationUI.framework/Versions/A/Syndicatio nUI
        0x7fff85a6e000 -     0x7fff85a74ff7  IOSurface ??? (???) <04EDCEDE-E36F-15F8-DC67-E61E149D2C9A> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
        0x7fff85bdd000 -     0x7fff85c3dfe7  com.apple.framework.IOKit 2.0 (???) <4F071EF0-8260-01E9-C641-830E582FA416> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
        0x7fff85c3e000 -     0x7fff85ec0fff  com.apple.Foundation 6.6.8 (751.63) <E10E4DB4-9D5E-54A8-3FB6-2A82426066E4> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
        0x7fff85ec1000 -     0x7fff85f17fff  libTIFF.dylib ??? (???) <31FA0318-105B-9E11-B4D4-246BFD5B18E1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
        0x7fff85f8e000 -     0x7fff85fa4fef  libbsm.0.dylib ??? (???) <42D3023A-A1F7-4121-6417-FCC6B51B3E90> /usr/lib/libbsm.0.dylib
        0x7fff85fe7000 -     0x7fff86012ff7  libxslt.1.dylib 3.24.0 (compatibility 3.0.0) <3630A97F-55C1-3F34-CA63-3847653C9645> /usr/lib/libxslt.1.dylib
        0x7fff86013000 -     0x7fff86051fe7  libFontRegistry.dylib ??? (???) <395D7C0D-36B5-B353-0DC8-51ABC0B1C030> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
        0x7fff86095000 -     0x7fff860e1fff  libauto.dylib ??? (???) <F7221B46-DC4F-3153-CE61-7F52C8C293CF> /usr/lib/libauto.dylib
        0x7fff860e2000 -     0x7fff8612cff7  com.apple.Metadata 10.6.3 (507.15) <DE238BE4-5E22-C4D5-CF5C-3D50FDEE4701> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
        0x7fff8612d000 -     0x7fff86141fff  libGL.dylib ??? (???) <2ECE3B0F-39E1-3938-BF27-7205C6D0358B> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
        0x7fff86142000 -     0x7fff86143fff  liblangid.dylib ??? (???) <EA4D1607-2BD5-2EE2-2A3B-632EEE5A444D> /usr/lib/liblangid.dylib
        0x7fff86190000 -     0x7fff86246ff7  libobjc.A.dylib 227.0.0 (compatibility 1.0.0) <03140531-3B2D-1EBA-DA7F-E12CC8F63969> /usr/lib/libobjc.A.dylib
        0x7fff86247000 -     0x7fff86247ff7  com.apple.Carbon 150 (152) <19B37B7B-1594-AD0A-7F14-FA2F85AD7241> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
        0x7fff86321000 -     0x7fff863e3fe7  libFontParser.dylib ??? (???) <EF06F16C-0CC9-B4CA-7BD9-0A97FA967340> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
        0x7fff863e4000 -     0x7fff863f0fff  libbz2.1.0.dylib 1.0.5 (compatibility 1.0.0) <6FB0A8F4-72A1-D28F-E801-DE2C7498AFB9> /usr/lib/libbz2.1.0.dylib
        0x7fff863f1000 -     0x7fff8642eff7  libssl.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <F743389F-F25A-A77D-4FCA-D6B01AF2EE6D> /usr/lib/libssl.0.9.8.dylib
        0x7fff8642f000 -     0x7fff86876fef  com.apple.RawCamera.bundle 3.7.1 (570) <5AFA87CA-DC3D-F84E-7EA1-6EABA8807766> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
        0x7fff86893000 -     0x7fff869a9ff7  libxml2.2.dylib 10.3.0 (compatibility 10.0.0) <3814FCF9-92B9-A6AB-E76A-F7021894AA3F> /usr/lib/libxml2.2.dylib
        0x7fff869aa000 -     0x7fff869aeff7  libmathCommon.A.dylib 315.0.0 (compatibility 1.0.0) <95718673-FEEE-B6ED-B127-BCDBDB60D4E5> /usr/lib/system/libmathCommon.A.dylib
        0x7fff869af000 -     0x7fff869f0fef  com.apple.QD 3.36 (???) <5DC41E81-32C9-65B2-5528-B33E934D5BB4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
        0x7fff86ae6000 -     0x7fff86c24fff  com.apple.CoreData 102.1 (251) <32233D4D-00B7-CE14-C881-6BF19FD05A03> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
        0x7fff86d1e000 -     0x7fff86d2dfff  libxar.1.dylib ??? (???) <CBAF862A-3C77-6446-56C2-9C4461631AAF> /usr/lib/libxar.1.dylib
        0x7fff86d2e000 -     0x7fff86d31ff7  com.apple.securityhi 4.0 (36638) <38935851-09E4-DDAB-DB1D-30ADC39F7ED0> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
        0x7fff86f15000 -     0x7fff86f17fff  libRadiance.dylib ??? (???) <B422DA26-E0CF-F280-6EB4-3B8FEF59B665> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
        0x7fff86f18000 -     0x7fff86f18ff7  com.apple.Cocoa 6.6 (???) <68B0BE46-6E24-C96F-B341-054CF9E8F3B6> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
        0x7fff86fe5000 -     0x7fff870cafef  com.apple.DesktopServices 1.5.11 (1.5.11) <39FAA3D2-6863-B5AB-AED9-92D878EA2438> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
        0x7fff870cb000 -     0x7fff87468fe7  com.apple.QuartzCore 1.6.3 (227.37) <16DFF6CD-EA58-CE62-A1D7-5F6CE3D066DD> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
        0x7fff87469000 -     0x7fff87469ff7  com.apple.Accelerate.vecLib 3.6 (vecLib 3.6) <DA9BFF01-40DF-EBD5-ABB7-787DAF2D77CF> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
        0x7fff8746a000 -     0x7fff87624ff7  com.apple.WebKit2 6534.57 (6534.57.2) <0C4B9A17-F7DA-B2FD-961E-DA258D56CCDE> /System/Library/PrivateFrameworks/WebKit2.framework/Versions/A/WebKit2
        0x7fff87625000 -     0x7fff87a68fef  libLAPACK.dylib 219.0.0 (compatibility 1.0.0) <0CC61C98-FF51-67B3-F3D8-C5E430C201A9> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
        0x7fff87a69000 -     0x7fff87a6fff7  com.apple.CommerceCore 1.0 (9.1) <3691E9BA-BCF4-98C7-EFEC-78DA6825004E> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/C ommerceCore.framework/Versions/A/CommerceCore
        0x7fff87a70000 -     0x7fff87a81ff7  libz.1.dylib 1.2.3 (compatibility 1.0.0) <FB5EE53A-0534-0FFA-B2ED-486609433717> /usr/lib/libz.1.dylib
        0x7fff87ab4000 -     0x7fff87ac9ff7  com.apple.LangAnalysis 1.6.6 (1.6.6) <DC999B32-BF41-94C8-0583-27D9AB463E8B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
        0x7fff87aca000 -     0x7fff87b04fff  libcups.2.dylib 2.8.0 (compatibility 2.0.0) <7982734A-B66B-44AA-DEEC-364D2C10009B> /usr/lib/libcups.2.dylib
        0x7fff87b05000 -     0x7fff884ffff7  com.apple.AppKit 6.6.8 (1038.36) <4CFBE04C-8FB3-B0EA-8DDB-7E7D10E9D251> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
        0x7fff88575000 -     0x7fff88582fe7  libCSync.A.dylib 545.0.0 (compatibility 64.0.0) <1C35FA50-9C70-48DC-9E8D-2054F7A266B1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
        0x7fff885c7000 -     0x7fff888c5fff  com.apple.HIToolbox 1.6.5 (???) <AD1C18F6-51CB-7E39-35DD-F16B1EB978A8> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
        0x7fff888c6000 -     0x7fff888c6ff7  com.apple.CoreServices 44 (44) <DC7400FB-851E-7B8A-5BF6-6F50094302FB> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
        0x7fff88a28000 -     0x7fff88b9ffe7  com.apple.CoreFoundation 6.6.6 (550.44) <BB4E5158-E47A-39D3-2561-96CB49FA82D4> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
        0x7fff88c2e000 -     0x7fff88cacff7  com.apple.CoreText 151.12 (???) <5BE797B7-C903-B664-ADD9-7514B1A6EF9E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
        0x7fff88cad000 -     0x7fff88d29ff7  com.apple.ISSupport 1.9.7 (55) <BAE839AB-9DBD-FB23-F1F1-39445F04D8DA> /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
        0x7fff88d2a000 -     0x7fff88d2bff7  com.apple.TrustEvaluationAgent 1.1 (1) <74800EE8-C14C-18C9-C208-20BBDB982D40> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
        0x7fff88d2c000 -     0x7fff88d42fe7  com.apple.MultitouchSupport.framework 207.11 (207.11) <8233CE71-6F8D-8B3C-A0E1-E123F6406163> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
        0x7fff88d43000 -     0x7fff88d86ff7  libRIP.A.dylib 545.0.0 (compatibility 64.0.0) <5FF3D7FD-84D8-C5FA-D640-90BB82EC651D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
        0x7fff88e88000 -     0x7fff89ef2fef  com.apple.WebCore 6534.57 (6534.57.2) <9BE3BFB2-D520-CD10-E4A1-3C2AF322A097> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
        0x7fff89fab000 -     0x7fff8a06cfef  com.apple.ColorSync 4.6.8 (4.6.8) <7DF1D175-6451-51A2-DBBF-40FCA78C0D2C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
        0x7fff8a06d000 -     0x7fff8a06ffff  com.apple.print.framework.Print 6.1 (237.1) <CA8564FB-B366-7413-B12E-9892DA3C6157> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
        0x7fff8a070000 -     0x7fff8a089fff  com.apple.CFOpenDirectory 10.6 (10.6) <CCF79716-7CC6-2520-C6EB-A4F56AD0A207> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
        0x7fff8a08a000 -     0x7fff8a0cbfff  com.apple.SystemConfiguration 1.10.8 (1.10.2) <78D48D27-A9C4-62CA-2803-D0BBED82855A> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
        0x7fff8a0cc000 -     0x7fff8a0d1fff  libGFXShared.dylib ??? (???) <6BBC351E-40B3-F4EB-2F35-05BDE52AF87E> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
        0x7fff8a640000 -     0x7fff8a657fff  com.apple.ImageCapture 6.1 (6.1) <79AB2131-2A6C-F351-38A9-ED58B25534FD> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
        0x7fff8a6ca000 -     0x7fff8a79efe7  com.apple.CFNetwork 454.12.4 (454.12.4) <C83E2BA1-1818-B3E8-5334-860AD21D1C80> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
        0x7fff8a7a7000 -     0x7fff8a7acff7  com.apple.CommonPanels 1.2.4 (91) <4D84803B-BD06-D80E-15AE-EFBE43F93605> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
        0x7fffffe00000 -     0x7fffffe01fff  libSystem.B.dylib ??? (???) <9AB4F1D1-89DC-0E8A-DC8E-A4FE4D69DB69> /usr/lib/libSystem.B.dylib

  • Hi my iph4s wont turn on or off and seems to be zoomed into a particular part of the screen, loads normally when rebooted the phone. what is wrong with it? and how would i go abouts fixing it?thanks

    hi my
    iph4s wont turn on or off and seems to be zoomed into a particular part of the screen, loads normally when rebooted the phone. what is wrong with it? and how would i go abouts fixing it?
    also recovery mode shows up as a red icon instead of a blue one, not jail broken or had any third party alterations
    thanks

    Reset the PRAM
    Reinstall the operating system from the dvd (you will not loose your data)

  • What is wrong with my Photoshop CS3 extended?

    Hello. I don't understand what's wrong with my CS3 extended, but i don't have Render filters under Filter menu. Have everything else but no Render. Anybody ever had same problem?
    thank you

    >
    "probably bad version of photoshop...
    Very possible if you didn't buy it from an authorised dealer. There have been some very convincing counterfeits being sold all over the world, and one of the tell-tales is that not everything in the application works and /or there are things missing from it.
    Does the disk or the packaging have "Printed in Singapore" on it?

  • My iphone 4 with 4.3.3 upgrade to 5.1.1,it said to me I should active it,I buy a active-card but it say 'Your request couldn't be processed.We're sorry, but there was an error processing your request. Please try again later.'  What's wrong with my iphone

    my iphone 4 with 4.3.3 upgrade to 5.1.1,it said to me I should active it,I buy a active-card but it say 'Your request couldn’t be processed.We’re sorry, but there was an error processing your request. Please try again later.'  What's wrong with my iphone

    It sounds a lot like your phone was jailbroken or hacked to unlock it before you updated.
    Was it?

  • What is wrong with Safari? wont load

    What is wrong with Safari, all my products won't load web pages. It's periodic with the Iphone 5, then the Ipad mini, and my Macbook air.. give us answers if you got them. Please

    If none of your devices can browse the Web, the problem is in the network or in your router. Try restarting it.

  • What is wrong with the Photoshop CC 2014 blur tool?

    What is wrong with the Photoshop CC 2014 blur tool?  It only blurs pixels of initial contact with the tool.  It does not blur any pixels that are swiped by the tool as you drag it across the screen.  Photoshop CS6 blur tool works just fine.  Togeling between two versions of Photoshop to get the work done is a drag!

    all my settings both in the Options Bar and the Brush Panel are the same whether in CS6, CC, or CC 2014.
    Let’s see the screenshots.
    Don't know how to post a screen shot
    Use the camera icon.

  • When i use the apple store, Your request is temporarily unable to be processed. what is wrong with it? can someone help me?

    when i use the apple store, Your request is temporarily unable to be processed. what is wrong with it? can someone help me?

    Try turning off the Firewall in System Preferences > Security (or Security & Privacy) > Firewall
    Disable anti virus software if you have that installed before downloading media from the App Store.
    When you post for help, please tell us which Mac OS X you have installed. Thanks !

  • My iPhone 5 screen is black and will not come back on. The phone still works when paired with my vehicles Bluetooth what's wrong with it, and can I fix it?

    My iPhone 5 screen is black and will not come back on. The phone still works when paired with my vehicles Bluetooth what's wrong with it, and can I fix it?

    I have a similar problem.  I restored my iPhone 5 to the latest available OS.  After completing the process the phone never restarted.  The phone was fully charged when I restored it but now refuses to charge past the red battery icon.  I have been able to get the phone in UFD mode several times and have been able to load the new OS on the phone.  The Apple logo does come on and the software fully loads.  iTunes tells me the phone will restart but never does.  I left it to charge all night but it never appeared to load the battery.  This morning I went to the Grand Central Terminal apple store for help.  A woman at the store plugged the phone in but it never charged.  She absolutely refused to believe that I got my phone in UFD mode and loaded any software on.  I don't think it is a battery issue.  The only solution I was given was to buy a new phone.  Repairing it was out of the question.  At this point the phone is completely useless.  Thanks in advance for the help.

  • What is Wrong with CS4 Software?

    I Upgrated Mac Operating system Panter OS X 10.9.1 and I'm not able to print from photoshop or Ilustrator, Programs Crashes, when loading cc profiles, paer and size,
    new driver instaled

    it's more like what's wrong with your os.  cs4 obviously was not and could not be designed to work with your os.
    whether your os works with cs4 is not an adobe issue.  nevertheless, you can check other user's experiences here, http://roaringapps.com/apps:table

  • What is wrong with the cloned HD?

    Hi, there,
    I have a G4 Sawtooth, 1.3 GHz, 1.6 GB RAM, with an ACARD ATA-100. An 80 GB HD is connected to the ATA bus of the motherboard, and an 160 GB HD to the ACARD. I cloned Mac OS 10.4.10 from the 80 GB HD to the 160 GB HD. I could boot the 160 GB cloned HD to the window when I was asked about the name and password. I used the name and password, which I have with my original HD. However, the window just shook my password off. I used the installation disc for resting password, and found there was no name or password for the cloned. Besides, the box for entering the name was obscured in gray that I could not enter a name there.
    What is wrong with the clone? What should I do to make the clone HD completely bootable?
    Thanks.
    Robert

    Inasmuch as you've provided little helpful information about how you prepped the drive and cloned it, all I can do is suggest the following:
    Extended Hard Drive Preparation
    1. Boot from your OS X Installer Disk. After the installer loads select your language and click on the Continue button. When the menu bar appears select Disk Utility from the Installer menu (Utilities menu for Tiger.)
    2. After DU loads select your hard drive (this is the entry with the mfgr.'s ID and size) from the left side list. Note the SMART status of the drive in DU's status area. If it does not say "Verified" then the drive is failing or has failed and will need replacing. Otherwise, click on the Partition tab in the DU main window.
    3. Set the number of partitions from the dropdown menu (use 1 partition unless you wish to make more.) Set the format type to Mac OS Extended (Journaled, if supported.) Click on the Partition button and wait until the volume(s) mount on the Desktop.
    4. Select the volume you just created (this is the sub-entry under the drive entry) from the left side list. Click on the Erase tab in the DU main window.
    5. Set the format type to Mac OS Extended (Journaled, if supported.) Click on the Options button, check the button for Zero Data and click on OK to return to the Erase window.
    6. Click on the Erase button. The format process will take 30 minutes to an hour or more depending upon the drive size.
    How to Clone Using Restore Option of Disk Utility
    1. Open Disk Utility from the Utilities folder.
    2. Select the backup or destination volume from the left side list.
    3. Click on the Erase tab in the DU main window. Set the format type to Mac OS Extended (journaled, if available) and click on the Erase button. This step can be skipped if the destination has already been freshly erased.
    4. Click on the Restore tab in the DU main window.
    5. Select the backup or destination volume from the left side list and drag it to the Destination entry field.
    6. Select the startup or source volume from the left side list and drag it to the Source entry field.
    7. Double-check you got it right, then click on the Restore button.
    8. Select the destination drive on the Desktop and press COMMAND-I to open the Get Info window. At the bottom in the Ownership and Permissions section be sure the box labeled "Ignore Permissions on this Volume" is unchecked. Verify the settings for Ownership and Permissions as follows: Owner=system with read/write; Group=admin with read/write; Other with read-only. If they are not correct then reset them.

  • I can't turn my laptop on after I put it to sleep. What's wrong with it?

    Hi. What's wrong with my laptop? I put it to sleep then won't turn on anymore.

    First, you can force the Mac to shutdown by pasting in this command in Terminal (in Applications>Utilities). Only paste it in. Don't try to type it.
    sudo shutdown -h now
    Hit return. You will be asked for your admin password. Nothing will appear on the screen when you type it in. This is normal. You will also get a warning about using sudo, which you can ignore. This is safe. After you enter your pword, hit return again.
    Then, boot up again into Verbose Mode by holding down the v key at the startup chime. This will bring you to a screen that shows the boot sequence in text as its loading. It will go by kind of fast, but we're not interested in the bootup process. Next, do a normal shutdown and you may be brought to the same kind of text screen, which will show the shutdown sequence. (I know this works this way in Snow Leopard after booting in Verbose mode; not sure about Tiger, though.) If it hangs, it may show in what part of the shutdown process it's hanging. Have a camera or note paper ready to write down where it's getting stuck.
    One other thing to try is an SMC Reset. Unplug from wall power, leave for ten minutes, then hold in the power button for five seconds. Reconnect to power and startup again.

  • Repairing disk permissions daily what is wrong with my macbook pro

    repairing disk permissions daily what is wrong with my macbook pro

    Thanks Clinton - that is what I was afraid of so I have backed up to another hard drive and I ran that program the results are posted below
    Hardware Information:
              MacBook Pro (15-inch, Mid 2010)
              MacBook Pro - model: MacBookPro6,2
              1 2.66 GHz Intel Core i7 CPU: 2 cores
              4 GB RAM
    Video Information:
              NVIDIA GeForce GT 330M - VRAM: 512 MB
              Intel HD Graphics - VRAM: 288 MB
    System Software:
              Mac OS X 10.6.8 (10K549) - Uptime: 0 days 0:8:24
    Disk Information:
              Hitachi HTS545050B9SA02 disk0 : (465.76 GB)
                        (null) (disk0s1) <not mounted>: 200 MB
                        Macintosh HD (disk0s2) /: 434 GB (16.5 GB free)
                        BOOTCAMP (disk0s3) /Volumes/BOOTCAMP: 31.44 GB (2.06 GB free)
              MATSHITADVD-R   UJ-898
    USB Information:
              Western Digital Ext HDD 1021 1.82 TB
                        (null) (disk1s1) <not mounted>: 200 MB
                        Elements (disk1s2) /Volumes/Elements: 1.82 TB (944.25 GB free)
              Western Digital  My Book          465.76 GB
                        (null) (disk2s1) <not mounted>: 200 MB
                        Time Machine Backups (disk2s2) /Volumes/Time Machine Backups: 465.44 GB (32.37 GB free)
              EPSON EPSON Scanner
              Apple Inc. Apple Internal Keyboard / Trackpad
              Apple Inc. BRCM2070 Hub
                        Apple Inc. Bluetooth USB Host Controller
              Apple Internal Memory Card Reader
              Microsoft  Compact Optical Mouse 500
              Apple Computer, Inc. IR Receiver
              Apple Inc. Built-in iSight
    FireWire Information:
    Thunderbolt Information:
    Kernel Extensions:
    Problem System Launch Daemons:
              [not loaded] org.samba.winbindd.plist
    Problem System Launch Agents:
              [failed] com.apple.Kerberos.renew.plist
    Launch Daemons:
              [loaded] com.adobe.fpsaud.plist
              [loaded] com.adobe.SwitchBoard.plist
              [loaded] com.smithmicro.schedulerdaemon.plist
    Launch Agents:
              [not loaded] com.adobe.AAM.Updater-1.0.plist
              [loaded] com.adobe.CS5ServiceManager.plist
    User Launch Agents:
              [loaded] com.adobe.AAM.Updater-1.0.plist
              [loaded] com.adobe.ARM.930da3ce175de4e82bd3cdf1dd8571f74bd3b6a7236bc94bfc00f6e9.plist
              [failed] com.apple.CSConfigDotMacCert-[redacted]@me.com-SharedServices.Agent.plist
              [loaded] com.google.keystone.agent.plist
              [not loaded] com.smithmicro.cleaning.schedulermailer.plist
    User Login Items:
              iTunesHelper
              EEventManager
              FontAgent Activator
              Aimersoft Helper Compact
    3rd Party Preference Panes:
              Flash Player
              Flip4Mac WMV
              FAPPreferences
              Growl
    Internet Plug-ins:
              AdobeAAMDetect.plugin
              AdobePDFViewer.plugin
              Flash Player.plugin
              FlashPlayer-10.6.plugin
              Flip4Mac WMV Plugin.plugin
              Google Earth Web Plug-in.plugin
              iPhotoPhotocast.plugin
              JavaAppletPlugin.plugin
              NPRoblox.plugin
              QuickTime Plugin.plugin
              Silverlight.plugin
              Unity Web Player.plugin
    User Internet Plug-ins:
    Bad Fonts:
              None
    Top Processes by CPU:
                   5%          EtreCheck
                   3%          syslogd
                   2%          WindowServer
                   1%          fontd
                   0%          LaunchCFMApp
                   0%          EPSON Scanner
                   0%          ODSAgent
    Top Processes by Memory:
              102 MB   mds
              53 MB    WindowServer
              53 MB    Mail
              37 MB    Finder
              20 MB    coreservicesd
              20 MB    FontAgent Activator
              20 MB    EtreCheck
              16 MB    Dock
              16 MB    mdworker
              12 MB    Aimersoft Helper Compact
    Virtual Memory Statistics
              2.26 GB  Free RAM
              531 MB   Active RAM
              420 MB   Inactive RAM
              702 MB   Wired RAM
              284 MB   Page-ins
              0 B      Page-outs

  • What's Wrong with My Computer?

    I have a G5 desktop computer, I believe it's referred to as a "Power Mac." My mom purchased it some years ago, I think in late 2005 shortly after this particular model was on the market.
    Info is:
    Version 10.5.8
    Processor 4 x 2.5 GHz PowerPC G5
    Memory 4.5 GB DDR2 SDRAM
    Hard Drive 240 GB (127 GB unused/available)
    My mother wasn't using this computer for many years, and my 13" Macbook was giving me trouble, so she gave this one to me. It's all been great (she maxed out the memory and hard drive space when she bought it, even though it is outdated and insignificant compared to current models), except for one little thing... Browsing the internet is usually fine when it's only one window, but not always. However, it is almost a guarantee that while trying to operate multiple windows and trying to play a video, Safari will crash. And not just once in awhile. I'm talking about on a daily basis. During regular offline computer use, like Photoshop or iTunes, the computer will sometimes grey over (as if someone put a fairly thick grey film over the entire screen), and tell me I have to restart the computer. So what's wrong with it? I presume it is a physical issue (failing memory, mother board, etc.), but what?

    Your computer is not remotely "maxed out" with RAM.
    You're describing a G5 Quad like mine (though mine was built in June of 2006), and maxed out means having 16 GB of RAM installed, like mine has.
    The Frolick wrote:
    …the computer will sometimes grey over (as if someone put a fairly thick grey film over the entire screen), and tell me I have to restart the computer. So what's wrong with it?…
    That's called a Kernel Panic, and, yes, it is most often caused by hardware problems, such as bad RAM or mismatched RAM.  I can't imagine how you get to 4.5 GB of RAM without exponentially increasing the risk of mismatched RAM.
    RAM has to be installed in matched pairs, starting from the center slots and spreading outward: 4*3*2*1*1*2*3*4
    On the other hand, my own personal experience has led me to conclude that Safari is a piece of cr@p.  It causes problems just being active in the background, causing other applications to fail.
    Check your RAM carefully, starting with just one pair of matched RAM sticks in the two center slots, then adding one pair at a time.  Check your hard disk with Apple's Disk Utility.
    The kernel panics can be caused by a damaged directory too, so if you own Disk Warrior, run it.  If you don't own DiskWarrior, at least Repair Permissions with Apple's Disk Utility and use Verify Disk/Repair Disk with it.
    I'd also recommend downloading and installing Applejack and run it according to the instructions.
    Good luck.
    2.5 GHz Power Mac (PPC) G5-Quad; 16GB RAM; mutant, flashed 550MHz nVidia GeForce 7800GTX 1,700MHz 512MB VRAM; ATTO ExpressPCI UL5D LP SCSI card; Mac OS X Tiger 10.4.11 and Leopard 10.5.8 boot drives; Spotblight, Dashboard and Time Machine permanently disabled; dual 22" CRT monitors; USB wireless 'n' available but connected to the Internet via wired Ethernet; FW flatbed scanner; 2 SCSI scanners (one tabloid-size transparency scanner and a film scanner); various internal & external HDs; FW Epson 2200 and Ethernet Samsung ML-2850ND printers; 2 X Back-UPS RS 1500 XS units.

Maybe you are looking for

  • How to get the current GMT time in java

    Hi, How to get the current GMT time in java Thanks

  • Change WBS element from non-statistical to statistical

    Hi all, In the control tab of a WBS element, I am trying to change it from non-statistical to statistical. However, the checkbox is grayed out and not allowing me. I have tried using transaction CNMASS for this but I am getting error CJ727: Changing

  • Ms Project shows wrong time duration

    Hi, I'm new user for ms Project. I realized there is something wrong with the duration. it should be 3 day, but it was written down 5 days instead. Task Name Duration Start Finish Chemical Cleaning Phase 5 days Fri 7/10/15 Sun 7/12/15 does anybody kn

  • Abstract class Calendar

    I'm very confused about the abstract class Calendar, I ever thought that an abstract class can't instantiate objects. But this class do. thanks to the method Calendar.getInstance(); this is my headache. How is it possible?

  • Keine Anzeige der Cover in Alben

    Nach Synchronisation erfolgt keine Anzeige der Cover in den Alben?