SAP client is crash when upgrading

Dear All,
Our client is using SAP 2007A SQL2005. After he installed spybot, SAP client crash.
Reboot and login, crash again. Then I have them reinstall SAP client. Then upgrade to the same PL as the server (they don't have the client folder in B1_SHR). Then SAP client crash after we say yes to the client upgrade.
There is a SAP note said we need to delete SBO_Development Language.LRF in GUI folder. But I cannot find that file. Any other idea? Thanks in advance.
He can login from other computer. So this is not a SAP user issue.
Regards,
Yuka

hello,
Use registery remove  software  because some infomarion left when you uninstall the any software in the PC.
then it will remove all info fo the SAP then make fresh installation .
Thanks
Manvendra

Similar Messages

  • OCCI client application crashing, when implemented in a shared library

    Dear All,
    I have a problem running my Oracle C++ client using OCCI.
    The client crashes when it tries to call the OCCI createConnection method.
    The crash happen only if the connection method is implemented inside of an object that it is build in a shared library, which after it is linked to the main program. If I implement everything in the main function the crash does not happen.
    I am building and running my client on SLES9 service pack 2 (Linux kernel 2.6.5) using Oracle 10.2g (10.2.0.1) and gcc 3.3.3, glibc 2.3.3 and libaio-0.3 and libaio-devel-0.3.
    ==================================================
    Attaching the core with gdb, I get the following stack:
    #0 0x400c2f4e in parse_lsda_header () from /usr/lib/libstdc++.so.5
    #1 0x400c324c in __gxx_personality_v0 () from /usr/lib/libstdc++.so.5
    #2 0x40111454 in UnwindRaiseException () from /lib/libgcc_s.so.1
    #3 0x401115dc in UnwindResume_or_Rethrow () from /lib/libgcc_s.so.1
    #4 0x400c368f in __cxa_rethrow () from /usr/lib/libstdc++.so.5
    #5 0x40284b8a in TAG_PACKET_38 () from /home/oracle/app/10.2g/lib/libocci.so.10.1
    #6 0x402819da in ZN6oracle4occi14ConnectionImplC9EPNS015EnvironmentImplERKSsS5_S5_ () from /home/oracle/app/10.2g/lib/libocci.so.10.1
    #7 0x4028606f in oracle::occi::ConnectionImpl::ConnectionImpl () from /home/oracle/app/10.2g/lib/libocci.so.10.1
    #8 0x4028074b in oracle::occi::EnvironmentImpl::createConnection () from /home/oracle/app/10.2g/lib/libocci.so.10.1
    #9 0x4001ba2a in oralib::connect (this=0x804a008) at oraclelib.cpp:46
    #10 0x08048a27 in main () at oramain.cpp:14
    When, I run my client with valgrind that the output is the following:
    oracle@nemesis:~/app/10.2g/rdbms/demo/parc_example> valgrind ./oramain
    ==32212== Memcheck, a memory error detector.
    ==32212== Copyright (C) 2002-2007, and GNU GPL'd, by Julian Seward et al.
    ==32212== Using LibVEX rev 1732, a library for dynamic binary translation.
    ==32212== Copyright (C) 2004-2007, and GNU GPL'd, by OpenWorks LLP.
    ==32212== Using valgrind-3.2.3, a dynamic binary instrumentation framework.
    ==32212== Copyright (C) 2000-2007, and GNU GPL'd, by Julian Seward et al.
    ==32212== For more details, rerun with: -v
    ==32212==
    === Calling init()
    *** Creating the environment...
    - m_env = 0x5390318
    done!
    === Calling connect()
    *** Connecting using following setting:
    - user : SCOTT
    - passwd : TIGER
    - connString :
    ==32213==
    ==32213== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 32 from 1)
    ==32213== malloc/free: in use at exit: 724,565 bytes in 377 blocks.
    ==32213== malloc/free: 611 allocs, 234 frees, 757,833 bytes allocated.
    ==32213== For counts of detected errors, rerun with: -v
    ==32213== searching for pointers to 377 not-freed blocks.
    ==32213== checked 1,912,228 bytes.
    ==32213==
    ==32213== LEAK SUMMARY:
    ==32213== definitely lost: 39 bytes in 1 blocks.
    ==32213== possibly lost: 3,030 bytes in 2 blocks.
    ==32213== still reachable: 721,496 bytes in 374 blocks.
    ==32213== suppressed: 0 bytes in 0 blocks.
    ==32213== Rerun with --leak-check=full to see details of leaked memory.
    ==32212== Invalid read of size 1
    ==32212== at 0x40CAF4E: parse_lsda_header(_Unwind_Context*, unsigned char const*, lsda_header_info*) (in /usr/lib/libstdc++.so.5.0.6)
    ==32212== by 0x40CB24B: __gxx_personality_v0 (in /usr/lib/libstdc++.so.5.0.6)
    ==32212== by 0x411A453: UnwindRaiseException (in /lib/libgcc_s.so.1)
    ==32212== by 0x411A5DB: UnwindResume_or_Rethrow (in /lib/libgcc_s.so.1)
    ==32212== by 0x40CB68E: __cxa_rethrow (in /usr/lib/libstdc++.so.5.0.6)
    ==32212== by 0x428CB89: oracle::occi::ConnectionImpl::openConnection(OCIEnv*, OCIError*, void*, unsigned, void*, unsigned, void*, unsigned, void*, unsigned, unsigned) (
    in /home/oracle/app/10.2g/lib/libocci.so.10.1)
    ==32212== by 0x42899D9: ZN6oracle4occi14ConnectionImplC9EPNS015EnvironmentImplERKSsS5_S5_ (in /home/oracle/app/10.2g/lib/libocci.so.10.1)
    ==32212== by 0x428E06E: oracle::occi::ConnectionImpl::ConnectionImpl(oracle::occi::EnvironmentImpl*, std::string const&, std::string const&, std::string const&) (in /ho
    me/oracle/app/10.2g/lib/libocci.so.10.1)
    ==32212== by 0x428874A: oracle::occi::EnvironmentImpl::createConnection(std::string const&, std::string const&, std::string const&) (in /home/oracle/app/10.2g/lib/liboc
    ci.so.10.1)
    ==32212== by 0x4023A29: oralib::connect() (oraclelib.cpp:46)
    ==32212== by 0x8048A26: main (oramain.cpp:14)
    ==32212== Address 0x123 is not stack'd, malloc'd or (recently) free'd
    ==32212==
    ==32212== Process terminating with default action of signal 11 (SIGSEGV)
    ==32212== Access not within mapped region at address 0x123
    ==32212== at 0x40CAF4E: parse_lsda_header(_Unwind_Context*, unsigned char const*, lsda_header_info*) (in /usr/lib/libstdc++.so.5.0.6)
    ==32212== by 0x40CB24B: __gxx_personality_v0 (in /usr/lib/libstdc++.so.5.0.6)
    ==32212== by 0x411A453: UnwindRaiseException (in /lib/libgcc_s.so.1)
    ==32212== by 0x411A5DB: UnwindResume_or_Rethrow (in /lib/libgcc_s.so.1)
    ==32212== by 0x40CB68E: __cxa_rethrow (in /usr/lib/libstdc++.so.5.0.6)
    ==32212== by 0x428CB89: oracle::occi::ConnectionImpl::openConnection(OCIEnv*, OCIError*, void*, unsigned, void*, unsigned, void*, unsigned, void*, unsigned, unsigned) (
    in /home/oracle/app/10.2g/lib/libocci.so.10.1)
    ==32212== by 0x42899D9: ZN6oracle4occi14ConnectionImplC9EPNS015EnvironmentImplERKSsS5_S5_ (in /home/oracle/app/10.2g/lib/libocci.so.10.1)
    ==32212== by 0x428E06E: oracle::occi::ConnectionImpl::ConnectionImpl(oracle::occi::EnvironmentImpl*, std::string const&, std::string const&, std::string const&) (in /ho
    me/oracle/app/10.2g/lib/libocci.so.10.1)
    ==32212== by 0x428874A: oracle::occi::EnvironmentImpl::createConnection(std::string const&, std::string const&, std::string const&) (in /home/oracle/app/10.2g/lib/liboc
    ci.so.10.1)
    ==32212== by 0x4023A29: oralib::connect() (oraclelib.cpp:46)
    ==32212== by 0x8048A26: main (oramain.cpp:14)
    ==32212==
    ==32212== ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 32 from 1)
    ==32212== malloc/free: in use at exit: 680,744 bytes in 222 blocks.
    ==32212== malloc/free: 616 allocs, 394 frees, 760,162 bytes allocated.
    ==32212== For counts of detected errors, rerun with: -v
    ==32212== searching for pointers to 222 not-freed blocks.
    ==32212== checked 1,870,208 bytes.
    ==32212==
    ==32212== LEAK SUMMARY:
    ==32212== definitely lost: 132 bytes in 1 blocks.
    ==32212== possibly lost: 960 bytes in 1 blocks.
    ==32212== still reachable: 679,652 bytes in 220 blocks.
    ==32212== suppressed: 0 bytes in 0 blocks.
    ==32212== Rerun with --leak-check=full to see details of leaked memory.
    Segmentation fault
    Any Idea?
    Thanks in advance and Regards

    Dear All,
    I found the solution.
    It is enough to add the build flag: "-fPIC" to the g++

  • Full-fledged IDEs available in SAP and relevant problem when upgrading / up

    Dear All,
    Could some please explain the best strategy to adopt as concerns exploiting the full-fledged development / customizing tools provided by SAP; e.g. Composition Environment Visual Composer, Web Dynpro Java, BPM, u2026etc. and avoiding the problems that would arise when upgrading to a newer version, or even updating to a higher fix (Support Package).
    Also, as exploiting those powerful development environment tools would necessarily need a good knowledge of the SAP database, could someone please guide to resources whereby necessary knowledge of the SAP underlying database could be aquired.
    Thank you in advance for your cooperation.
    Best regards.
    Reda Khalifa

    I tested the SAPEXE.SAR and the ouput was fine. I also have downloaded the file again in the meanwhile. Now I will try to update with this file, but i think it's exactly the same file because the size is the same.
    I have now tried the other SAPEXE with the same result. I don't know whats going wrong here
    Regards,
    Martin
    Edited by: Martin Rainer on Jul 21, 2008 8:54 AM

  • Crashes when upgrading to FCS 5.1

    I have been trying for a week to upgrade to Final Cut Studio 5.1 which I purchased for $700. I have been running FCP 3 for a while with no problems.I wiped my drives clean and tried to install the FCS, giving the key when prompted for the original FCP program I had been using...the thing will install the new FCP DVD, but trying to install any of the other elements just crashes the G5 totally...hardware system meets all specs for installation.... what could be the problem? Do I have to put the original FCP 3 back on the system before trying to install the upgrade..???The dealer in NY said no, but this is just not working...any help appreciated.

    Thanks David..the computer is actually at my brother`s studio., hence the delay in replying, but it is a dual processor G5 surpassing the minimum specs as outlined in Apples webpage on FCS 5.1...we feel that the problem may be that the original FCP2 program was on OS9, the G5 was then upgraded to OSX and FCP3 upgrade was installed and running well.Perhaps Wiping the drives clean before trying to install the new FCS Upgrade might be the problem?..It has now installed FCP from the FCS set, but crashes when trying to install the other elements. Still working at it, but its quite a mystery. My brother has been with Apples for ten + years, is a skilled editor with Avid and FCP....and just cant understand why a legally purchased upgrade on a well equipped apple will just not install, and crashes the system.

  • Iphoto 9 crashes when upgrading library

    iPhoto 9 on Maverick crashes when attempting to upgrade iPhoto 8 library

    Launch the Console application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Console in the icon grid.
    Step 1
    For this step, the title of the Console window should be All Messages. If it isn't, select
              SYSTEM LOG QUERIES ▹ All Messages
    from the log list on the left. If you don't see that list, select
              View ▹ Show Log List
    from the menu bar at the top of the screen.
    In the top right corner of the Console window, there's a search box labeled Filter. Initially the words "String Matching" are shown in that box. Enter the name of the crashed application or process. For example, if iTunes crashed, you would enter "iTunes" (without the quotes.)
    Each message in the log begins with the date and time when it was entered. Select the messages from the time of the last crash, if any. Copy them to the Clipboard by pressing the key combination command-C. Paste into a reply to this message by pressing command-V.
    ☞ The log contains a vast amount of information, almost all of which is irrelevant to solving any particular problem. When posting a log extract, be selective. A few dozen lines are almost always more than enough.
    Please don't indiscriminately dump thousands of lines from the log into this discussion.
    Please don't post screenshots of log messages—post the text.
    ☞ Some private information, such as your name, may appear in the log. Anonymize before posting.
    Step 2
    In the Console window, select
              DIAGNOSTIC AND USAGE INFORMATION ▹ User Diagnostic Reports
    (not Diagnostic and Usage Messages) from the log list on the left. There is a disclosure triangle to the left of the list item. If the triangle is pointing to the right, click it so that it points down. You'll see a list of crash reports. The name of each report starts with the name of the process, and ends with ".crash". Select the most recent report related to the process in question. The contents of the report will appear on the right. Use copy and paste to post the entire contents—the text, not a screenshot.
    I know the report is long, maybe several hundred lines. Please post all of it anyway.
    If you don't see any reports listed, but you know there was a crash, you may have chosen Diagnostic and Usage Messages from the log list. Choose DIAGNOSTIC AND USAGE INFORMATION instead.
    In the interest of privacy, I suggest that, before posting, you edit out the “Anonymous UUID,” a long string of letters, numbers, and dashes in the header of the report, if it’s present (it may not be.)
    Please don’t post other kinds of diagnostic report—they're very long and rarely helpful.

  • After upgrading to OS lion 10.8.2 my macbook crashed when upgrading iPhoto, Aperture and MS Office. has anyone simular problems?

    since I did an upgrade yesterday (sept 20th 12) my macbook crashed and does an autoantic restart when doing a upgrade. It occurs doing so for iPhoto, MSoffice or Aperture.
    Can someone help me on this issue?

    My late 2009 13" Macbook is now very laggy. For example, the cursor won't respond until many seconds after I place a finger on the touchpad. When I use the keyboard to increase or decrease volume or screen brightness, there is a noticeable lag between my inputs and what I see. Every time I pause between typing words, I find the keyboard won't respond until I wait a few more seconds. This is very disappointing. I need to roll back until Apple are able to look into any potential issues. I didn't have any such problems prior to upgrade.

  • Mail crashes when upgrading from tiger!

    Whenever I start Mail it says it's going to upgrade all my mboxes. It then crashes. Which is great.
    I really don't want to lose all my mail... and I can't even access it. Anyone know what I can do, or if I can get apple support to do something about it? Here's the report:
    Process: Mail [626]
    Path: /Applications/Mail.app/Contents/MacOS/Mail
    Identifier: com.apple.mail
    Version: 3.0 (912.1)
    Build Info: Mail-9120100~1
    Code Type: X86 (Native)
    Parent Process: launchd [200]
    Date/Time: 2007-11-03 11:57:27.129 +0000
    OS Version: Mac OS X 10.5 (9A581)
    Report Version: 6
    Exception Type: EXCBADACCESS (SIGSEGV)
    Exception Codes: KERNINVALIDADDRESS at 0x00000000471c85fc
    Crashed Thread: 2
    Application Specific Information:
    -[LibraryUpgrader run]
    Thread 0:
    0 libSystem.B.dylib 0x937458e6 machmsgtrap + 10
    1 libSystem.B.dylib 0x9374d0dc mach_msg + 72
    2 com.apple.CoreFoundation 0x929880fe CFRunLoopRunSpecific + 1806
    3 com.apple.CoreFoundation 0x92988d38 CFRunLoopRunInMode + 88
    4 com.apple.HIToolbox 0x91e0f8a4 RunCurrentEventLoopInMode + 283
    5 com.apple.HIToolbox 0x91e0f6bd ReceiveNextEventCommon + 374
    6 com.apple.HIToolbox 0x91e0f531 BlockUntilNextEventMatchingListInMode + 106
    7 com.apple.AppKit 0x93e72d5b _DPSNextEvent + 657
    8 com.apple.AppKit 0x93e726a0 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 128
    9 com.apple.AppKit 0x940aed2e -[NSApplication _realDoModalLoop:peek:] + 563
    10 com.apple.AppKit 0x940a9484 -[NSApplication runModalForWindow:] + 286
    11 com.apple.mail 0x000f10f5 0x1000 + 983285
    12 com.apple.mail 0x000ed915 0x1000 + 968981
    13 com.apple.mail 0x000057ba 0x1000 + 18362
    14 com.apple.mail 0x000046b8 0x1000 + 14008
    15 com.apple.Foundation 0x90956a6e __NSFireDelayedPerform + 382
    16 com.apple.CoreFoundation 0x92988b7e CFRunLoopRunSpecific + 4494
    17 com.apple.CoreFoundation 0x92988d38 CFRunLoopRunInMode + 88
    18 com.apple.HIToolbox 0x91e0f8a4 RunCurrentEventLoopInMode + 283
    19 com.apple.HIToolbox 0x91e0f5f6 ReceiveNextEventCommon + 175
    20 com.apple.HIToolbox 0x91e0f531 BlockUntilNextEventMatchingListInMode + 106
    21 com.apple.AppKit 0x93e72d5b _DPSNextEvent + 657
    22 com.apple.AppKit 0x93e726a0 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 128
    23 com.apple.AppKit 0x93e6b6d1 -[NSApplication run] + 795
    24 com.apple.AppKit 0x93e389ba NSApplicationMain + 574
    25 com.apple.mail 0x000fa08e 0x1000 + 1020046
    Thread 1:
    0 libSystem.B.dylib 0x9374cace _semwaitsignal + 10
    1 libSystem.B.dylib 0x9374c896 usleep$UNIX2003 + 61
    2 com.apple.AppKit 0x93ed9122 -[NSUIHeartBeat _heartBeatThread:] + 2035
    3 com.apple.Foundation 0x9092204d -[NSThread main] + 45
    4 com.apple.Foundation 0x90921bf4 _NSThread__main_ + 308
    5 libSystem.B.dylib 0x93776075 pthreadstart + 321
    6 libSystem.B.dylib 0x93775f32 thread_start + 34
    Thread 2 Crashed:
    0 libsqlite3.0.dylib 0x92bb61a1 sqlite3gettable + 6145
    1 libsqlite3.0.dylib 0x92bc0eb2 sqlite3gettable + 50450
    2 libsqlite3.0.dylib 0x92ba1634 sqlite3_exec + 260
    3 com.apple.MessageFramework 0x004725ad -[LibraryUpgrader executeSQL:transacted:] + 131
    4 com.apple.MessageFramework 0x0046ff0e -[LibraryUpgrader executeSQL:updateMinorVersion:] + 128
    5 com.apple.MessageFramework 0x004721d7 -[LibraryUpgrader addDateCreatedColumnOnMessages:] + 240
    6 com.apple.MessageFramework 0x00470462 -[LibraryUpgrader upgradeSchema] + 349
    7 com.apple.MessageFramework 0x0047096a -[LibraryUpgrader run] + 1014
    8 com.apple.CoreFoundation 0x92a07b9d _invoking__ + 29
    9 com.apple.CoreFoundation 0x92a07588 -[NSInvocation invoke] + 136
    10 com.apple.MessageFramework 0x003cfded -[MonitoredInvocation invoke] + 409
    11 com.apple.MessageFramework 0x003d0caf +[WorkerThread _execute:] + 144
    12 com.apple.Foundation 0x9092204d -[NSThread main] + 45
    13 com.apple.Foundation 0x90921bf4 _NSThread__main_ + 308
    14 libSystem.B.dylib 0x93776075 pthreadstart + 321
    15 libSystem.B.dylib 0x93775f32 thread_start + 34
    Thread 2 crashed with X86 Thread State (32-bit):
    eax: 0x010a7800 ebx: 0x92bb4cd4 ecx: 0x010a7840 edx: 0x471c85fc
    edi: 0x0108c1e0 esi: 0x01060c00 ebp: 0xb0146928 esp: 0xb0146200
    ss: 0x0000001f efl: 0x00010202 eip: 0x92bb61a1 cs: 0x00000017
    ds: 0x0000001f es: 0x0000001f fs: 0x0000001f gs: 0x00000037
    cr2: 0x471c85fc
    Binary Images:
    0x1000 - 0x26bfff com.apple.mail 3.0 (912.1) <f98218cbd07259143b3fc58c3dbe9783> /Applications/Mail.app/Contents/MacOS/Mail
    0x2d9000 - 0x526ff3 com.apple.MessageFramework 3.0 (912) <25ab3c59583f8c0e50bb0b409a070a4b> /System/Library/Frameworks/Message.framework/Versions/B/Message
    0x678000 - 0x72efe3 com.apple.CoreServices.OSServices 209 (209) <89296b20d2db6c180eee073b699e3484> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x791000 - 0x793fff com.apple.ExceptionHandling 1.5 (10) /System/Library/Frameworks/ExceptionHandling.framework/Versions/A/ExceptionHand ling
    0x79a000 - 0x7befe7 com.apple.speech.LatentSemanticMappingFramework 2.6.4 (2.6.4) <1591e65449707141112554274c637e5a> /System/Library/Frameworks/LatentSemanticMapping.framework/Versions/A/LatentSem anticMapping
    0x14704000 - 0x147eaff7 com.apple.RawCamera.bundle 2.0 (2.0) /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x8fe00000 - 0x8fe2d883 dyld 95.3 (???) <81592e798780564b5d46b988f7ee1a6a> /usr/lib/dyld
    0x90003000 - 0x9001effb libPng.dylib ??? (???) <b6abcac36ec7654ff3e1cfa786b0117b> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x9001f000 - 0x900c8fff com.apple.JavaScriptCore 5523.10.3 (5523.10.3) <9e6719a7a0740f5c224099a7b853e45b> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x900c9000 - 0x90119ff7 com.apple.HIServices 1.6.0 (???) <d74aa73e4cfd30a08fb169198a8d2539> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x9011a000 - 0x90138fff libresolv.9.dylib ??? (???) <54e6a08c2f108bdf5916fb483d51961b> /usr/lib/libresolv.9.dylib
    0x90139000 - 0x901f4fe3 com.apple.WebKit 5523.10.3 (5523.10.3) <2741777559b3948d520a4d126330dbce> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x901f5000 - 0x90213ff7 com.apple.QuickLookFramework 1.0 (168.0) /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x90214000 - 0x90392fff com.apple.AddressBook.framework 4.1 (687) <3f005092d08e963eabe8f7f66c09cc1e> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x90393000 - 0x907a3fef libBLAS.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x907a4000 - 0x9081eff8 com.apple.print.framework.PrintCore 5.5 (245) <9441d178f4b430cf92b67bf346646693> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x9081f000 - 0x9084efe3 com.apple.AE 402 (402) <994ba8e884aefe7bf1fc5987df099e7b> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x90859000 - 0x908a3fe1 com.apple.securityinterface 3.0 (32532) <f521dae416ce7a3bdd594b0d4e2fb517> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x908a4000 - 0x908bafe7 com.apple.CoreVideo 1.5.0 (1.5.0) <bcc3dd0978bb626c26378227740e1e80> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x908bb000 - 0x90917ff7 com.apple.htmlrendering 68 (1.1.3) <fe87a9dede38db00e6c8949942c6bd4f> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x90918000 - 0x90b91fe7 com.apple.Foundation 6.5 (677) <d182b2cc21817f7e5b6c7a1b3f421a98> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x90b92000 - 0x90bcffff com.apple.DAVKit 3.0.0 (641) /System/Library/PrivateFrameworks/DAVKit.framework/Versions/A/DAVKit
    0x90bd0000 - 0x90bdcff5 libGL.dylib ??? (???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x90bdd000 - 0x90c01feb libssl.0.9.7.dylib ??? (???) <acee7fc534674498dcac211318aa23e8> /usr/lib/libssl.0.9.7.dylib
    0x90c02000 - 0x90d3aff7 libicucore.A.dylib ??? (???) <afcea652ff2ec36885b2c81c57d06d4c> /usr/lib/libicucore.A.dylib
    0x90d3b000 - 0x90d5affa libJPEG.dylib ??? (???) <0cfb80109d624beb9ceb3c43b6c5ec10> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x90d5b000 - 0x90d5bffa com.apple.CoreServices 32 (32) <2fcc8f3bd5bbfc000b476cad8e6a3dd2> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x90d5c000 - 0x90d60fff com.apple.OpenDirectory 10.5 (10.5) <e7e4507f5ecd8c8cdcdb2fc0675da0b4> /System/Library/PrivateFrameworks/OpenDirectory.framework/Versions/A/OpenDirect ory
    0x90d61000 - 0x90e97fe3 com.apple.imageKit 1.0 (1.0) <2f2656deebcf595b88f010ba08cef0e4> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
    0x90e98000 - 0x90f0cfef libvMisc.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x91d06000 - 0x91d16ffc com.apple.LangAnalysis 1.6.4 (1.6.4) <cbeb17ab39f28351fe2ab5b82bf465bc> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x91d17000 - 0x91d17ffd com.apple.Accelerate 1.4 (Accelerate 1.4) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x91d18000 - 0x91ddfff2 com.apple.vImage 3.0 (3.0) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x91de0000 - 0x920e6fff com.apple.HIToolbox 1.5.0 (???) <1b872a7151ee3f80c9c736a3e46d00d9> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x921ad000 - 0x92239ff7 com.apple.LaunchServices 283 (283) <30168051779817916e04eb8e85fcc17f> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x9223a000 - 0x922ccff3 com.apple.ApplicationServices.ATS 3.0 (???) <fb5f572243dbc370a0ea5efc8e81ae11> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x922cd000 - 0x922d1fff libGIF.dylib ??? (???) <d4234e6f5e5f530bdafb969157f1f17b> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x922d2000 - 0x923b1fff com.apple.syncservices 3.0 (388) <fc1294b5b89dcab17de9e04c282a3cad> /System/Library/Frameworks/SyncServices.framework/Versions/A/SyncServices
    0x923b2000 - 0x923e4fff com.apple.LDAPFramework 1.4.3 (106) <3a5c9df6032143cd6bc2658a9d328d8e> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x923e5000 - 0x92442ffb libstdc++.6.dylib ??? (???) <04b812dcec670daa8b7d2852ab14be60> /usr/lib/libstdc++.6.dylib
    0x92443000 - 0x92451ffd libz.1.dylib ??? (???) <5ddd8539ae2ebfd8e7cc1c57525385c7> /usr/lib/libz.1.dylib
    0x92452000 - 0x92491fef libTIFF.dylib ??? (???) <6d0f80e9d4d81f3f64c876aca005bd53> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x92492000 - 0x92497fff com.apple.CommonPanels 1.2.4 (85) <ea0665f57cd267609466ed8b2b20e893> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x92498000 - 0x92498ffd com.apple.Accelerate.vecLib 3.4 (vecLib 3.4) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x92499000 - 0x92662fef com.apple.security 5.0 (31122) <0759867b3944f1e54ce3d9078bbdb867> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x92663000 - 0x926b0fe3 com.apple.datadetectorscore 1.0 (52.11) <38e91c9b4e4a3cbf84e5f9a3488e69d0> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
    0x926b1000 - 0x926b1fff com.apple.Carbon 136 (136) <98a5e3bc0c4fa44bbb09713bb88707fe> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x926b2000 - 0x927b3ff7 com.apple.PubSub 1.0.0 (59) /System/Library/Frameworks/PubSub.framework/Versions/A/PubSub
    0x927b4000 - 0x927b4ffd com.apple.vecLib 3.4 (vecLib 3.4) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x927b8000 - 0x927c5ff7 com.apple.DMNotification 1.1.0 (143) <07530f513cd71e41bccbf19225ac1cb4> /System/Library/PrivateFrameworks/DMNotification.framework/Versions/A/DMNotific ation
    0x927c6000 - 0x927d0feb com.apple.audio.SoundManager 3.9.2 (3.9.2) <0f2ba6e891d3761212cf5a5e6134d683> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x927d1000 - 0x927efff3 com.apple.DirectoryService.Framework 3.5 (3.5) <899d8c9ee31b004a6ff73dab88982b1a> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x928e5000 - 0x928f0fe7 libCSync.A.dylib ??? (???) <df82fc093e498a9eb5490761cb292218> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x928f1000 - 0x92915fff libxslt.1.dylib ??? (???) <4933ddc7f6618743197aadc85b33b5ab> /usr/lib/libxslt.1.dylib
    0x92916000 - 0x92a48fe7 com.apple.CoreFoundation 6.5 (476) <8bfebc0dbad6fc33bea0fa00a1b9ec37> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x92a49000 - 0x92a6cfff com.apple.CoreMediaPrivate 1.1 (1.1) <b8a8648bd9a3fe636afb9a1346667d82> /System/Library/PrivateFrameworks/CoreMediaPrivate.framework/Versions/A/CoreMed iaPrivate
    0x92a6d000 - 0x92a74fe9 libgcc_s.1.dylib ??? (???) <f53c808e87d1184c0f9df63aef53ce0b> /usr/lib/libgcc_s.1.dylib
    0x92a75000 - 0x92b40fff com.apple.ColorSync 4.5.0 (4.5.0) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x92b41000 - 0x92bc8ff7 libsqlite3.0.dylib ??? (???) <273efcb717e89c21207c851d7d33fda4> /usr/lib/libsqlite3.0.dylib
    0x92bc9000 - 0x92d1efee com.apple.CalendarStore 3.0 (804) /System/Library/Frameworks/CalendarStore.framework/Versions/A/CalendarStore
    0x92d1f000 - 0x92edaff3 com.apple.QuartzComposer 2.0 (106) <e31bf3733d0676dd7993afca6ce48c3e> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
    0x93144000 - 0x931b0ffb com.apple.WhitePagesFramework 1.0 (112.0) /System/Library/PrivateFrameworks/WhitePages.framework/Versions/A/WhitePages
    0x931b1000 - 0x93290fff libobjc.A.dylib ??? (???) <5eda47fec2d0e7853b3506aa1fd2dafa> /usr/lib/libobjc.A.dylib
    0x93291000 - 0x932a1fff com.apple.speech.synthesis.framework 3.6.59 (3.6.59) <4ffef145fad3d4d787e0c33eab26b336> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x93359000 - 0x93359ffc com.apple.audio.units.AudioUnit 1.5 (1.5) /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x933f9000 - 0x933feffc com.apple.KerberosHelper 1.0 (1.0) <1cb4daff689a346f24e17131d83c0c5b> /System/Library/PrivateFrameworks/KerberosHelper.framework/Versions/A/KerberosH elper
    0x933ff000 - 0x9347eff5 com.apple.SearchKit 1.2.0 (1.2.0) <277b460da86bc222785159fe77e2e2ed> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x93487000 - 0x93487ffb com.apple.installserver.framework 1.0 (8) /System/Library/PrivateFrameworks/InstallServer.framework/Versions/A/InstallSer ver
    0x93488000 - 0x93569ff7 libxml2.2.dylib ??? (???) <450ec38b57fb46013847cce851001a2f> /usr/lib/libxml2.2.dylib
    0x9356a000 - 0x935d8fff com.apple.iLifeMediaBrowser 1.0.3 (194) /System/Library/PrivateFrameworks/iLifeMediaBrowser.framework/Versions/A/iLifeM ediaBrowser
    0x935d9000 - 0x935e5fff libbz2.1.0.dylib ??? (???) <9ea4fe135c9e52bd0590eec12c738e82> /usr/lib/libbz2.1.0.dylib
    0x935e6000 - 0x935eefff com.apple.DiskArbitration 2.2 (2.2) <1551b2af557fdf6f368f93e093933852> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x935ef000 - 0x93631fef com.apple.NavigationServices 3.5 (160) <26d03493eac3e290fd1d0fd5ff311863> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x93632000 - 0x9365cfef libauto.dylib ??? (???) <d468bc4a8a69343f1748c293db1b57fb> /usr/lib/libauto.dylib
    0x9365d000 - 0x93691fef com.apple.bom 9.0 (136) <b72e1fd1d3bfd8c288381adb23775fd4> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x93692000 - 0x93697fff com.apple.backup.framework 1.0 (1.0) /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x93698000 - 0x936f1fff libGLU.dylib ??? (???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x936f2000 - 0x936f5fff com.apple.help 1.1 (36) <b507b08e484cb89033e9cf23062d77de> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x936f6000 - 0x93705ffe com.apple.DSObjCWrappers.Framework 1.2 (1.2) <f5b58d1d3a855a63d493ccbec417a1e9> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x93706000 - 0x93706ffe com.apple.MonitorPanelFramework 1.2.0 (1.2.0) <a2b462be6c51187eddf7d097ef0e0a04> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPane l
    0x93707000 - 0x93744ff7 libGLImage.dylib ??? (???) <2d5ec9fc8b04b7b33f1d40ec83d86bf3> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x93745000 - 0x9389ffe3 libSystem.B.dylib ??? (???) <8ecc83dc0399be3946f7a46e88cf4bbb> /usr/lib/libSystem.B.dylib
    0x938a0000 - 0x93c5efea libLAPACK.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x93c5f000 - 0x93c61ff5 libRadiance.dylib ??? (???) <20eadb285da83df96c795c2c5fa20590> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x93c62000 - 0x93cdefeb com.apple.audio.CoreAudio 3.1.0 (3.1) <70bb7c657061631491029a61babe0b26> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x93cdf000 - 0x93d69fff com.apple.QTKit 7.2.1 (7.2.1) /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x93d6f000 - 0x93d9cfeb libvDSP.dylib ??? (???) <a26683d121ee0f96df9a9d0bfca36049> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x93d9d000 - 0x93de2fef com.apple.Metadata 10.5.0 (398) <4fd74fba0062c2e08ec4b1c10b40ff63> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x93de6000 - 0x93dfaff3 com.apple.ImageCapture 4.0 (5.0.0) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x93dfb000 - 0x93e31fff com.apple.SystemConfiguration 1.9.0 (1.9.0) <7919d9588c3b0d556646e555b7193f1f> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x93e32000 - 0x9462cfef com.apple.AppKit 6.5 (949) <f8d0f6d0bb5ac092f48f42ca684bdb54> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x9462d000 - 0x94906fe7 com.apple.CoreServices.CarbonCore 783 (783) <8370e664eeb25edc98d5c1f5405b06ae> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x94907000 - 0x94907ff8 com.apple.Cocoa 6.5 (???) <e064f94d969ce25cb7de3cfb980c3249> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x94908000 - 0x94f9ffef com.apple.CoreGraphics 1.351.0 (???) <7a6f399039eed6dbe845c169f7d21a70> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x94fa0000 - 0x94fdaff7 com.apple.coreui 0.1 (60) /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x94fdb000 - 0x94fe6ff9 com.apple.helpdata 1.0 (14) /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
    0x94fe7000 - 0x94ff2fff com.apple.dotMacLegacy 3 (242) <d59587ecfd0e0e31ce7d61f544cfa298> /System/Library/PrivateFrameworks/DotMacLegacy.framework/Versions/A/DotMacLegac y
    0x94ff3000 - 0x9500afff com.apple.datadetectors 1.0 (66.0) <11ba01500295e7f2ce2a99128f768ec4> /System/Library/PrivateFrameworks/DataDetectors.framework/Versions/A/DataDetect ors
    0x9500b000 - 0x95319fe2 com.apple.QuickTime 7.2.1 (7.2.1) <6521656603a30c11ea6d3be1fdde0fa9> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x9531a000 - 0x9537fffb com.apple.ISSupport 1.6 (34) /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
    0x95380000 - 0x953c1fe7 libRIP.A.dylib ??? (???) <bdc6d70bf4ed3dace321b4ff76a353b3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x953c2000 - 0x953c3fef libmathCommon.A.dylib ??? (???) /usr/lib/system/libmathCommon.A.dylib
    0x953c4000 - 0x953fdffe com.apple.securityfoundation 3.0 (32585) <cc88aa94d417917bdf35035819ccf4b4> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x953fe000 - 0x95442feb com.apple.DirectoryService.PasswordServerFramework 3.0 (3.0) <2552e290905f80c2c2e66871003446a9> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordS erver
    0x95443000 - 0x9545ffff com.apple.IMFramework 4.0 (578) <b8e7d1e85ec753dc0116843125927ae8> /System/Library/Frameworks/InstantMessage.framework/Versions/A/InstantMessage
    0x95460000 - 0x9549cff7 com.apple.CoreMediaIOServicesPrivate 1.1 (1.1) /System/Library/PrivateFrameworks/CoreMediaIOServicesPrivate.framework/Versions /A/CoreMediaIOServicesPrivate
    0x9549d000 - 0x954cdff3 com.apple.DotMacSyncManager 1.2.2 (280) <fa19f847dcb535449201e99f5270065d> /System/Library/PrivateFrameworks/DotMacSyncManager.framework/Versions/A/DotMac SyncManager
    0x954ce000 - 0x954d0fff com.apple.securityhi 3.0 (30817) <2b2854123fed609d1820d2779e2e0963> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x954d1000 - 0x954ddfe7 com.apple.opengl 1.5.4 (1.5.4) <98bccaa83ca5e7101e821b4569a6a2ee> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x954de000 - 0x95555fe3 com.apple.CFNetwork 217 (219) <f3c16ae4b2faeb134957ee96d90dc5ca> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x95556000 - 0x95608ffb libcrypto.0.9.7.dylib ??? (???) <330b0e48e67faffc8c22dfc069ca7a47> /usr/lib/libcrypto.0.9.7.dylib
    0x95609000 - 0x95609ff8 com.apple.ApplicationServices 34 (34) <8f910fa65f01d401ad8d04cc933cf887> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x9563a000 - 0x95641ff7 libCGATS.A.dylib ??? (???) <9b29a5500efe01cc3adea67bbc42568e> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
    0x95642000 - 0x9569cff7 com.apple.CoreText 2.0.0 (???) <7fa39cd5bc847615ec02e7c7a37c0508> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x9569d000 - 0x956b5fff com.apple.openscripting 1.2.6 (???) <b8e553df643f2aec68fa968b3b459b2b> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x956b6000 - 0x95749fff com.apple.ink.framework 101.3 (86) <bf3fa8927b4b8baae92381a976fd2079> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x9574a000 - 0x9574affe com.apple.quartzframework 1.5 (1.5) <4b8f505e32e4f2d67967a276401f9aaf> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x9574b000 - 0x957fbfff edu.mit.Kerberos 6.0.11 (6.0.11) <33c25789baedcd70a7e24881775dd9ad> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x957fc000 - 0x95920fe3 com.apple.audio.toolbox.AudioToolbox 1.5 (1.5) /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x95921000 - 0x95927fff com.apple.print.framework.Print 218 (220) <c35172175abbe554ddadd9b6401351fa> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x95928000 - 0x95a0cffb com.apple.CoreData 100 (185) <a4e63784275e25e62f57e75e0af0b94d> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x95a0d000 - 0x95f22fff com.apple.WebCore 5523.10.3 (5523.10.3) <89179acba0e5ae2163d4a75ad460cbdb> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x95f23000 - 0x96068ff7 com.apple.ImageIO.framework 2.0.0 (2.0.0) <154d4d8cda2bd99518cbabc9f2d69833> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x96069000 - 0x96078fff libsasl2.2.dylib ??? (???) <b9e1ca0b6612e280b6cbea6df0eec5f6> /usr/lib/libsasl2.2.dylib
    0x96079000 - 0x9607affc libffi.dylib ??? (???) <a3b573eb950ca583290f7b2b4c486d09> /usr/lib/libffi.dylib
    0x9607b000 - 0x96104fff com.apple.framework.IOKit 1.5.0 (???) <5d9b85c55183f9732eb9efc38d18ba53> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x96105000 - 0x961b4fff com.apple.DesktopServices 1.4.2 (1.4.2) <ec69c4072b0df6f52ef3f48fadf4c4b8> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x961b5000 - 0x961e6ffb com.apple.quartzfilters 1.5.0 (1.5.0) <22581f8fe9dd2cb261f97a897407ec3e> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
    0x961e7000 - 0x9621dfef libtidy.A.dylib ??? (???) <e4d3e7399fb83d7f145f9b4ec8196242> /usr/lib/libtidy.A.dylib
    0x9621e000 - 0x96234fff com.apple.DictionaryServices 1.0.0 (1.0.0) <ad0aa0252e3323d182e17f50defe56fc> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x96235000 - 0x9623cffe libbsm.dylib ??? (???) <d25c63378a5029648ffd4b4669be31bf> /usr/lib/libbsm.dylib
    0x9623d000 - 0x96289fff com.apple.QuickLookUIFramework 1.0 (168.0) /System/Library/PrivateFrameworks/QuickLookUI.framework/Versions/A/QuickLookUI
    0x9628a000 - 0x962b2ff7 com.apple.shortcut 1 (1.0) <057783867138902b52bc0941fedb74d1> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
    0x962b3000 - 0x96303feb com.apple.framework.familycontrols 1.0 (1.0) <c30d59855f0a2dd9130901543714b7ea> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
    0x96304000 - 0x96699fef com.apple.QuartzCore 1.5.0 (1.5.0) <363cc63c669523cc3fec577949bb1308> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x9669a000 - 0x966abffe com.apple.CFOpenDirectory 10.5 (10.5) <6a7f55108d77db7384d0e2219d07e9f8> /System/Library/PrivateFrameworks/OpenDirectory.framework/Versions/A/Frameworks /CFOpenDirectory.framework/Versions/A/CFOpenDirectory
    0x966ac000 - 0x966b5fff com.apple.speech.recognition.framework 3.7.24 (3.7.24) <d3180f9edbd9a5e6f283d6156aa3c602> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x966b6000 - 0x9675dff7 com.apple.QD 3.11.49 (???) <ca01e72078d30d6b183aa5224344608b> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x9675e000 - 0x96771fff com.apple.IMUtils 4.0 (578) <cf6de2e36b4922509a027dcf59951de8> /System/Library/Frameworks/InstantMessage.framework/Frameworks/IMUtils.framewor k/Versions/A/IMUtils
    0x96772000 - 0x967e1fff com.apple.PDFKit 2.0 (2.0) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
    0x967e2000 - 0x96809fff libcups.2.dylib ??? (???) <6b61eb99e6f5dd2d66cd224e9f82427d> /usr/lib/libcups.2.dylib
    0x9680a000 - 0x9680fffb com.apple.DisplayServicesFW 2.0 (2.0) <8953865f53e940007a4e4ac5390d3c95> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
    0x96810000 - 0x96cdcffe libGLProgrammability.dylib ??? (???) <ebd2e6c99ec2662b4bdaa3212ab94aed> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0xfffe8000 - 0xfffebfff libobjc.A.dylib ??? (???) /usr/lib/libobjc.A.dylib
    0xffff0000 - 0xffff1780 libSystem.B.dylib ??? (???) /usr/lib/libSystem.B.dylib

    I am assuming you upgraded from Tiger to Leopard? What type of installation did you use?
    My suggestion would be to
    1.) go to your home folder and MOVE the mailboxes to the desktop -
    • Home>Library>Mail
    2.) Move "Mail" Folder to desktop
    3.) Reopen Mail.app
    4.) Setup account settings with no existing mailboxes
    5.) Wait
    • Allow mailboxes to download or set up any existing mail from mail servers
    6.) Take ALL accounts OFFLINE after mail is downloaded from servers - disable network activity before importing old mailboxes
    7.) Import OLD Mailboxes
    • File>Import Mailboxes...
    • Import data from "mac os x mailboxes" OR "mbox files"
    8.) Wait
    • It should be a few moments to load these depending on how much existing mail you have.
    9.) If you have duplicates I highly reccomend using these apple scripts from aamann to resolve any additional issues:
    • http://homepage.mac.com/aamann/Mail_Scripts.html
    Apple Scripts:
    Add Addresses (Mail)
    * Add addresses found in the selected messages (in the header fields "From", "To", "Cc", "Bcc", and "Reply-To") to the Address Book. This is much more flexible than the "Add Sender to Address Book" available in Mail and provides a convenient way for creating mailing lists.
    Archive Messages (Mail)
    * Move messages from the selected mailbox(es) to an archive mailbox or export them to standard mbox, plain or rich text files for backup purposes or import into other applications. You can select to move all messages or only messages sent within or certain period as well filter messages based on their read and flagged status.
    Change SMTP Server (Mail)
    * Switch between different already defined SMTP servers or define a new one. This is especially useful if you are using your computer in more than one location and have to switch servers for several accounts at once.
    Create Rule (Mail)
    * Create a new rule based on the first of the selected messages. This saves you the trouble of copy/pasting address or other info between the message and the rule window and provides a much quicker way for setting up a rule with multiple criteria/actions.
    Remove Duplicates (Mail)
    * Locate all duplicate messages found in the selected mailbox(es) and move them to a separate mailbox for easy removal (duplicate matching is based on the unique message header "Message-Id").
    Schedule Delivery (Mail)
    * Allows you to send individual messages at predefined times (this script uses iCal for scheduling message delivery).
    Send all Drafts (Mail)
    * Immediately send all messages in the "Drafts" folders for all accounts. This saves you from having to open each draft in order to send it.
    Open Mailbox, Open Message (Mail)
    * Two small faceless scripts which will open mailboxes with new messages or the new messages themselves when run as a rule action.
    Filter Sent Messages (Mail)
    * Another faceless scripts which will apply your rules to the messages in the "Sent" mailbox.
    Export Addresses (Address Book)
    * Export addresses from the Address Book into tab-delimited text files. You can select which groups and which fields you want to export.
    Search Addresses (Address Book)
    * Find all addresses inside the Address Book matching one or more criteria. As opposed to the "Search" function built into the Address Book, this lets you search in any field as well as for empty and non-empty fields (Note: due to a bug in the Address Book's AppleScript implementation, "First Name" will always return a non-empty value for system versions of at least up to 10.3.2 - I have reported this bug to Apple and hope that they fix it with the next system update).
    * As an example, you might use this script to search for all phone numbers with a certain area code in order to update your contacts after an area code change.
    Good Luck,
    Hope this helps!
    Samantha S.

  • IPhoto 11 crashes when upgrading library

    I just upgraded to Lion OS X, and installed iPhoto '11. When I open the program, it says I need to update, even though I've installed all available updates. Bypassing that window, it says I need to upgrade my library. I do so, but after 20 minutes or so, the program crashes everytime. I've tried repairing permissions but it's no help. Any thoughts?

    I just upgraded to Lion OS X, and installed iPhoto '11. When I open the program, it says I need to update, even though I've installed all available updates. Bypassing that window, it says I need to upgrade my library. I do so, but after 20 minutes or so, the program crashes everytime. I've tried repairing permissions but it's no help. Any thoughts?

  • Macbook crash when upgrading OS from 10.5.8 to Snow Leopard

    I was upgrading my wife's macbook to Snow Leopard and halfway through the upgrade, the disk crashed. Disk utility could not repair, showing error message "unused node is not erased (node = 1125)" followed by "invalid node structure." After some other messages, I get "error: disk utility can't repair this disk...."
    I don't have the original disks that came with the computer.
    Can someone tell me what is going on? I can't even get the OSX disk to eject.
    The macbook is fairly old, but was working fine an hour ago.

    Invalid Note Structure requires a more robust disk utility such as DiskWarrior 4 - The Disk Utility for Mac Disk Repair, Mac Directory Repair, Mac Disk Recovery, Mac Data Recovery

  • SAP Add on crash when use logon to more than one company

    I have a client logon to 2 companies simultaneously and SAP CR give an error "SAP CR encountered problem and needs to close".
    From the reply I receive in SAP Add On post, this is a known issue for Add on.
    I believe it is a common expectation that users can logon to more than one companies and SAP Business One and all its add on can function properly.
    It is a reasonable expectation and hope something can be done about this.

    No reply, Just to close the post.

  • Client PC crashing when controlling remote panel LV7.0

    Hello Everybody
    I have a problem where I cannot remote control a vi using the web server.
    I have installed the LV run time engine to enable me to control the vi but
    it keeps crashing Internet explorer almost straight after loading up.
    I can view it (monitor or snapshot) without problem.
    I have tried both LV7 and 7.1 engines but to no avail.
    Any ideas?
    cheers
    /Victor
    Outgoing mail is certified Virus Free.
    Checked by AVG anti-virus system (http://www.grisoft.com).
    Version: 6.0.749 / Virus Database: 501 - Release Date: 1/09/2004

    Hi Victor,
    What LabVIEW development system do you have. You can remotely control a VI only with LabVIEW Full and Professional Development Systems.
    Also, please post your VI on the discussion forum so I could try to see if the behavior is reproducible (please mention the Operating Systems that the server and client machines are running).
    Regards,
    Ankita A.
    National Instruments

  • My WebEx client is crashing when prompted to join audio

    When I join a WebEx meeting I appear in the participant list and then I get the beach ball and WebEx crashed before it prompts me to join audio.  Same result in Safari and Firefox and this just started yesterday.  Help!
    Date/Time:       2013-02-07 16:04:01 -0500
    OS Version:      10.7.5 (Build 11G63)
    Architecture:    x86_64
    Report Version:  9
    Command:         Meeting Center
    Path:            /Users/USER/Library/Application Support/WebEx Folder/*/Meeting Center.app/Contents/MacOS/Meeting Center
    Version:         ??? (1209.12.2806.0)
    Parent:          Firefox [41452]
    PID:             41464
    Event:           hang
    Duration:        1.32s
    Steps:           14 (100ms sampling interval)
    Pageins:         0
    Pageouts:        0
    Process:         Meeting Center [41464]
    Path:            /Users/USER/Library/Application Support/WebEx Folder/*/Meeting Center.app/Contents/MacOS/Meeting Center
    Architecture:    i386
    UID:             501
      Thread 0x35402a   
      User stack:
        14 start + 54 (in Meeting Center) [0x3e12]
          14 main + 91 (in Meeting Center) [0x6327b]
            14 NSApplicationMain + 1054 (in AppKit) [0x965daac5]
              14 -[NSApplication run] + 911 (in AppKit) [0x96349ac1]
                14 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 113 (in AppKit) [0x9634d752]
                  14 _DPSNextEvent + 678 (in AppKit) [0x9634dee8]
                    14 BlockUntilNextEventMatchingListInMode + 88 (in HIToolbox) [0x9879771a]
                      14 ReceiveNextEventCommon + 381 (in HIToolbox) [0x987978ab]
                        14 RunCurrentEventLoopInMode + 318 (in HIToolbox) [0x98790543]
                          14 CFRunLoopRunInMode + 120 (in CoreFoundation) [0x94ad1088]
                            14 CFRunLoopRunSpecific + 332 (in CoreFoundation) [0x94ad11dc]
                              14 __CFRunLoopRun + 1888 (in CoreFoundation) [0x94ad1cd0]
                                14 __CFRunLoopDoTimer + 743 (in CoreFoundation) [0x94af2c37]
                                  14 __CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__ + 22 (in CoreFoundation) [0x94af32a6]
                                    14 CCmThreadMacEventPatch::ProcessTimer() + 41 (in msess) [0x5ecaad1]
                                      14 CCmThreadMacEventPatch::ProcessEventQueue() + 128 (in msess) [0x5eca9b8]
                                        14 CCmEventQueueBase::ProcessEvents(std::list<ICmEvent*, std::allocator<ICmEvent*> > const&) + 33 (in msess) [0x5eb054d]
                                          14 CCmEventQueueBase::ProcessOneEvent(ICmEvent*) + 240 (in msess) [0x5eb03a2]
                                            14 _NEWCS_::OnRosterChangeEvent::OnEventFire() + 563 (in msess) [0x5e24487]
                                              14 _NEWCS_::CMmSessionThreadProxy::OnRosterChanged_m(unsigned char, CMmRosterInfo const*, unsigned long) + 340 (in msess) [0x5e1b518]
                                                14 CMmSVideoClient::OnRosterChanged(unsigned char, CMmRosterInfo const*, unsigned long) + 48 (in svideo) [0x5c3e6fa]
                                                  14 CMmSVideoClient::RostersAdded(CMmRosterInfo const*, unsigned long) + 2355 (in svideo) [0x5c3d7d3]
                                                    14 CMmSVideoClient::UpdateQualityRecord(USERINFO*, MMT_VIDEO_QUALITY_TYPE, void*) + 2280 (in svideo) [0x5c3203a]
                                                      14 CWseMacPerformanceController::GetGPUDeviceInfo(WseGPUDeviceInfo&) + 423 (in wseclient) [0x5d094b3]
                                                        14 CFDataGetBytePtr + 17 (in CoreFoundation) [0x94aad181]
      Kernel stack:
        14 hndl_alltraps + 225 (in mach_kernel) [0xffffff80002da481]
          14 user_trap + 711 (in mach_kernel) [0xffffff80002c4017]
            14 exception_triage + 149 (in mach_kernel) [0xffffff8000220e15]
              14 exception_deliver + 843 (in mach_kernel) [0xffffff8000220c6b]
                14 exception_raise + 183 (in mach_kernel) [0xffffff8000249a77]
                  14 mach_msg_rpc_from_kernel_body + 277 (in mach_kernel) [0xffffff80002239d5]
                    14 ipc_mqueue_receive + 70 (in mach_kernel) [0xffffff8000215886]
                      14 thread_block_reason + 299 (in mach_kernel) [0xffffff800022f42b]
                        14 thread_continue + 1661 (in mach_kernel) [0xffffff800022f1ad]
                          14 machine_switch_context + 361 (in mach_kernel) [0xffffff80002c2939]
      Thread 0x35402b     DispatchQueue 1701273966
      User stack:
        14 _dispatch_mgr_thread + 53 (in libdispatch.dylib) [0x91edd853]
          14 kevent + 10 (in libsystem_kernel.dylib) [0x95be690a]
      Kernel stack:
        14 kqueue_scan + 416 (in mach_kernel) [0xffffff800053b4d0]
      Thread 0x354050   
      User stack:
        14 thread_start + 34 (in libsystem_c.dylib) [0x95a546de]
          14 _pthread_start + 335 (in libsystem_c.dylib) [0x95a50ed9]
            14 __select + 10 (in libsystem_kernel.dylib) [0x95be5b42]
      Kernel stack:
        14 wakeup + 992 (in mach_kernel) [0xffffff8000555e90]
      Thread 0x35405f   
      User stack:
        14 thread_start + 34 (in libsystem_c.dylib) [0x95a546de]
          14 _pthread_start + 335 (in libsystem_c.dylib) [0x95a50ed9]
            14 ACmThread::ThreadProc(void*) + 257 (in msess) [0x5ec9da7]
              14 CCmThreadReactor::OnThreadRun() + 382 (in msess) [0x5ecb4a4]
                14 __select + 10 (in libsystem_kernel.dylib) [0x95be5b42]
      Kernel stack:
        14 wakeup + 992 (in mach_kernel) [0xffffff8000555e90]
      Thread 0x35407e   
      User stack:
        14 thread_start + 34 (in libsystem_c.dylib) [0x95a546de]
          14 _pthread_start + 335 (in libsystem_c.dylib) [0x95a50ed9]
            14 CAPThread::Entry(CAPThread*) + 123 (in CoreMediaIO) [0x91a8670d]
              14 CMIO::DAL::RunLoop::OwnThread(void*) + 160 (in CoreMediaIO) [0x91a90ba2]
                14 CFRunLoopRunInMode + 120 (in CoreFoundation) [0x94ad1088]
                  14 CFRunLoopRunSpecific + 332 (in CoreFoundation) [0x94ad11dc]
                    14 __CFRunLoopRun + 1428 (in CoreFoundation) [0x94ad1b04]
                      14 __CFRunLoopServiceMachPort + 170 (in CoreFoundation) [0x94ac89da]
                        14 mach_msg_trap + 10 (in libsystem_kernel.dylib) [0x95be3c22]
      Kernel stack:
        14 ipc_mqueue_receive_continue + 0 (in mach_kernel) [0xffffff8000215930]
      Thread 0x354091   
      User stack:
        14 thread_start + 34 (in libsystem_c.dylib) [0x95a546de]
          14 _pthread_start + 335 (in libsystem_c.dylib) [0x95a50ed9]
            14 ACmThread::ThreadProc(void*) + 257 (in msess) [0x5ec9da7]
              14 CCmThreadTask::OnThreadRun() + 372 (in msess) [0x5ecbfdc]
                14 CCmEventQueueUsingConditionVariable::PopOrWaitPendingEvents(std::list<ICmEvent* , std::allocator<ICmEvent*> >&, CCmTimeValue*, unsigned long) + 77 (in msess) [0x5ecbd0b]
                  14 CCmConditionVariableThread::Wait(CCmTimeValue*) + 271 (in msess) [0x5e8fa4d]
                    14 pthread_cond_timedwait$UNIX2003 + 70 (in libsystem_c.dylib) [0x95a053e0]
                      14 __psynch_cvwait + 10 (in libsystem_kernel.dylib) [0x95be583e]
      Kernel stack:
        14 psynch_cvcontinue + 0 (in mach_kernel) [0xffffff800059e920]
      Thread 0x354092   
      User stack:
        14 thread_start + 34 (in libsystem_c.dylib) [0x95a546de]
          14 _pthread_start + 335 (in libsystem_c.dylib) [0x95a50ed9]
            14 ACmThread::ThreadProc(void*) + 257 (in msess) [0x5ec9da7]
              14 CCmThreadTask::OnThreadRun() + 372 (in msess) [0x5ecbfdc]
                14 CCmEventQueueUsingConditionVariable::PopOrWaitPendingEvents(std::list<ICmEvent* , std::allocator<ICmEvent*> >&, CCmTimeValue*, unsigned long) + 77 (in msess) [0x5ecbd0b]
                  14 CCmConditionVariableThread::Wait(CCmTimeValue*) + 54 (in msess) [0x5e8f974]
                    14 pthread_cond_wait$UNIX2003 + 71 (in libsystem_c.dylib) [0x95a0542c]
                      14 __psynch_cvwait + 10 (in libsystem_kernel.dylib) [0x95be583e]
      Kernel stack:
        14 psynch_cvcontinue + 0 (in mach_kernel) [0xffffff800059e920]
      Thread 0x3540a3   
      User stack:
        14 thread_start + 34 (in libsystem_c.dylib) [0x95a546de]
          14 _pthread_start + 335 (in libsystem_c.dylib) [0x95a50ed9]
            14 ACmThread::ThreadProc(void*) + 257 (in msess) [0x5ec9da7]
              14 CCmThreadTaskWithEventQueueOnly::OnThreadRun() + 275 (in msess) [0x5ecc20d]
                14 CCmEventQueueUsingConditionVariable::PopOrWaitPendingEvents(std::list<ICmEvent* , std::allocator<ICmEvent*> >&, CCmTimeValue*, unsigned long) + 77 (in msess) [0x5ecbd0b]
                  14 CCmConditionVariableThread::Wait(CCmTimeValue*) + 54 (in msess) [0x5e8f974]
                    14 pthread_cond_wait$UNIX2003 + 71 (in libsystem_c.dylib) [0x95a0542c]
                      14 __psynch_cvwait + 10 (in libsystem_kernel.dylib) [0x95be583e]
      Kernel stack:
        14 psynch_cvcontinue + 0 (in mach_kernel) [0xffffff800059e920]
      Thread 0x3540a4   
      User stack:
        14 thread_start + 34 (in libsystem_c.dylib) [0x95a546de]
          14 _pthread_start + 335 (in libsystem_c.dylib) [0x95a50ed9]
            14 ACmThread::ThreadProc(void*) + 257 (in msess) [0x5ec9da7]
              14 CCmThreadTaskWithEventQueueOnly::OnThreadRun() + 275 (in msess) [0x5ecc20d]
                14 CCmEventQueueUsingConditionVariable::PopOrWaitPendingEvents(std::list<ICmEvent* , std::allocator<ICmEvent*> >&, CCmTimeValue*, unsigned long) + 77 (in msess) [0x5ecbd0b]
                  14 CCmConditionVariableThread::Wait(CCmTimeValue*) + 54 (in msess) [0x5e8f974]
                    14 pthread_cond_wait$UNIX2003 + 71 (in libsystem_c.dylib) [0x95a0542c]
                      14 __psynch_cvwait + 10 (in libsystem_kernel.dylib) [0x95be583e]
      Kernel stack:
        14 psynch_cvcontinue + 0 (in mach_kernel) [0xffffff800059e920]
      Thread 0x3540b6   
      User stack:
        14 thread_start + 34 (in libsystem_c.dylib) [0x95a546de]
          14 _pthread_start + 335 (in libsystem_c.dylib) [0x95a50ed9]
            14 WseSendThreadMain(void*) + 287 (in wseclient) [0x5cc7615]
              14 CFRunLoopRun + 129 (in CoreFoundation) [0x94ae1f01]
                14 CFRunLoopRunSpecific + 332 (in CoreFoundation) [0x94ad11dc]
                  14 __CFRunLoopRun + 1428 (in CoreFoundation) [0x94ad1b04]
                    14 __CFRunLoopServiceMachPort + 170 (in CoreFoundation) [0x94ac89da]
                      14 mach_msg_trap + 10 (in libsystem_kernel.dylib) [0x95be3c22]
      Kernel stack:
        14 ipc_mqueue_receive_continue + 0 (in mach_kernel) [0xffffff8000215930]
      Thread 0x3540b7   
      User stack:
        14 thread_start + 34 (in libsystem_c.dylib) [0x95a546de]
          14 _pthread_start + 335 (in libsystem_c.dylib) [0x95a50ed9]
            14 WSE_::BaseThread::ThreadProc(void*) + 567 (in wseclient) [0x5ccc39f]
              14 WSE_::ComTaskThread::OnThreadRun() + 369 (in wseclient) [0x5cce5d3]
                14 WSE_::EventQueueUsingConditionVariable::PopOrWaitPendingEvents(std::list<WSE_:: IEvent*, std::allocator<WSE_::IEvent*> >&, WSE_::CCmTimeValue*, unsigned long) + 93 (in wseclient) [0x5cce311]
                  14 WSE_::ComConditionVariable::Wait(WSE_::CCmTimeValue*) + 58 (in wseclient) [0x5ccb2aa]
                    14 pthread_cond_wait$UNIX2003 + 71 (in libsystem_c.dylib) [0x95a0542c]
                      14 __psynch_cvwait + 10 (in libsystem_kernel.dylib) [0x95be583e]
      Kernel stack:
        14 psynch_cvcontinue + 0 (in mach_kernel) [0xffffff800059e920]
      Thread 0x3540b8   
      User stack:
        14 thread_start + 34 (in libsystem_c.dylib) [0x95a546de]
          14 _pthread_start + 335 (in libsystem_c.dylib) [0x95a50ed9]
            14 _ZL13startIOThreadPv + 160 (in CoreVideo) [0x9864fd05]
              14 CVDisplayLink::runIOThread() + 706 (in CoreVideo) [0x9864ffde]
                14 CVDisplayLink::waitUntil(unsigned long long) + 306 (in CoreVideo) [0x98650e8c]
                  14 pthread_cond_timedwait_relative_np + 47 (in libsystem_c.dylib) [0x95a54f7b]
                    14 __psynch_cvwait + 10 (in libsystem_kernel.dylib) [0x95be583e]
      Kernel stack:
        14 psynch_cvcontinue + 0 (in mach_kernel) [0xffffff800059e920]
      Thread 0x3540b9   
      User stack:
        14 thread_start + 34 (in libsystem_c.dylib) [0x95a546de]
          14 _pthread_start + 335 (in libsystem_c.dylib) [0x95a50ed9]
            14 _ZL13startIOThreadPv + 160 (in CoreVideo) [0x9864fd05]
              14 CVDisplayLink::runIOThread() + 706 (in CoreVideo) [0x9864ffde]
                14 CVDisplayLink::waitUntil(unsigned long long) + 306 (in CoreVideo) [0x98650e8c]
                  14 pthread_cond_timedwait_relative_np + 47 (in libsystem_c.dylib) [0x95a54f7b]
                    14 __psynch_cvwait + 10 (in libsystem_kernel.dylib) [0x95be583e]
      Kernel stack:
        14 psynch_cvcontinue + 0 (in mach_kernel) [0xffffff800059e920]
      Binary Images:
          0x1000 -    0xcffff  com.webex.meetingmanager ??? (1209.12.2806.0) <EEC39D3D-5478-3980-BD5F-986FA9F7AA7C> /Users/USER/Library/Application Support/WebEx Folder/*/Meeting Center.app/Contents/MacOS/Meeting Center
       0x5c1a000 -  0x5c67ff7  com.webex.svideo 2807.0 (1210.09.2807.0) <F8241849-6FB5-B49B-A9F7-C6ECB5F3C7B8> /Users/USER/Library/Application Support/WebEx Folder/*/svideo.bundle/Contents/MacOS/svideo
       0x5c92000 -  0x5d57fe3  com.webex.wseclient ??? (1207.23.2804.0) <C26B5D35-B926-6F9B-94CE-54F89EF81384> /Users/USER/Library/Application Support/WebEx Folder/*/wseclient.framework/Versions/A/wseclient
       0x5dcf000 -  0x5f54ffb  com.webex.msess ??? (2610.27.2807.0) <88D2D955-2E62-AEEC-D3AB-6DE1B61D2ACA> /Users/USER/Library/Application Support/WebEx Folder/*/msess.framework/Versions/A/msess
      0x91a84000 - 0x91ad6ffb  com.apple.CoreMediaIO 216.0 (3199.8) <A079E576-64FD-3069-846E-F3B67AF28E15> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
      0x91edc000 - 0x91eeafff  libdispatch.dylib ??? (???) <1B857064-288D-3919-B81A-38E9F4D19B54> /usr/lib/system/libdispatch.dylib
      0x94a96000 - 0x94c6dfe7  com.apple.CoreFoundation 6.7.2 (635.21) <4D1D2BAF-1332-32DF-A81B-7E79D4F0A6CB> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
      0x959f4000 - 0x95abffff  libsystem_c.dylib ??? (???) <52421B00-79C8-3727-94DE-62F6820B9C31> /usr/lib/system/libsystem_c.dylib
      0x95bcd000 - 0x95bebff7  libsystem_kernel.dylib ??? (???) <79179F83-457A-3539-A76B-E960D2108109> /usr/lib/system/libsystem_kernel.dylib
      0x96344000 - 0x96dd9ff6  com.apple.AppKit 6.7.5 (1138.51) <B9D3DCA0-9765-354E-9730-75A45A97DDFD> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
      0x9864e000 - 0x98671fff  com.apple.CoreVideo 1.7 (70.3) <4234C11C-E8E9-309A-9465-27D6D7458895> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
      0x9878e000 - 0x98ad4ff3  com.apple.HIToolbox 1.9 (???) <E5EA9EEF-3CCA-36A0-8688-DA2E64E2256C> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    Process:         aex-pluginmanager-bin [208]
    Path:            /opt/altiris/*/aex-pluginmanager-bin
    Architecture:    i386
    UID:             0
    Process:         aex-pluginmanager-bin [28770]
    Path:            /opt/altiris/*/aex-pluginmanager-bin
    Architecture:    i386
    UID:             0
    Process:         AirPort Base Station Agent [338]
    Path:            /System/Library/CoreServices/AirPort Base Station Agent.app/Contents/MacOS/AirPort Base Station Agent
    Architecture:    x86_64
    UID:             501
      Thread 0x662        DispatchQueue 1
      User stack:
        14 ??? (in AirPort Base Station Agent) [0x104845654]
          14 ??? (in AirPort Base Station Agent) [0x104856353]
            14 CFRunLoopRun + 95 (in CoreFoundation) [0x7fff87cc719f]
              14 CFRunLoopRunSpecific + 230 (in CoreFoundation) [0x7fff87cb7486]
                14 __CFRunLoopRun + 1204 (in CoreFoundation) [0x7fff87cb7c74]
                  14 __CFRunLoopServiceMachPort + 188 (in CoreFoundation) [0x7fff87caf50c]
                    14 mach_msg_trap + 10 (in libsystem_kernel.dylib) [0x7fff8a36367a]
      Kernel stack:
        14 ipc_mqueue_receive_continue + 0 (in mach_kernel) [0xffffff8000215930]
      Thread 0x67d        DispatchQueue 2
      User stack:
        14 _dispatch_mgr_thread + 54 (in libdispatch.dylib) [0x7fff8a2e8316]
          14 kevent + 10 (in libsystem_kernel.dylib) [0x7fff8a3657e6]
      Kernel stack:
        14 kqueue_scan + 416 (in mach_kernel) [0xffffff800053b4d0]
      Thread 0x684      
      User stack:
        14 thread_start + 13 (in libsystem_c.dylib) [0x7fff93acab75]
          14 _pthread_start + 335 (in libsystem_c.dylib) [0x7fff93ac78bf]
            14 __select + 10 (in libsystem_kernel.dylib) [0x7fff8a364df2]
      Kernel stack:
        14 wakeup + 992 (in mach_kernel) [0xffffff8000555e90]
      Thread 0x685      
      User stack:
        14 thread_start + 13 (in libsystem_c.dylib) [0x7fff93acab75]
          14 _pthread_start + 335 (in libsystem_c.dylib) [0x7fff93ac78bf]
            14 ??? (in AirPort Base Station Agent) [0x1048566a0]
              14 ??? (in AirPort Base Station Agent) [0x10484757f]
                14 ??? (in AirPort Base Station Agent) [0x10485674d]
                  14 __psynch_cvwait + 10 (in libsystem_kernel.dylib) [0x7fff8a364bca]
      Kernel stack:
        14 psynch_cvcontinue + 0 (in mach_kernel) [0xffffff800059e920]
      Binary Images:
             0x104844000 -        0x10485bfff  com.apple.AirPortBaseStationAgent 1.5.5 (155.7) <0D37CC05-D1C6-3C6C-BACD-A88D4BD4C3CD> /System/Library/CoreServices/AirPort Base Station Agent.app/Contents/MacOS/AirPort Base Station Agent
          0x7fff87c7f000 -     0x7fff87e53ff7  com.apple.CoreFoundation 6.7.2 (635.21) <62A3402E-A4E7-391F-AD20-1EF20236CE1B> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
          0x7fff8a2e6000 -     0x7fff8a2f4fff  libdispatch.dylib ??? (???) <8E03C652-922A-3399-93DE-9EA0CBFA0039> /usr/lib/system/libdispatch.dylib
          0x7fff8a34e000 -     0x7fff8a36efff  libsystem_kernel.dylib ??? (???) <66C9F9BD-C7B3-30D4-B1A0-03C8A6392351> /usr/lib/system/libsystem_kernel.dylib
          0x7fff93a79000 -     0x7fff93b56fef  libsystem_c.dylib ??? (???) <41B43515-2806-3FBC-ACF1-A16F35B7E290> /usr/lib/system/libsystem_c.dylib
    Process:         AppleMobileDeviceHelper [20752]
    Path:            /System/Library/PrivateFrameworks/MobileDevice.framework/Versions/Current/Apple MobileDeviceHelper.app/Contents/MacOS/AppleMobileDeviceHelper
    Architecture:    x86_64
    UID:             501
      Thread 0x321466     DispatchQueue 1
      User stack:
        14 ??? (in AppleMobileDeviceHelper) [0x100001678]
          14 ??? (in AppleMobileDeviceHelper) [0x10000243d]
            14 ??? (in AppleMobileDeviceHelper) [0x10000afb0]
              14 __select + 10 (in libsystem_kernel.dylib) [0x7fff8a364df2]
      Kernel stack:
        14 wakeup + 992 (in mach_kernel) [0xffffff8000555e90]
      Thread 0x321475     DispatchQueue 2
      User stack:
        14 _dispatch_mgr_thread + 54 (in libdispatch.dylib) [0x7fff8a2e8316]
          14 kevent + 10 (in libsystem_kernel.dylib) [0x7fff8a3657e6]
      Kernel stack:
        14 kqueue_scan + 416 (in mach_kernel) [0xffffff800053b4d0]
      Thread 0x321484   
      User stack:
        14 thread_start + 13 (in libsystem_c.dylib) [0x7fff93acab75]
          14 _pthread_start + 335 (in libsystem_c.dylib) [0x7fff93ac78bf]
            14 __select + 10 (in libsystem_kernel.dylib) [0x7fff8a364df2]
      Kernel stack:
        14 wakeup + 992 (in mach_kernel) [0xffffff8000555e90]
      Binary Images:
             0x100000000 -        0x100017ff7  com.apple.SyncServices.AppleMobileDeviceHelper 5.0 (889) <7B6B311D-2C94-3368-BA3F-48E449EF6A1C> /System/Library/PrivateFrameworks/MobileDevice.framework/Versions/Current/Apple MobileDeviceHelper.app/Contents/MacOS/AppleMobileDeviceHelper
          0x7fff8a2e6000 -     0x7fff8a2f4fff  libdispatch.dylib ??? (???) <8E03C652-922A-3399-93DE-9EA0CBFA0039> /usr/lib/system/libdispatch.dylib
          0x7fff8a34e000 -     0x7fff8a36efff  libsystem_kernel.dylib ??? (???) <66C9F9BD-C7B3-30D4-B1A0-03C8A6392351> /usr/lib/system/libsystem_kernel.dylib
          0x7fff93a79000 -     0x7fff93b56fef  libsystem_c.dylib ??? (???) <41B43515-2806-3FBC-ACF1-A16F35B7E290> /usr/lib/system/libsystem_c.dylib
    Process:         applepushserviced [20759]
    Path:            /System/Library/PrivateFrameworks/ApplePushService.framework/applepushserviced
    Architecture:    x86_64
    UID:             0
      Thread 0x32149c     DispatchQueue 1
      User stack:
        14 ??? (in applepushserviced) [0x10ec0d8d4]
          14 ??? (in applepushserviced) [0x10ec0d9b8]
            14 -[NSRunLoop(NSRunLoop) run] + 62 (in Foundation) [0x7fff8fd3be67]
              14 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 267 (in Foundation) [0x7fff8fd3bf7b]
                14 CFRunLoopRunSpecific + 230 (in CoreFoundation) [0x7fff87cb7486]
                  14 __CFRunLoopRun + 1204 (in CoreFoundation) [0x7fff87cb7c74]
                    14 __CFRunLoopServiceMachPort + 188 (in CoreFoundation) [0x7fff87caf50c]
                      14 mach_msg_trap + 10 (in libsystem_kernel.dylib) [0x7fff8a36367a]
      Kernel stack:
        14 ipc_mqueue_receive_continue + 0 (in mach_kernel) [0xffffff8000215930]
      Thread 0x32149e     DispatchQueue 2
      User stack:
        14 _dispatch_mgr_thread + 54 (in libdispatch.dylib) [0x7fff8a2e8316]
          14 kevent + 10 (in libsystem_kernel.dylib) [0x7fff8a3657e6]
      Kernel stack:
        14 kqueue_scan + 416 (in mach_kernel) [0xffffff800053b4d0]
      Thread 0x3214d8   
      User stack:
        14 thread_start + 13 (in libsystem_c.dylib) [0x7fff93acab75]
          14 _pthread_start + 335 (in libsystem_c.dylib) [0x7fff93ac78bf]
            14 __select + 10 (in libsystem_kernel.dylib) [0x7fff8a364df2]
      Kernel stack:
        14 wakeup + 992 (in mach_kernel) [0xffffff8000555e90]
      Binary Images:
             0x10ec0c000 -        0x10ec7aff7  applepushserviced ??? (???) <95759366-ACD2-358F-B4C3-A276E2B287C1> /System/Library/PrivateFrameworks/ApplePushService.framework/applepushserviced
          0x7fff87c7f000 -     0x7fff87e53ff7  com.apple.CoreFoundation 6.7.2 (635.21) <62A3402E-A4E7-391F-AD20-1EF20236CE1B> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
          0x7fff8a2e6000 -     0x7fff8a2f4fff  libdispatch.dylib ??? (???) <8E03C652-922A-3399-93DE-9EA0CBFA0039> /usr/lib/system/libdispatch.dylib
          0x7fff8a34e000 -     0x7fff8a36efff  libsystem_kernel.dylib ??? (???) <66C9F9BD-C7B3-30D4-B1A0-03C8A6392351> /usr/lib/system/libsystem_kernel.dylib
          0x7fff8fd30000 -     0x7fff90049fff  com.apple.Foundation 6.7.2 (833.25) <22AAC369-B63C-3C55-8AC6-C3ECBA44DA7B> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
          0x7fff93a79000 -     0x7fff93b56fef  libsystem_c.dylib ??? (???) <41B43515-2806-3FBC-ACF1-A16F35B7E290> /usr/lib/system/libsystem_c.dylib
    Process:         AppleSpell [409]
    Path:            /System/Library/Services/AppleSpell.service/Contents/MacOS/AppleSpell
    Architecture:    x86_64
    UID:             501
      Thread 0x83a        DispatchQueue 1
      User stack:
        14 ??? (in AppleSpell) [0x1050aea7c]
          14 ??? (in AppleSpell) [0x1050aed2e]
            14 -[NSSpellServer run] + 74 (in Foundation) [0x7fff8fe8cc76]
              14 CFRunLoopRun + 95 (in CoreFoundation) [0x7fff87cc719f]
                14 CFRunLoopRunSpecific + 230 (in CoreFoundation) [0x7fff87cb7486]
                  14 __CFRunLoopRun + 1204 (in CoreFoundation) [0x7fff87cb7c74]
                    14 __CFRunLoopServiceMachPort + 188 (in CoreFoundation) [0x7fff87caf50c]
                      14 mach_msg_trap + 10 (in libsystem_kernel.dylib) [0x7fff8a36367a]
      Kernel stack:
        14 ipc_mqueue_receive_continue + 0 (in mach_kernel) [0xffffff8000215930]
      Thread 0x844        DispatchQueue 2
      User stack:
        14 _dispatch_mgr_thread + 54 (in libdispatch.dylib) [0x7fff8a2e8316]
          14 kevent + 10 (in libsystem_kernel.dylib) [0x7fff8a3657e6]
      Kernel stack:
        14 kqueue_scan + 416 (in mach_kernel) [0xffffff800053b4d0]
      Binary Images:
             0x1050ad000 -        0x105169ff7  com.apple.AppleSpell 1.7.1 (131.1) <A994D9F1-C4D8-3361-B0F4-112A7BAED8BD> /System/Library/Services/AppleSpell.service/Contents/MacOS/AppleSpell
          0x7fff87c7f000 -     0x7fff87e53ff7  com.apple.CoreFoundation 6.7.2 (635.21) <62A3402E-A4E7-391F-AD20-1EF20236CE1B> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
          0x7fff8a2e6000 -     0x7fff8a2f4fff  libdispatch.dylib ??? (???) <8E03C652-922A-3399-93DE-9EA0CBFA0039> /usr/lib/system/libdispatch.dylib
          0x7fff8a34e000 -     0x7fff8a36efff  libsystem_kernel.dylib ??? (???) <66C9F9BD-C7B3-30D4-B1A0-03C8A6392351> /usr/lib/system/libsystem_kernel.dylib
          0x7fff8fd30000 -     0x7fff90049fff  com.apple.Foundation 6.7.2 (833.25) <22AAC369-B63C-3C55-8AC6-C3ECBA44DA7B> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    Process:         aswatcher [41465]
    Path:            /Users/USER/Library/Application Support/WebEx Folder/*/as.bundle/Contents/Resources/aswatcher.app/Contents/MacOS/aswatcher
    Architecture:    unknown
    UID:             501
    Process:         ath [28397]
    Path:            /System/Library/PrivateFrameworks/AirTrafficHost.framework/ath
    Architecture:    x86_64
    UID:             501
      Thread 0x330416     DispatchQueue 1
      User stack:
        14 ??? (in ath) [0x100001c30]
          14 ??? (in ath) [0x100001efe]
            14 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 267 (in Foundation) [0x7fff8fd3bf7b]
              14 CFRunLoopRunSpecific + 230 (in CoreFoundation) [0x7fff87cb7486]
                14 __CFRunLoopRun + 905 (in CoreFoundation) [0x7fff87cb7b49]
                  14 __CFRunLoopDoSources0 + 444 (in CoreFoundation) [0x7fff87c90e1c]
                    14 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 17 (in CoreFoundation) [0x7fff87c914f1]
                      14 __CFSocketPerformV0 + 980 (in CoreFoundation) [0x7fff87cd90c4]
                        14 USBMuxIntCFSocketCallback + 1432 (in MobileDevice) [0x10001dc0c]
                          14 _AMDDeviceDetached + 298 (in MobileDevice) [0x10006985a]
                            14 ??? (in ath) [0x100004cba]
                              14 ??? (in ath) [0x10000530d]
                                14 ??? (in ath) [0x100004e43]
                                  14 CFRunLoopRunSpecific + 230 (in CoreFoundation) [0x7fff87cb7486]
                                    14 __CFRunLoopRun + 1204 (in CoreFoundation) [0x7fff87cb7c74]
                                      14 __CFRunLoopServiceMachPort + 188 (in CoreFoundation) [0x7fff87caf50c]
                                        14 mach_msg_trap + 10 (in libsystem_kernel.dylib) [0x7fff8a36367a]
      Kernel stack:
        14 ipc_mqueue_receive_continue + 0 (in mach_kernel) [0xffffff8000215930]
      Thread 0x330417     DispatchQueue 2
      User stack:
        14 _dispatch_mgr_thread + 54 (in libdispatch.dylib) [0x7fff8a2e8316]
          14 kevent + 10 (in libsystem_kernel.dylib) [0x7fff8a3657e6]
      Kernel stack:
        14 kqueue_scan + 416 (in mach_kernel) [0xffffff800053b4d0]
      Thread 0x33041e   
      User stack:
        14 thread_start + 13 (in libsystem_c.dylib) [0x7fff93acab75]
          14 _pthread_start + 335 (in libsystem_c.dylib) [0x7fff93ac78bf]
            14 __NSThread__main__ + 1575 (in Foundation) [0x7fff8fd8a6a2]
              14 -[NSThread main] + 68 (in Foundation) [0x7fff8fd8a72a]
                14 ??? (in ath) [0x100002390]
                  14 ATProcessLinkRunChild + 77 (in AirTrafficHost) [0x1000f9347]
                    14 __select + 10 (in libsystem_kernel.dylib) [0x7fff8a364df2]
      Kernel stack:
        14 wakeup + 992 (in mach_kernel) [0xffffff8000555e90]
      Thread 0x33041f   
      User stack:
        14 thread_start + 13 (in libsystem_c.dylib) [0x7fff93acab75]
          14 _pthread_start + 335 (in libsystem_c.dylib) [0x7fff93ac78bf]
            14 __select + 10 (in libsystem_kernel.dylib) [0x7fff8a364df2]
      Kernel stack:
        14 wakeup + 992 (in mach_kernel) [0xffffff8000555e90]
      Binary Images:
             0x100000000 -        0x100007fff  ath ??? (???) <916964F7-FD1A-3C85-83BD-A943DA69AC95> /System/Library/PrivateFrameworks/AirTrafficHost.framework/ath
             0x100010000 -        0x1000adfff  com.apple.mobiledevice 555.40 (555.40) <EBE1EADF-92BA-3D06-BF89-6B6E7D9AB2F3> /System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevic e
             0x1000f6000 -        0x100277ff7  com.apple.AirTrafficHost 283 (283) <2CA9CDDC-1307-3608-8DBB-A868C61397C5> /System/Library/PrivateFrameworks/AirTrafficHost.framework/Versions/A/AirTraffi cHost
          0x7fff87c7f000 -     0x7fff87e53ff7  com.apple.CoreFoundation 6.7.2 (635.21) <62A3402E-A4E7-391F-AD20-1EF20236CE1B> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
          0x7fff8a2e6000 -     0x7fff8a2f4fff  libdispatch.dylib ??? (???) <8E03C652-922A-3399-93DE-9EA0CBFA0039> /usr/lib/system/libdispatch.dylib
          0x7fff8a34e000 -     0x7fff8a36efff  libsystem_kernel.dylib ??? (???) <66C9F9BD-C7B3-30D4-B1A0-03C8A6392351> /usr/lib/system/libsystem_kernel.dylib
          0x7fff8fd30000 -     0x7fff90049fff  com.apple.Foundation 6.7.2 (833.25) <22AAC369-B63C-3C55-8AC6-C3ECBA44DA7B> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
          0x7fff93a79000 -     0x7fff93b56fef  libsystem_c.dylib ??? (???) <41B43515-2806-3FBC-ACF1-A16F35B7E290> /usr/lib/system/libsystem_c.dylib
    Process:         autofsd [80]
    Path:            /usr/libexec/autofsd
    Architecture:    x86_64
    UID:             0
      Thread 0x2a1        DispatchQueue 2
      User stack:
        14 _dispatch_mgr_thread + 54 (in libdispatch.dylib) [0x7fff8a2e8316]
          14 kevent + 10 (in libsystem_kernel.dylib) [0x7fff8a3657e6]
      Kernel stack:
        14 kqueue_scan + 416 (in mach_kernel) [0xffffff800053b4d0]
      Thread 0x2a2        DispatchQueue 6
      User stack:
        14 _dispatch_sig_thread + 45 (in libdispatch.dylib) [0x7fff8a2eab1c]
          14 __sigsuspend_nocancel + 10 (in libsystem_kernel.dylib) [0x7fff8a365022]
      Kernel stack:
        14 wakeup + 992 (in mach_kernel) [0xffffff8000555e90]
      Binary Images:
             0x10128c000 -        0x10128dfff  autofsd ??? (???) <E0BD130F-E4F9-3CA0-924F-79B3D8491533> /usr/libexec/autofsd
          0x7fff8a2e6000 -     0x7fff8a2f4fff  libdispatch.dylib ??? (???) <8E03C652-922A-3399-93DE-9EA0CBFA0039> /usr/lib/system/libdispatch.dylib
          0x7fff8a34e000 -     0x7fff8a36efff  libsystem_kernel.dylib ??? (???) <66C9F9BD-C7B3-30D4-B1A0-03C8A6392351> /usr/lib/system/libsystem_kernel.dylib
    Process:         Caffeine [89590]
    Path:            /Applications/Caffeine.app/Contents/MacOS/Caffeine
    Architecture:    x86_64
    UID:             501
    Process:         CIJScannerRegister [406]
    Path:            /Library/Image Capture/Support/*/CIJScannerRegister.app/Contents/MacOS/CIJScannerRegister
    Architecture:    x86_64
    UID:             501
    Process:         Cisco Jabber [28547]
    Path:            /Applications/Cisco Jabber.app/Contents/MacOS/Cisco Jabber
    Architecture:    i386
    UID:             501
    Process:         com.apple.dock.extra [343]
    Path:            /System/Library/CoreServices/Dock.app/Contents/XPCServices/com.apple.dock.extra .xpc/Contents/MacOS/com.apple.dock.extra
    Architecture:    x86_64
    UID:             501
      Thread 0x689        DispatchQueue 1
      User stack:
        14 ??? (in com.apple.dock.extra) [0x108370474]
          14 xpc_service_main + 448 (in XPCService) [0x7fff929095ed]
            14 NSApplicationMain + 867 (in AppKit) [0x7fff90313eac]
              14 -[NSApplication run] + 470 (in AppKit) [0x7fff900979b9]
                14 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 135 (in AppKit) [0x7fff9009b07d]
                  14 _DPSNextEvent + 659 (in AppKit) [0x7fff9009b779]
                    14 BlockUntilNextEventMatchingListInMode + 62 (in HIToolbox) [0x7fff8ec883fa]
                      14 ReceiveNextEventCommon + 355 (in HIToolbox) [0x7fff8ec8856d]
                        14 RunCurrentEventLoopInMode + 277 (in HIToolbox) [0x7fff8ec812bf]
                          14 CFRunLoopRunSpecific + 230 (in CoreFoundation) [0x7fff87cb7486]
                            14 __CFRunLoopRun + 1204 (in CoreFoundation) [0x7fff87cb7c74]
                              14 __CFRunLoopServiceMachPort + 188 (in CoreFoundation) [0x7fff87caf50c]
                                14 mach_msg_trap + 10 (in libsystem_kernel.dylib) [0x7fff8a36367a]
      Kernel stack:
        14 ipc_mqueue_receive_continue + 0 (in mach_kernel) [0xffffff8000215930]
      Thread 0x69b        DispatchQueue 2
      User stack:
        14 _dispatch_mgr_thread + 54 (in libdispatch.dylib) [0x7fff8a2e8316]
          14 kevent + 10 (in libsystem_kernel.dylib) [0x7fff8a3657e6]
      Kernel stack:
        14 kqueue_scan + 416 (in mach_kernel) [0xffffff800053b4d0]
      Binary Images:
             0x10836f000 -        0x108373ff7  com.apple.dock.extra 1.0 (1) <13C8211B-0B1D-302A-8EF9-740BA3BD69C0> /System/Library/CoreServices/Dock.app/Contents/XPCServices/com.apple.dock.extra .xpc/Contents/MacOS/com.apple.dock.extra
          0x7fff87c7f000 -     0x7fff87e53ff7  com.apple.CoreFoundation 6.7.2 (635.21) <62A3402E-A4E7-391F-AD20-1EF20236CE1B> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
          0x7fff8a2e6000 -     0x7fff8a2f4fff  libdispatch.dylib ??? (???) <8E03C652-922A-3399-93DE-9EA0CBFA0039> /usr/lib/system/libdispatch.dylib
          0x7fff8a34e000 -     0x7fff8a36efff  libsystem_kernel.dylib ??? (???) <66C9F9BD-C7B3-30D4-B1A0-03C8A6392351> /usr/lib/system/libsystem_kernel.dylib
          0x7fff8ec7f000 -     0x7fff8efabfff  com.apple.HIToolbox 1.9 (???) <CCB32DEA-D0CA-35D1-8019-E599C8007AB6> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
          0x7fff90093000 -     0x7fff90c99fff  com.apple.AppKit 6.7.5 (1138.51) <44417D02-6123-3FC3-A119-CE51BB4C3006> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
          0x7fff92907000 -     0x7fff9290eff7  com.apple.XPCService 1.3 (1) <68C4DBC9-18C3-3053-96D5-1858B905EAE0> /System/Library/PrivateFrameworks/XPCService.framework/Versions/A/XPCService
    Process:         configd [15]
    Path:            /usr/libexec/configd
    Architecture:    x86_64
    UID:             0
      Thread 0x102        DispatchQueue 1
      User stack:
        14 ??? (in configd) [0x1038c4d64]
          14 ??? (in configd) [0x1038c551b]
            14 ??? (in configd) [0x1038c5e20]
              14 CFRunLoopRunSpecific + 230 (in CoreFoundation) [0x7fff87cb7486]
                14 __CFRunLoopRun + 1204 (in CoreFoundation) [0x7fff87cb7c74]
                  14 __CFRunLoopServiceMachPort + 188 (in CoreFoundation) [0x7fff87caf50c]
                    14 mach_msg_trap + 10 (in libsystem_kernel.dylib) [0x7fff8a36367a]
      Kernel stack:
        14 ipc_mqueue_receive_continue + 0 (in mach_kernel) [0xffffff8000215930]
      Thread 0x112        DispatchQueue 2
      User stack:
        14 _dispatch_mgr_thread + 54 (in libdispatch.dylib) [0x7fff8a2e8316]
          14 __select_nocancel + 10 (in libsystem_kernel.dylib) [0x7fff8a364e06]
      Kernel stack:
        14 wakeup + 992 (in mach_kernel) [0xffffff8000555e90]
      Thread 0x114      
      User stack:
        14 thread_start + 13 (in libsystem_c.dylib) [0x7fff93acab75]
          14 _pthread_start + 335 (in libsystem_c.dylib) [0x7fff93ac78bf]
            14 ??? (in configd) [0x1038c67fe]
              14 CFRunLoopRun + 95 (in CoreFoundation) [0x7fff87cc719f]
                14 CFRunLoopRunSpecific + 230 (in CoreFoundation) [0x7fff87cb7486]
                  14 __CFRunLoopRun + 1204 (in CoreFoundation) [0x7fff87cb7c74]
                    14 __CFRunLoopServiceMachPort + 188 (in CoreFoundation) [0x7fff87caf50c]
                      14 mach_msg_trap + 10 (in libsystem_kernel.dylib) [0x7fff8a36367a]
      Kernel stack:
        14 ipc_mqueue_receive_continue + 0 (in mach_kernel) [0xffffff8000215930]
      Thread 0x135      
      User stack:
        14 thread_start + 13 (in libsystem_c.dylib) [0x7fff93acab75]
          14 _pthread_start + 335 (in libsystem_c.dylib) [0x7fff93ac78bf]
            14 ??? (in configd) [0x1038d1165]
              14 CFRunLoopRun + 95 (in CoreFoundation) [0x7fff87cc719f]
                14 CFRunLoopRunSpecific + 230 (in CoreFoundation) [0x7fff87cb7486]
                  14 __CFRunLoopRun + 1204 (in CoreFoundation) [0x7fff87cb7c74]
                    14 __CFRunLoopServiceMachPort + 188 (in CoreFoundation) [0x7fff87caf50c]
                      14 mach_msg_trap + 10 (in libsystem_kernel.dylib) [0x7fff8a36367a]
      Kernel stack:
        14 ipc_mqueue_receive_continue + 0 (in mach_kernel) [0xffffff8000215930]
      Thread 0x206      
      User stack:
        14 thread_start + 13 (in libsystem_c.dylib) [0x7fff93acab75]
          14 _pthread_start + 335 (in libsystem_c.dylib) [0x7fff93ac78bf]
            14 __select + 10 (in libsystem_kernel.dylib) [0x7fff8a364df2]
      Kernel stack:
        14 wakeup + 992 (in mach_kernel) [0xffffff8000555e90]
      Thread 0x207      
      User stack:
        14 __CFRunLoopServiceMachPort + 188 (in CoreFoundation) [0x7fff87caf50c]
          14 mach_msg_trap + 10 (in libsystem_kernel.dylib) [0x7fff8a36367a]
      Kernel stack:
        14 ipc_mqueue_receive_continue + 0 (in mach_kernel) [0xffffff8000215930]
      Thread 0x3541a4   
      User stack:
        14 start_wqthread + 13 (in libsystem_c.dylib) [0x7fff93acab85]
          14 __workq_kernreturn + 10 (in libsystem_kernel.dylib) [0x7fff8a365192]
      Kernel stack:
        14 workqueue_mark_exiting + 1408 (in mach_kernel) [0xffffff80005a50b0]
      Binary Images:
             0x1038c4000 -        0x1038edfff  configd ??? (???) <68DC2451-9DFB-389B-B728-C6A200559980> /usr/libexec/configd
          0x7fff87c7f000 -     0x7fff87e53ff7  com.apple.CoreFoundation 6.7.2 (635.21) <62A3402E-A4E7-391F-AD20-1EF20236CE1B> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
          0x7fff8a2e6000 -     0x7fff8a2f4fff  libdispatch.dylib ??? (???) <8E03C652-922A-3399-93DE-9EA0CBFA0039> /usr/lib/system/libdispatch.dylib
          0x7fff8a34e000 -     0x7fff8a36efff  libsystem_kernel.dylib ??? (???) <66C9F9BD-C7B3-30D4-B1A0-03C8A6392351> /usr/lib/system/libsystem_kernel.dylib
          0x7fff93a79000 -     0x7fff93b56fef  libsystem_c.dylib ??? (???) <41B43515-2806-3FBC-ACF1-A16F35B7E290> /usr/lib/system/libsystem_c.dylib
    Process:         cookied [98104]
    Path:            /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/Support/cookied
    Architecture:    x86_64
    UID:             501
      Thread 0x1df0dd     DispatchQueue 1
      User stack:
        14 __CFRunLoopServiceMachPort + 188 (in CoreFoundation) [0x7fff87caf50c]
          14 mach_msg_trap + 10 (in libsystem_kernel.dylib) [0x7fff8a36367a]
      Kernel stack:
        14 ipc_mqueue_receive_continue + 0 (in mach_kernel) [0xffffff8000215930]
      Thread 0x1df0de     DispatchQueue 2
      User stack:
        14 _dispatch_mgr_thread + 54 (in libdispatch.dylib) [0x7fff8a2e8316]
          14 kevent + 10 (in libsystem_kernel.dylib) [0x7fff8a3657e6]
      Kernel stack:
        14 kqueue_scan + 416 (in mach_kernel) [0xffffff800053b4d0]
      Binary Images:
             0x100f06000 -        0x100f06fff  cookied ??? (???) <F73832E8-1FCC-3BA8-804C-EED7102F0348> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/Support/cookied
          0x7fff87c7f000 -     0x7fff87e53ff7  com.apple.CoreFoundation 6.7.2 (635.21) <62A3402E-A4E7-391F-AD20-1EF20236CE1B> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
          0x7fff8a2e6000 -     0x7fff8a2f4fff  libdispatch.dylib ??? (???) <8E03C652-922A-3399-93DE-9EA0CBFA0039> /usr/lib/system/libdispatch.dylib
          0x7fff8a34e000 -     0x7fff8a36efff  libsystem_kernel.dylib ??? (???) <66C9F9BD-C7B3-30D4-B1A0-03C8A6392351> /usr/lib/system/libsystem_kernel.dylib
    Process:         coreaudiod [313]
    Path:            /usr/sbin/coreaudiod
    Architecture:    x86_64
    UID:             202
      Thread 0x5d7        DispatchQueue 1
      User stack:
        14 ??? (in coreaudiod) [0x1033f0314]
          14 ??? (in coreaudiod) [0x103458bcc]
            14 CFRunLoopRunSpecific + 230 (in CoreFoundation) [0x7fff87cb7486]
              14 __CFRunLoopRun + 1204 (in CoreFoundation) [0x7fff87cb7c74]
                14 __CFRunLoopServiceMachPort + 188 (in CoreFoundation) [0x7fff87caf50c]
                  14 mach_msg_trap + 10 (in libsystem_kernel.dylib) [0x7fff8a36367a]
      Kernel stack:
        14 ipc_mqueue_receive_continue + 0 (in mach_kernel) [0xffffff8000215930]
      Thread 0x5dd        DispatchQueue 2
      User stack:
        14 _dispatch_mgr_thread + 54 (in libdispatch.dylib) [0x7fff8a2e8316]
          14 kevent + 10 (in libsystem_kernel.dylib) [0x7fff8a3657e6]
      Kernel stack:
        14 kqueue_scan + 416 (in mach_kernel) [0xffffff800053b4d0]
      Thread 0x601      
      User stack:
        14 thread_start + 13 (in libsystem_c.dylib) [0x7fff93acab75]
          14 _pthread_start + 335 (in libsystem_c.dylib) [0x7fff93ac78bf]
            14 ??? (in coreaudiod) [0x103462d52]
              14 ??? (in coreaudiod) [0x10345c85e]
                14 ??? (in coreaudiod) [0x10345c8ee]
                  14 ??? (in coreaudiod) [0x10345c732]
                    14 CFRunLoopRunSpecific + 230 (in CoreFoundation) [0x7fff87cb7486]
                      14 __CFRunLoopRun + 1204 (in CoreFoundation) [0x7fff87cb7c74]
                        14 __CFRunLoopServiceMachPort + 188 (in CoreFoundation) [0x7fff87caf50c]
                          14 mach_msg_trap + 10 (in libsystem_kernel.dylib) [0x7fff8a36367a]
      Kernel stack:
        14 ipc_mqueue_receive_continue + 0 (in mach_kernel) [0xffffff8000215930]
      Thread 0x1fa5ef   
      User stack:
      Kernel stack:
        14 ipc_mqueue_receive_continue + 0 (in mach_kernel) [0xffffff8000215930]
      Thread 0x354199   
      User stack:
        14 start_wqthread + 13 (in libsystem_c.dylib) [0x7fff93acab85]
          14 __workq_kernreturn + 10 (in libsystem_kernel.dylib) [0x7fff8a365192]
      Kernel stack:
        14 workqueue_mark_exiting + 1408 (in mach_kernel) [0xffffff80005a50b0]
      Thread 0x3541b3   
      User stack:
        14 start_wqthread + 13 (in libsystem_c.dylib) [0x7fff93acab85]
          14 __workq_kernreturn + 10 (in libsystem_kernel.dylib) [0x7fff8a365192]
      Kernel stack:
        14 workqueue_mark_exiting + 1408 (in mach_kernel) [0xffffff80005a50b0]
      Binary Images:
             0x1033ef000 -        0x1034affff  coreaudiod ??? (???) <B845F1F7-2856-3C7B-B471-04FCAB1F9158> /usr/sbin/coreaudiod
          0x7fff87c7f000 -     0x7fff87e53ff7  com.apple.CoreFoundation 6.7.2 (635.21) <62A3402E-A4E7-391F-AD20-1EF20236CE1B> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
          0x7fff8a2e6000 -     0x7fff8a2f4fff  libdispatch.dylib ??? (???) <8E03C652-922A-3399-93DE-9EA0CBFA0039> /usr/lib/system/libdispatch.dylib
          0x7fff8a34e000 -     0x7fff8a36efff  libsystem_kernel.dylib ??? (???) <66C9F9BD-C7B3-30D4-B1A0-03C8A6392351> /usr/lib/system/libsystem_kernel.dylib
          0x7fff93a79000 -     0x7fff93b56fef  libsystem_c.dylib ??? (???) <41B43515-2806-3FBC-ACF1-A16F35B7E290> /usr/lib/system/libsystem_c.dylib
    Process:         coreservicesd [28]
    Path:            /System/Library/CoreServices/coreservicesd
    Architecture:    x86_64
    UID:             0
      Thread 0x191        DispatchQueue 1
      User stack:
        14 ??? (in coreservicesd) [0x10299ce98]
          14 _CoreServicesServerMain + 747 (in CarbonCore) [0x7fff8bc88999]
            14 CFRunLoopRun + 95 (in CoreFoundation) [0x7fff87cc719f]
              14 CFRunLoopRunSpecific + 230 (in CoreFoundation) [0x7fff87cb7486]
                14 __CFRunLoopRun + 1204 (in CoreFoundation) [0x7fff87cb7c74]
                  14 __CFRunLoopServiceMachPort + 188 (in CoreFoundation) [0x7fff87caf50c]
                    14 mach_msg_trap + 10 (in libsystem_kernel.dylib) [0x7fff8a36367a]
      Kernel stack:
        14 ipc_mqueue_receive_continue + 0 (in mach_kernel) [0xffffff8000215930]
      Thread 0x192        DispatchQueue 2
      User stack:
        14 _dispatch_mgr_thread + 54 (in libdispatch.dylib) [0x7fff8a2e8316]
          14 kevent + 10 (in libsystem_kernel.dylib) [0x7fff8a3657e6]
      Kernel stack:
        14 kqueue_sc

    basby76
    What version of Premiere Elements Mac are you using and what Mac computer operating system is involved?
    I believe that I am interpreting your question in a different way than PRE_help who writes.
    We are aware of a crash in MAC OSX 10.10.0, 10.10.1 and 10.10.2 where launching the import dialog and going to iTunes library and coming out of it (by clicking on any other folder in the import dialog finder window) results in a crash.
    But are you really doing what I have put in bold text? How are you importing the audio into the project? Add Media/ and then what? Are you getting an Import Generic Error message or just the crash with no error message? What is the file extension of the audio that you are trying to import into Premiere Elements
    There is a classic issue with Premiere Elements (many versions) and iTunes music. The classic answer is to convert the iTunes music to WAV version in iTunes and then import the WAV version into Premiere Elements with Premiere Elements' Add Media/Files and Folders. If you are not doing that, please try that and then let us know if the works for you to avoid the crashes. The Premiere Elements Supported Import Formats show WAV as Windows only. But one Mac user here insists WAV version is acceptable for import into Premiere Elements on Mac. So, please let us know what you find in that regard.
    Supported file formats
    I am strictly an Elements Windows user, so looking forward to your clarification for what might be a matter that I am overlooking or unaware of in the Premiere Elements Mac computer environment.
    Thank you.
    ATR

  • Can't open iPhoto 6 - crashes when upgrading photo library

    I just installed iPhoto 6, but cannot open it. Each time I open it it tries to upgrade the photo library (which is fairly immense). With four minutes left in a 51 minute upgrade the program crashes - all 5 times! I have checked that all other software is updated and that the computer is restarted - any other ideas??

    farmers96:
    Welcome to the Apple Discussions. First try the following: download and run BatChmod on the iPhoto Library folder with the settings shown here, putting your administartive name in the owner and group sections. You can either type in the path to the folder or just drag the folder into that field.
    If that doesn't fix it, answer this question: have any of the files in the library been edited by Photoshop or Photoshop Elements?
    Do you Twango?
    TIP: For insurance against the iPhoto database corruption that many users have experienced I recommend making a backup copy of the Library6.iPhoto database file and keep it current. If problems crop up where iPhoto suddenly can't see any photos or thinks there are no photos in the library, replacing the working Library6.iPhoto file with the backup will often get the library back. By keeping it current I mean backup after each import and/or any serious editing or work on books, slideshows, calendars, cards, etc. That insures that if a problem pops up and you do need to replace the database file, you'll retain all those efforts. It doesn't take long to make the backup and it's good insurance.
    I've written an Automator workflow application (requires Tiger), iPhoto dB File Backup, that will copy the selected Library6.iPhoto file from your iPhoto Library folder to the Pictures folder, replacing any previous version of it. You can download it at Toad's Cellar. Be sure to read the Read Me pdf file.

  • Client not working after upgrade

    Hi,
    I am upgrading my SAP 8.8 SP:00 Pl 10 to PL 16. with the help of upgrade wizard all the SAP items are upgraded from PL 10 to Pl 16.
    When i was login in through SAP client it asked for upgrade i clicked yes after some time the upgrade stop and the SAP client logo on the server disappear. Now i am not able to login since there is no client to login.
    I tried to install client from set up file but it gives following error
    Error Number: 0x80040702
    Description: Failed to load Dll: creator Dll
    I have refered SAP Note: 1408662 and also refered other thread but its not working
    I tried to uninstall client from add/ remove program but i am not able to do so
    Pls provide solution since i am not able to login.

    Hi,
    I have already installed the recommended c++ version as per SAP note, still it is not working. I tried to uninstall the client from
    B1SHR folder but it gives me error.
    The server is properly upgraded and problem exists on 3 of client machines.
    I have to any how remove this client file or make it working to acces SAP else i wil have to format system which i dont want to do.

  • Blue Screen Crash when iTunes version 9.2 accesses iTunes store

    I have posted on a previous issue regardng blue screen crash when upgrading to iTunes v9.2 but have done a few other things to try to locate the problem.
    Firstly, as this is a shared computer I used a colleagues login details to login into their desktop. Then opened iTunes from there. It opened perfectly normally and found and played music stored on the computer. However, as I had noticed that iTunes was crashing when I was logged in as it was trying to access the iTunes store I then tried to accesss the iTunes store from within iTunes on my colleagues desktop. Hey presto, blue screen crash with the following error:
    * STOP: 0x0000007E (0x0000005, 0xBF271800, 0xA811350c, 0xA8113208)
    * ati3duag.dll - Address BF271800 base at BF16B000, Datestamp 46eb3954
    I then restarted my computer, unplugged it from the network and started iTunes in my desktop. It started normally with no problems. I even synchronised my iPhone without any problems to my music and Outlook (Calendar & Contacts).
    I removed my iPhone, then tried to access the iTunes music store and guess what it went half way through the process and gave the Blue Screen error again.
    Just for completeness sake I did the same thing using my colleagues desktop iTunes access and iTunes did the same thing again (without synching my phone obviously) and when trying to access the store it gets half way through, hangs and then it crashes.
    Any ideas???

    ati3duag.dll
    You're having trouble with the drivers for your ATI Radeon video card or display adapter, lord.
    If you've got a name brand PC and the video card or display adaptor came installed with the PC, head to the drivers and downloads page for your particular model of PC at the PC manufacturers website and try updating your video driver or display adaptor driver.
    If the PC is custom/home-built, or you've added the Radeon to the system yourself, head to the AMD support website (AMD now owns ATI) and look for updated drivers for your particular model of video card or display adaptor.
    If you're already up to date on your drivers, or updating didn't help with the BSOD, try heading into your Device manager and reinstalling your video drivers or Display adaptor drivers.
    Do any of those measures give you any relief?

Maybe you are looking for