I make big error

Hallo. For my project I am working on for other company I have to put code in sun solaris server. Company have give me "root" user name and I log in from "ssh" protocol. I am beginner for solaris so I look on internet for commands I I make error of enter "rm -rf *" in file. Now many program disapear and is not good. How to get back as is no recyling bin? Plese advise as I am get email and also phone call.

Supposing for the sake of argument that El Twinky
were for real, how would you rate his chances of
achieving this?Erm, -0.0000000000 or some such? ( give or take a bit ;-)
Though I do rather miss the "good" old days of tech-support...True story follows (on topic with your other reply): when I was a young
student an older friend of mine (also a student) asked me to "take care
of everything for an hour or so" because he wanted to play pool with
his friends down town although he was on duty: garding a VAX/780,
running unix V6 with 40 or so terminals attached to it.
No problem, I could do it (I said ignorantly). After a few minutes those
darn users started to complain about the system getting too slow and
blahblahblah. Me, being the proud owner of an early Acorn Atom (tm)
home computer, trotted off to the central university computining centre,
asked which one of those humming washing machines was a VAX
and simply turned the key; waited a bit to get rid of the "wheeooooh ..."
ventilator sounds and turned that key back the other way then.
Just as I did with my little Acorn Atom home computer ...
When I got back to that terminal room everybody was still complaining
and even more: the numerical analysis group had started to complain
too: their PDP 11/70 had stopped responding. So I went back to that
central computing centre and randomly swicthed off and back on again
some systems, including that VAX 11/780 (by sheer serendipity).
I (clevery) decided to wait awhile before returning to those terminal rooms.
After, say, 15 minutes or so I returned, my friend got back too and,
believe it or not: everybody was happy again: all systems were back up
again and everybody was working on their finite elements methods and
whatever again.
I must have it in me ;-)
kind regards,
Jos

Similar Messages

  • Code to big error

    I am writing a program and I receive a "code to large" error. What does this mean? My code for the program is only 20,000 lines I have other programs that are larger and before this I have never seen this error. It is only in one portion of my program in a class that extends a JPanel. When I eliminate the code I just added and add more code in another portion of the program I do not receive this error. Is there a code length maximum that is only allowed in one class and if there is how can I extend that length to a desired length. I am sure people write some extensive programs in Java and I find it hard to believe I have already reached a code to big error only after 20,000 lines of code. If there is anybody who can help me out that would be great. I need to add a section of code to my program to make it work but I can not due to the preceding error message.

    There are no hard and fast rules for the max size
    your file should reach. It depends a lot on what it's
    doing, how much you comment, etc.Not that it matters much, but there are some hard limits on the size of a .class
    file; I ripped this from the VM spec:4.1 The ClassFile Structure
    A class file consists of a single ClassFile structure:
        ClassFile {
             u4 magic;
             u2 minor_version;
             u2 major_version;
             u2 constant_pool_count;
             cp_info constant_pool[constant_pool_count-1];
             u2 access_flags;
             u2 this_class;
             u2 super_class;
             u2 interfaces_count;
             u2 interfaces[interfaces_count];
             u2 fields_count;
             field_info fields[fields_count];
             u2 methods_count;
             method_info methods[methods_count];
             u2 attributes_count;
             attribute_info attributes[attributes_count];
        }As you can see, no more than 64K different constants are allowed, no more than
    64K implemented interfaces, no more than 64K fields and no more than 64K
    methods per class. But even with 20,000 lines of code shudder, you won't
    meet this limits ;-)
    kind regards,
    Jos

  • Safari make and error every time i open. Only for second restricted user

    Hi, i have a question, i try to don't disturb, but I have a trouble. Lion 10.7.5 and Safari 6.01. Only for second restricted user i have this error every time i open safari.
    Safari ack to me to ri-open windows or not, but make me error
    Many thanks
    gianfranco
    Process:         Safari [1343]
    Path:            /Applications/Safari.app/Contents/MacOS/Safari
    Identifier:      com.apple.Safari
    Version:         6.0.1 (7536.26.14)
    Build Info:      WebBrowser-7536026014000000~1
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [1053]
    Date/Time:       2012-10-20 12:53:49.243 +0200
    OS Version:      Mac OS X 10.7.5 (11G63)
    Report Version:  9
    Interval Since Last Report:          45294 sec
    Crashes Since Last Report:           88
    Per-App Interval Since Last Report:  2617 sec
    Per-App Crashes Since Last Report:   65
    Anonymous UUID:                      8FA76214-3845-4883-BCBD-FE6CF0FA8C7F
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000000
    VM Regions Near 0:
    -->
        __TEXT                 00000001032e7000-00000001032e8000 [    4K] r-x/rwx SM=COW  /Applications/Safari.app/Contents/MacOS/Safari
    Application Specific Information:
    objc[1343]: garbage collection is OFF
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   ???                                     000000000000000000 0 + 0
    1   com.apple.WebKit2                       0x0000000104092d03 void CoreIPC::handleMessage<Messages::WebPageProxy::DidFinishLoadForResource, WebKit::WebPageProxy, void (WebKit::WebPageProxy::*)(unsigned long long, unsigned long long)>(CoreIPC::ArgumentDecoder*, WebKit::WebPageProxy*, void (WebKit::WebPageProxy::*)(unsigned long long, unsigned long long)) + 53
    2   com.apple.WebKit2                       0x0000000104088da2 WebKit::WebProcessProxy::didReceiveMessage(CoreIPC::Connection*, CoreIPC::MessageID, CoreIPC::ArgumentDecoder*) + 144
    3   com.apple.WebKit2                       0x0000000104118bd2 WebKit::WebConnectionToWebProcess::didReceiveMessage(CoreIPC::Connection*, CoreIPC::MessageID, CoreIPC::ArgumentDecoder*) + 194
    4   com.apple.WebKit2                       0x0000000104088cad CoreIPC::Connection::dispatchMessage(CoreIPC::Connection::Message<CoreIPC::Argu mentDecoder>&) + 175
    5   com.apple.WebKit2                       0x00000001040cbab3 CoreIPC::Connection::dispatchOneMessage() + 139
    6   com.apple.WebCore                       0x0000000104e33638 WebCore::RunLoop::performWork() + 312
    7   com.apple.WebCore                       0x0000000104e33c37 WebCore::RunLoop::performWork(void*) + 71
    8   com.apple.CoreFoundation                0x00007fff92cf14f1 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 17
    9   com.apple.CoreFoundation                0x00007fff92cf0d5d __CFRunLoopDoSources0 + 253
    10  com.apple.CoreFoundation                0x00007fff92d17b49 __CFRunLoopRun + 905
    11  com.apple.CoreFoundation                0x00007fff92d17486 CFRunLoopRunSpecific + 230
    12  com.apple.HIToolbox                     0x00007fff90cdb2bf RunCurrentEventLoopInMode + 277
    13  com.apple.HIToolbox                     0x00007fff90ce256d ReceiveNextEventCommon + 355
    14  com.apple.HIToolbox                     0x00007fff90ce23fa BlockUntilNextEventMatchingListInMode + 62
    15  com.apple.AppKit                        0x00007fff9374c779 _DPSNextEvent + 659
    16  com.apple.AppKit                        0x00007fff9374c07d -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 135
    17  com.apple.Safari.framework              0x000000010333934f -[BrowserApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 162
    18  com.apple.AppKit                        0x00007fff937489b9 -[NSApplication run] + 470
    19  com.apple.AppKit                        0x00007fff939c4eac NSApplicationMain + 867
    20  com.apple.Safari.framework              0x00000001034fe35a SafariMain + 166
    21  com.apple.Safari                        0x00000001032e7f2c 0x1032e7000 + 3884
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib                  0x00007fff974e57e6 kevent + 10
    1   libdispatch.dylib                       0x00007fff91c52786 _dispatch_mgr_invoke + 923
    2   libdispatch.dylib                       0x00007fff91c51316 _dispatch_mgr_thread + 54
    Thread 2:
    0   libsystem_kernel.dylib                  0x00007fff974e5192 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff8f726594 _pthread_wqthread + 758
    2   libsystem_c.dylib                       0x00007fff8f727b85 start_wqthread + 13
    Thread 3:
    0   libsystem_kernel.dylib                  0x00007fff974e5192 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff8f726594 _pthread_wqthread + 758
    2   libsystem_c.dylib                       0x00007fff8f727b85 start_wqthread + 13
    Thread 4:: WebCore: IconDatabase
    0   libsystem_kernel.dylib                  0x00007fff974e4bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff8f728274 _pthread_cond_wait + 840
    2   com.apple.WebCore                       0x00000001043b1bbb WebCore::IconDatabase::syncThreadMainLoop() + 107
    3   com.apple.WebCore                       0x00000001043af6d4 WebCore::IconDatabase::iconDatabaseSyncThread() + 500
    4   com.apple.JavaScriptCore                0x0000000103cf238f _ZN3WTFL19wtfThreadEntryPointEPv + 15
    5   libsystem_c.dylib                       0x00007fff8f7248bf _pthread_start + 335
    6   libsystem_c.dylib                       0x00007fff8f727b75 thread_start + 13
    Thread 5:: CoreAnimation render server
    0   libsystem_kernel.dylib                  0x00007fff974e367a mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff974e2d71 mach_msg + 73
    2   com.apple.QuartzCore                    0x00007fff91030df5 CA::Render::Server::server_thread(void*) + 184
    3   com.apple.QuartzCore                    0x00007fff91030d35 thread_fun + 24
    4   libsystem_c.dylib                       0x00007fff8f7248bf _pthread_start + 335
    5   libsystem_c.dylib                       0x00007fff8f727b75 thread_start + 13
    Thread 6:
    0   libsystem_c.dylib                       0x00007fff8f727b78 start_wqthread + 0
    Thread 7:
    0   libsystem_kernel.dylib                  0x00007fff974e5192 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff8f726594 _pthread_wqthread + 758
    2   libsystem_c.dylib                       0x00007fff8f727b85 start_wqthread + 13
    Thread 8:: Safari: SafeBrowsingManager
    0   libsqlite3.dylib                        0x00007fff94b6a9b6 btreeParseCellPtr + 134
    1   libsqlite3.dylib                        0x00007fff94bc5bfd checkTreePage + 989
    2   libsqlite3.dylib                        0x00007fff94bc5b3f checkTreePage + 799
    3   libsqlite3.dylib                        0x00007fff94bc5b3f checkTreePage + 799
    4   libsqlite3.dylib                        0x00007fff94bc9cc6 sqlite3BtreeIntegrityCheck + 678
    5   libsqlite3.dylib                        0x00007fff94b61e07 sqlite3VdbeExec + 26455
    6   libsqlite3.dylib                        0x00007fff94b5aa5b sqlite3_step + 1883
    7   com.apple.Safari.framework              0x0000000103538b77 Safari::SQLiteStatement::step() + 19
    8   com.apple.Safari.framework              0x000000010350c6fa Safari::SafeBrowsingStore::checkIntegrity() + 42
    9   com.apple.Safari.framework              0x000000010350c669 Safari::SafeBrowsingStore::initDatabase() + 101
    10  com.apple.Safari.framework              0x000000010350c98e Safari::SafeBrowsingStore::getListID(Safari::CF::String const&, int&) + 32
    11  com.apple.Safari.framework              0x000000010350c8f2 Safari::SafeBrowsingStore::addList(Safari::CF::String const&) + 36
    12  com.apple.Safari.framework              0x0000000103504966 Safari::SafeBrowsingListManager::SafeBrowsingListManager(Safari::SafeBrowsingSe rvice&, ***::Vector<Safari::CF::String, 0ul> const&, Safari::CF::String const&, Safari::CF::String const&) + 444
    13  com.apple.Safari.framework              0x0000000103504794 Safari::SafeBrowsingListManager::create(Safari::SafeBrowsingService&, ***::Vector<Safari::CF::String, 0ul> const&, Safari::CF::String const&, Safari::CF::String const&) + 64
    14  com.apple.Safari.framework              0x000000010350bb51 Safari::SafeBrowsingService::didReceiveListNames(***::Vector<Safari::CF::String , 0ul> const&) + 35
    15  com.apple.Safari.framework              0x0000000103483ad9 Safari::GoogleSafeBrowsingService::initialize() + 155
    16  com.apple.Safari.framework              0x000000010350783f Safari::SafeBrowsingManager::addGoogleSafeBrowsingService() + 115
    17  com.apple.Safari.framework              0x0000000103506e97 Safari::SafeBrowsingManager::handleMessage(Safari::SafeBrowsingManager::SafeBro wsingMessage*) + 177
    18  com.apple.Safari.framework              0x00000001034aff2e Safari::MessageRunLoop::dispatchMessage() + 46
    19  com.apple.CoreFoundation                0x00007fff92cf14f1 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 17
    20  com.apple.CoreFoundation                0x00007fff92cf0d5d __CFRunLoopDoSources0 + 253
    21  com.apple.CoreFoundation                0x00007fff92d17b49 __CFRunLoopRun + 905
    22  com.apple.CoreFoundation                0x00007fff92d17486 CFRunLoopRunSpecific + 230
    23  com.apple.Safari.framework              0x00000001034afec6 Safari::MessageRunLoop::threadBody() + 106
    24  com.apple.JavaScriptCore                0x0000000103cf238f _ZN3WTFL19wtfThreadEntryPointEPv + 15
    25  libsystem_c.dylib                       0x00007fff8f7248bf _pthread_start + 335
    26  libsystem_c.dylib                       0x00007fff8f727b75 thread_start + 13
    Thread 9:: CVDisplayLink
    0   libsystem_kernel.dylib                  0x00007fff974e4bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff8f7282a6 _pthread_cond_wait + 890
    2   com.apple.CoreVideo                     0x00007fff958471cb CVDisplayLink::waitUntil(unsigned long long) + 279
    3   com.apple.CoreVideo                     0x00007fff95846631 CVDisplayLink::runIOThread() + 559
    4   com.apple.CoreVideo                     0x00007fff958463e9 _ZL13startIOThreadPv + 148
    5   libsystem_c.dylib                       0x00007fff8f7248bf _pthread_start + 335
    6   libsystem_c.dylib                       0x00007fff8f727b75 thread_start + 13
    Thread 10:
    Thread 0 crashed with X86 Thread State (64-bit):
      rax: 0x0000000000000000  rbx: 0x0000000106e74800  rcx: 0x00007fff62ee5488  rdx: 0x00007fff7d005190
      rdi: 0x0000000106e74800  rsi: 0x0000000106e4f5a0  rbp: 0x00007fff62ee55a0  rsp: 0x00007fff62ee5568
       r8: 0x00000000000000c8   r9: 0x0000000108efe840  r10: 0x0000000000000040  r11: 0x0000000000000000
      r12: 0x0000000000000000  r13: 0x0000000106eca988  r14: 0x0000000000000000  r15: 0x0000000104092d36
      rip: 0x0000000000000000  rfl: 0x0000000000010206  cr2: 0x0000000000000000
    Logical CPU: 0
    Binary Images:
           0x1032e7000 -        0x1032e7fff  com.apple.Safari (6.0.1 - 7536.26.14) <72FC923C-4E54-310F-B79C-D14AE194E6AE> /Applications/Safari.app/Contents/MacOS/Safari
           0x1032ec000 -        0x10378efff  com.apple.Safari.framework (7536 - 7536.26.14) <B7717C3D-3607-3E88-BB9B-2DDD989BBE80> /System/Library/StagedFrameworks/Safari/Safari.framework/Safari
           0x103ab4000 -        0x103d4eff7  com.apple.JavaScriptCore (7536 - 7536.26.7) <5C5E5C91-CD88-3861-86DC-9610AFEBAE6B> /System/Library/StagedFrameworks/Safari/JavaScriptCore.framework/JavaScriptCore
           0x103dff000 -        0x103f83fff  com.apple.WebKit (7536 - 7536.26.14) <6E9FEAC4-3BB0-33E1-A486-8FD7D7769F33> /System/Library/StagedFrameworks/Safari/WebKit.framework/WebKit
           0x104074000 -        0x10424eff7  com.apple.WebKit2 (7536 - 7536.26.14) <4D36C7B3-37A4-3EFB-95D7-588D42D910B6> /System/Library/StagedFrameworks/Safari/WebKit2.framework/WebKit2
           0x1043ab000 -        0x105351ff7  com.apple.WebCore (7536 - 7536.26.14) <20B0E409-73E5-3242-A39A-FB1F585A0301> /System/Library/StagedFrameworks/Safari/WebCore.framework/WebCore
           0x108eb9000 -        0x108ebcff7 +net.culater.SIMBL.osax (0.9.9 - 0.9.9) <F0F26DED-2BF8-C0BF-8D26-30D50D989095> /Library/ScriptingAdditions/SIMBL.osax/Contents/MacOS/SIMBL
           0x108ec1000 -        0x108ec3fff +com.chpwn.Maximizer (1.0 - 1) <75B6A9E0-3D3E-3226-86D8-12169BEF0058> /Library/Application Support/SIMBL/*/Maximizer.bundle/Contents/MacOS/Maximizer
           0x108ec7000 -        0x108ef1ff7 +com.hetima.SafariStand (5.1.181 - 5.1.181) <DAAF3E02-D1F2-3EA8-A6B5-8B04446F3350> /Library/Application Support/SIMBL/*/SafariStand.bundle/Contents/MacOS/SafariStand
           0x10a2d6000 -        0x10a2d6ff1 +cl_kernels (??? - ???) <C8095FFC-8905-4183-9ECA-244DBA858EBD> cl_kernels
           0x10a507000 -        0x10a511fef  libcldcpuengine.dylib (2.0.19 - compatibility 1.0.0) <4572AD1E-D1D1-3412-AFCC-D37037B1FAB5> /System/Library/Frameworks/OpenCL.framework/Libraries/libcldcpuengine.dylib
           0x10a529000 -        0x10a52cff7  libCoreFSCache.dylib (??? - ???) <0D155750-7910-32C5-8327-924FC1089442> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache .dylib
           0x10a540000 -        0x10a5dfff7  unorm8_bgra.dylib (2.0.19 - compatibility 1.0.0) <47DA7D73-C52D-322F-A08F-4DB320A65373> /System/Library/Frameworks/OpenCL.framework/Libraries/ImageFormats/unorm8_bgra. dylib
           0x10a5fe000 -        0x10a5ffff2 +cl_kernels (??? - ???) <FB32366E-C8CC-4427-960E-BB15A0817D52> cl_kernels
           0x10a948000 -        0x10ab00fff  GLEngine (??? - ???) <59179FEC-D0E2-38B3-BD49-765506A645AC> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
           0x10ab37000 -        0x10ac91fff  libGLProgrammability.dylib (??? - ???) <90390984-70BC-365C-AB3E-16C35C4240CB> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
           0x10acc3000 -        0x10b16dfef  com.apple.driver.AppleIntelGMAX3100GLDriver (7.4.1 - 7.0.4) <E07535EE-C991-3475-9CF6-B52209E26BCA> /System/Library/Extensions/AppleIntelGMAX3100GLDriver.bundle/Contents/MacOS/App leIntelGMAX3100GLDriver
           0x10b2db000 -        0x10b309ff7  GLRendererFloat (??? - ???) <06CA5D0B-BC5F-3CC7-836D-A02F7DB92BE8> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GL RendererFloat
           0x10b79a000 -        0x10b79bff3 +cl_kernels (??? - ???) <5CDB906E-B645-44C6-91E5-15BE6CCFA633> cl_kernels
           0x10b7c1000 -        0x10b7c2ff3 +cl_kernels (??? - ???) <D9BE2AF2-4284-4680-91F7-10E9FD5F747A> cl_kernels
        0x7fff62ee7000 -     0x7fff62f1bbaf  dyld (195.6 - ???) <0CD1B35B-A28F-32DA-B72E-452EAD609613> /usr/lib/dyld
        0x7fff8c3f9000 -     0x7fff8c408fff  libxar.1.dylib (??? - ???) <9E05C939-6CBF-38E7-8915-86278F7DB6C7> /usr/lib/libxar.1.dylib
        0x7fff8c409000 -     0x7fff8c6c1fff  com.apple.RawCamera.bundle (4.00 - 658) <789BC5C7-F03A-388C-B540-070FF5574B0C> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
        0x7fff8c6c2000 -     0x7fff8c6c6fff  libdyld.dylib (195.5.0 - compatibility 1.0.0) <F1903B7A-D3FF-3390-909A-B24E09BAD1A5> /usr/lib/system/libdyld.dylib
        0x7fff8c6cc000 -     0x7fff8c6ccfff  com.apple.vecLib (3.7 - vecLib 3.7) <9A58105C-B36E-35B5-812C-4ED693F2618F> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
        0x7fff8c6f6000 -     0x7fff8c72ffe7  libssl.0.9.8.dylib (44.0.0 - compatibility 0.9.8) <79AAEC98-1258-3DA4-B1C0-4120049D390B> /usr/lib/libssl.0.9.8.dylib
        0x7fff8c730000 -     0x7fff8c736fff  IOSurface (??? - ???) <77C6757B-D357-3E34-9424-48F962B5CC9C> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
        0x7fff8c737000 -     0x7fff8c89efff  com.apple.CFNetwork (520.5.1 - 520.5.1) <08F70E26-5456-3BFB-8192-00D3CE40D3C9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
        0x7fff8c89f000 -     0x7fff8c8e5fff  libcurl.4.dylib (7.0.0 - compatibility 7.0.0) <2C442396-1006-3765-92D2-60869D4641CE> /usr/lib/libcurl.4.dylib
        0x7fff8c916000 -     0x7fff8c958ff7  libcommonCrypto.dylib (55010.0.0 - compatibility 1.0.0) <A5B9778E-11C3-3F61-B740-1F2114E967FB> /usr/lib/system/libcommonCrypto.dylib
        0x7fff8c959000 -     0x7fff8c9a2ff7  com.apple.framework.CoreWLAN (2.1.3 - 213.1) <D2101093-0B35-3B90-B511-E9272400ED9B> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
        0x7fff8c9a3000 -     0x7fff8c9b8fff  com.apple.speech.synthesis.framework (4.0.74 - 4.0.74) <C061ECBB-7061-3A43-8A18-90633F943295> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
        0x7fff8c9b9000 -     0x7fff8ca21ff7  com.apple.coreui (1.2.2 - 165.11) <9316266A-39CA-3EC7-9C9E-726462CEFF4D> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
        0x7fff8ca22000 -     0x7fff8ca7eff7  com.apple.HIServices (1.21 - ???) <B012EE97-D1CD-3F4B-812D-9AC7E6852FE6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
        0x7fff8cc77000 -     0x7fff8cd71ff7  com.apple.DiskImagesFramework (10.7.4 - 331.7) <BEBA6D78-08E0-3B99-B77B-A5CBF3344834> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
        0x7fff8cd7b000 -     0x7fff8cdbafff  com.apple.AE (527.7 - 527.7) <B82F7ABC-AC8B-3507-B029-969DD5CA813D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
        0x7fff8cdbb000 -     0x7fff8cdc6ff7  com.apple.DisplayServicesFW (2.5.4 - 323.3) <5E7F7A88-9313-3C31-87BD-80F3361DA338> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
        0x7fff8ce3e000 -     0x7fff8ce5bff7  com.apple.openscripting (1.3.3 - ???) <F5E34F54-CE85-334B-8F25-53581D43960C> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
        0x7fff8ceb3000 -     0x7fff8d124fff  com.apple.QuartzComposer (5.0 - 236.10) <F8560AEC-4E26-3A43-BE0A-B20FCB5B2E7D> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
        0x7fff8d14e000 -     0x7fff8d3c2fff  com.apple.CoreImage (7.99.1 - 1.0.1) <4BB09B79-275B-364C-9466-0FF36ABB1218> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage .framework/Versions/A/CoreImage
        0x7fff8d71e000 -     0x7fff8d996fff  com.apple.imageKit (2.1.2 - 1.0) <23470050-28FB-3B09-8E27-ADC371B0E4B8> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
        0x7fff8d9b3000 -     0x7fff8daa8fff  libiconv.2.dylib (7.0.0 - compatibility 7.0.0) <5C40E880-0706-378F-B864-3C2BD922D926> /usr/lib/libiconv.2.dylib
        0x7fff8daf4000 -     0x7fff8daf4fff  com.apple.Accelerate.vecLib (3.7 - vecLib 3.7) <C06A140F-6114-3B8B-B080-E509303145B8> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
        0x7fff8dbcc000 -     0x7fff8dc2eff7  com.apple.Symbolication (1.3 - 91) <B072970E-9EC1-3495-A1FA-D344C6E74A13> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolicat ion
        0x7fff8dc2f000 -     0x7fff8e213fff  libBLAS.dylib (??? - ???) <C34F6D88-187F-33DC-8A68-C0C9D1FA36DF> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
        0x7fff8e293000 -     0x7fff8e2a9ff7  com.apple.ImageCapture (7.1.0 - 7.1.0) <1AD40E02-2126-377B-A0D2-CBB21D932558> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
        0x7fff8e2aa000 -     0x7fff8e3acfff  libxml2.2.dylib (10.3.0 - compatibility 10.0.0) <AFBB22B7-07AE-3F2E-B88C-70BEEBFB8A86> /usr/lib/libxml2.2.dylib
        0x7fff8f266000 -     0x7fff8f28fff7  com.apple.framework.Apple80211 (7.4.1 - 741.1) <F60DA830-84ED-3473-8DE8-611A9D9B56FF> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
        0x7fff8f290000 -     0x7fff8f2a3ff7  libCRFSuite.dylib (??? - ???) <034D4DAA-63F0-35E4-BCEF-338DD7A453DD> /usr/lib/libCRFSuite.dylib
        0x7fff8f2a4000 -     0x7fff8f2adff7  libsystem_notify.dylib (80.1.0 - compatibility 1.0.0) <A4D651E3-D1C6-3934-AD49-7A104FD14596> /usr/lib/system/libsystem_notify.dylib
        0x7fff8f2ae000 -     0x7fff8f2b2fff  libmathCommon.A.dylib (2026.0.0 - compatibility 1.0.0) <FF83AFF7-42B2-306E-90AF-D539C51A4542> /usr/lib/system/libmathCommon.A.dylib
        0x7fff8f2b3000 -     0x7fff8f2b6fff  com.apple.help (1.3.2 - 42) <AB67588E-7227-3993-927F-C9E6DAC507FD> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
        0x7fff8f2b7000 -     0x7fff8f6d5ff7  com.apple.SceneKit (125.3 - 125.8) <23382F45-D9CE-3897-B998-5B26337608FD> /System/Library/PrivateFrameworks/SceneKit.framework/Versions/A/SceneKit
        0x7fff8f6d6000 -     0x7fff8f7b3fef  libsystem_c.dylib (763.13.0 - compatibility 1.0.0) <41B43515-2806-3FBC-ACF1-A16F35B7E290> /usr/lib/system/libsystem_c.dylib
        0x7fff8f7c9000 -     0x7fff8f8cafff  com.apple.QuickLookUIFramework (3.2 - 500.18) <56A13D40-9A61-3B98-85ED-B1C7075A88FB> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.f ramework/Versions/A/QuickLookUI
        0x7fff8f8cb000 -     0x7fff8f8d0ff7  libsystem_network.dylib (??? - ???) <5DE7024E-1D2D-34A2-80F4-08326331A75B> /usr/lib/system/libsystem_network.dylib
        0x7fff8f8d1000 -     0x7fff8fbedfff  com.apple.CoreServices.CarbonCore (960.25 - 960.25) <4FC1AB30-022C-3C67-AC46-FDCBFCB7EEDE> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
        0x7fff8fbee000 -     0x7fff8fbf9fff  com.apple.CommonAuth (2.2 - 2.0) <77E6F0D0-85B6-30B5-B99C-F57104DD2EBA> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
        0x7fff8fbfa000 -     0x7fff8fc9bfff  com.apple.LaunchServices (480.40 - 480.40) <C936A07F-0CF8-3F8E-BDB3-76AA7611B4CA> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
        0x7fff8fca7000 -     0x7fff8fcd2fff  libpcre.0.dylib (1.1.0 - compatibility 1.0.0) <7D3CDB0A-840F-3856-8F84-B4A50E66431B> /usr/lib/libpcre.0.dylib
        0x7fff8fcd4000 -     0x7fff8fcdbfff  libGFXShared.dylib (??? - ???) <D3598924-B167-372E-8C9F-1BBF68852542> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
        0x7fff8fcf8000 -     0x7fff8fd06fff  com.apple.NetAuth (1.0 - 3.0) <F384FFFD-70F6-3B1C-A886-F5B446E456E7> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
        0x7fff8fd07000 -     0x7fff8fe13fff  libcrypto.0.9.8.dylib (44.0.0 - compatibility 0.9.8) <3A8E1F89-5E26-3C8B-B538-81F5D61DBF8A> /usr/lib/libcrypto.0.9.8.dylib
        0x7fff8fe14000 -     0x7fff8fe2bfff  com.apple.MultitouchSupport.framework (231.4 - 231.4) <10A978D1-8781-33F0-BE45-60C9171F7278> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
        0x7fff8fe2c000 -     0x7fff8fe6cff7  libcups.2.dylib (2.9.0 - compatibility 2.0.0) <7D2E5016-A960-3ADE-B042-F74063E79550> /usr/lib/libcups.2.dylib
        0x7fff8fe6d000 -     0x7fff8fe6dfff  com.apple.CoreServices (53 - 53) <043C8026-8EDD-3241-B090-F589E24062EF> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
        0x7fff8fe7d000 -     0x7fff8fe9efff  libPng.dylib (??? - ???) <E2B52527-4D0C-3595-BB13-8E8EF364E998> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
        0x7fff8fe9f000 -     0x7fff8fe9ffff  com.apple.ApplicationServices (41 - 41) <03F3FA8F-8D2A-3AB6-A8E3-40B001116339> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
        0x7fff900cc000 -     0x7fff900d1fff  libpam.2.dylib (3.0.0 - compatibility 3.0.0) <D952F17B-200A-3A23-B9B2-7C1F7AC19189> /usr/lib/libpam.2.dylib
        0x7fff9011d000 -     0x7fff9011dfff  com.apple.Carbon (153 - 153) <895C2BF2-1666-3A59-A669-311B1F4F368B> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
        0x7fff90444000 -     0x7fff90739ff7  com.apple.security (7.0 - 55148.6) <4535E500-973A-3BA7-AF65-DF5CF0658F02> /System/Library/Frameworks/Security.framework/Versions/A/Security
        0x7fff90741000 -     0x7fff90aebfe7  com.apple.MediaToolbox (1.0 - 705.94) <0719E69C-3275-3BD9-AD04-27DBADEB6E03> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbo x
        0x7fff90af1000 -     0x7fff90b6cff7  com.apple.print.framework.PrintCore (7.1 - 366.3) <C5F39A82-0E77-3AD6-906A-20DD2EE8D374> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
        0x7fff90bd4000 -     0x7fff90c47fff  libstdc++.6.dylib (52.0.0 - compatibility 7.0.0) <6BDD43E4-A4B1-379E-9ED5-8C713653DFF2> /usr/lib/libstdc++.6.dylib
        0x7fff90cd7000 -     0x7fff90cd8ff7  libsystem_blocks.dylib (53.0.0 - compatibility 1.0.0) <8BCA214A-8992-34B2-A8B9-B74DEACA1869> /usr/lib/system/libsystem_blocks.dylib
        0x7fff90cd9000 -     0x7fff91005fff  com.apple.HIToolbox (1.9 - ???) <CCB32DEA-D0CA-35D1-8019-E599C8007AB6> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
        0x7fff9100e000 -     0x7fff9102dfff  libresolv.9.dylib (46.1.0 - compatibility 1.0.0) <0635C52D-DD53-3721-A488-4C6E95607A74> /usr/lib/libresolv.9.dylib
        0x7fff9102e000 -     0x7fff911ceff7  com.apple.QuartzCore (1.7 - 270.5) <19E5E0AB-DAA9-3F97-988C-D9A46AFB9C04> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
        0x7fff911cf000 -     0x7fff91252fef  com.apple.Metadata (10.7.0 - 627.37) <B9BEB598-B6F2-3BFF-A8F3-C3C87CD076AB> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
        0x7fff912ae000 -     0x7fff912b3fff  com.apple.OpenDirectory (10.7 - 146) <A674AB55-6E3D-39AE-9F9B-9865D0193020> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
        0x7fff912b4000 -     0x7fff913cdfff  com.apple.DesktopServices (1.6.5 - 1.6.5) <5E7DD5F4-B4DA-3F75-A14A-3494E81CFBA0> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
        0x7fff913d2000 -     0x7fff913d3fff  libdnsinfo.dylib (395.11.0 - compatibility 1.0.0) <853BAAA5-270F-3FDC-B025-D448DB72E1C3> /usr/lib/system/libdnsinfo.dylib
        0x7fff91622000 -     0x7fff91670fff  libauto.dylib (??? - ???) <D8AC8458-DDD0-3939-8B96-B6CED81613EF> /usr/lib/libauto.dylib
        0x7fff917f1000 -     0x7fff917fbff7  liblaunch.dylib (392.39.0 - compatibility 1.0.0) <8C235D13-2928-30E5-9E12-2CC3D6324AE2> /usr/lib/system/liblaunch.dylib
        0x7fff917fc000 -     0x7fff9180eff7  libz.1.dylib (1.2.5 - compatibility 1.0.0) <30CBEF15-4978-3DED-8629-7109880A19D4> /usr/lib/libz.1.dylib
        0x7fff91830000 -     0x7fff91881ff7  com.apple.CoreMediaIO (216.0 - 3199.8) <4D3FE512-E943-34E3-A7A5-2EC2E3854E28> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
        0x7fff918f6000 -     0x7fff91c0ffff  com.apple.Foundation (6.7.2 - 833.25) <22AAC369-B63C-3C55-8AC6-C3ECBA44DA7B> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
        0x7fff91c10000 -     0x7fff91c15fff  libcache.dylib (47.0.0 - compatibility 1.0.0) <B7757E2E-5A7D-362E-AB71-785FE79E1527> /usr/lib/system/libcache.dylib
        0x7fff91c16000 -     0x7fff91c1dfff  com.apple.NetFS (4.0 - 4.0) <B9F41443-679A-31AD-B0EB-36557DAF782B> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
        0x7fff91c1e000 -     0x7fff91c4eff7  com.apple.DictionaryServices (1.2.1 - 158.3) <5E2EBBFD-D520-3379-A431-11DAA844B8D6> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
        0x7fff91c4f000 -     0x7fff91c5dfff  libdispatch.dylib (187.10.0 - compatibility 1.0.0) <8E03C652-922A-3399-93DE-9EA0CBFA0039> /usr/lib/system/libdispatch.dylib
        0x7fff91c5e000 -     0x7fff91c62fff  libCGXType.A.dylib (600.0.0 - compatibility 64.0.0) <35D606B1-7AD9-38E3-A2A9-E92B904BDDE8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
        0x7fff91c63000 -     0x7fff91cd9fff  com.apple.CoreSymbolication (2.2 - 73.2) <126415E3-3A35-315B-B4B7-507CDBED0D58> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSy mbolication
        0x7fff91cda000 -     0x7fff91cdbfff  liblangid.dylib (??? - ???) <CACBE3C3-2F7B-3EED-B50E-EDB73F473B77> /usr/lib/liblangid.dylib
        0x7fff91cdc000 -     0x7fff91e39fff  com.apple.audio.toolbox.AudioToolbox (1.7.3 - 1.7.3) <5F1E4695-BC74-3ADD-8345-627BCD68201A> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
        0x7fff91e3a000 -     0x7fff91ed4ff7  com.apple.SearchKit (1.4.0 - 1.4.0) <4E70C394-773E-3A4B-A93C-59A88ABA9509> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
        0x7fff91ed5000 -     0x7fff91ee2fff  libCSync.A.dylib (600.0.0 - compatibility 64.0.0) <72C53E7B-C222-3BE5-9984-FDC328CC4846> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
        0x7fff91f58000 -     0x7fff92700fff  com.apple.CoreAUC (6.16.12 - 6.16.12) <EF535959-14FE-3B61-9C32-DF4C54B8F12D> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
        0x7fff92701000 -     0x7fff92703fff  com.apple.TrustEvaluationAgent (2.0 - 1) <1F31CAFF-C1C6-33D3-94E9-11B721761DDF> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
        0x7fff92704000 -     0x7fff927a9fff  com.apple.ink.framework (10.7.5 - 113) <1AE6676D-490A-36C2-B6CC-00F93AEB31DE> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
        0x7fff927b9000 -     0x7fff92becff7  com.apple.VideoToolbox (1.0 - 705.94) <72AD524C-0616-3C69-BA1F-8D444F97F5A2> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbo x
        0x7fff92bf9000 -     0x7fff92bfffff  com.apple.DiskArbitration (2.4.1 - 2.4.1) <CEA34337-63DE-302E-81AA-10D717E1F699> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
        0x7fff92c2b000 -     0x7fff92c47ff7  com.apple.GenerationalStorage (1.0 - 126.1) <509F52ED-E54B-3FEF-B3C2-759387B826E6> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/Gene rationalStorage
        0x7fff92c50000 -     0x7fff92c51ff7  libremovefile.dylib (21.1.0 - compatibility 1.0.0) <739E6C83-AA52-3C6C-A680-B37FE2888A04> /usr/lib/system/libremovefile.dylib
        0x7fff92ccc000 -     0x7fff92cdbfff  com.apple.opengl (1.8.1 - 1.8.1) <51B34133-CEE3-3FC6-82AC-ADF567AE673C> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
        0x7fff92cdc000 -     0x7fff92cdefff  libCVMSPluginSupport.dylib (??? - ???) <982F1ED4-3CBB-3161-8BEA-8A980C27FCC1> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginS upport.dylib
        0x7fff92cdf000 -     0x7fff92eb3ff7  com.apple.CoreFoundation (6.7.2 - 635.21) <62A3402E-A4E7-391F-AD20-1EF20236CE1B> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
        0x7fff92eb4000 -     0x7fff92ee0ff7  com.apple.CoreServicesInternal (113.19 - 113.19) <74532B3B-EDE0-3553-9BED-F02B9CDF1FF7> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/Cor eServicesInternal
        0x7fff92ee1000 -     0x7fff92f07fff  com.apple.framework.familycontrols (3.0 - 300) <6F0C58C0-22E7-3877-8CFA-1ED0CB3CE38B> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
        0x7fff92f43000 -     0x7fff92f4eff7  libc++abi.dylib (14.0.0 - compatibility 1.0.0) <8FF3D766-D678-36F6-84AC-423C878E6D14> /usr/lib/libc++abi.dylib
        0x7fff93207000 -     0x7fff9320efff  libcopyfile.dylib (85.1.0 - compatibility 1.0.0) <172B1985-F24A-34E9-8D8B-A2403C9A0399> /usr/lib/system/libcopyfile.dylib
        0x7fff9320f000 -     0x7fff9321cff7  libbz2.1.0.dylib (1.0.5 - compatibility 1.0.0) <8EDE3492-D916-37B2-A066-3E0F054411FD> /usr/lib/libbz2.1.0.dylib
        0x7fff93264000 -     0x7fff93267fff  com.apple.AppleSystemInfo (1.0 - 1) <598ADC13-C994-3579-A885-0D6658DDD564> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSys temInfo
        0x7fff93268000 -     0x7fff93268fff  libkeymgr.dylib (23.0.0 - compatibility 1.0.0) <61EFED6A-A407-301E-B454-CD18314F0075> /usr/lib/system/libkeymgr.dylib
        0x7fff93269000 -     0x7fff9326efff  libGIF.dylib (??? - ???) <58A4492D-AAE7-3B8F-8B06-62867471A3EE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
        0x7fff9326f000 -     0x7fff9326ffff  com.apple.quartzframework (1.5 - 1.5) <21FCC91F-C7B9-304F-8C9C-04F3924F4AE3> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
        0x7fff93278000 -     0x7fff9330aff7  com.apple.CorePDF (3.1 - 3.1) <F81F99A9-7FF6-3A6A-92C7-78C76BA35777> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
        0x7fff93333000 -     0x7fff93345ff7  libsasl2.2.dylib (3.15.0 - compatibility 3.0.0) <6245B497-784B-355C-98EF-2DC6B45BF05C> /usr/lib/libsasl2.2.dylib
        0x7fff934c0000 -     0x7fff934edfe7  libSystem.B.dylib (159.1.0 - compatibility 1.0.0) <7BEBB139-50BB-3112-947A-F4AA168F991C> /usr/lib/libSystem.B.dylib
        0x7fff934ee000 -     0x7fff93523fff  com.apple.securityinterface (5.0 - 55022.6) <4D6DAF8F-7873-3992-A6D6-478C7664FA39> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
        0x7fff93524000 -     0x7fff9357fff7  com.apple.opencl (2.0.19 - 2.0.19) <B05BF605-73B8-328F-A228-6FA59E1FC73A> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
        0x7fff93580000 -     0x7fff935ccff7  com.apple.SystemConfiguration (1.11.3 - 1.11) <0A7F1982-B4EA-3424-A0C7-FE46C6224F03> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
        0x7fff935cd000 -     0x7fff93638ff7  com.apple.framework.IOKit (2.0 - ???) <FE838BB6-D42E-3291-A1A0-6F53FC970261> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
        0x7fff93639000 -     0x7fff93647ff7  libkxld.dylib (??? - ???) <01161870-E3B3-3F87-BA4A-0AA7A081F409> /usr/lib/system/libkxld.dylib
        0x7fff93648000 -     0x7fff936eafff  com.apple.securityfoundation (5.0 - 55116) <A9311EF6-B7F7-3DA5-84E8-21BC9B2C3C69> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
        0x7fff936eb000 -     0x7fff9372dfff  com.apple.corelocation (330.12 - 330.12) <CFDF7694-382A-30A8-8347-505BA0CAF312> /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation
        0x7fff9372e000 -     0x7fff9372efff  com.apple.Cocoa (6.6 - ???) <021D4214-9C23-3CD8-AFB2-F331697A4508> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
        0x7fff9372f000 -     0x7fff93743ff7  com.apple.LangAnalysis (1.7.0 - 1.7.0) <04C31EF0-912A-3004-A08F-CEC27030E0B2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
        0x7fff93744000 -     0x7fff9434afff  com.apple.AppKit (6.7.5 - 1138.51) <44417D02-6123-3FC3-A119-CE51BB4C3006> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
        0x7fff94351000 -     0x7fff943a4fff  com.apple.AppleVAFramework (5.0.16 - 5.0.16) <6F9A4BCE-8B99-3144-BCF7-B4299B27F6E9> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
        0x7fff943a5000 -     0x7fff943a6fff  libDiagnosticMessagesClient.dylib (??? - ???) <3DCF577B-F126-302B-BCE2-4DB9A95B8598> /usr/lib/libDiagnosticMessagesClient.dylib
        0x7fff943a7000 -     0x7fff943aafff  libRadiance.dylib (??? - ???) <CD89D70D-F177-3BAE-8A26-644EA7D5E28E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
        0x7fff943ab000 -     0x7fff943aeff7  com.apple.securityhi (4.0 - 1) <B37B8946-BBD4-36C1-ABC6-18EDBC573F03> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
        0x7fff943af000 -     0x7fff943f0fff  com.apple.QD (3.40 - ???) <47674D2C-BE88-388E-B1B0-03F08BFFE5FD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
        0x7fff943ff000 -     0x7fff944c6ff7  com.apple.ColorSync (4.7.4 - 4.7.4) <590AFCDA-F10E-31FE-9B01-DA5FFE74C2BB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
        0x7fff946b7000 -     0x7fff94ae4fff  libLAPACK.dylib (??? - ???) <4F2E1055-2207-340B-BB45-E4F16171EE0D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
        0x7fff94ae5000 -     0x7fff94b12fff  com.apple.quartzfilters (1.7.0 - 1.7.0) <ED846829-EBF1-3E2F-9EA6-D8743E5A4784> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
        0x7fff94b13000 -     0x7fff94c1afe7  libsqlite3.dylib (9.6.0 - compatibility 9.0.0) <EE02BB01-64C9-304D-9719-A35F5CD6D04C> /usr/lib/libsqlite3.dylib
        0x7fff94c1b000 -     0x7fff94c3ffff  com.apple.Kerberos (1.0 - 1) <1F826BCE-DA8F-381D-9C4C-A36AA0EA1CB9> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
        0x7fff94c40000 -     0x7fff94c84ff7  libRIP.A.dylib (600.0.0 - compatibility 64.0.0) <B2A38D2C-7E82-34C5-8896-48C37B0E64A3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
        0x7fff94c85000 -     0x7fff94cccff7  com.apple.CoreMedia (1.0 - 705.94) <700C6863-7A8F-34FA-8B1D-7659EC95000B> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
        0x7fff956e6000 -     0x7fff95799ff7  com.apple.CoreText (220.22.0 - ???) <A7A1096F-A211-3775-BA33-08FE98D27F08> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
        0x7fff9579a000 -     0x7fff957d4fe7  com.apple.DebugSymbols (2.1 - 87) <149201BE-A8A4-3E40-AD65-E5194B59162E> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbol s
        0x7fff957d5000 -     0x7fff957fefff  libJPEG.dylib (??? - ???) <64D079F9-256A-323B-A837-84628B172F21> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
        0x7fff95827000 -     0x7fff9583efff  com.apple.CFOpenDirectory (10.7 - 144) <9709423E-8484-3B26-AAE8-EF58D1B8FB3F> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
        0x7fff9583f000 -     0x7fff95841ff7  com.apple.print.framework.Print (7.4 - 247.3) <626C58D5-2841-3329-8C32-9F4A8353F3E7> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
        0x7fff95844000 -     0x7fff9586dfff  com.apple.CoreVideo (1.7 - 70.3) <9A9D4058-9935-3B0A-B1A6-27EB78D02249> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
        0x7fff9586e000 -     0x7fff958c9fff  com.apple.ImageCaptureCore (3.1.0 - 3.1.0) <9F7C4D81-5CC7-3D66-AC66-81EA9A5EAB94> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCo re
        0x7fff958ca000 -     0x7fff9590afff  libtidy.A.dylib (??? - ???) <E500CDB9-C010-3B1A-B995-774EE64F39BE> /usr/lib/libtidy.A.dylib
        0x7fff959a7000 -     0x7fff959bdfff  libGL.dylib (??? - ???) <A4876AE9-DDFE-3B9A-874E-09BC29D46C39> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
        0x7fff959ef000 -     0x7fff95aecff7  com.apple.avfoundation (2.0 - 180.50) <A2EAE4E6-4DBA-3AAB-A387-7E72B93B6DA9> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
        0x7fff95aed000 -     0x7fff95bfafff  libJP2.dylib (??? - ???) <053950A7-6B92-320E-A6D7-808CE424F1AD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJP2.dylib
        0x7fff95bfb000 -     0x7fff95c4fff7  com.apple.ScalableUserInterface (1.0 - 1) <1873D7BE-2272-31A1-8F85-F70C4D706B3B> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableU serInterface.framework/Versions/A/ScalableUserInterface
        0x7fff95c50000 -     0x7fff95cc0fff  com.apple.datadetectorscore (3.0 - 179.4) <9C01D16F-75A9-3BDD-B91A-F0F32261A2E7> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
        0x7fff95d23000 -     0x7fff95d3dfff  com.apple.CoreMediaAuthoring (2.0 - 891) <C7A92C52-AD9F-3CF1-86D5-C0714118935C> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreM ediaAuthoring
        0x7fff95df0000 -     0x7fff95df4ff7  com.apple.CommonPanels (1.2.5 - 94) <0BB2C436-C9D5-380B-86B5-E355A7711259> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
        0x7fff9621b000 -     0x7fff962ffff7  com.apple.CoreServices.OSServices (478.49 - 478.49) <E5BF2069-ED1A-31F5-AFC2-4A530BD467AA> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
        0x7fff96353000 -     0x7fff96555fff  libicucore.A.dylib (46.1.0 - compatibility 1.0.0) <0176782F-9526-3905-813A-7A5676EC2C86> /usr/lib/libicucore.A.dylib
        0x7fff96556000 -     0x7fff9657afff  com.apple.RemoteViewServices (1.5 - 44.2) <A0417D7F-22E9-3FD8-AC55-67654D8E93EB> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/Remot eViewServices
        0x7fff9657b000 -     0x7fff96659fff  com.apple.DiscRecording (6.0.4 - 6040.4.1) <E6D5835F-EE3C-3814-A2EE-6962B5570EF1> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
        0x7fff96aeb000 -     0x7fff96b26fff  libsystem_info.dylib (??? - ???) <35F90252-2AE1-32C5-8D34-782C614D9639> /usr/lib/system/libsystem_info.dylib
        0x7fff96b27000 -     0x7fff974c5a27  com.apple.CoreGraphics (1.600.0 - ???) <576777EA-921B-3D94-98C3-40A9CF8EBD18> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
        0x7fff974c6000 -     0x7fff974cdff7  com.apple.CommerceCore (1.0 - 17) <AA783B87-48D4-3CA6-8FF6-0316396022F4> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/C ommerceCore.framework/Versions/A/CommerceCore
        0x7fff974ce000 -     0x7fff974eefff  libsystem_kernel.dylib (1699.32.7 - compatibility 1.0.0) <66C9F9BD-C7B3-30D4-B1A0-03C8A6392351> /usr/lib/system/libsystem_kernel.dylib
        0x7fff97df0000 -     0x7fff97e30fe7  libGLImage.dylib (??? - ???) <0B7DAB2B-F1C6-39C7-B864-61EF683B6656> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
        0x7fff97e31000 -     0x7fff97eb6ff7  com.apple.Heimdal (2.2 - 2.0) <FF0BD9A4-6FB0-31E3-ABFB-563FBBEC45FC> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
        0x7fff97eb7000 -     0x7fff97f2dff7  libc++.1.dylib (28.4.0 - compatibility 1.0.0) <A24FC3DA-4FFA-3DD2-9DCC-2B8D1B3BF97C> /usr/lib/libc++.1.dylib
        0x7fff97f2e000 -     0x7fff97f31fff  libCoreVMClient.dylib (??? - ???) <28CB0F3F-A202-391F-8CAC-FC9A1398A962> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
        0x7fff97f32000 -     0x7fff97fc5fff  com.apple.PDFKit (2.6.4 - 2.6.4) <4C58283C-3F45-31C6-9896-5EFFFF82D840> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
        0x7fff97fc6000 -     0x7fff97fc6fff  com.apple.Accelerate (1.7 - Accelerate 1.7) <82DDF6F5-FBC3-323D-B71D-CF7ABC5CF568> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
        0x7fff97fc7000 -     0x7fff97fc8fff  libunc.dylib (24.0.0 - compatibility 1.0.0) <C67B3B14-866C-314F-87FF-8025BEC2CAAC> /usr/lib/system/libunc.dylib
        0x7fff97fc9000 -     0x7fff97fcbfff  libquarantine.dylib (36.7.0 - compatibility 1.0.0) <8D9832F9-E4A9-38C3-B880-E5210B2353C7> /usr/lib/system/libquarantine.dylib
        0x7fff97fcc000 -     0x7fff97fdeff7  libbsm.0.dylib (??? - ???) <349BB16F-75FA-363F-8D98-7A9C3FA90A0D> /usr/lib/libbsm.0.dylib
        0x7fff98128000 -     0x7fff9812efff  libmacho.dylib (800.0.0 - compatibility 1.0.0) <D86F63EC-D2BD-32E0-8955-08B5EAFAD2CC> /usr/lib/system/libmacho.dylib
        0x7fff98136000 -     0x7fff98141ff7  com.apple.speech.recognition.framework (4.0.21 - 4.0.21) <6540EAF2-E3BF-3D2E-B4C1-F106180D6F20> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
        0x7fff98142000 -     0x7fff98148ff7  libunwind.dylib (30.0.0 - compatibility 1.0.0) <1E9C6C8C-CBE8-3F4B-A5B5-E03E3AB53231> /usr/lib/system/libunwind.dylib
        0x7fff98196000 -     0x7fff98196fff  com.apple.audio.units.AudioUnit (1.7.3 - 1.7.3) <04C10813-CCE5-3333-8C72-E8E35E417B3B> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
        0x7fff98197000 -     0x7fff981f4ff7  com.apple.QuickLookFramework (3.2 - 500.18) <C36371BF-E1F6-3DF7-83EA-CE96FCDCE4C4> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
        0x7fff98226000 -     0x7fff982bcff7  libvMisc.dylib (325.4.0 - compatibility 1.0.0) <642D8D54-F9F5-3FBB-A96C-EEFE94C6278B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
        0x7fff982bd000 -     0x7fff982cafff  com.apple.CrashReporterSupport (10.7.4 - 353) <6044CFB6-939E-3C73-BFBB-A8BBC096F135> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
        0x7fff982cb000 -     0x7fff983aafff  com.apple.ImageIO.framework (3.1.2 - 3.1.2) <E982B3FF-4788-3FA2-B9F1-53E44E2EA9BA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
        0x7fff983af000 -     0x7fff98403fff  libFontRegistry.dylib (??? - ???) <60FF9C2C-5E44-3C49-8A08-F26101898F21> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
        0x7fff98404000 -     0x7fff98421fff  libxpc.dylib (77.19.0 - compatibility 1.0.0) <9F57891B-D7EF-3050-BEDD-21E7C6668248> /usr/lib/system/libxpc.dylib
        0x7fff98434000 -     0x7fff988fbfff  FaceCoreLight (1.4.7 - compatibility 1.0.0) <BDD0E1DE-CF33-3AF8-B33B-4D1574CCC19D> /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLi ght
        0x7fff988fc000 -     0x7fff98954ff7  libTIFF.dylib (??? - ???) <4DA86D53-8977-351D-9DC5-C7AE8F0FD423> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
        0x7fff9897d000 -     0x7fff989b8fff  com.apple.LDAPFramework (3.2 - 120.2) <275D4298-C435-3E98-AA25-95D9D0A56550> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
        0x7fff989b9000 -     0x7fff98a9de5f  libobjc.A.dylib (228.0.0 - compatibility 1.0.0) <871E688B-CF57-3BC7-80D6-F6476DFF109B> /usr/lib/libobjc.A.dylib
        0x7fff98acf000 -     0x7fff98c05fff  com.apple.vImage (5.1 - 5.1) <A08B7582-67BC-3EED-813A-4833645964A7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
        0x7fff98c06000 -     0x7fff98c6eff7  com.apple.audio.CoreAudio (4.0.3 - 4.0.3) <9987DC46-2A96-3BA0-B88B-04E573C0AD9B> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
        0x7fff98c6f000 -     0x7fff98cf3ff7  com.apple.ApplicationServices.ATS (317.12.0 - ???) <BE3C156D-8326-37AA-BC4E-D3C0D31BF976> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
        0x7fff98cf4000 -     0x7fff98d27ff7  com.apple.GSS (2.2 - 2.0) <971395D0-B9D0-3FDE-B23F-6F9D0A2FB95F> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
        0x7fff98d28000 -     0x7fff98d6cff7  com.apple.MediaKit (12 - 602) <0C2CBEDA-412F-3DDF-9C74-44114E5E0DB9> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
        0x7fff98d6d000 -     0x7fff98d7cff7  libxar-nossl.dylib (??? - ???) <A6ABBFB9-E4ED-38AD-BBBB-F9958B9CEFB5> /usr/lib/libxar-nossl.dylib
        0x7fff98e67000 -     0x7fff98ec7fff  libvDSP.dylib (325.4.0 - compatibility 1.0.0) <3A7521E6-5510-3FA7-AB65-79693A7A5839> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
        0x7fff98ec8000 -     0x7fff98ef0fff  com.apple.PerformanceAnalysis (1.11 - 11) <8D4C6382-DD92-37A2-BCFC-E89951320848> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/Perf ormanceAnalysis
        0x7fff98ef1000 -     0x7fff98ef6fff  libcompiler_rt.dylib (6.0.0 - compatibility 1.0.0) <98ECD5F6-E85C-32A5-98CD-8911230CB66A> /usr/lib/system/libcompiler_rt.dylib
        0x7fff98ef7000 -     0x7fff98efffff  libsystem_dnssd.dylib (??? - ???) <584B321E-5159-37CD-B2E7-82E069C70AFB> /usr/lib/system/libsystem_dnssd.dylib
        0x7fff98f00000 -     0x7fff98f52ff7  libGLU.dylib (??? - ???) <DB906997-0F70-3469-BA0E-2F1DDBEAD8D5> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
        0x7fff98f53000 -     0x7fff98f7eff7  libxslt.1.dylib (3.24.0 - compatibility 3.0.0) <E71220D3-8015-38EC-B97D-7FDB383C2BDC> /usr/lib/libxslt.1.dylib
        0x7fff98f7f000 -     0x7fff98f7ffff  libOpenScriptingUtil.dylib (??? - ???) <A7847713-F410-39C0-884F-A7188A18E742> /usr/lib/libOpenScriptingUtil.dylib
        0x7fff98f80000 -     0x7fff98f81ff7  libsystem_sandbox.dylib (??? - ???) <2A09E4DA-F47C-35CB-B70C-E0492BA9F20E> /usr/lib/system/libsystem_sandbox.dylib
        0x7fff98f82000 -     0x7fff9910dff7  com.apple.QTKit (7.7.1 - 2339) <2BC2CF44-CEAF-3D3B-A250-CA59D6AFB0B0> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
        0x7fff9910e000 -     0x7fff99213fff  libFontParser.dylib (??? - ???) <D2E56B6E-3182-3667-A78C-4172C435523A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
        0x7fff99214000 -     0x7fff9943efe7  com.apple.CoreData (104.1 - 358.14) <6BB64605-8DA7-337D-A2AB-A3346A421CBD> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    External Modification Summary:
      Calls made by other processes targeting this process:
        task_for_pid: 3
        thread_create: 0
        thread_set_state: 0
      Calls made by this process:
        task_for_pid: 0
        thread_create: 0
        thread_set_state: 0
      Calls made by all processes on this machine:
        task_for_pid: 3196
        thread_create: 0
        thread_set_state: 0
    VM Region Summary:
    ReadOnly portion of Libraries: Total=230.2M resident=158.9M(69%) swapped_out_or_unallocated=71.3M(31%)
    Writable regions: Total=1.1G written=19.4M(2%) resident=39.2M(3%) swapped_out=0K(0%) unallocated=1.1G(97%)
    REGION TYPE                        VIRTUAL
    ===========                        =======
    ATS (font support)                   31.8M
    ATS (font support) (reserved)           8K        reserved VM address space (unallocated)
    CG backing stores                    4052K
    CG image                              204K
    CG raster data                       6912K
    CG shared images                     3416K
    CoreAnimation                        6460K
    CoreGraphics                           16K
    CoreImage                               8K
    CoreServices                         2232K
    IOKit                                3384K
    JS JIT generated code                   8K
    JS JIT generated code (reserved)      1.0G        reserved VM address space (unallocated)
    MALLOC                               53.0M
    MALLOC guard page                      64K
    Memory tag=240                          4K
    Memory tag=242                         12K
    Memory tag=243                          4K
    Memory tag=251                         44K
    OpenCL                                 44K
    OpenGL GLSL                          1024K
    SQLite page cache                    2784K
    STACK GUARD                          56.0M
    Stack                                12.6M
    Stack (reserved)                      520K        reserved VM address space (unallocated)
    VM_ALLOCATE                          16.5M
    __CI_BITMAP                            80K
    __DATA                               19.1M
    __IMAGE                               528K
    __LINKEDIT                           63.0M
    __TEXT                              167.2M
    __UNICODE                             544K
    mapped file                          42.5M
    shared memory                         632K
    ===========                        =======
    TOTAL                                 1.5G
    TOTAL, minus reserved VM space      493.3M
    Model: MacBook4,1, BootROM MB41.00C1.B00, 2 processors, Intel Core 2 Duo, 2.4 GHz, 6 GB, SMC 1.31f1
    Graphics: Intel GMA X3100, GMA X3100, Built-In, 144 MB
    Memory Module: BANK 0/DIMM0, 2 GB, DDR2 SDRAM, 667 MHz, 0xAD00000000000000, 0x48594D503132355336344350382D59352020
    Memory Module: BANK 1/DIMM1, 4 GB, DDR2 SDRAM, 667 MHz, 0x0000000000000000, 0x000000000000000000000000000000000000
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x88), Broadcom BCM43xx 1.0 (5.10.131.36.15)
    Bluetooth: Version 4.0.8f17, 2 service, 11 devices, 1 incoming serial ports
    Network Service: AirPort, AirPort, en1
    Serial ATA Device: FUJITSU MHY2160BH, 160,04 GB
    Parallel ATA Device: HL-DT-ST DVDRW  GSA-S10N
    USB Device: Built-in iSight, apple_vendor_id, 0x8501, 0xfd400000 / 2
    USB Device: Bluetooth USB Host Controller, apple_vendor_id, 0x8205, 0x1a100000 / 2
    USB Device: Apple Internal Keyboard / Trackpad, apple_vendor_id, 0x022a, 0x5d200000 / 3

    /Library/ScriptingAdditions/SIMBL.osax/Contents/MacOS/SIMBL
    /Library/Application Support/SIMBL/*/Maximizer.bundle/Contents/MacOS/Maximizer
    /Library/Application Support/SIMBL/*/SafariStand.bundle/Contents/MacOS/SafariStand
    Only for second restricted user
    In that user account ...
    Open the Finder. From the finder menu bar click Go > Go to Folder
    Type of copy/paste:    /Library/ScriptingAdditions
    Click Go then move the SIMBL.osax/Contents/MacOS/SIMBL files to the Trash.
    Now type or copy/paste:   /Library/Application Support
    Move the Maximizer.bundle/Contents/MacOS/Maximizer files to the Trash.
    Same for the SIMBL SafariStand bundle.
    Try Safari.

  • Execution time of same program makes big difference

    Hello all,
    The execution time of same program in PRD system and QAS system makes big difference.
    The difference of data is not much(as system copy was run on a regular time schedule. And the system enviroments are exactly the same. However, while the program only cost 2-3 seconds in QAS, it cost 7-8 minutes in PRD.
    It only happens when trying to join some tables together.
    I've checked the execution plans of same search, they are different:
    QAS:
    SQL Statement
    SELECT
      T_00.RANL , T_00.XALLB , T_00.REPKE , T_00.REWHR , T_00.HKONT ,   T_00.ZTMNAIBRX , T_00.GSART ,
      T_00.ZTMHOYMNX , T_00.ZTMSBKBNX ,   T_00.ZTMSHDAYZ , T_00.ZTMMBHZKP , T_01.BAL_SH_CUR ,
      T_01.ZTMSIHONP ,   T_02.SECURITY_ID , T_02.SECURITY_ACCOUNT
    FROM
      ZTM0108 T_00, ZTM0135 T_01, TRACV_POSCONTEXT T_02
    WHERE
      T_00.MANDT = '350' AND   T_00.BUKRS = 'MC51' AND   T_00.ZTMMCSNGX = '200806' AND
      T_02.SECURITY_ACCOUNT = '0001' AND   T_01.MANDT = '350' AND   T_01.BUKRS = T_00.BUKRS AND
      T_01.ZTMMCSNGX = T_00.ZTMMCSNGX AND   T_01.PARTNER = T_00.REPKE AND   T_02.MANDT = '350' AND
      T_02.SECURITY_ID = T_00.RANL
    Execution Plan
    SELECT STATEMENT ( Estimated Costs = 666 , Estimated #Rows = 72 )
      ---   12 HASH JOIN
    ( Estim. Costs = 666 , Estim. #Rows = 72 )
    Estim. CPU-Costs = 37,505,220 Estim. IO-Costs = 663
    Access Predicates
    --   9 HASH JOIN
    ( Estim. Costs = 268 , Estim. #Rows = 51 )
    Estim. CPU-Costs = 18,679,663 Estim. IO-Costs = 267
    Access Predicates
    --   6 NESTED LOOPS
    ( Estim. Costs = 25 , Estim. #Rows = 38 )
    Estim. CPU-Costs = 264,164 Estim. IO-Costs = 25
    --   4 NESTED LOOPS
    ( Estim. Costs = 25 , Estim. #Rows = 27 )
    Estim. CPU-Costs = 258,494 Estim. IO-Costs = 25
    --   2 TABLE ACCESS BY INDEX ROWID DIFT_POS_IDENT
    ( Estim. Costs = 25 , Estim. #Rows = 24 )
    Estim. CPU-Costs = 253,454 Estim. IO-Costs = 25
    Filter Predicates
    1 INDEX RANGE SCAN DIFT_POS_IDENT~SA
    ( Estim. Costs = 1 , Estim. #Rows = 554 )
    Search Columns: 1
    Estim. CPU-Costs = 29,801 Estim. IO-Costs = 1
    Access Predicates
    3 INDEX RANGE SCAN TRACT_POSCONTEXTID
    Search Columns: 2
    Estim. CPU-Costs = 210 Estim. IO-Costs = 0
    Access Predicates
    5 INDEX UNIQUE SCAN TZPA~0
    Search Columns: 2
    Estim. CPU-Costs = 210 Estim. IO-Costs = 0
    Access Predicates
    ---   8 TABLE ACCESS BY INDEX ROWID ZTM0108
    ( Estim. Costs = 242 , Estim. #Rows = 2,540 )
    Estim. CPU-Costs = 10,811,361 Estim. IO-Costs = 241
    7 INDEX RANGE SCAN ZTM0108~0
    ( Estim. Costs = 207 , Estim. #Rows = 2,540 )
    Search Columns: 3
    Estim. CPU-Costs = 9,790,330 Estim. IO-Costs = 207
    Access Predicates Filter Predicates
          ---   11 TABLE ACCESS BY INDEX ROWID ZTM0135
    ( Estim. Costs = 397 , Estim. #Rows = 2,380 )
    Estim. CPU-Costs = 11,235,469 Estim. IO-Costs = 396
    10 INDEX RANGE SCAN ZTM0135~0
                       ( Estim. Costs = 323 , Estim. #Rows = 2,380 )
                       Search Columns: 3
                       Estim. CPU-Costs = 10,288,477 Estim. IO-Costs = 323
                       Access Predicates Filter Predicates
    PRD:
    Execution Plan
    SELECT STATEMENT ( Estimated Costs = 209 , Estimated #Rows = 1 )
      ---   12 NESTED LOOPS
    ( Estim. Costs = 208 , Estim. #Rows = 1 )
    Estim. CPU-Costs = 18.996.864 Estim. IO-Costs = 207
    --   9 NESTED LOOPS
    ( Estim. Costs = 120 , Estim. #Rows = 1 )
    Estim. CPU-Costs = 10.171.528 Estim. IO-Costs = 119
    --   6 NESTED LOOPS
    Estim. CPU-Costs = 27.634 Estim. IO-Costs = 0
    --   4 NESTED LOOPS
    Estim. CPU-Costs = 27.424 Estim. IO-Costs = 0
    1 INDEX RANGE SCAN TZPA~0
    Search Columns: 1
    Estim. CPU-Costs = 5.584 Estim. IO-Costs = 0
    Access Predicates
    ---   3 TABLE ACCESS BY INDEX ROWID DIFT_POS_IDENT
    Estim. CPU-Costs = 210 Estim. IO-Costs = 0
    Filter Predicates
    2 INDEX RANGE SCAN DIFT_POS_IDENT~PT
    Search Columns: 1
    Estim. CPU-Costs = 210 Estim. IO-Costs = 0
    Access Predicates
    5 INDEX RANGE SCAN TRACT_POSCONTEXTID
    Search Columns: 2
    Estim. CPU-Costs = 210 Estim. IO-Costs = 0
    Access Predicates
    ---   8 TABLE ACCESS BY INDEX ROWID ZTM0108
    ( Estim. Costs = 120 , Estim. #Rows = 1 )
    Estim. CPU-Costs = 10.143.893 Estim. IO-Costs = 119
    7 INDEX RANGE SCAN ZTM0108~0
    ( Estim. Costs = 119 , Estim. #Rows = 1 )
    Search Columns: 4
    Estim. CPU-Costs = 10.142.167 Estim. IO-Costs = 119
    Access Predicates Filter Predicates
          ---   11 TABLE ACCESS BY INDEX ROWID ZTM0135
    ( Estim. Costs = 89 , Estim. #Rows = 1 )
    Estim. CPU-Costs = 8.825.337 Estim. IO-Costs = 88
    10 INDEX RANGE SCAN ZTM0135~0
                       ( Estim. Costs = 88 , Estim. #Rows = 1 )
                       Search Columns: 4
                       Estim. CPU-Costs = 8.823.742 Estim. IO-Costs = 88
                       Access Predicates Filter Predicates
    Could anyone tell me the reason? I've found note 724545 but not sure.
    And, how to read the execution plan?(1 first or 12 first?)
    Best Regards,
    Robin

    Hello Michael.
    Thank you.
    However, the sql statement is same:
    QAS:
    SQL Statement
    SELECT
      T_00.RANL , T_00.XALLB , T_00.REPKE , T_00.REWHR , T_00.HKONT ,   T_00.ZTMNAIBRX , T_00.GSART ,
      T_00.ZTMHOYMNX , T_00.ZTMSBKBNX ,   T_00.ZTMSHDAYZ , T_00.ZTMMBHZKP , T_01.BAL_SH_CUR ,
      T_01.ZTMSIHONP ,   T_02.SECURITY_ID , T_02.SECURITY_ACCOUNT
    FROM
      ZTM0108 T_00, ZTM0135 T_01, TRACV_POSCONTEXT T_02
    WHERE
      T_00.MANDT = '350' AND   T_00.BUKRS = 'MC51' AND   T_00.ZTMMCSNGX = '200806' AND
      T_02.SECURITY_ACCOUNT = '0001' AND   T_01.MANDT = '350' AND   T_01.BUKRS = T_00.BUKRS AND
      T_01.ZTMMCSNGX = T_00.ZTMMCSNGX AND   T_01.PARTNER = T_00.REPKE AND   T_02.MANDT = '350' AND
      T_02.SECURITY_ID = T_00.RANL
    Execution Plan
    SELECT STATEMENT ( Estimated Costs = 666 , Estimated #Rows = 72 )
      ---   12 HASH JOIN
    ( Estim. Costs = 666 , Estim. #Rows = 72 )
    Estim. CPU-Costs = 37,505,220 Estim. IO-Costs = 663
    Access Predicates
    --   9 HASH JOIN
    ( Estim. Costs = 268 , Estim. #Rows = 51 )
    Estim. CPU-Costs = 18,679,663 Estim. IO-Costs = 267
    Access Predicates
    --   6 NESTED LOOPS
    ( Estim. Costs = 25 , Estim. #Rows = 38 )
    Estim. CPU-Costs = 264,164 Estim. IO-Costs = 25
    --   4 NESTED LOOPS
    ( Estim. Costs = 25 , Estim. #Rows = 27 )
    Estim. CPU-Costs = 258,494 Estim. IO-Costs = 25
    --   2 TABLE ACCESS BY INDEX ROWID DIFT_POS_IDENT
    ( Estim. Costs = 25 , Estim. #Rows = 24 )
    Estim. CPU-Costs = 253,454 Estim. IO-Costs = 25
    Filter Predicates
    1 INDEX RANGE SCAN DIFT_POS_IDENT~SA
    ( Estim. Costs = 1 , Estim. #Rows = 554 )
    Search Columns: 1
    Estim. CPU-Costs = 29,801 Estim. IO-Costs = 1
    Access Predicates
    3 INDEX RANGE SCAN TRACT_POSCONTEXTID
    Search Columns: 2
    Estim. CPU-Costs = 210 Estim. IO-Costs = 0
    Access Predicates
    5 INDEX UNIQUE SCAN TZPA~0
    Search Columns: 2
    Estim. CPU-Costs = 210 Estim. IO-Costs = 0
    Access Predicates
    ---   8 TABLE ACCESS BY INDEX ROWID ZTM0108
    ( Estim. Costs = 242 , Estim. #Rows = 2,540 )
    Estim. CPU-Costs = 10,811,361 Estim. IO-Costs = 241
    7 INDEX RANGE SCAN ZTM0108~0
    ( Estim. Costs = 207 , Estim. #Rows = 2,540 )
    Search Columns: 3
    Estim. CPU-Costs = 9,790,330 Estim. IO-Costs = 207
    Access Predicates Filter Predicates
          ---   11 TABLE ACCESS BY INDEX ROWID ZTM0135
    ( Estim. Costs = 397 , Estim. #Rows = 2,380 )
    Estim. CPU-Costs = 11,235,469 Estim. IO-Costs = 396
    10 INDEX RANGE SCAN ZTM0135~0
                       ( Estim. Costs = 323 , Estim. #Rows = 2,380 )
                       Search Columns: 3
                       Estim. CPU-Costs = 10,288,477 Estim. IO-Costs = 323
                       Access Predicates Filter Predicates
    PRD:
    SQL Statement
    SELECT
      T_00.RANL , T_00.XALLB , T_00.REPKE , T_00.REWHR , T_00.HKONT ,   T_00.ZTMNAIBRX , T_00.GSART ,
      T_00.ZTMHOYMNX , T_00.ZTMSBKBNX ,   T_00.ZTMSHDAYZ , T_00.ZTMMBHZKP , T_01.BAL_SH_CUR ,
      T_01.ZTMSIHONP ,   T_02.SECURITY_ID , T_02.SECURITY_ACCOUNT
    FROM
      ZTM0108 T_00, ZTM0135 T_01, TRACV_POSCONTEXT T_02
    WHERE
      T_00.MANDT = '500' AND   T_00.BUKRS = 'MC51' AND   T_00.ZTMMCSNGX = '200806' AND
      T_02.SECURITY_ACCOUNT = '0001' AND   T_01.MANDT = '500' AND   T_01.BUKRS = T_00.BUKRS AND
      T_01.ZTMMCSNGX = T_00.ZTMMCSNGX AND   T_01.PARTNER = T_00.REPKE AND   T_02.MANDT = '500' AND
      T_02.SECURITY_ID = T_00.RANL
    Execution Plan
    SELECT STATEMENT ( Estimated Costs = 209 , Estimated #Rows = 1 )
      ---   12 NESTED LOOPS
          |    ( Estim. Costs = 208 , Estim. #Rows = 1 )
          |    Estim. CPU-Costs = 18.996.864 Estim. IO-Costs = 207
          |--   9 NESTED LOOPS
          |   |   ( Estim. Costs = 120 , Estim. #Rows = 1 )
          |   |   Estim. CPU-Costs = 10.171.528 Estim. IO-Costs = 119
          |   |--   6 NESTED LOOPS
          |   |   |   Estim. CPU-Costs = 27.634 Estim. IO-Costs = 0
          |   |   |--   4 NESTED LOOPS
          |   |   |   |   Estim. CPU-Costs = 27.424 Estim. IO-Costs = 0
          |   |   |   |-----1 INDEX RANGE SCAN TZPA~0
          |   |   |   |       Search Columns: 1
          |   |   |   |       Estim. CPU-Costs = 5.584 Estim. IO-Costs = 0
          |   |   |   |       Access Predicates
          |   |   |   ---   3 TABLE ACCESS BY INDEX ROWID DIFT_POS_IDENT
          |   |   |       |   Estim. CPU-Costs = 210 Estim. IO-Costs = 0
          |   |   |       |   Filter Predicates
          |   |   |       -
    2 INDEX RANGE SCAN DIFT_POS_IDENT~PT
          |   |   |               Search Columns: 1
          |   |   |               Estim. CPU-Costs = 210 Estim. IO-Costs = 0
          |   |   |               Access Predicates
          |   |   -
    5 INDEX RANGE SCAN TRACT_POSCONTEXTID
          |   |           Search Columns: 2
          |   |           Estim. CPU-Costs = 210 Estim. IO-Costs = 0
          |   |           Access Predicates
          |   ---   8 TABLE ACCESS BY INDEX ROWID ZTM0108
          |       |   ( Estim. Costs = 120 , Estim. #Rows = 1 )
          |       |   Estim. CPU-Costs = 10.143.893 Estim. IO-Costs = 119
          |       -
    7 INDEX RANGE SCAN ZTM0108~0
          |               ( Estim. Costs = 119 , Estim. #Rows = 1 )
          |               Search Columns: 4
          |               Estim. CPU-Costs = 10.142.167 Estim. IO-Costs = 119
          |               Access Predicates Filter Predicates
          ---   11 TABLE ACCESS BY INDEX ROWID ZTM0135
              |    ( Estim. Costs = 89 , Estim. #Rows = 1 )
              |    Estim. CPU-Costs = 8.825.337 Estim. IO-Costs = 88
    10 INDEX RANGE SCAN ZTM0135~0
                       ( Estim. Costs = 88 , Estim. #Rows = 1 )
                       Search Columns: 4
                       Estim. CPU-Costs = 8.823.742 Estim. IO-Costs = 88
                       Access Predicates Filter Predicates
    Only difference is the client.
    I see that QAS use index SA on table DIFT_POS_IDENT first, while PRD deal with table TZPA first...Is it the reason?
    Best Regards,
    Robin

  • 'Play Full Screen' looks different than 'play'  (makes timing errors)

    In iMovie, 'Play Full Screen' behaves differently than 'Play'  Makes timing errors, cuts off the beginning of commentaries, etc.

    You can't disable tap/zoom scaling. What happens if you add a margin and disable thumbnail?
    Can you convert them to a Keynote presentation (Hype?)?
    One option would be to reduce the original video dimensions and add a frame/mask around it before adding into a book, that way when it is expanded, it sits at a smaller size. Bunch of work, maybe, so unless you have higher rez video, that may be your best option.

  • Adding a column makes big difference with a simple query

    Hello All,
    The oracle environment I am working with is
    Oracle9i Enterprise Edition Release 9.2.0.8.0 - 64bit Production
    and
    PL/SQL Release 9.2.0.8.0 - Production
    I have a question for the following 2 queries. The only difference is that first one has an extra field than the second one. That extra field makes big difference regarding excution time. One is 4 seconds and the other is 5 minutes. Could anyone help me to understand why? Thank you for your help! -Susan
    4 Seconds
    ================================================================
    select distinct B.A_CA.CA_ID, B.A_CA.CE_ID
    from B.A_CA, B.CA_LIST_DTLS
    where UPPER(deleted(B.A_CA.CA_ID) = 'N'
    and UPPER(B.CA_LIST_DTLS.CA_LIST_NAME) = 'SW'
    and B.A_CA.CA_ID = B.CA_LIST_DTLS.CA_ID ;
    5 minutes
    ==============================================================
    select distinct B.A_CA.CA_ID
    from B.A_CA, B.CA_LIST_DTLS
    where UPPER(deleted(B.A_CA.CA_ID) = 'N'
    and UPPER(B.CA_LIST_DTLS.CA_LIST_NAME) = 'SW'
    and B.A_CA.CA_ID = B.CA_LIST_DTLS.CA_ID ;
    Below is the function
    =============================================================
    FUNCTION deleted ( in_ca_id IN B.A_CA.CA_ID%TYPE ) RETURN VARCHAR2 IS
    n_result VARCHAR2(20);
    cnt NUMBER :=0;
    cursor cur is
    SELECT COUNT(*)
    from B.A_CA
    where B.A_CA.CA_ID=in_ca_id
    and (B.A_CA.COMPLAINT_FLAG = 'Y'
    or B.A_CA.DELETE_FLAG = 'Y') ;
    BEGIN
    OPEN cur;
    FETCH cur INTO cnt;
    CLOSE cur;
    If cnt >0 then
    n_result := 'Y';
    else
    n_result := 'N';
    end if;
    RETURN n_result;
    EXCEPTION
    WHEN NO_DATA_FOUND THEN
    return 'N/A';
    END;
    Edited by: 849989 on Apr 5, 2011 10:25 AM

    Explain plan for two queries:
    The fast one:
    Plan
    SELECT STATEMENT CHOOSE Cost: 4,223 Bytes: 116,032 Cardinality: 2,072
    5 SORT UNIQUE Cost: 4,223 Bytes: 116,032 Cardinality: 2,072
    4 NESTED LOOPS Cost: 4,212 Bytes: 116,032 Cardinality: 2,072
    1 TABLE ACCESS FULL B.CA_LIST_DTLS Cost: 68 Bytes: 87,024 Cardinality: 2,072
    3 TABLE ACCESS BY INDEX ROWID B.A_CA Cost: 2 Bytes: 14 Cardinality: 1
    2 INDEX UNIQUE SCAN UNIQUE B.A_CA_PK Cost: 1 Cardinality: 1
    The slow one:
    Plan
    SELECT STATEMENT CHOOSE Cost: 305 Bytes: 111,888 Cardinality: 2,072
    4 SORT UNIQUE Cost: 305 Bytes: 111,888 Cardinality: 2,072
    3 HASH JOIN Cost: 295 Bytes: 111,888 Cardinality: 2,072
    1 TABLE ACCESS FULL B.CA_LIST_DTLS Cost: 68 Bytes: 87,024 Cardinality: 2,072
    2 INDEX FAST FULL SCAN UNIQUE B.A_CA_PK Cost: 225 Bytes: 131,928 Cardinality: 10,994
    Edited by: 849989 on Apr 5, 2011 11:49 AM

  • 'make /link ' errors during Oracle 11G install on Oracle Linux 5

    tail /u01/app/oraInventory/logs/installActions2007-10-12_11-30-12AM.log
    INFO: genclntsh: Failed to link libclntsh.so.11.1
    INFO: make: *** [client_sharedlib] Error 1
    INFO: End output from spawned process.
    INFO: ----------------------------------
    INFO: Exception thrown from action: make
    Exception Name: MakefileException
    Exception String: Error in invoking target 'client_sharedlib' of makefile '/u01/app/oracle/product/11.1.0/oradb1/rdbms/lib/ins_rdbms.mk'. See '/u01/app/oraInventory/logs/installActions2007-10-12_11-30-12AM.log' for details.
    Exception Severity: 1
    Any helpful hint would be highly appreciated...Ramesh

    Hi, Ramesh
    Please refer to
    Error in invoking target 'client_sharedlib' of makefile
    Could you have the same condition ?
    Regards
    Jason

  • Inkscape with cairo patch - "make" makes an error

    hi, i'm trying to build inkscape with the cairo patch from the inkscape-devel list.
    with this, writing pdf should work very fine!
    http://sourceforge.net/mailarchive/foru … m_id=36054
    here is the patch - it was in the mail: http://bloink110.de/inkscape/patch.tgz
    first i copy the files from the patch in the source folder from inkscape0.44 and than i start the patch
    first strange is:
    patch -p0 < patch.bin
    patching file src/extension/extension.h
    patching file src/extension/internal/Makefile_insert
    patching file src/extension/internal/pdf-out.cpp
    Hunk #5 succeeded at 143 (offset 7 lines).
    patching file src/extension/init.cpp
    patching file src/extension/internal/Makefile_insert
    Reversed (or previously applied) patch detected! Assume -R? [n]
    makefile_insert is patching 2time with same substance.
    ok, but when is goes to "make", there came an error.
    extension/libextension.a(init.o): In function `Inkscape::Extension::init()':
    extension/init.cpp:111: undefined reference to `Inkscape::Extension::Internal::PrintPDFCairo::init()'
    collect2: ld returned 1 exit status
    make[2]: *** [inkscape] Error 1
    make[2]: Leaving directory `/home/markuman/eigenePKGs/nochmal/inkscape-0.44/src'
    make[1]: *** [all-recursive] Error 1
    make[1]: Leaving directory `/home/markuman/eigenePKGs/nochmal/inkscape-0.44'
    make: *** [all] Error 2
    i don't know why?! - and cairo 1.2 is installed too.
    in inkscape-devel list and irc chanell people tell that the patch works fine - but why it don't work here?
    greetings
    markus

    hi, i'm trying to build inkscape with the cairo patch from the inkscape-devel list.
    with this, writing pdf should work very fine!
    http://sourceforge.net/mailarchive/foru … m_id=36054
    here is the patch - it was in the mail: http://bloink110.de/inkscape/patch.tgz
    first i copy the files from the patch in the source folder from inkscape0.44 and than i start the patch
    first strange is:
    patch -p0 < patch.bin
    patching file src/extension/extension.h
    patching file src/extension/internal/Makefile_insert
    patching file src/extension/internal/pdf-out.cpp
    Hunk #5 succeeded at 143 (offset 7 lines).
    patching file src/extension/init.cpp
    patching file src/extension/internal/Makefile_insert
    Reversed (or previously applied) patch detected! Assume -R? [n]
    makefile_insert is patching 2time with same substance.
    ok, but when is goes to "make", there came an error.
    extension/libextension.a(init.o): In function `Inkscape::Extension::init()':
    extension/init.cpp:111: undefined reference to `Inkscape::Extension::Internal::PrintPDFCairo::init()'
    collect2: ld returned 1 exit status
    make[2]: *** [inkscape] Error 1
    make[2]: Leaving directory `/home/markuman/eigenePKGs/nochmal/inkscape-0.44/src'
    make[1]: *** [all-recursive] Error 1
    make[1]: Leaving directory `/home/markuman/eigenePKGs/nochmal/inkscape-0.44'
    make: *** [all] Error 2
    i don't know why?! - and cairo 1.2 is installed too.
    in inkscape-devel list and irc chanell people tell that the patch works fine - but why it don't work here?
    greetings
    markus

  • Array Dimension Too Big Error

    Hi,
    For the following declaration I am getting "Array Dimension Too Big" error with Forte C Compiler on Solairs 8.
    double try[23200][23000];
    What is the mx dimension possible? and Where do I find such info on boundary conditions??
    Regards,
    Gurudatta

    Hi There,
    The legal limit of the array is whatever the hardwareand swap space will support.
    You are asking for 8*23000*20000 bytes /1024/1024 = 3509.52 megabytes = 3.43 gigabytes.
    You are declaring this much allocation locally via
    automatic array in your example. You'll have to define a stack this size (hardly practical).
    If you ask for this much memory with malloc() which is a much better idea, you'll still need to have enough swap.
    You can also do mmap(...,MAP_NORESERVE,...) in which case you may not even need the swap to support it.
    It all depends on what you are doing and why.
    .....jagruti
    Developers Technical Support
    Sun Microsystems, http://www.sun.com/developers/support

  • Make: *** [T01] Error 127

    Hello,
    when I try to compile the HelloWord sample, I have this error message
    First let's compile it as a projector:
    "/cygdrive/c/flascc/mingwmac/sdk/usr/bin/gcc" -Werror -Wno-write-strings -Wno-tr
    igraphs hello.c -o hello.exe
    /cygdrive/c/flascc/mingwmac/sdk/usr/bin/gcc: line 1: i686-mingw32-gcc : command not found
    Makefile:2: recipe for target `T01' failed
    make: *** [T01] Error 127
    Thanks

    You should really post this in the issue tracker of the new crossbridge project. Adobe opensourced Flascc under the Crossbridge name and then abandoned it. So this forum is mostly dead.
    Here is the link if you need more help: crossbridge-community/crossbridge · GitHub
    Something is wrong here, you are trying somehow to call the mingw compiler here "i686-mingw32, I guess the toolchain is using it to make the projectors. You seem to be on cygwin windows. Also you don't seem to be calling the windows version of mingw, but the mac version of mingw which is used to cross-compile windows exec from a OSX.  I've search and I can't find a release of Crossbridge with mingwmac in it.
    On what platform are you ? Windows, Mac or Linux? Which version of Crossbridge are you using ? An old release from adobe, the new release from the community or you build it from source (and if so where did you took the sources)?

  • Vivado SDK 14.1 MAKE file errors

    I just installed Vivado 14.1 on a Windows 7 machine into the default C:\Xilinx directory.    Vivado seems to run ok but when building a BSP in SDK I get the following error for every IP in the design:
        "Compiling uartns550"
        mb-ar: ../../../lib/C:\Program: Invalid argument
         make[1]: *** [libs] Error 1
         make: *** [microblaze_0/libsrc/uartns550_v3_0/src/make.libs] Error 2
    It looks like the make file is trying to read the 'C:\Program Files' directory and can't handle the space, but no part of the project or other software tools are in that directory.

    Hello
    I have the same problem. How can I fix it?
    Thanks!

  • None of my addons or extentions work any more since installing 3.6.6. When I go Tools/Add-ons it just goes 'ding' [makes an error noise] when I click on any oth the options and then firefox freezes up.

    None of my addons or extentions work any more since installing 3.6.6. When I go Tools/Add-ons it just goes 'ding' [makes an error noise] when I click on any of the options and then firefox freezes up and I have to go to the task manager to shut firefox down.
    == This happened ==
    Every time Firefox opened
    == when i updated to 3.6.6

    Delete the files extensions.* (extensions.rdf, extensions.cache, extensions.ini) and compatibility.ini in the Firefox [[Profiles|profile folder]] to reset the extensions registry.
    See "Corrupt extension files": http://kb.mozillazine.org/Unable_to_install_themes_or_extensions
    If you see disabled extensions that are not compatible on the next start in "Tools > Add-ons > Extensions" then click the "Find Updates" button to do a compatibility check.

  • Has anyone been able to contact Adobe to learn why their Flash Player does not work on Mac OS 10.6.8, no matter how many updates you install?  This seems like a big error by Adobe.

    I have thee Mac computers with Mac OS 10.6.8, one of which is a Mac Pro.  No matter how many updates I install from Adobe, their Flash Player does not work on any of these 3 computers.  I don't know how to contact Adobe Systems about this problem, but I think it is their responsibility to make sure that their so-called "universal" software works proplerly on a relatively recent operating system like OS 10.6.8 that is still in widespread use.  When you install the updates, nothing happens -- not even an error message.  What is the point of a universal player that is not universal?  It works fine on my MacBook Pro with OS 9 Mavericks, but it does not work at all -- indeed, has never worked -- on my 3 Macs with OS 10.6.8.  Has anyone contacted Adobe Systems to find out why the Flash Player does not work with OS 10.6.8 and what they plan to do about it?

    Where are you getting Flash from?
    Get the appropriate dmg installer here and then run it.
    http://www.adobe.com/products/flashplayer/distribution3.html
    If it still won't install, do these two things: First uninstall any Flash by going into the second level Hard Drive Library>Internet Plug-ins, and trash the Flash Player.plugin and flashplayer.xpt. Then boot into Safe Boot, Shift at the startup chime (give it much longer than a usual boot) and run the installer while booted in Safe Boot.

  • How can I make "big" the default setting for printing in iCal?

    When I print a calendar from iCal, there is an option to set the test size as small, medium or big?  Each time I launch iCal it resets this to "small."  If there a way to change this such that the preference is for "big?"

    Make that "Firefox ->Preferences -> General -> When Firefox starts: "Show my windows and tabs from last time" is not selected as this is not the default.
    Basically this setting will make Firefox start with whatever windows and tabs that were last open when a user closes Firefox by way of File ->Quit/Exit as if Firefox was never closed.

  • If I type a long e-mail, the cursor starts to disappear at times, if I make an error and delete it, or sometimes it just disappears

    I have Win7 Pro, using TB 24.6.0. If I type a long e-mail (I haven't counted the letters, the number would be many), then the cursor disappears off & on. The cursor disappears mostly when I make a typing error, backspace or delete the error. Eventually, I can't continue typing--cursor is gone. Sometimes the cursor has relocated to the beginning of the e-mail (top of the frame) and I have substantial difficulty moving it back to where I stopped typing. I cannot just click on where I stopped typing
    I saved one of these e-mails as a draft, and noticed there were many letters/junk at the end of the e-mail and one e-mail recipient told me she's seeing similar lines of letters/junk at the end of my e-mails.
    I've tried running TB in safe mode, but didn't have reason to type out a long e-mail while it was in safe mode so I'm not sure if it recurs in safe mode or not. I don't really have any add-ons. I mostly use the defaults TB assigns at download.
    Haven't had this problem before, it's a very annoying problem.

    May I ask why? Have you learned that that specific problem is solved in a pre-release version? So far I've upgraded once on your advice, now I've upgraded again to 31. Problem's still there. Unless I'm told that the problem's been solved for sure in a latter version, I'm not going to upgrade because sometimes the upgrades bring problems w/them for a low tech user. I don't want to chat, etc., I just want to be able to send and receive e-mails.
    I'm still working with the security software people re: some continuing issues w/FF.
    I'd like to spend more time doing my work, or communicating w/friends, not dealing w/software problems.
    Is there anyway of my finding out what, if any update, includes whatever is needed to solve my specific problem? I use Win7 Pro, SP1, 3.40 Gz processor, 3.19 Gb usable RAM, 64 bit OS. I don't know what other information is needed.

Maybe you are looking for

  • Programs for creating executable wrappers?

    Hi there, I am searching for good/free java-executable wrappers (programs that create a double-clickable executable which automatically searches for an appropriate JVM). I already tried 2 opensource ones however both had problems with a non-standard

  • Is there any harm in installing an older version of Acrobat along with the new version?

    I'm running Acrobat v11.0.04 on my iMac. For my work, I have to create pdfs and upload them to a special server that then generates dynamic versions of them (blah blah blah... I don't really understand that part of it...). Anyway, it can't use PDFs c

  • Advanced colour management

    (nice beta) I can see that my copy of Safari reads and uses embedded iccc profiles in images: that's no news and I can confirm it works fine. But what it doesn't seem to do is to use the assigned output device profile to display web content. That's o

  • Stencil Alpha Blend mode question

    Hello guys, I would like to achieve this: video clip embeded on BLOCKS LEFT DOWN REPLICATOR with another video as a background. So I first apply Replicator, than place the "embeded" video clip into the layer below it. Then I select Replicator to make

  • APO BADI /SAPAPO/CL_EX_CIF_IP /

    Hi all, 1. Is the changing / creating user sent from R/3 into this BADI ? If yes , what is the field and in which structure and method of BAdi? 2. Can we distinguish between changed and newly created orders in the > BAdI ?If yes, by which field? Than