VM crash when returning unicode

in my native method i have (LPWSTR)pCryptKeyProvInfo->pwszContainerName in UNICODE when i try to return it to the java application using
return (*jEnv)->NewStringUTF(jEnv, pCryptKeyProvInfo->pwszContainerName ), the system crashes.
i verify it my native code using
printf("the contyainer name is %S",pCryptKeyProvInfo-> pwszContainerName)

Try copying the string to a temporary buffer, and use NewString (NewStringUTF is meant to be used with UTF-8 strings; for container names, that have usually no special characters, UTF-8 is ANSI).
int len = wcslen (pCryptKeyProvInfo->pwszContainerName);
wchar_t *buf = new wchar_t[len+1];
wcscpy (buf, pCryptKeyProvInfo->pwszContainerName);
jstring js = jEnv->NewString (buf);
delete[] buf;

Similar Messages

  • Adobe Digital Editions Crashing When Returning eBook Defective Product !!!!

    Adobe Digital Editions Crashing When Returning eBook Defective Product !!!!

    Hi
    My issue with the nook was with sites where you can download free books such as
    ManyBooks.net.  ADE acts differently when using these sites; for example, it
    opens ADE with the book in read view but when you go to library view the book
    disappears.  I actually solved the problem before the forum answered my
    question--when I download the book from the free sites I choose Save As to make
    sure the book goes to the ADE folder.  Then I choose LIBRARY and I get a drop
    down menu and choose "Add to Library" and I get the book from the ADE folder. 
    Then I have my NookColor attached to the computer and I drag the book into
    MyNookColor.
    I just got a book from the public library and ADE acts differently.  The program
    that my library uses is CONNECT Downloadable Catalog@Library Connection, Serving
    Patrons of Participating CT Libraries.  I had the book on hold so I was notified
    by email that it was available.  I went to my account in the CONNECT program and
    added the Adobe EPUB ebook to my cart, proceeded to checkout, and downloaded the
    book in acsm format.  ADE opens the book in Library view, I drag the book over
    to MyNookColor and I am done. 
    I was researching my problem on the internet and found my solution.  My point
    was that ADE acts differently with free book sites versus public library and
    buying directly from B&N.  I see you have a tablet and I have a nook color.  You
    can bring your nook tablet to B&N and get help.  Another suggestion is to
    download ADE again and make sure it gets registered properly (doing this from a
    laptop not the nook).  I have downloaded audible books and I have had no
    problems--you have to use the program OverDrive Media Console for audible
    books.  I also have put music on my nook which has to be MP3 format and movies
    have to be in MP4 format.  Good Luck. 
    Jean

  • Crash when returning from terminal services

    I have an applet running on my XP system under 1.5.0_08. I remotely terminal service into the machine and things work fine with interacting with the applet. When I return to the local machine and login to display my existing session and start to interact with the applet window, the JVM crashes. I'm not sure if I have enough information to submit it yet. See log below:
    # An unexpected error has been detected by HotSpot Virtual Machine:
    # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x6d0afc8d, pid=2264, tid=1052
    # Java VM: Java HotSpot(TM) Client VM (1.5.0_08-b03 mixed mode, sharing)
    # Problematic frame:
    # C [awt.dll+0xafc8d]
    --------------- T H R E A D ---------------
    Current thread (0x03d7bb00): JavaThread "Java2D Disposer" daemon [_thread_in_native, id=1052]
    siginfo: ExceptionCode=0xc0000005, reading address 0x00000005
    Registers:
    EAX=0x00000005, EBX=0x2b3f4e48, ECX=0x03c81434, EDX=0x0533e668
    ESP=0x0ffdf894, EBP=0x0ffdf8c8, ESI=0x03c81430, EDI=0x03c81434
    EIP=0x6d0afc8d, EFLAGS=0x00010216
    Top of Stack: (sp=0x0ffdf894)
    0x0ffdf894: 03d7bbc0 05a3b710 6d0b3d55 05a3b710
    0x0ffdf8a4: 6d03499c 03d7bbc0 05a3b710 03d7bb00
    0x0ffdf8b4: 2ab5f1d0 6d035437 03d7bbc0 05a3b710
    0x0ffdf8c4: 00000000 0ffdf904 063e832f 03d7bbc0
    0x0ffdf8d4: 0ffdf90c 6d03497f 00000000 05a3b710
    0x0ffdf8e4: 00000000 0ffdf8e8 00000000 0ffdf920
    0x0ffdf8f4: 2b3f5020 00000000 2b3f4e48 0ffdf914
    0x0ffdf904: 0ffdf940 063e29e3 2b3f4fc0 063e6509
    Instructions: (pc=0x6d0afc8d)
    0x6d0afc7d: 5e c2 04 00 56 8b f1 57 8b 46 04 8d 7e 04 8b cf
    0x6d0afc8d: ff 10 ff 4e 20 8b 46 20 85 c0 7f 42 53 33 db 39
    Stack: [0x0fee0000,0x0ffe0000), sp=0x0ffdf894, free space=1022k
    Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
    C [awt.dll+0xafc8d]
    j sun.java2d.DefaultDisposerRecord.invokeNativeDispose(JJ)V+0
    j sun.java2d.DefaultDisposerRecord.dispose()V+8
    j sun.java2d.Disposer.run()V+19
    j java.lang.Thread.run()V+11
    v ~StubRoutines::call_stub
    V [jvm.dll+0x86e84]
    V [jvm.dll+0xddead]
    V [jvm.dll+0x86d55]
    V [jvm.dll+0x86ab2]
    V [jvm.dll+0xa16b2]
    V [jvm.dll+0x10f4ac]
    V [jvm.dll+0x10f47a]
    C [msvcrt.dll+0x2a3b0]
    C [kernel32.dll+0xb683]
    Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
    j sun.java2d.DefaultDisposerRecord.invokeNativeDispose(JJ)V+0
    j sun.java2d.DefaultDisposerRecord.dispose()V+8
    j sun.java2d.Disposer.run()V+19
    j java.lang.Thread.run()V+11
    v ~StubRoutines::call_stub
    --------------- P R O C E S S ---------------
    Java Threads: ( => current thread )
    0x05b082b8 JavaThread "MessageAlerter-14" [_thread_blocked, id=2948]
    0x03014488 JavaThread "Thread-40" [_thread_blocked, id=5976]
    0x03c95618 JavaThread "Thread-29" [_thread_blocked, id=7628]
    0x04d6e8f8 JavaThread "Thread-28" [_thread_blocked, id=6888]
    0x188dfc18 JavaThread "Thread-27" [_thread_blocked, id=3204]
    0x028b2f70 JavaThread "Thread-26" [_thread_blocked, id=6088]
    0x0474b748 JavaThread "Thread-25" [_thread_blocked, id=6084]
    0x05c6be30 JavaThread "Thread-24" [_thread_blocked, id=1468]
    0x047354c0 JavaThread "VoiceController.QueueServiceRunnable" [_thread_blocked, id=2688]
    0x039e4468 JavaThread "Thread-23" [_thread_blocked, id=1976]
    0x04977e78 JavaThread "Messenger" [_thread_blocked, id=3868]
    0x021c6bb8 JavaThread "Preferences" [_thread_blocked, id=272]
    0x0282db58 JavaThread "StatusChangeIndicatorThread" [_thread_blocked, id=528]
    0x02f2e220 JavaThread "CommManager" [_thread_blocked, id=2364]
    0x044019d0 JavaThread "SocketReader" [_thread_in_native, id=2164]
    0x04d72858 JavaThread "SocketWriter" [_thread_blocked, id=756]
    0x047568e8 JavaThread "AWT-EventQueue-4" [_thread_blocked, id=3668]
    0x024feb08 JavaThread "IdleThread" [_thread_blocked, id=548]
    0x030f0e10 JavaThread "thread applet-com.bantu.banter.client.ChatApplet" [_thread_blocked, id=1588]
    0x0338e4d8 JavaThread "Java Sound Event Dispatcher" daemon [_thread_blocked, id=3400]
    0x03a66e10 JavaThread "TimerQueue" daemon [_thread_blocked, id=2796]
    0x04623978 JavaThread "AWT-EventQueue-1" [_thread_blocked, id=2464]
    0x03c85e68 JavaThread "AWT-EventQueue-0" [_thread_blocked, id=3196]
    0x03972a50 JavaThread "traceMsgQueueThread" daemon [_thread_blocked, id=3172]
    0x03018528 JavaThread "AWT-Windows" daemon [_thread_in_native, id=2712]
    0x03d38be0 JavaThread "AWT-Shutdown" [_thread_blocked, id=3592]
    =>0x03d7bb00 JavaThread "Java2D Disposer" daemon [_thread_in_native, id=1052]
    0x03b2a240 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=2800]
    0x03ca41e0 JavaThread "CompilerThread0" daemon [_thread_blocked, id=3568]
    0x03bc36e8 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=320]
    0x03ae4e58 JavaThread "Finalizer" daemon [_thread_blocked, id=3596]
    0x03cad150 JavaThread "Reference Handler" daemon [_thread_blocked, id=3276]
    0x03a684a0 JavaThread "main" [_thread_in_native, id=3776]
    Other Threads:
    0x03c8c330 VMThread [id=3708]
    0x03c95d00 WatcherThread [id=1000]
    VM state:not at safepoint (normal execution)
    VM Mutex/Monitor currently owned by a thread: None
    Heap
    def new generation total 2304K, used 874K [0x20a70000, 0x20ce0000, 0x211d0000)
    eden space 2112K, 41% used [0x20a70000, 0x20b4aa40, 0x20c80000)
    from space 192K, 0% used [0x20c80000, 0x20c80000, 0x20cb0000)
    to space 192K, 0% used [0x20cb0000, 0x20cb0000, 0x20ce0000)
    tenured generation total 28728K, used 16209K [0x211d0000, 0x22dde000, 0x26a70000)
    the space 28728K, 56% used [0x211d0000, 0x221a45a0, 0x221a4600, 0x22dde000)
    compacting perm gen total 8192K, used 3805K [0x26a70000, 0x27270000, 0x2aa70000)
    the space 8192K, 46% used [0x26a70000, 0x26e27408, 0x26e27600, 0x27270000)
    ro space 8192K, 63% used [0x2aa70000, 0x2af7d608, 0x2af7d800, 0x2b270000)
    rw space 12288K, 46% used [0x2b270000, 0x2b810608, 0x2b810800, 0x2be70000)
    Dynamic libraries:
    0x00400000 - 0x00b53000      C:\Program Files\Bon Echo\firefox.exe
    0x7c900000 - 0x7c9b0000      C:\WINDOWS\system32\ntdll.dll
    0x7c800000 - 0x7c8f4000      C:\WINDOWS\system32\kernel32.dll
    0x60110000 - 0x6017d000      C:\Program Files\Bon Echo\js3250.dll
    0x601d0000 - 0x601f7000      C:\Program Files\Bon Echo\nspr4.dll
    0x77dd0000 - 0x77e6b000      C:\WINDOWS\system32\ADVAPI32.dll
    0x77e70000 - 0x77f01000      C:\WINDOWS\system32\RPCRT4.dll
    0x71ad0000 - 0x71ad9000      C:\WINDOWS\system32\WSOCK32.dll
    0x71ab0000 - 0x71ac7000      C:\WINDOWS\system32\WS2_32.dll
    0x77c10000 - 0x77c68000      C:\WINDOWS\system32\msvcrt.dll
    0x71aa0000 - 0x71aa8000      C:\WINDOWS\system32\WS2HELP.dll
    0x76b40000 - 0x76b6d000      C:\WINDOWS\system32\WINMM.dll
    0x77d40000 - 0x77dd0000      C:\WINDOWS\system32\USER32.dll
    0x77f10000 - 0x77f57000      C:\WINDOWS\system32\GDI32.dll
    0x60380000 - 0x603e9000      C:\Program Files\Bon Echo\xpcom_core.dll
    0x602a0000 - 0x602a7000      C:\Program Files\Bon Echo\plc4.dll
    0x602b0000 - 0x602b6000      C:\Program Files\Bon Echo\plds4.dll
    0x7c9c0000 - 0x7d1d5000      C:\WINDOWS\system32\SHELL32.dll
    0x77f60000 - 0x77fd6000      C:\WINDOWS\system32\SHLWAPI.dll
    0x774e0000 - 0x7761d000      C:\WINDOWS\system32\ole32.dll
    0x77c00000 - 0x77c08000      C:\WINDOWS\system32\VERSION.dll
    0x602d0000 - 0x602ea000      C:\Program Files\Bon Echo\smime3.dll
    0x60200000 - 0x6025a000      C:\Program Files\Bon Echo\nss3.dll
    0x602f0000 - 0x6032e000      C:\Program Files\Bon Echo\softokn3.dll
    0x60330000 - 0x6034f000      C:\Program Files\Bon Echo\ssl3.dll
    0x60360000 - 0x60374000      C:\Program Files\Bon Echo\xpcom_compat.dll
    0x763b0000 - 0x763f9000      C:\WINDOWS\system32\comdlg32.dll
    0x773d0000 - 0x774d2000      C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.2600.2180_x-ww_a84f1ff9\COMCTL32.dll
    0x77120000 - 0x771ac000      C:\WINDOWS\system32\OLEAUT32.dll
    0x73000000 - 0x73026000      C:\WINDOWS\system32\WINSPOOL.DRV
    0x10000000 - 0x10044000      C:\Program Files\Matrox Graphics Inc\PowerDesk HF\Matrox.PowerDesk.Hooks.dll
    0x76bf0000 - 0x76bfb000      C:\WINDOWS\system32\PSAPI.DLL
    0x76fd0000 - 0x7704f000      C:\WINDOWS\system32\CLBCATQ.DLL
    0x77050000 - 0x77115000      C:\WINDOWS\system32\COMRes.dll
    0x60010000 - 0x60022000      C:\Program Files\Bon Echo\components\jar50.dll
    0x60030000 - 0x6003f000      C:\Program Files\Bon Echo\components\jsd3250.dll
    0x60040000 - 0x6004a000      C:\Program Files\Bon Echo\components\myspell.dll
    0x60050000 - 0x6005e000      C:\Program Files\Bon Echo\components\spellchk.dll
    0x60060000 - 0x6008c000      C:\Program Files\Bon Echo\components\xpinstal.dll
    0x71a50000 - 0x71a8f000      C:\WINDOWS\system32\mswsock.dll
    0x662b0000 - 0x66308000      C:\WINDOWS\system32\hnetcfg.dll
    0x71a90000 - 0x71a98000      C:\WINDOWS\System32\wshtcpip.dll
    0x76d60000 - 0x76d79000      C:\WINDOWS\system32\iphlpapi.dll
    0x01700000 - 0x01717000      C:\Program Files\Bon Echo\extensions\[email protected]\components\BrandRes.dll
    0x01720000 - 0x01745000      C:\Program Files\Bon Echo\extensions\[email protected]\components\fullsoft.dll
    0x01770000 - 0x01776000      C:\Program Files\Bon Echo\extensions\[email protected]\components\qfaservices.dll
    0x76f20000 - 0x76f47000      C:\WINDOWS\system32\DNSAPI.dll
    0x76fb0000 - 0x76fb8000      C:\WINDOWS\System32\winrnr.dll
    0x76f60000 - 0x76f8c000      C:\WINDOWS\system32\WLDAP32.dll
    0x746f0000 - 0x7471a000      C:\WINDOWS\system32\msimtf.dll
    0x74720000 - 0x7476b000      C:\WINDOWS\system32\MSCTF.dll
    0x20000000 - 0x202c5000      C:\WINDOWS\system32\xpsp2res.dll
    0x5ad70000 - 0x5ada8000      C:\WINDOWS\system32\uxtheme.dll
    0x76fc0000 - 0x76fc6000      C:\WINDOWS\system32\rasadhlp.dll
    0x600d0000 - 0x60101000      C:\Program Files\Bon Echo\freebl3.dll
    0x60260000 - 0x6029a000      C:\Program Files\Bon Echo\nssckbi.dll
    0x76380000 - 0x76385000      C:\WINDOWS\system32\msimg32.dll
    0x77920000 - 0x77a13000      C:\WINDOWS\system32\SETUPAPI.dll
    0x602c0000 - 0x602c8000      C:\Program Files\Bon Echo\plugins\npnul32.dll
    0x76390000 - 0x763ad000      C:\WINDOWS\system32\IMM32.DLL
    0x6d4f0000 - 0x6d502000      C:\Program Files\Java\jre1.5.0_08\bin\NPJava11.dll
    0x5edd0000 - 0x5ede7000      C:\WINDOWS\system32\OLEPRO32.DLL
    0x6d440000 - 0x6d44c000      C:\Program Files\Java\jre1.5.0_08\bin\jpioji.dll
    0x6d420000 - 0x6d435000      C:\Program Files\Java\jre1.5.0_08\bin\jpinscp.dll
    0x6d450000 - 0x6d468000      C:\Program Files\Java\jre1.5.0_08\bin\jpishare.dll
    0x6d6c0000 - 0x6d85b000      C:\PROGRA~1\Java\JRE15~1.0_0\bin\client\jvm.dll
    0x6d280000 - 0x6d288000      C:\PROGRA~1\Java\JRE15~1.0_0\bin\hpi.dll
    0x6d690000 - 0x6d69c000      C:\PROGRA~1\Java\JRE15~1.0_0\bin\verify.dll
    0x6d300000 - 0x6d31d000      C:\PROGRA~1\Java\JRE15~1.0_0\bin\java.dll
    0x6d6b0000 - 0x6d6bf000      C:\PROGRA~1\Java\JRE15~1.0_0\bin\zip.dll
    0x6d000000 - 0x6d169000      C:\Program Files\Java\jre1.5.0_08\bin\awt.dll
    0x73760000 - 0x737a9000      C:\WINDOWS\system32\ddraw.dll
    0x73bc0000 - 0x73bc6000      C:\WINDOWS\system32\DCIMAN32.dll
    0x6d240000 - 0x6d27f000      C:\Program Files\Java\jre1.5.0_08\bin\fontmanager.dll
    0x6d1f0000 - 0x6d203000      C:\Program Files\Java\jre1.5.0_08\bin\deploy.dll
    0x771b0000 - 0x77256000      C:\WINDOWS\system32\WININET.dll
    0x77a80000 - 0x77b14000      C:\WINDOWS\system32\CRYPT32.dll
    0x77b20000 - 0x77b32000      C:\WINDOWS\system32\MSASN1.dll
    0x77260000 - 0x77300000      C:\WINDOWS\system32\urlmon.dll
    0x6d5d0000 - 0x6d5f3000      C:\Program Files\Java\jre1.5.0_08\bin\RegUtils.dll
    0x10450000 - 0x10716000      C:\WINDOWS\system32\msi.dll
    0x6d4c0000 - 0x6d4d3000      C:\Program Files\Java\jre1.5.0_08\bin\net.dll
    0x6d4e0000 - 0x6d4e9000      C:\Program Files\Java\jre1.5.0_08\bin\nio.dll
    0x6d1c0000 - 0x6d1e3000      C:\Program Files\Java\jre1.5.0_08\bin\dcpr.dll
    0x74e30000 - 0x74e9c000      C:\WINDOWS\system32\RICHED20.DLL
    0x77b40000 - 0x77b62000      C:\WINDOWS\system32\appHelp.dll
    0x15920000 - 0x1598d000      C:\Program Files\TortoiseSVN\bin\tortoisesvn.dll
    0x6eec0000 - 0x6eee2000      C:\Program Files\TortoiseSVN\bin\libapr.dll
    0x78130000 - 0x781cb000      C:\WINDOWS\WinSxS\x86_Microsoft.VC80.CRT_1fc8b3b9a1e18e3b_8.0.50727.42_x-ww_0de06acd\MSVCR80.dll
    0x6ee60000 - 0x6ee88000      C:\Program Files\TortoiseSVN\bin\libaprutil.dll
    0x6ee50000 - 0x6ee5d000      C:\Program Files\TortoiseSVN\bin\libapriconv.dll
    0x15990000 - 0x1599c000      C:\Program Files\TortoiseSVN\bin\intl3_svn.dll
    0x7c420000 - 0x7c4a7000      C:\WINDOWS\WinSxS\x86_Microsoft.VC80.CRT_1fc8b3b9a1e18e3b_8.0.50727.42_x-ww_0de06acd\MSVCP80.dll
    0x77a20000 - 0x77a74000      C:\WINDOWS\System32\cscui.dll
    0x76600000 - 0x7661d000      C:\WINDOWS\System32\CSCDLL.dll
    0x75cf0000 - 0x75d81000      C:\WINDOWS\system32\mlang.dll
    0x76c30000 - 0x76c5e000      C:\WINDOWS\system32\WINTRUST.dll
    0x76c90000 - 0x76cb8000      C:\WINDOWS\system32\IMAGEHLP.dll
    0x72d20000 - 0x72d29000      C:\WINDOWS\system32\wdmaud.drv
    0x72d10000 - 0x72d18000      C:\WINDOWS\system32\msacm32.drv
    0x77be0000 - 0x77bf5000      C:\WINDOWS\system32\MSACM32.dll
    0x77bd0000 - 0x77bd7000      C:\WINDOWS\system32\midimap.dll
    0x77fe0000 - 0x77ff1000      C:\WINDOWS\system32\Secur32.dll
    0x767f0000 - 0x76817000      C:\WINDOWS\system32\schannel.dll
    0x5b860000 - 0x5b8b4000      C:\WINDOWS\system32\NETAPI32.dll
    0x769c0000 - 0x76a73000      C:\WINDOWS\system32\USERENV.dll
    0x75f80000 - 0x7607d000      C:\WINDOWS\system32\browseui.dll
    0x76990000 - 0x769b5000      C:\WINDOWS\system32\ntshrui.dll
    0x76b20000 - 0x76b31000      C:\WINDOWS\system32\ATL.DLL
    0x76980000 - 0x76988000      C:\WINDOWS\system32\LINKINFO.dll
    0x77760000 - 0x778cf000      C:\WINDOWS\system32\SHDOCVW.dll
    0x754d0000 - 0x75550000      C:\WINDOWS\system32\CRYPTUI.dll
    0x6d470000 - 0x6d495000      C:\Program Files\Java\jre1.5.0_08\bin\jsound.dll
    0x6d4a0000 - 0x6d4a8000      C:\Program Files\Java\jre1.5.0_08\bin\jsoundds.dll
    0x73f10000 - 0x73f6c000      C:\WINDOWS\system32\DSOUND.dll
    0x028f0000 - 0x02918000      C:\WINDOWS\system32\rsaenh.dll
    0x74b30000 - 0x74b76000      C:\WINDOWS\system32\webcheck.dll
    0x7dc30000 - 0x7df20000      C:\WINDOWS\system32\mshtml.dll
    0x746c0000 - 0x746e7000      C:\WINDOWS\system32\msls31.dll
    0x6d5b0000 - 0x6d5c2000      C:\Program Files\Java\jre1.5.0_08\bin\NPOJI610.dll
    0x6d3c0000 - 0x6d3df000      C:\Program Files\Java\jre1.5.0_08\bin\jpeg.dll
    VM Arguments:
    jvm_args: -Xbootclasspath/a:C:\PROGRA~1\Java\JRE15~1.0_0\lib\deploy.jar;C:\PROGRA~1\Java\JRE15~1.0_0\lib\plugin.jar -Xmx96m -Djavaplugin.maxHeapSize=96m -Xverify:remote -Djavaplugin.version=1.5.0_08 -Djavaplugin.nodotversion=150_08 -Dbrowser=sun.plugin -DtrustProxy=true -Dapplication.home=C:\PROGRA~1\Java\JRE15~1.0_0 -Djava.protocol.handler.pkgs=sun.plugin.net.protocol -Djavaplugin.vm.options=-Djava.class.path=C:\PROGRA~1\Java\JRE15~1.0_0\classes -Xbootclasspath/a:C:\PROGRA~1\Java\JRE15~1.0_0\lib\deploy.jar;C:\PROGRA~1\Java\JRE15~1.0_0\lib\plugin.jar -Xmx96m -Djavaplugin.maxHeapSize=96m -Xverify:remote -Djavaplugin.version=1.5.0_08 -Djavaplugin.nodotversion=150_08 -Dbrowser=sun.plugin -DtrustProxy=true -Dapplication.home=C:\PROGRA~1\Java\JRE15~1.0_0 -Djava.protocol.handler.pkgs=sun.plugin.net.protocol vfprintf
    java_command: <unknown>
    Launcher Type: generic
    Environment Variables:
    PATH=C:\PROGRA~1\Java\JRE15~1.0_0\bin;C:\Program Files\Bon Echo;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\svn\BantuTrunk\lib;.
    USERNAME=steve
    OS=Windows_NT
    PROCESSOR_IDENTIFIER=x86 Family 15 Model 2 Stepping 7, GenuineIntel
    --------------- S Y S T E M ---------------
    OS: Windows XP Build 2600 Service Pack 2
    CPU:total 1 (cores per cpu 1, threads per core 1) family 15 model 2 stepping 7, cmov, cx8, fxsr, mmx, sse, sse2
    Memory: 4k page, physical 1047556k(370276k free), swap 2520776k(1835956k free)
    vm_info: Java HotSpot(TM) Client VM (1.5.0_08-b03) for windows-x86, built on Jul 26 2006 01:10:50 by "java_re" with MS VC++ 6.0

    Ah.. I hate when they do that, if you are going to write an application then support it.... At least help figure out why it's failing other than just saying it should work....
    I would get on a call with them and get a Manager involved, someone there should be able to help you...
    In the mean time:
    First easiest way is search for crpe32.dll, there should only be one version and it should match the est of the file versions. Next step will tell you the versions being used.
    OK, download [Modules|https://smpdl.sap-ag.de/~sapidp/012002523100006252802008E/modules.zip]. what this app will do is list all of the runtime files each user has access to. You can save and then compare the list files between the  one working PC and any other user. Should help determine what is missing or the users profile doesn't have access to or not installed.
    Another option is to use ProfileMonitor from Microsoft, it will list all access issues including the registry keys that all users need to run CR.
    Can you tell me what version you are using?
    Also need to know what version of TS?
    OS it's running on?
    And work station OS?
    One more option, go to this link http://www.sdn.sap.com/irj/scn/advancedsearch?query=boj and search on "invalid tlv" and it will return a bunch of know reasons why you can get that error.
    Thanks
    Don
    Edited by: Don Williams on May 31, 2011 12:52 PM

  • CRVS 2010 crash when return value is ""

    Hi,
    Since i'm working with crystal report for Visual Studio 2010, the formulas, located in the Formula Editor > Display String
    , that returns a string null  sends an error.
    before the version of crystal report for Visual Studio 2010, it would display nothing and generate no crach.
    I was wondering if i could cath the error in the Formula Editor to return a space(1) instead of '' witch will crach aftewords.
    here is an example that will crash the application :
    if {data.a} <> 0
    then ToText({data.a},2)
    instead of putting a else space(1)   that would correct this code
    i would like to encapsulate my code with
    try
    .... my code ...
    catch error
    if is string = '' then string = space(1)
    is this possible in the Formula Editor?

    Hello,
    you're write, i did a mistake in my example of this thread, i forgot to put an equal in the 'if', sorry about that...
    in my code the equal wasn't missing. and the button X+2 doesn't return an error.
    the error occures only when i load the report by my application with CR for VS 2010 because that same report didn't popup an error when it was coded in CR for VS2008.
    I'm using Crystal syntax.
    the field is is a number type (System.Int32)
    here's my code in the field :
    if {data.nTotal} <> 0
    then if (({data.nBefore1Month}* 100) / {data.nTotal}) <> 0
         then ToText(({data.nBefore1Month}* 100)/{data.nTotal},2) + " %" + Space(2)
    here's what {data.nBefore1Month} return each time (in this test) : 0
    and {data.nTotal} is always <> 0
    witch means that (({data.nBefore1Month}* 100) / {data.nTotal}) = 0 and it doesn't execute the 2nd if.
    if i don't put an 'else space(1)' to my 2nd 'if ...', i don't know what the program return.
    Thanks for you help.

  • JRE kernel installation crashes when installing additional components

    Lately I've been having the problem that when using deployJava.js with installation type 'kernel' to install the latest JRE, the java plugin crashes when returning to the referrer page. What happens there is that 'additional components' are being tried to get installed but the progress bar will stop in the middle, incrementing the remaining seconds infinitely. I then have to kill the browser and several java processes. If I then return to the page again in most of the cases the applet will start up just fine...
    In my memory it could well be that problems started when the kernel installer was updated to version 6u14, but I'm not sure about this one.
    I can reproduce the problem reliably on javafx.com/samples (choosing the first) with Windows XP SP2, Windows Vista x86/x64, and Windows 7 x86 with all of IE6, IE7, IE8, FF3.5, Chrome 2 and Safari 4, both without any previously installed JRE and with older JRE (1.2 and 1.3).
    Thus I wonder whether anyone has observed this problem too, or is there a weird issue which I happen to have with all my systems I tested with?
    Any hints will be appreciated.
    Regards,
    Vight

    Am I the only one having this problem? As I said I can reproduce it on every Windows OS with any browser and older Java installed or not. As a test case I used [http://www.javafx.com/samples/ProjectManager/index.html] and one should think that it would be in Suns interest that this site works. Maybe I should just file a bug, to see whether others can reproduce the problem as well?!
    Edited by: vight on Aug 2, 2009 5:10 PM

  • HT204088 Why does AppStore crash when I try to return to Utilities category after viewing a second or third app (AppStore quits ,iPad (1.1) goesto home page with AppStore on it. 20+ of 32GB available, 28 apps installed, iOS 5.1.1 (says sw "up to date")

    My ipad(1.1) jumps out of Appstore after I've viewed 2or 3 apps, seems to be happening more often now. It returns to the page the Appstore icon is on. When I select Appstore again, it opens on the page of the last app downloaded, then I can return and browse Utilities category until next crash. It has 20+ GB available of 32GB, 28 apps installed, I don't use iTunes. I don't know what OS is installed, it's not cellular enabled. I haven't checked other categories and unsure if reducing open browser tabs affects the problem, possibly lets Appstore run longer before crashing. It always crashes when I attempt to return to the category. OSVersion is 5.1.1, Update Check says software is up to date. It has crashed if I scroll thru the pages of apps too fast.

    If you have more than one user account, these instructions must be carried out as an administrator.
    Triple-click anywhere in the line below to select it:
    syslog -k Sender kernel -k Message CSeq "I/O error"
    Copy the selected text to the Clipboard (command-C).
    Launch the Terminal application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Terminal in the icon grid.
    Paste into the Terminal window (command-V).
    The command may take a noticeable amount of time to run. Wait for a new line ending in a dollar sign (“$”) to appear.
    Post any lines of output that appear below what you entered — the text, please, not a screenshot.

  • I have just updated my iPad to IOS 8.1.3 when I now try to open the emails nothing comes up and then the app crashes and returns to the home page. What should I do?

    I have just updated my iPad to IOS 8.1.3 when I now try to open the emails nothing comes up and then the app crashes and returns to the home page. What should I do?

    Since yesterday morning about 11:00 I have been having TERRIBLE email problems on this iPad 3G. Email comes in (I hear the sound) but nothing displays -- no folders, no content, no nothing in e-mail. The blank email screen shows up and then disappears after about 10 seconds, taking me back to the Home Screen.
    Right now, the only way I can see email on this device is to log onto AOL via the AOL app.
    I have been doing a lot of online reading about the problem. It has to do with iOS 8.1.3 and it affects older iPads and iPhones. I'm having no problems on my iPod touch, which -- fortunately -- is so old it cannot update its iOS 6.
    I waited to update the iOS on this iPad until iOS 8 was "mature." That was about 2 weeks ago.
    Anybody know know if Apple is aware? working on a solution?

  • HT1414 my i phone 3g seems to of crashed when i tried to reset it. it jus shows an apple i con in middle of screen and it wont turn off but it flicks off itself but returns to same apple icon. anyone know whats up with it or how to restor it please?

    my i phone 3gs seems to of crashed when i tried to restart it. the screen jus displays an apple i con in the middle of the screen and wont turn on or off. anyone know whats wrong with it or how to restore it?

    Try:
    - iOS: Not responding or does not turn on
    - Also try DFU mode after try recovery mode
    How to put iPod touch / iPhone into DFU mode « Karthik's scribblings
    - If not successful and you can't fully turn the iOS device fully off, let the battery fully drain. After charging for an least an hour try the above again.
    - Try on another computer
    - If still not successful that usually indicates a hardware problem and an appointment at the Genius Bar of an Apple store is in order.
    Apple Retail Store - Genius Bar       

  • Iphoto crashes when trying import or export

    Iphoto crashes when trying to import or export pictures. I already deleted and reinstalled from disk without success. Please advice.
    Process: iPhoto [567]
    Path: /Applications/iPhoto.app/Contents/MacOS/iPhoto
    Identifier: com.apple.iPhoto
    Version: 7.1.5 (7.1.5)
    Build Info: iPhotoProject-3780000~2
    Code Type: PPC (Native)
    Parent Process: launchd [90]
    Interval Since Last Report: 563 sec
    Crashes Since Last Report: 1
    Per-App Interval Since Last Report: 553 sec
    Per-App Crashes Since Last Report: 1
    Date/Time: 2009-12-08 13:15:34.939 -0500
    OS Version: Mac OS X 10.5.8 (9L31a)
    Report Version: 6
    Anonymous UUID: 4EA7FDBB-D171-42C4-AA95-E124D9338F19
    Exception Type: EXCBADACCESS (SIGBUS)
    Exception Codes: KERNPROTECTIONFAILURE at 0x0000000000000005
    Crashed Thread: 11
    Thread 0:
    0 libSystem.B.dylib 0x948bf1f8 machmsgtrap + 8
    1 libSystem.B.dylib 0x948c611c mach_msg + 56
    2 com.apple.CoreFoundation 0x9227c394 CFRunLoopRunSpecific + 1812
    3 com.apple.HIToolbox 0x942edb14 RunCurrentEventLoopInMode + 264
    4 com.apple.HIToolbox 0x942ed938 ReceiveNextEventCommon + 412
    5 com.apple.HIToolbox 0x942ed778 BlockUntilNextEventMatchingListInMode + 84
    6 com.apple.AppKit 0x94f09244 _DPSNextEvent + 596
    7 com.apple.AppKit 0x94f08bfc -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 112
    8 com.apple.AppKit 0x94f0289c -[NSApplication run] + 744
    9 com.apple.AppKit 0x94ed3298 NSApplicationMain + 440
    10 com.apple.iPhoto 0x00003554 0x1000 + 9556
    11 com.apple.iPhoto 0x00003258 0x1000 + 8792
    Thread 1:
    0 libSystem.B.dylib 0x948c5c08 _semwaitsignal + 8
    1 libSystem.B.dylib 0x948c5a1c nanosleep$UNIX2003 + 188
    2 libSystem.B.dylib 0x948c594c usleep$UNIX2003 + 68
    3 com.apple.AppKit 0x94f64e64 -[NSUIHeartBeat _heartBeatThread:] + 1840
    4 com.apple.Foundation 0x91a7cd84 _NSThread__main_ + 1004
    5 libSystem.B.dylib 0x949010c4 pthreadstart + 316
    Thread 2:
    0 libSystem.B.dylib 0x94922d74 select$DARWIN_EXTSN + 12
    1 com.apple.CoreFoundation 0x92287808 __CFSocketManager + 764
    Thread 3:
    0 libSystem.B.dylib 0x948bf1f8 machmsgtrap + 8
    1 libSystem.B.dylib 0x948c611c mach_msg + 56
    2 com.apple.CoreFoundation 0x9227c394 CFRunLoopRunSpecific + 1812
    3 com.apple.CoreFoundation 0x9227cc1c CFRunLoopRun + 60
    4 com.apple.iLifeMediaBrowser 0x933a64f4 -[ILMediaBrowserPathWatcher(FSEvents) iLMBPathWatcherRunLoop] + 708
    5 com.apple.Foundation 0x91a7cd84 _NSThread__main_ + 1004
    6 libSystem.B.dylib 0x949010c4 pthreadstart + 316
    Thread 4:
    0 libSystem.B.dylib 0x948c5c0c _semwaitsignal + 12
    1 libSystem.B.dylib 0x9490246c pthread_condwait + 1580
    2 com.apple.QuartzCore 0x9049f110 fefragmentthread + 48
    3 libSystem.B.dylib 0x949010c4 pthreadstart + 316
    Thread 5:
    0 libSystem.B.dylib 0x948c5c0c _semwaitsignal + 12
    1 libSystem.B.dylib 0x9490246c pthread_condwait + 1580
    2 com.apple.QuartzCore 0x9049f110 fefragmentthread + 48
    3 libSystem.B.dylib 0x949010c4 pthreadstart + 316
    Thread 6:
    0 libSystem.B.dylib 0x948c5c0c _semwaitsignal + 12
    1 libSystem.B.dylib 0x9490246c pthread_condwait + 1580
    2 com.apple.QuartzCore 0x9049f110 fefragmentthread + 48
    3 libSystem.B.dylib 0x949010c4 pthreadstart + 316
    Thread 7:
    0 libSystem.B.dylib 0x948bf258 semaphorewait_signaltrap + 8
    1 libSystem.B.dylib 0x94902378 pthread_condwait + 1336
    2 com.apple.iPhoto 0x00280a20 0x1000 + 2619936
    Thread 8:
    0 libSystem.B.dylib 0x948bf278 semaphoretimedwait_signaltrap + 8
    1 libSystem.B.dylib 0x94902368 pthread_condwait + 1320
    2 ...ple.CoreServices.CarbonCore 0x93a729e4 TSWaitOnConditionTimedRelative + 240
    3 ...ple.CoreServices.CarbonCore 0x93a727b8 TSWaitOnSemaphoreCommon + 428
    4 ...ickTimeComponents.component 0x9681e350 ReadSchedulerThreadEntryPoint + 5312
    5 libSystem.B.dylib 0x949010c4 pthreadstart + 316
    Thread 9:
    0 libSystem.B.dylib 0x948bf278 semaphoretimedwait_signaltrap + 8
    1 libSystem.B.dylib 0x94902368 pthread_condwait + 1320
    2 ...ple.CoreServices.CarbonCore 0x93a729e4 TSWaitOnConditionTimedRelative + 240
    3 ...ple.CoreServices.CarbonCore 0x93a727b8 TSWaitOnSemaphoreCommon + 428
    4 ...ple.CoreServices.CarbonCore 0x93a9bc84 AIOFileThread(void*) + 1068
    5 libSystem.B.dylib 0x949010c4 pthreadstart + 316
    Thread 10:
    0 libSystem.B.dylib 0x948bf258 semaphorewait_signaltrap + 8
    1 libSystem.B.dylib 0x94902378 pthread_condwait + 1336
    2 com.apple.iPhoto 0x00280a20 0x1000 + 2619936
    Thread 11 Crashed:
    0 com.apple.CoreFoundation 0x9227e054 CFRetain + 68
    1 com.apple.iPhoto 0x00200c28 0x1000 + 2096168
    2 com.apple.iPhoto 0x000fc4c4 0x1000 + 1029316
    3 com.apple.iPhoto 0x00280a94 0x1000 + 2620052
    4 libSystem.B.dylib 0x949010c4 pthreadstart + 316
    Thread 11 crashed with PPC Thread State 32:
    srr0: 0x9227e054 srr1: 0x0200f030 dar: 0x00000005 dsisr: 0x40000000
    r0: 0x00000000 r1: 0xf0534a00 r2: 0xa03de018 r3: 0x00000000
    r4: 0x00000000 r5: 0x00000000 r6: 0xa053613c r7: 0x00000065
    r8: 0x00000065 r9: 0x00000458 r10: 0x00581ba1 r11: 0x00690030
    r12: 0x9227e010 r13: 0x00000000 r14: 0x00000000 r15: 0x00690000
    r16: 0x00000001 r17: 0x006d0000 r18: 0x00000001 r19: 0x26ca2f00
    r20: 0x2800cd54 r21: 0x2ab455d0 r22: 0x28c009f0 r23: 0x280119e0
    r24: 0x00000001 r25: 0x27cabcc0 r26: 0x4a504547 r27: 0x27cabcc0
    r28: 0x00000000 r29: 0xa053613c r30: 0x00000000 r31: 0x9227e018
    cr: 0x28002482 xer: 0x20000000 lr: 0x9227e018 ctr: 0x9227e010
    vrsave: 0x00000000
    Binary Images:
    0x1000 - 0x68bff7 com.apple.iPhoto 7.1.5 (7.1.5) <884c4c72b19c493c8afb3e5ffeffdcab> /Applications/iPhoto.app/Contents/MacOS/iPhoto
    0x76f000 - 0x83dff5 com.apple.DiscRecording 4.0.7 (4070.4.1) <73f6a269ffb9718fa9f165da9f2a5eb1> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
    0x8a4000 - 0x8ceffb com.apple.DiscRecordingUI 4.0.7 (4070.4.1) <37cb0b8d9ad4e211a9b075ae9a92ed74> /System/Library/Frameworks/DiscRecordingUI.framework/Versions/A/DiscRecordingUI
    0x8eb000 - 0x8edfff com.apple.ExceptionHandling 1.5 (10) /System/Library/Frameworks/ExceptionHandling.framework/Versions/A/ExceptionHand ling
    0x8f3000 - 0x8fdfe3 com.apple.UpgradeChecker 1.0 (1.0) /Applications/iPhoto.app/Contents/Frameworks/UpgradeChecker.framework/Versions/ A/UpgradeChecker
    0x905000 - 0x9a6fdf com.apple.DotMacKit 50 (3.0.2L) /Applications/iPhoto.app/Contents/Frameworks/DotMacKit.framework/Versions/A/Dot MacKit
    0xa15000 - 0xc4dffb com.apple.MessageFramework 3.6 (936) <720ddccc257045019d278c4efccc31ba> /System/Library/Frameworks/Message.framework/Versions/B/Message
    0xd8f000 - 0xd8ffff com.apple.AppleAppSupport 1.5 (1.5) /System/Library/PrivateFrameworks/AppleAppSupport.framework/Versions/A/AppleApp Support
    0xd93000 - 0xdb4ff1 libmx.A.dylib ??? (???) /usr/lib/libmx.A.dylib
    0xdbc000 - 0xde2fff com.apple.speech.LatentSemanticMappingFramework 2.6.4 (2.6.4) <3abfafbb3982f8c148b49a9c3b35b1f9> /System/Library/Frameworks/LatentSemanticMapping.framework/Versions/A/LatentSem anticMapping
    0xfe7000 - 0xfeefcf com.apple.AppleMPEG2Codec 1.0.1 (220) /Library/QuickTime/AppleMPEG2Codec.component/Contents/MacOS/AppleMPEG2Codec
    0x23496000 - 0x23497ffb ATSHI.dylib ??? (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/ATSHI.dylib
    0x234c9000 - 0x2352ffab com.apple.AppleProResDecoder 2.0 (223) /System/Library/QuickTime/AppleProResDecoder.component/Contents/MacOS/AppleProR esDecoder
    0x23534000 - 0x23572ff7 com.apple.QuickTimeFireWireDV.component 7.6.4 (1327.73) /System/Library/QuickTime/QuickTimeFireWireDV.component/Contents/MacOS/QuickTim eFireWireDV
    0x2357e000 - 0x2359bff7 com.apple.AppleIntermediateCodec 1.2 (145) /Library/QuickTime/AppleIntermediateCodec.component/Contents/MacOS/AppleInterme diateCodec
    0x235a0000 - 0x235c1ffb com.apple.AppleVAFramework 4.1.16 (4.1.16) /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x235c7000 - 0x23607ff7 com.apple.applepixletvideo 1.2.18 (1.2d18) <2373b6000acc27dcbdae6f6dc45ea88a> /System/Library/QuickTime/ApplePixletVideo.component/Contents/MacOS/ApplePixlet Video
    0x25c39000 - 0x25dedfeb +net.telestream.wmv.advanced 2.2.0.49 (2.2.0.49) /Library/QuickTime/Flip4Mac WMV Advanced.component/Contents/MacOS/Flip4Mac WMV Advanced
    0x25e6a000 - 0x26051ff3 com.apple.RawCamera.bundle 2.1.0 (474) <ba17722601435c06547ceba8723777bb> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x2657f000 - 0x267b8fd7 +net.telestream.wmv.import 2.2.0.49 (2.2.0.49) /Library/QuickTime/Flip4Mac WMV Import.component/Contents/MacOS/Flip4Mac WMV Import
    0x26b3d000 - 0x26b47fe7 com.apple.BookService 6.0 (6.0) /Applications/iPhoto.app/Contents/NetServices/Bundles/BookService.NetService/Co ntents/MacOS/BookService
    0x26b50000 - 0x26b53fd7 com.apple.NetServices.BDRuleEngine 1.0.2 (1.0.2) /Applications/iPhoto.app/Contents/NetServices/Frameworks/BDRuleEngine.framework /Versions/A/BDRuleEngine
    0x26b65000 - 0x26b6dfd7 com.apple.NetServices.BDControl 1.0.5 (1.0.5) /Applications/iPhoto.app/Contents/NetServices/Frameworks/BDControl.framework/Ve rsions/A/BDControl
    0x26b89000 - 0x26b92fcf com.apple.CalendarsService 6.0 (6.0) /Applications/iPhoto.app/Contents/NetServices/Bundles/CalendarsService.NetServi ce/Contents/MacOS/CalendarsService
    0x26b9b000 - 0x26ba4fd7 com.apple.CardsService 6.0 (6.0) /Applications/iPhoto.app/Contents/NetServices/Bundles/CardsService.NetService/C ontents/MacOS/CardsService
    0x26bad000 - 0x26bb2fd7 com.apple.NetSlidesService 6.0 (6.0) /Applications/iPhoto.app/Contents/NetServices/Bundles/NetSlidesService.NetServi ce/Contents/MacOS/NetSlidesService
    0x26bb9000 - 0x26bc3ff3 com.apple.PrintsService 6.0 (6.0) /Applications/iPhoto.app/Contents/NetServices/Bundles/PrintsService.NetService/ Contents/MacOS/PrintsService
    0x277d2000 - 0x27849fef com.apple.NetServices.NetServices 6.0 (6.0) /Applications/iPhoto.app/Contents/NetServices/Frameworks/NetServices.framework/ Versions/A/NetServices
    0x27937000 - 0x2799bfef +com.DivXInc.DivXDecoder 6.6.0 (6.6.0) /Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder
    0x279a9000 - 0x27a28ff7 +net.sourceforge.webcam-osx.common 0.9.0 (0.9.0) /Library/QuickTime/macam.component/Contents/MacOS/macam
    0x27af7000 - 0x27af9ffd com.apple.textencoding.unicode 2.2 (2.2) <483d06bdf16bdbbad53efcea4fcfb688> /System/Library/TextEncodings/Unicode Encodings.bundle/Contents/MacOS/Unicode Encodings
    0x27d00000 - 0x27e61fef +com.elgato.mpegsupport EyeTV MPEG Support 1.0.2 (build 28) (1.0.2) /Library/QuickTime/EyeTV MPEG Support.component/Contents/MacOS/EyeTV MPEG Support
    0x27fdc000 - 0x27fddfff com.apple.iLMBAppDefPlugin 2.0.4 (110.0.2) /Library/Application Support/iLifeMediaBrowser/Plug-Ins/iLMBAppDefPlugin.ilmbplugin/Contents/MacOS/i LMBAppDefPlugin
    0x27fe3000 - 0x27feafff com.apple.iLMBAperturePlugin 2.0.4 (110.0.2) <049efa166250b3814643703e5a826553> /Library/Application Support/iLifeMediaBrowser/Plug-Ins/iLMBAperturePlugin.ilmbplugin/Contents/MacOS /iLMBAperturePlugin
    0x27ff1000 - 0x27ff2fff com.apple.iLMBFolderPlugin 2.0.4 (110.0.2) /Library/Application Support/iLifeMediaBrowser/Plug-Ins/iLMBFolderPlugin.ilmbplugin/Contents/MacOS/i LMBFolderPlugin
    0x28381000 - 0x28391fff com.apple.iLMBiPhoto8Plugin 2.0.4 (110.0.2) /Library/Application Support/iLifeMediaBrowser/Plug-Ins/iLMBiPhoto8Plugin.ilmbplugin/Contents/MacOS/ iLMBiPhoto8Plugin
    0x2859a000 - 0x285a2fff com.apple.iLMBiPhotoPlugin 2.0.4 (110.0.2) /Library/Application Support/iLifeMediaBrowser/Plug-Ins/iLMBiPhotoPlugin.ilmbplugin/Contents/MacOS/i LMBiPhotoPlugin
    0x287a9000 - 0x287b1fff com.apple.iLMBiTunesPlugin 2.0.4 (110.0.2) /Library/Application Support/iLifeMediaBrowser/Plug-Ins/iLMBiTunesPlugin.ilmbplugin/Contents/MacOS/i LMBiTunesPlugin
    0x287b8000 - 0x287bafff com.apple.iLMBMoviesFolderPlugin 2.0.4 (110.0.2) <87ec06886afb5912efa801bc5af274ce> /Library/Application Support/iLifeMediaBrowser/Plug-Ins/iLMBMoviesFolderPlugin.ilmbplugin/Contents/M acOS/iLMBMoviesFolderPlugin
    0x287c0000 - 0x287c2fff com.apple.iLMBPhotoBoothPlugin 2.0.4 (110.0.2) <407c9a2f9a133a99f74c3c8fba45e5ec> /Library/Application Support/iLifeMediaBrowser/Plug-Ins/iLMBPhotoBoothPlugin.ilmbplugin/Contents/Mac OS/iLMBPhotoBoothPlugin
    0x287d0000 - 0x287d6fff libCGXCoreImage.A.dylib ??? (???) <f4166febf13e9b7c3342206cd8fa0853> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
    0x2887a000 - 0x2887efff com.apple.iLMBGarageBandPlugin 2.0.4 (110.0.2) /Library/Application Support/iLifeMediaBrowser/Plug-Ins/iLMBGarageBandPlugin.ilmbplugin/Contents/Mac OS/iLMBGarageBandPlugin
    0x28884000 - 0x2888ffff com.apple.iLMBiMoviePlugin 2.0.4 (110.0.2) /Library/Application Support/iLifeMediaBrowser/Plug-Ins/iLMBiMoviePlugin.ilmbplugin/Contents/MacOS/i LMBiMoviePlugin
    0x299f1000 - 0x29ab9fff com.apple.iTunesAccess 9.0.2 (9.0.2) <d308cb48fde0d7200811ca601e1d60a0> /System/Library/PrivateFrameworks/iTunesAccess.framework/iTunesAccess
    0x8fe00000 - 0x8fe30c23 dyld 97.1 (???) <89a0055b0e7ea2db881b73c6e63bc774> /usr/lib/dyld
    0x90003000 - 0x9008bffb com.apple.audio.CoreAudio 3.1.2 (3.1.2) <6fc8a8cb43506b57b951da899a55d3b9> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x9008c000 - 0x901d3ffb com.apple.audio.toolbox.AudioToolbox 1.5.2 (1.5.2) /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x901d4000 - 0x902caffc libiconv.2.dylib ??? (???) <05ae1fcc97404173b2f9caef8f8be797> /usr/lib/libiconv.2.dylib
    0x902cb000 - 0x902d8fff libbz2.1.0.dylib ??? (???) <03227e92407191ff8e754461e842201b> /usr/lib/libbz2.1.0.dylib
    0x902d9000 - 0x903acfff com.apple.CoreServices.OSServices 228 (228) <8610aed4edbd5d21e887a68c32b5c216> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x903ad000 - 0x90712ffe com.apple.QuartzCore 1.5.8 (1.5.8) <60e54cfb861dc5e66bb4f263a192d558> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x90713000 - 0x90722fff com.apple.DSObjCWrappers.Framework 1.3 (1.3) <305892aafaceb4e31915f0d759ef7e6d> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x90723000 - 0x9073affb com.apple.ImageCapture 5.0.2 (5.0.2) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x9073b000 - 0x9084fffa com.apple.vImage 3.0 (3.0) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x90850000 - 0x90850fff com.apple.Carbon 136 (136) <6a6a209ec9179368db7ead8382b8ee63> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x90ace000 - 0x90adefff libsasl2.2.dylib ??? (???) <c0d4783f9b08dfd1bded5e0b5ffe37cb> /usr/lib/libsasl2.2.dylib
    0x90adf000 - 0x90ca1ff4 com.apple.CoreAUC 3.08.0 (3.08.0) <9d8d7368e2d3b11318a3556c6d4902a1> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
    0x90ca2000 - 0x90ca4ffd libRadiance.dylib ??? (???) <34621dd441aab91846ed399a4801e9f8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x90ca5000 - 0x90caaffe com.apple.AOSNotification 1.0.0 (68.13) <d4a95401c78f9de23d0ef3b763a5a584> /System/Library/PrivateFrameworks/AOSNotification.framework/Versions/A/AOSNotif ication
    0x90cab000 - 0x90cb6ffb libgcc_s.1.dylib ??? (???) <ea47fd375407f162c76d14d64ba246cd> /usr/lib/libgcc_s.1.dylib
    0x90cb7000 - 0x90cbcfff com.apple.OpenDirectory 10.5 (10.5) <6dca8a620bb66310737d421624ebbfcd> /System/Library/PrivateFrameworks/OpenDirectory.framework/Versions/A/OpenDirect ory
    0x90cbd000 - 0x90cdbfff com.apple.QuickLookFramework 1.3.1 (170.9) /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x90cdc000 - 0x90ceffff com.apple.LangAnalysis 1.6.5 (1.6.5) <2a661ad6e432dd62dd831e234904061f> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x90cf0000 - 0x90cf5fff com.apple.KerberosHelper 1.1 (1.0) <21f06ad33a0d3b5cd7c1a8a4464a99d7> /System/Library/PrivateFrameworks/KerberosHelper.framework/Versions/A/KerberosH elper
    0x90cf6000 - 0x90d27fff com.apple.coreui 1.2 (62) /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x90d28000 - 0x90e70ff3 libicucore.A.dylib ??? (???) <bdab570d90979c4f601131d442f84720> /usr/lib/libicucore.A.dylib
    0x90e71000 - 0x90ebffff com.apple.framework.familycontrols 1.0.4 (1.0.4) <a3dfe9950439159293ee5815315d279b> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
    0x90ec0000 - 0x90eccff3 com.apple.audio.SoundManager 3.9.2 (3.9.2) <79588842bcaf6c747a95b2120304397a> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x90ecd000 - 0x90f0ffff com.apple.quartzfilters 1.5.0 (1.5.0) <3f2dc01a646cd5b5ea55d510583ba4d5> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
    0x90f60000 - 0x90f60ffc com.apple.MonitorPanelFramework 1.2.0 (1.2.0) <91aadd6dccda219dd50a6ce06aad5b54> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPane l
    0x90f61000 - 0x91086ffb com.apple.imageKit 1.0.2 (1.0) <50dfcbe41b384bd71761c761c3fbfd5e> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
    0x91087000 - 0x91087ff8 com.apple.Cocoa 6.5 (???) <e9a4f1c636d00893db0494c4040176ba> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x91088000 - 0x91090ffb libCGATS.A.dylib ??? (???) <72ecb94f23cdc622a277671b4976a7d8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
    0x91091000 - 0x9109efff libCSync.A.dylib ??? (???) <7ccecf2b36209e1196c42c635938519e> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x9109f000 - 0x91182fff libobjc.A.dylib ??? (???) <a1d4be2eed463c6799b6a1447fde72ba> /usr/lib/libobjc.A.dylib
    0x91183000 - 0x911fefff com.apple.SearchKit 1.2.2 (1.2.2) <a9d0033a5e1e55b5e382e52fe578d734> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x911ff000 - 0x91284fff libsqlite3.0.dylib ??? (???) <daf55b073488086ef5b9a3781be53f14> /usr/lib/libsqlite3.0.dylib
    0x91285000 - 0x9128cffb com.apple.print.framework.Print 218.0.3 (220.2) <021d2263007c538fd9e6b52e66a2623d> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x9128d000 - 0x913dbffb com.apple.CalendarStore 3.0.8 (860) /System/Library/Frameworks/CalendarStore.framework/Versions/A/CalendarStore
    0x913dc000 - 0x913e2fff com.apple.DisplayServicesFW 2.0.2 (2.0.2) <7f4de3ca234fdf3f06f25d47d7119e9b> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
    0x913e3000 - 0x913ffffb com.apple.openscripting 1.2.8 (???) <01f86cdb8f7347d2f3f13066e954acb6> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x91400000 - 0x91435ff3 com.apple.LDAPFramework 1.4.5 (110) <0cf1d114abaf598355afb6537b76874e> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x91436000 - 0x91436ffe com.apple.quartzframework 1.5 (1.5) <1477ba992c53f43087c7527c4782fd54> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x91437000 - 0x91486fff com.apple.Metadata 10.5.8 (398.26) <1a261534027b9d1518327d1fabe1182b> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x91487000 - 0x914b0ffb com.apple.shortcut 1.0.1 (1.0) <8da20d176ab4cf71cdf4f79b477fe0e7> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
    0x914b1000 - 0x914c1ffb com.apple.agl 3.0.9 (AGL-3.0.9) <e751a9e491c3a9ef82c6405466106726> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x914c2000 - 0x918f0ffe libGLProgrammability.dylib ??? (???) <5d52750ec9e438b25d3a4db51361fa2b> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x918f1000 - 0x918fcff9 com.apple.helpdata 1.0.1 (14.2) /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
    0x918fd000 - 0x9193bff7 libtidy.A.dylib ??? (???) <b7079239dfc471520a40a14f6913aa7b> /usr/lib/libtidy.A.dylib
    0x9193c000 - 0x91983fff com.apple.NavigationServices 3.5.2 (163) <453fd79dd63debad4908dcc726f9aa04> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x91988000 - 0x91a72fff libxml2.2.dylib ??? (???) <c16d0fbbf8fd6b30695cd3c930355066> /usr/lib/libxml2.2.dylib
    0x91a73000 - 0x91cb9ffb com.apple.Foundation 6.5.9 (677.26) <c30e4aea51bbae480d4550cd53abb441> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x91cba000 - 0x91ce2fff libxslt.1.dylib ??? (???) <bb985380f353bbc7ce694d56884ea156> /usr/lib/libxslt.1.dylib
    0x91ce3000 - 0x91cfffff com.apple.IMFramework 4.0.8 (584) <c700ba51b41e931a186ebff34b250f15> /System/Library/Frameworks/InstantMessage.framework/Versions/A/InstantMessage
    0x91d00000 - 0x91db0fff edu.mit.Kerberos 6.0.13 (6.0.13) <2ed20a450576465ee4f9c317b8ce8c44> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x91db1000 - 0x91deafff com.apple.SystemConfiguration 1.9.2 (1.9.2) <21dee7ffd93306032f911b5ef3fdbab3> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x91deb000 - 0x92114fe7 libLAPACK.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x92115000 - 0x92177ffb com.apple.htmlrendering 68 (1.1.3) <e852db1c007de975fae2f0c2769c88ef> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x92178000 - 0x92178fff com.apple.Accelerate 1.4.2 (Accelerate 1.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x92179000 - 0x9220eff7 com.apple.framework.IOKit 1.5.2 (???) <ced0a498252f76a2d2ba9f2a0ae02160> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x9220f000 - 0x92212ffb com.apple.securityhi 3.0 (30817) <e50c0cac9048f8923b95797753d50b5c> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x92213000 - 0x92338ff3 com.apple.CoreFoundation 6.5.7 (476.19) <dee0f0024f3bf976cfa0a0816e8aa338> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x92339000 - 0x92383fff com.apple.QuickLookUIFramework 1.3.1 (170.9) /System/Library/PrivateFrameworks/QuickLookUI.framework/Versions/A/QuickLookUI
    0x92384000 - 0x923a3fff com.apple.Accelerate.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x923a4000 - 0x923a7fff com.apple.help 1.1 (36) <7106d6e074a3b9835ebf1e6cc6c822ce> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x923a8000 - 0x923b1fff com.apple.DiskArbitration 2.2.1 (2.2.1) <682f5c45591e8c4a89c79e384e2c49af> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x923b2000 - 0x923b8ffb com.apple.backup.framework 1.0 (1.0) /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x923b9000 - 0x923e6fff libGL.dylib ??? (???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x923e7000 - 0x923faffe com.apple.CFOpenDirectory 10.5 (10.5) <41ed29dcd683657b10994df7d7349e0a> /System/Library/PrivateFrameworks/OpenDirectory.framework/Versions/A/Frameworks /CFOpenDirectory.framework/Versions/A/CFOpenDirectory
    0x923fb000 - 0x92547ffb com.apple.ImageIO.framework 2.0.6 (2.0.6) <c20e33d5ff7076c0855c874db7df320d> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x92548000 - 0x9258eff9 com.apple.securityinterface 3.0.4 (37213) <d36d3af3d7c501ec78476dee04df3051> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x9258f000 - 0x926a2fff com.apple.PubSub 1.0.4 (65.11) <a8a631747e34fe5d1e6d5c8153dcc0d7> /System/Library/Frameworks/PubSub.framework/Versions/A/PubSub
    0x926a3000 - 0x9272dfff libvMisc.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x9272e000 - 0x9274dfff com.apple.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x9274e000 - 0x928baff9 com.apple.AddressBook.framework 4.1.2 (702) <00009729166ef5c0294f864e1c4e54c9> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x928bb000 - 0x92975fff libcrypto.0.9.7.dylib ??? (???) <4b5031781db984ba920156875ec2a772> /usr/lib/libcrypto.0.9.7.dylib
    0x92976000 - 0x9297affe libGIF.dylib ??? (???) <755ca03546f380942649cb38cec37ba2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x9297b000 - 0x92ef7ff7 com.apple.CoreGraphics 1.409.5 (???) <5055e3621c3a2239851bd7e829e94ea1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x92ef8000 - 0x92f28fff com.apple.DotMacSyncManager 1.2.4 (308) <b7efa35e834d68ec5dd9d1511e48122e> /System/Library/PrivateFrameworks/DotMacSyncManager.framework/Versions/A/DotMac SyncManager
    0x92f29000 - 0x92f5efff com.apple.AE 402.3 (402.3) <75725936d014fd3ca2553d18b784b99b> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x92f5f000 - 0x92f74fff com.apple.IMUtils 4.0.8 (584) <798e21f99606c71cc5998dc473c8652b> /System/Library/Frameworks/InstantMessage.framework/Frameworks/IMUtils.framewor k/Versions/A/IMUtils
    0x92f75000 - 0x9300efc3 libvDSP.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x9300f000 - 0x9304cffe com.apple.securityfoundation 3.0.2 (36131) <d8a8685348c0bcba4953a46e30c2ce9a> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x9304d000 - 0x93076fff com.apple.CoreMediaPrivate 15.0 (15.0) /System/Library/PrivateFrameworks/CoreMediaPrivate.framework/Versions/A/CoreMed iaPrivate
    0x93077000 - 0x93218ff7 com.apple.QuartzComposer 2.1 (106.13) <6dd1df71cb588b1b9ceb0c5bbf32e842> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
    0x93219000 - 0x93235ffb libPng.dylib ??? (???) <82a7ac26fb2dd17c6c6159f1227d4de6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x93236000 - 0x93237fff libffi.dylib ??? (???) <11b77dbce4aa0f0b66d40014230abd1d> /usr/lib/libffi.dylib
    0x93238000 - 0x9324bffb com.apple.speech.synthesis.framework 3.7.1 (3.7.1) <050180a659a3905ea38f2acddcdf7b40> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x9324c000 - 0x932b6fff com.apple.PDFKit 2.1.2 (2.1.2) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
    0x932bd000 - 0x93322ffb com.apple.ISSupport 1.8 (38.3) /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
    0x93323000 - 0x93372fff libGLImage.dylib ??? (???) <2e1f2a2625064149d209ec19e52d0384> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x93373000 - 0x933ddffb com.apple.iLifeMediaBrowser 2.0.4 (346.0.2) <48a24c4079638af1b2b53fea1183b121> /System/Library/PrivateFrameworks/iLifeMediaBrowser.framework/Versions/A/iLifeM ediaBrowser
    0x933de000 - 0x9341fffb libTIFF.dylib ??? (???) <da8860d4d8b2a54970a81fca35968366> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x93420000 - 0x939dafff libBLAS.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x939db000 - 0x93a31fff libGLU.dylib ??? (???) <3418ce7ca0863162847f553c15d08674> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x93a32000 - 0x93a3dfff com.apple.dotMacLegacy 3.1 (246) <57424b69415f7e00365e1865bf11d209> /System/Library/PrivateFrameworks/DotMacLegacy.framework/Versions/A/DotMacLegac y
    0x93a49000 - 0x93d4bffb com.apple.CoreServices.CarbonCore 786.11 (786.14) <4da8e0984e333f8cea32a24ba4364e8c> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x93d4c000 - 0x9407eff7 com.apple.QuickTime 7.6.4 (1327.73) <2a47a570627b516ad5d7e2ee611c49fa> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x94095000 - 0x94148ffc com.apple.CFNetwork 438.14 (438.14) <6e213ab40eabfc276ca46a7c7cfad01a> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x94149000 - 0x941d1fff com.apple.ink.framework 101.3 (86) <66a99ad6bc695390a66dd24789e23dcc> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x941d2000 - 0x94204fff com.apple.bom 9.0.1 (136.1.1) <1399341d4cd4b8d4c560e683bc81d73c> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x94205000 - 0x942bcfff com.apple.QTKit 7.6.4 (1327.73) /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x942bd000 - 0x945f6ff7 com.apple.HIToolbox 1.5.6 (???) <a3b713a77c16da495c886463985f1e39> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x945f7000 - 0x945f7ffb com.apple.installserver.framework 1.0 (8) /System/Library/PrivateFrameworks/InstallServer.framework/Versions/A/InstallSer ver
    0x945f8000 - 0x94610ffb com.apple.DictionaryServices 1.0.0 (1.0.0) <fe37191e732eeb66189185cd000a210b> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x94611000 - 0x94768ffb com.apple.JavaScriptCore 5531.21 (5531.21.9) <4954a9baddeb61795c18970e821caa57> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x94769000 - 0x94793ff7 libssl.0.9.7.dylib ??? (???) <09e02b0724f19afe9f0fc7e4eb893f0d> /usr/lib/libssl.0.9.7.dylib
    0x94794000 - 0x947d3fff com.apple.DAVKit 3.0.6 (661) /System/Library/PrivateFrameworks/DAVKit.framework/Versions/A/DAVKit
    0x947d4000 - 0x9489cffb com.apple.CoreData 100.2 (186.2) <be912ff41bd4506438a71d5665e89069> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x9489d000 - 0x948bdff7 libJPEG.dylib ??? (???) <65edcc6af826566c94cfa1f19fd02291> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x948be000 - 0x94a5eff3 libSystem.B.dylib ??? (???) <900415cd2c829b2de9a6cdcdaa6307e3> /usr/lib/libSystem.B.dylib
    0x94a5f000 - 0x94aeeffb com.apple.DesktopServices 1.4.8 (1.4.8) <efaf20fbcdf58c7da37ddbcf190bba75> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x94aef000 - 0x94aefffa com.apple.CoreServices 32 (32) <42b6dda539f7411606187335d9eae0c5> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x94af0000 - 0x94af1ff8 com.apple.ApplicationServices 34 (34) <6aa5ee485bb2e656531b3505932b845f> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x94af2000 - 0x94afafff libbsm.dylib ??? (???) <c1fca3cbe3b1c21e9b31bc89b920f34c> /usr/lib/libbsm.dylib
    0x94afb000 - 0x94b16ff3 com.apple.DirectoryService.Framework 3.5.7 (3.5.7) <efcd6350b6ddbabea5e2e6a45b0e58fb> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x94b17000 - 0x94be7fff com.apple.ColorSync 4.5.3 (4.5.3) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x94be8000 - 0x94c02ffb com.apple.CoreVideo 1.6.0 (20.0) <2bc359d0334aa51fcf0534320dee89e9> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x94c03000 - 0x94c68ffb com.apple.WhitePagesFramework 1.2 (122.0) /System/Library/PrivateFrameworks/WhitePages.framework/Versions/A/WhitePages
    0x94c69000 - 0x94c74fff com.apple.speech.recognition.framework 3.7.24 (3.7.24) <ae3dc890a43a9269388301f6b59d3091> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x94c75000 - 0x94d5cffc com.apple.WebKit 5531.21 (5531.21.8) <2674f9eafd8daba90a6453303721b219> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x94d5d000 - 0x94e2dffb com.apple.syncservices 3.3 (389.20) <6f381ee31b84416f59603afc05de893d> /System/Library/Frameworks/SyncServices.framework/Versions/A/SyncServices
    0x94e2e000 - 0x94e3cff3 com.apple.opengl 1.5.10 (1.5.10) <54bae289e544387ce7997a4a05e70aa9> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x94e3d000 - 0x94e9affb com.apple.HIServices 1.7.1 (???) <a6c5c0bf2d68aeb453dbc493b7d0c8d9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x94ecd000 - 0x95643fff com.apple.AppKit 6.5.9 (949.54) <687f1742c249d7c9268e2eb57713cef6> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x95644000 - 0x95681fff libRIP.A.dylib ??? (???) <a710b7ef58700a54a39e7738dd804e57> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x95682000 - 0x95682fff com.apple.audio.units.AudioUnit 1.5 (1.5) /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x95683000 - 0x956c7ffb com.apple.DirectoryService.PasswordServerFramework 3.0.4 (3.0.4) <4fb3af125aa28f9a22d8855e4e24d19b> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordS erver
    0x956c8000 - 0x956cbff3 com.apple.QuickTimeH264.component 7.6.4 (1327.73) /System/Library/QuickTime/QuickTimeH264.component/Contents/MacOS/QuickTimeH264
    0x9579c000 - 0x9618bff1 com.apple.WebCore 5531.21 (5531.21.8) <b8de0ff51af3371382164aa7df26ae67> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x9618c000 - 0x96223fff com.apple.LaunchServices 292 (292) <06cb373fd960fbc2b4a0201f55c7dd6d> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x96224000 - 0x96232fff libz.1.dylib ??? (???) <1a70dd3594a8c5ad39d785af5da23237> /usr/lib/libz.1.dylib
    0x96233000 - 0x96252fff libresolv.9.dylib ??? (???) <c5c72e1cf61cb844163156956a1d8407> /usr/lib/libresolv.9.dylib
    0x96253000 - 0x96258ff6 libmathCommon.A.dylib ??? (???) /usr/lib/system/libmathCommon.A.dylib
    0x96259000 - 0x96260fff com.apple.CommonPanels 1.2.4 (85) <0d1256175c5512c911ede094d767acfe> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x96261000 - 0x9628cff7 libauto.dylib ??? (???) <a64d088b2d17e013b9ee5a08d3a20d33> /usr/lib/libauto.dylib
    0x9628d000 - 0x962d1fff com.apple.CoreMediaIOServicesPrivate 20.0 (20.0) /System/Library/PrivateFrameworks/CoreMediaIOServicesPrivate.framework/Versions /A/CoreMediaIOServicesPrivate
    0x962d2000 - 0x96354fff com.apple.print.framework.PrintCore 5.5.4 (245.6) <3cde2550ec10348b7162d2b6cb0dfc67> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x96355000 - 0x963bcffb libstdc++.6.dylib ??? (???) <a4e9b10268b3ffac26d0296499b24e8e> /usr/lib/libstdc++.6.dylib
    0x963bd000 - 0x96fe8fef com.apple.QuickTimeComponents.component 7.6.4 (1327.73) /System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickTim eComponents
    0x96fe9000 - 0x97010fff libcups.2.dylib ??? (???) <36d234d12b45180674e9c00585cd10a6> /usr/lib/libcups.2.dylib
    0x97011000 - 0x970c1fff com.apple.QD 3.11.57 (???) <e74b370c6f81fc00e8936f5cf7c8ebe0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x970c2000 - 0x9715cff7 com.apple.ApplicationServices.ATS 3.8 (???) <61c7a66473c16fce3d1eac4d09d401d7> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x9715d000 - 0x97346fff com.apple.security 5.0.5 (36371) <b84af5a0adfba86bc6977c1083eb9915> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x97347000 - 0x973a8fff com.apple.CoreText 2.0.4 (???) <ebcc2c7e9b0bc10016af530d82a11f03> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x973a9000 - 0x9744bffb com.apple.QuickTimeImporters.component 7.6.4 (1327.73) /System/Library/QuickTime/QuickTimeImporters.component/Contents/MacOS/QuickTime Importers
    0xba900000 - 0xba917ffe libJapaneseConverter.dylib ??? (???) <ddbf52237a078e0b4f6b1a408b4f272a> /System/Library/CoreServices/Encodings/libJapaneseConverter.dylib
    0xfffec000 - 0xfffeffff libobjc.A.dylib ??? (???) /usr/lib/libobjc.A.dylib
    0xffff8000 - 0xffff9703 libSystem.B.dylib ??? (???) /usr/lib/libSystem.B.dylib

    That
    Exception Codes: KERNPROTECTIONFAILURE
    is always a Data Related issue.
    Try these in order - from best option on down...
    1. Do you have an up-to-date back up? If so, try copy the library6.iphoto file from the back up to the iPhoto Library (Right Click -> Show Package Contents) allowing it to overwrite the damaged file.
    2. Download iPhoto Library Manager and use its rebuild function. This will create a new library based on data in the albumdata.xml file. Not everything will be brought over - no slideshows, books or calendars, for instance - but it should get all your albums and keywords back.
    Because this process creates an entirely new library and leaves your old one untouched, it is non-destructive, and if you're not happy with the results you can simply return to your old one.
    3. If neither of these work then you'll need to create and populate a new library.
    To create and populate a new *iPhoto 08* library:
    Note this will give you a working library with the same Events and pictures as before, however, you will lose your albums, keywords, modified versions, books, calendars etc.
    In the iPhoto Preferences -> Events Uncheck the box at 'Imported Items from the Finder'
    Move the iPhoto Library to the desktop
    Launch iPhoto. It will ask if you wish to create a new Library. Say Yes.
    Go into the iPhoto Library (Right Click -> Show Package Contents) on your desktop and find the Originals folder. From the Originals folder drag the individual Event Folders to the iPhoto Window and it will recreate them in the new library.
    When you're sure all is well you can delete the iPhoto Library on your desktop.
    In the future, in addition to your usual back up routine, you might like to make a copy of the library6.iPhoto file whenever you have made changes to the library as protection against database corruption.
    Regards
    TD

  • Dreamweaver 12.0.1 Crashes when Opening Complex HTML5

    I'm getting a consistent crash when opening HTML5 documents with the latest general release and patched version of Dreamweaver.
    I open a document, switch to the split code and design view... bam. Immediate crash.
    If I'm in Code view, it's fine. Switch to design and it crashes.
    Any ideas?
    Process:         Dreamweaver [33459]
    Path:            /Applications/Adobe Dreamweaver CS6/Adobe Dreamweaver CS6.app/Contents/MacOS/Dreamweaver
    Identifier:      com.adobe.dreamweaver-12.0
    Version:         12.0.1.5842 (12.0.1)
    Code Type:       X86 (Native)
    Parent Process:  launchd [185]
    User ID:         501
    Date/Time:       2012-10-28 20:57:37.243 -0500
    OS Version:      Mac OS X 10.8.2 (12C60)
    Report Version:  10
    Interval Since Last Report:          890573 sec
    Crashes Since Last Report:           11
    Per-App Interval Since Last Report:  12 sec
    Per-App Crashes Since Last Report:   1
    Anonymous UUID:                      37299CCF-EED7-5E12-32C0-EE877539C7B2
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_ARITHMETIC (SIGFPE)
    Exception Codes: EXC_I386_DIV (divide by zero)
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   com.adobe.dreamweaver-12.0              0x00a43c7b ViewItem::CalcObjectWidthHeight(Run*, int, int, int, BlockState&, int, int, int&, int&) + 2279
    1   com.adobe.dreamweaver-12.0              0x00a43100 ViewItem::GetParentContainerSizeInPixels(BlockState&) + 952
    2   com.adobe.dreamweaver-12.0              0x00a849d0 ViewItemTable::ReadPaginationAttributes(BlockState&) + 1626
    3   com.adobe.dreamweaver-12.0              0x00a85c1a ViewItemTable::PaginateYourself(BlockState&) + 436
    4   com.adobe.dreamweaver-12.0              0x00152536 ViewBlock::AddAnotherItem(BlockState&, CreatorData&, TitanViewLayerManager*) + 11134
    5   com.adobe.dreamweaver-12.0              0x00153b9d ViewBlock::AddAnotherLine(BlockState&, TitanViewLayerManager*) + 1905
    6   com.adobe.dreamweaver-12.0              0x00154286 ViewBlock::PaginateBlockInternal(BlockState&, TitanViewLayerManager*) + 248
    7   com.adobe.dreamweaver-12.0              0x00154677 ViewBlock::PaginateBlock(BlockState&) + 977
    8   com.adobe.dreamweaver-12.0              0x001574bf ViewBlockList::DoTheNextBlock(CDC32*, ViewBlockList::PaginationMode, CRect const*, int) + 205
    9   com.adobe.dreamweaver-12.0              0x00a30a84 ViewBlockList::FullForegroundPaginate(CDC32*) + 70
    10  com.adobe.dreamweaver-12.0              0x00a50fca ViewItemContainer::PaginateForMaximumWidth(BlockState&) + 374
    11  com.adobe.dreamweaver-12.0              0x00a51872 ViewItemContainer::PaginateYourself(BlockState&) + 442
    12  com.adobe.dreamweaver-12.0              0x00152536 ViewBlock::AddAnotherItem(BlockState&, CreatorData&, TitanViewLayerManager*) + 11134
    13  com.adobe.dreamweaver-12.0              0x00153b9d ViewBlock::AddAnotherLine(BlockState&, TitanViewLayerManager*) + 1905
    14  com.adobe.dreamweaver-12.0              0x00154286 ViewBlock::PaginateBlockInternal(BlockState&, TitanViewLayerManager*) + 248
    15  com.adobe.dreamweaver-12.0              0x00154677 ViewBlock::PaginateBlock(BlockState&) + 977
    16  com.adobe.dreamweaver-12.0              0x001574bf ViewBlockList::DoTheNextBlock(CDC32*, ViewBlockList::PaginationMode, CRect const*, int) + 205
    17  com.adobe.dreamweaver-12.0              0x005abae1 TitanView::DoUpdatePagination() + 1627
    18  com.adobe.dreamweaver-12.0              0x005ac1d7 TitanView::OnUpdate(CView*, long, CObject*) + 55
    19  com.adobe.dreamweaver-12.0              0x003ad7f4 CView::OnInitialUpdate() + 44
    20  com.adobe.dreamweaver-12.0              0x0004be67 TitanView::OnInitialUpdate(int) + 1939
    21  com.adobe.dreamweaver-12.0              0x0004c2d2 TitanView::DoDeferredUpdates() + 132
    22  com.adobe.dreamweaver-12.0              0x0112a766 CWnd::OnWndMsg(unsigned int, unsigned int, long, long*) + 258
    23  com.adobe.dreamweaver-12.0              0x0059e6d0 TitanView::OnWndMsg(unsigned int, unsigned int, long, long*) + 176
    24  com.adobe.dreamweaver-12.0              0x01129d12 CWnd::WindowProc(unsigned int, unsigned int, long) + 58
    25  com.adobe.dreamweaver-12.0              0x003ab59e CWnd::WinSendMessage(unsigned int, unsigned int, long) + 44
    26  com.adobe.dreamweaver-12.0              0x0112a4c4 CPostedMessage::SpendTime() + 196
    27  com.adobe.dreamweaver-12.0              0x003ab22f CPostedMessage::PostedMessageHandler(long const&) + 249
    28  com.adobe.dreamweaver-12.0              0x003ab461 CPostedMessage::HandlePostedMessages(bool) + 493
    29  com.adobe.dreamweaver-12.0              0x01149282 -[M2DMacNodeTimer fire:] + 18
    30  com.apple.Foundation                    0x916c27d4 __NSFireTimer + 117
    31  com.apple.CoreFoundation                0x930ad9b6 __CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__ + 22
    32  com.apple.CoreFoundation                0x930ad355 __CFRunLoopDoTimer + 709
    33  com.apple.CoreFoundation                0x93092162 __CFRunLoopRun + 1730
    34  com.apple.CoreFoundation                0x9309163a CFRunLoopRunSpecific + 378
    35  com.apple.CoreFoundation                0x930914ab CFRunLoopRunInMode + 123
    36  com.apple.HIToolbox                     0x95ebe15a RunCurrentEventLoopInMode + 242
    37  com.apple.HIToolbox                     0x95ebddf5 ReceiveNextEventCommon + 162
    38  com.apple.HIToolbox                     0x95ebdd44 BlockUntilNextEventMatchingListInMode + 88
    39  com.apple.AppKit                        0x979c8a3a _DPSNextEvent + 724
    40  com.apple.AppKit                        0x979c826c -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 119
    41  com.adobe.dreamweaver-12.0              0x003e9287 CEventDispatcher::ProcessEvent(int, unsigned long) + 529
    42  com.adobe.dreamweaver-12.0              0x011be5b0 CEventDispatcher::ProcessHttpEvent() + 26
    43  com.adobe.dreamweaver-12.0              0x008f3a65 http::startSynch() + 51
    44  com.adobe.dreamweaver-12.0              0x00cdf929 CSiteInfo::TestURLPrefixConnection(CString const&, int&, int) + 1531
    45  com.adobe.dreamweaver-12.0              0x00655aa6 DataSourcesInstructions::GetSetupSteps(CStringArray&, int&) + 1898
    46  com.adobe.dreamweaver-12.0              0x000e5917 InstructionsView::Refresh() + 207
    47  com.adobe.dreamweaver-12.0              0x0065eeb3 DataSourcesView::PopulateTreeControl(int) + 2245
    48  com.adobe.dreamweaver-12.0              0x0008016c DataSourcesView::RefreshTreeControl() + 872
    49  com.adobe.dreamweaver-12.0              0x0007efc2 DataSourcesFloater::RefreshTreeControl() + 70
    50  com.adobe.dreamweaver-12.0              0x000d6e28 ActionFrame::RefreshListControl() + 580
    51  com.adobe.dreamweaver-12.0              0x000da4ad ActionFrame::UpdateServerModel(int, bool) + 1999
    52  com.adobe.dreamweaver-12.0              0x008bc407 ActionFrame::OnDocFocusChanged(unsigned int, long) + 305
    53  com.adobe.dreamweaver-12.0              0x0112a811 CWnd::OnWndMsg(unsigned int, unsigned int, long, long*) + 429
    54  com.adobe.dreamweaver-12.0              0x01129d12 CWnd::WindowProc(unsigned int, unsigned int, long) + 58
    55  com.adobe.dreamweaver-12.0              0x003ab59e CWnd::WinSendMessage(unsigned int, unsigned int, long) + 44
    56  com.adobe.dreamweaver-12.0              0x0112a4c4 CPostedMessage::SpendTime() + 196
    57  com.adobe.dreamweaver-12.0              0x003ab22f CPostedMessage::PostedMessageHandler(long const&) + 249
    58  com.adobe.dreamweaver-12.0              0x003ab461 CPostedMessage::HandlePostedMessages(bool) + 493
    59  com.adobe.dreamweaver-12.0              0x0114c264 CRealApp::DoPreEventProcessing(dvaui::ui::OS_Event const&) + 108
    60  com.adobe.exo.framework                 0x040eefed exo::app::AppBase::PreEventProcessing(dvaui::ui::OS_Event const&) + 27
    61  com.adobe.exo.framework                 0x040f5d9f boost::detail::function::function_obj_invoker0<boost::_bi::bind_t<bool, boost::_mfi::mf1<bool, exo::app::AppBase, dvaui::ui::OS_Event const&>, boost::_bi::list2<boost::_bi::value<exo::app::OS_AppBase*>, boost::_bi::value<dvaui::ui::OS_Event> > >, bool>::invoke(boost::detail::function::function_buffer&) + 47
    62  com.adobe.dreamweaver-12.0              0x0119c3e2 int dvacore::config::ErrorManager::ExecuteFunction<bool>(boost::function0<bool>*, bool*) + 32
    63  com.adobe.dreamweaver-12.0              0x0119c248 boost::detail::function::function_obj_invoker0<boost::_bi::bind_t<int, int (*)(boost::function0<bool>*, bool*), boost::_bi::list2<boost::_bi::value<boost::function0<bool>*>, boost::_bi::value<bool*> > >, int>::invoke(boost::detail::function::function_buffer&) + 24
    64  com.adobe.dreamweaver-12.0              0x0114d888 TestErrorManager::ExecuteFunctionWithTopLevelExceptionHandler(boost::function0<int>) + 50
    65  com.adobe.dreamweaver-12.0              0x0119c2d5 bool dvacore::config::ErrorManager::ExecuteFunctionWithTopLevelExceptionHandler<bool>(boost::f unction0<bool>, bool*) + 127
    66  com.adobe.dreamweaver-12.0              0x0119c5fb bool dvacore::config::ExecuteTopLevelFunction<bool>(boost::function0<bool>, bool*) + 123
    67  com.adobe.exo.framework                 0x040f46be -[ExoMacApplication sendEvent:] + 366
    68  com.apple.AppKit                        0x979be72c -[NSApplication run] + 951
    69  com.adobe.exo.framework                 0x040f3bd3 exo::app::OS_AppBase::RunEventLoop() + 67
    70  com.adobe.dreamweaver-12.0              0x0114bcef CRealApp::Run() + 395
    71  com.adobe.dreamweaver-12.0              0x0112f570 CWinAppImpl::Run() + 36
    72  com.adobe.dreamweaver-12.0              0x0112f85f main + 95
    73  com.adobe.dreamweaver-12.0              0x004e1375 start + 53
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib                  0x99d579ae kevent + 10
    1   libdispatch.dylib                       0x959e1c71 _dispatch_mgr_invoke + 993
    2   libdispatch.dylib                       0x959e17a9 _dispatch_mgr_thread + 53
    Thread 2:
    0   libsystem_kernel.dylib                  0x99d570ee __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x99d7604c _pthread_workq_return + 45
    2   libsystem_c.dylib                       0x99d75e19 _pthread_wqthread + 448
    3   libsystem_c.dylib                       0x99d5dcca start_wqthread + 30
    Thread 3:
    0   libsystem_kernel.dylib                  0x99d570ee __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x99d7604c _pthread_workq_return + 45
    2   libsystem_c.dylib                       0x99d75e19 _pthread_wqthread + 448
    3   libsystem_c.dylib                       0x99d5dcca start_wqthread + 30
    Thread 4:
    0   libsystem_kernel.dylib                  0x99d570ee __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x99d7604c _pthread_workq_return + 45
    2   libsystem_c.dylib                       0x99d75e19 _pthread_wqthread + 448
    3   libsystem_c.dylib                       0x99d5dcca start_wqthread + 30
    Thread 5:
    0   libsystem_kernel.dylib                  0x99d568e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x99d78220 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x99dfe0ec pthread_cond_timedwait$UNIX2003 + 70
    3   com.adobe.boost_threads.framework          0x0285026e boost::condition_variable::timed_wait(boost::unique_lock<boost::mutex>&, boost::posix_time::ptime const&) + 812
    4   com.adobe.boost_threads.framework          0x02849680 boost::this_thread::sleep(boost::posix_time::ptime const&) + 128
    5   com.adobe.dreamweaver-12.0              0x00902046 JSInterp::testForINET() + 110
    6   com.adobe.dreamweaver-12.0              0x00902da5 boost::detail::function::void_function_obj_invoker0<boost::_bi::bind_t<void, boost::_mfi::mf0<void, JSInterp>, boost::_bi::list1<boost::_bi::value<JSInterp*> > >, void>::invoke(boost::detail::function::function_buffer&) + 37
    7   com.adobe.dvacore.framework             0x03458b37 dvacore::threads::(anonymous namespace)::LaunchThread(std::string const&, boost::function0<void> const&, dvacore::threads::ThreadPriority, boost::function<void ()> const&, boost::function<void ()> const&) + 151
    8   com.adobe.dvacore.framework             0x03458c48 boost::detail::thread_data<boost::_bi::bind_t<void, void (*)(std::string const&, boost::function0<void> const&, dvacore::threads::ThreadPriority, boost::function<void ()> const&, boost::function<void ()> const&), boost::_bi::list5<boost::_bi::value<std::string>, boost::_bi::value<boost::function<void ()> >, boost::_bi::value<dvacore::threads::ThreadPriority>, boost::_bi::value<boost::function<void ()> >, boost::_bi::value<boost::function<void ()> > > > >::run() + 64
    9   com.adobe.boost_threads.framework          0x02848737 thread_proxy + 167
    10  libsystem_c.dylib                       0x99d73557 _pthread_start + 344
    11  libsystem_c.dylib                       0x99d5dcee thread_start + 34
    Thread 6:
    0   libsystem_kernel.dylib                  0x99d56c72 __semwait_signal + 10
    1   libsystem_c.dylib                       0x99dfda61 nanosleep$UNIX2003 + 189
    2   com.apple.carbonbundletemplate          0x11c414db ScObjects::Thread::sleep(unsigned int) + 59
    3   com.apple.carbonbundletemplate          0x11c3d339 ScObjects::BridgeTalkThread::run() + 185
    4   com.apple.carbonbundletemplate          0x11c41848 ScObjects::Thread::go(void*) + 168
    5   libsystem_c.dylib                       0x99d73557 _pthread_start + 344
    6   libsystem_c.dylib                       0x99d5dcee thread_start + 34
    Thread 7:
    0   libsystem_kernel.dylib                  0x99d56b3e __recvfrom + 10
    1   libsystem_c.dylib                       0x99dfdbcb recv$UNIX2003 + 54
    2   ServiceManager-Launcher.dylib           0x11e87733 Invoke + 47867
    3   ServiceManager-Launcher.dylib           0x11e86846 Invoke + 44046
    4   ServiceManager-Launcher.dylib           0x11e85988 Invoke + 40272
    5   ServiceManager-Launcher.dylib           0x11e85a0f Invoke + 40407
    6   ServiceManager-Launcher.dylib           0x11e80baf Invoke + 20343
    7   ServiceManager-Launcher.dylib           0x11e80ea7 Invoke + 21103
    8   ServiceManager-Launcher.dylib           0x11e81685 Invoke + 23117
    9   ServiceManager-Launcher.dylib           0x11e818f9 Invoke + 23745
    10  ServiceManager-Launcher.dylib           0x11e842a0 Invoke + 34408
    11  ServiceManager-Launcher.dylib           0x11e843fd Invoke + 34757
    12  ServiceManager-Launcher.dylib           0x11e84c91 Invoke + 36953
    13  ServiceManager-Launcher.dylib           0x11e84db2 Invoke + 37242
    14  ServiceManager-Launcher.dylib           0x11e77656 Login + 461
    15  ServiceManager-Launcher.dylib           0x11e7b09a Login + 15377
    16  ServiceManager-Launcher.dylib           0x11e85165 Invoke + 38189
    17  ServiceManager-Launcher.dylib           0x11e872eb Invoke + 46771
    18  libsystem_c.dylib                       0x99d73557 _pthread_start + 344
    19  libsystem_c.dylib                       0x99d5dcee thread_start + 34
    Thread 8:
    0   libsystem_kernel.dylib                  0x99d568e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x99d78220 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x99dfe0a1 pthread_cond_wait$UNIX2003 + 71
    3   com.adobe.ape.engine                    0x132b804f APXGetHostAPI + 2633743
    4   com.adobe.ape.engine                    0x1304962f APXGetHostAPI + 83439
    5   com.adobe.ape.engine                    0x132b813e APXGetHostAPI + 2633982
    6   com.adobe.ape.engine                    0x132b81a7 APXGetHostAPI + 2634087
    7   com.adobe.ape.engine                    0x132b82c6 APXGetHostAPI + 2634374
    8   libsystem_c.dylib                       0x99d73557 _pthread_start + 344
    9   libsystem_c.dylib                       0x99d5dcee thread_start + 34
    Thread 9:
    0   libsystem_kernel.dylib                  0x99d568e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x99d78220 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x99dfe0a1 pthread_cond_wait$UNIX2003 + 71
    3   com.adobe.ape.engine                    0x132b804f APXGetHostAPI + 2633743
    4   com.adobe.ape.engine                    0x1304962f APXGetHostAPI + 83439
    5   com.adobe.ape.engine                    0x132b813e APXGetHostAPI + 2633982
    6   com.adobe.ape.engine                    0x132b81a7 APXGetHostAPI + 2634087
    7   com.adobe.ape.engine                    0x132b82c6 APXGetHostAPI + 2634374
    8   libsystem_c.dylib                       0x99d73557 _pthread_start + 344
    9   libsystem_c.dylib                       0x99d5dcee thread_start + 34
    Thread 10:
    0   libsystem_kernel.dylib                  0x99d568e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x99d78220 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x99dfe0a1 pthread_cond_wait$UNIX2003 + 71
    3   com.adobe.ape.engine                    0x132b804f APXGetHostAPI + 2633743
    4   com.adobe.ape.engine                    0x1304962f APXGetHostAPI + 83439
    5   com.adobe.ape.engine                    0x132b813e APXGetHostAPI + 2633982
    6   com.adobe.ape.engine                    0x132b81a7 APXGetHostAPI + 2634087
    7   com.adobe.ape.engine                    0x132b82c6 APXGetHostAPI + 2634374
    8   libsystem_c.dylib                       0x99d73557 _pthread_start + 344
    9   libsystem_c.dylib                       0x99d5dcee thread_start + 34
    Thread 11:
    0   libsystem_kernel.dylib                  0x99d568e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x99d78220 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x99dfe0a1 pthread_cond_wait$UNIX2003 + 71
    3   com.adobe.ape.engine                    0x132b804f APXGetHostAPI + 2633743
    4   com.adobe.ape.engine                    0x1304962f APXGetHostAPI + 83439
    5   com.adobe.ape.engine                    0x132b813e APXGetHostAPI + 2633982
    6   com.adobe.ape.engine                    0x132b81a7 APXGetHostAPI + 2634087
    7   com.adobe.ape.engine                    0x132b82c6 APXGetHostAPI + 2634374
    8   libsystem_c.dylib                       0x99d73557 _pthread_start + 344
    9   libsystem_c.dylib                       0x99d5dcee thread_start + 34
    Thread 12:
    0   libsystem_kernel.dylib                  0x99d568e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x99d78289 _pthread_cond_wait + 938
    2   libsystem_c.dylib                       0x99d78512 pthread_cond_timedwait_relative_np + 47
    3   com.adobe.ape.engine                    0x132b8017 APXGetHostAPI + 2633687
    4   com.adobe.ape.engine                    0x132d120e APXGetHostAPI + 2736590
    5   com.adobe.ape.engine                    0x132b813e APXGetHostAPI + 2633982
    6   com.adobe.ape.engine                    0x132b81a7 APXGetHostAPI + 2634087
    7   com.adobe.ape.engine                    0x132b82c6 APXGetHostAPI + 2634374
    8   libsystem_c.dylib                       0x99d73557 _pthread_start + 344
    9   libsystem_c.dylib                       0x99d5dcee thread_start + 34
    Thread 13:
    0   libsystem_kernel.dylib                  0x99d568e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x99d78289 _pthread_cond_wait + 938
    2   libsystem_c.dylib                       0x99d78512 pthread_cond_timedwait_relative_np + 47
    3   com.adobe.ape.engine                    0x132b8017 APXGetHostAPI + 2633687
    4   com.adobe.ape.engine                    0x13446168 APXGetHostAPI + 4264232
    5   com.adobe.ape.engine                    0x132b813e APXGetHostAPI + 2633982
    6   com.adobe.ape.engine                    0x132b81a7 APXGetHostAPI + 2634087
    7   com.adobe.ape.engine                    0x132b82c6 APXGetHostAPI + 2634374
    8   libsystem_c.dylib                       0x99d73557 _pthread_start + 344
    9   libsystem_c.dylib                       0x99d5dcee thread_start + 34
    Thread 14:
    0   libsystem_kernel.dylib                  0x99d568e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x99d78289 _pthread_cond_wait + 938
    2   libsystem_c.dylib                       0x99e05afc pthread_cond_wait + 48
    3   com.macromedia.Flash Player.authplaylib          0x16ced25f 0x1689d000 + 4522591
    4   com.macromedia.Flash Player.authplaylib          0x168b739f 0x1689d000 + 107423
    5   com.macromedia.Flash Player.authplaylib          0x16ced34c 0x1689d000 + 4522828
    6   com.macromedia.Flash Player.authplaylib          0x16ced390 0x1689d000 + 4522896
    7   com.macromedia.Flash Player.authplaylib          0x16ced4b6 0x1689d000 + 4523190
    8   libsystem_c.dylib                       0x99d73557 _pthread_start + 344
    9   libsystem_c.dylib                       0x99d5dcee thread_start + 34
    Thread 15:
    0   libsystem_kernel.dylib                  0x99d568e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x99d78289 _pthread_cond_wait + 938
    2   libsystem_c.dylib                       0x99e05afc pthread_cond_wait + 48
    3   com.macromedia.Flash Player.authplaylib          0x16ced25f 0x1689d000 + 4522591
    4   com.macromedia.Flash Player.authplaylib          0x168b739f 0x1689d000 + 107423
    5   com.macromedia.Flash Player.authplaylib          0x16ced34c 0x1689d000 + 4522828
    6   com.macromedia.Flash Player.authplaylib          0x16ced390 0x1689d000 + 4522896
    7   com.macromedia.Flash Player.authplaylib          0x16ced4b6 0x1689d000 + 4523190
    8   libsystem_c.dylib                       0x99d73557 _pthread_start + 344
    9   libsystem_c.dylib                       0x99d5dcee thread_start + 34
    Thread 16:
    0   libsystem_kernel.dylib                  0x99d568e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x99d78289 _pthread_cond_wait + 938
    2   libsystem_c.dylib                       0x99e05afc pthread_cond_wait + 48
    3   com.macromedia.Flash Player.authplaylib          0x16ced25f 0x1689d000 + 4522591
    4   com.macromedia.Flash Player.authplaylib          0x168b739f 0x1689d000 + 107423
    5   com.macromedia.Flash Player.authplaylib          0x16ced34c 0x1689d000 + 4522828
    6   com.macromedia.Flash Player.authplaylib          0x16ced390 0x1689d000 + 4522896
    7   com.macromedia.Flash Player.authplaylib          0x16ced4b6 0x1689d000 + 4523190
    8   libsystem_c.dylib                       0x99d73557 _pthread_start + 344
    9   libsystem_c.dylib                       0x99d5dcee thread_start + 34
    Thread 17:
    0   libsystem_kernel.dylib                  0x99d568e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x99d78289 _pthread_cond_wait + 938
    2   libsystem_c.dylib                       0x99e05afc pthread_cond_wait + 48
    3   com.macromedia.Flash Player.authplaylib          0x16ced25f 0x1689d000 + 4522591
    4   com.macromedia.Flash Player.authplaylib          0x168b739f 0x1689d000 + 107423
    5   com.macromedia.Flash Player.authplaylib          0x16ced34c 0x1689d000 + 4522828
    6   com.macromedia.Flash Player.authplaylib          0x16ced390 0x1689d000 + 4522896
    7   com.macromedia.Flash Player.authplaylib          0x16ced4b6 0x1689d000 + 4523190
    8   libsystem_c.dylib                       0x99d73557 _pthread_start + 344
    9   libsystem_c.dylib                       0x99d5dcee thread_start + 34
    Thread 18:: com.apple.NSURLConnectionLoader
    0   libsystem_kernel.dylib                  0x99d547d2 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x99d53cb0 mach_msg + 68
    2   com.apple.CoreFoundation                0x9308c599 __CFRunLoopServiceMachPort + 185
    3   com.apple.CoreFoundation                0x93091f7f __CFRunLoopRun + 1247
    4   com.apple.CoreFoundation                0x9309163a CFRunLoopRunSpecific + 378
    5   com.apple.CoreFoundation                0x930914ab CFRunLoopRunInMode + 123
    6   com.apple.Foundation                    0x9168313a +[NSURLConnection(Loader) _resourceLoadLoop:] + 395
    7   com.apple.Foundation                    0x916e71d8 -[NSThread main] + 45
    8   com.apple.Foundation                    0x916e715b __NSThread__main__ + 1396
    9   libsystem_c.dylib                       0x99d73557 _pthread_start + 344
    10  libsystem_c.dylib                       0x99d5dcee thread_start + 34
    Thread 19:
    0   libsystem_kernel.dylib                  0x99d570ee __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x99d7604c _pthread_workq_return + 45
    2   libsystem_c.dylib                       0x99d75e19 _pthread_wqthread + 448
    3   libsystem_c.dylib                       0x99d5dcca start_wqthread + 30
    Thread 20:: com.apple.CFSocket.private
    0   libsystem_kernel.dylib                  0x99d56be6 __select + 10
    1   com.apple.CoreFoundation                0x930d5c00 __CFSocketManager + 1632
    2   libsystem_c.dylib                       0x99d73557 _pthread_start + 344
    3   libsystem_c.dylib                       0x99d5dcee thread_start + 34
    Thread 21:
    0   libsystem_kernel.dylib                  0x99d568e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x99d78220 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x99dfe0a1 pthread_cond_wait$UNIX2003 + 71
    3   WebKitDw.dylib                          0x1ae1a273 WTF::TCMalloc_PageHeap::scavengerThread() + 179
    4   WebKitDw.dylib                          0x1ae1a2e1 WTF::TCMalloc_PageHeap::runScavengerThread(void*) + 17
    5   libsystem_c.dylib                       0x99d73557 _pthread_start + 344
    6   libsystem_c.dylib                       0x99d5dcee thread_start + 34
    Thread 22:
    0   libsystem_kernel.dylib                  0x99d56c72 __semwait_signal + 10
    1   libsystem_c.dylib                       0x99dfda61 nanosleep$UNIX2003 + 189
    2   libsystem_c.dylib                       0x99dfd92a usleep$UNIX2003 + 60
    3   com.adobe.dreamweaver-12.0              0x003aa0e5 Sleep + 21
    4   com.adobe.dreamweaver-12.0              0x00f55386 CodeViewTypingMonitorThread::MonitorThread() + 184
    5   com.adobe.dreamweaver-12.0              0x00f55423 CodeViewTypingMonitorThread::tramp(void*) + 17
    6   libsystem_c.dylib                       0x99d73557 _pthread_start + 344
    7   libsystem_c.dylib                       0x99d5dcee thread_start + 34
    Thread 0 crashed with X86 Thread State (32-bit):
      eax: 0x00000000  ebx: 0x00000000  ecx: 0x00000000  edx: 0x00000000
      edi: 0x00000190  esi: 0xbfffbdf8  ebp: 0xbfffbe48  esp: 0xbfffbd70
       ss: 0x00000023  efl: 0x00010206  eip: 0x00a43c7b   cs: 0x0000001b
       ds: 0x00000023   es: 0x00000023   fs: 0x00000000   gs: 0x0000000f
      cr2: 0x00a84376
    Logical CPU: 3
    Binary Images:
        0x1000 -  0x1997ff3 +com.adobe.dreamweaver-12.0 (12.0.1.5842 - 12.0.1) <29913439-D46C-C332-764C-D06DEB11B66C> /Applications/Adobe Dreamweaver CS6/Adobe Dreamweaver CS6.app/Contents/MacOS/Dreamweaver
    0x2847000 -  0x2855ff3 +com.adobe.boost_threads.framework (5.0.0 - 5.0.0.0) <C5ECA213-7C14-0DD2-6334-1EA67EDCDCAE> /Applications/Adobe Dreamweaver CS6/Adobe Dreamweaver CS6.app/Contents/Frameworks/boost_threads.framework/Versions/A/boost_threads
    0x287a000 -  0x2884ffb +com.adobe.boost_signals.framework (5.0.0 - 5.0.0.0) <074C63C5-7E19-8F31-D72C-127042CC7468> /Applications/Adobe Dreamweaver CS6/Adobe Dreamweaver CS6.app/Contents/Frameworks/boost_signals.framework/Versions/A/boost_signals
    0x289d000 -  0x28a3ff7 +com.adobe.boost_date_time.framework (5.0.0 - 5.0.0.0) <5C589D24-FD4E-6A1B-D115-052DFC629D3A> /Applications/Adobe Dreamweaver CS6/Adobe Dreamweaver CS6.app/Contents/Frameworks/boost_date_time.framework/Versions/A/boost_date_time
    0x28c3000 -  0x28c6fff +com.adobe.boost_system.framework (5.0.0 - 5.0.0.0) <0CFC745C-CB43-4C4B-85A2-BBE60204A09D> /Applications/Adobe Dreamweaver CS6/Adobe Dreamweaver CS6.app/Contents/Frameworks/boost_system.framework/Versions/A/boost_system
    0x28ce000 -  0x2bfefeb +com.adobe.dvaadameve.framework (5.0.0 - 5.0.0.0) <E1A0CB86-20DE-395B-519A-0B02A7783EF3> /Applications/Adobe Dreamweaver CS6/Adobe Dreamweaver CS6.app/Contents/Frameworks/dvaadameve.framework/Versions/A/dvaadameve
    0x33a6000 -  0x33baff3 +com.adobe.boost_filesystem.framework (5.0.0 - 5.0.0.0) <1DD7FD3D-AA32-F2B4-78E4-7372977856F3> /Applications/Adobe Dreamweaver CS6/Adobe Dreamweaver CS6.app/Contents/Frameworks/boost_filesystem.framework/Versions/A/boost_filesystem
    0x33e5000 -  0x3565ff3 +com.adobe.dvacore.framework (5.0.0 - 5.0.0.0) <67A1A918-F107-AA77-BCA9-C919998E9C9C> /Applications/Adobe Dreamweaver CS6/Adobe Dreamweaver CS6.app/Contents/Frameworks/dvacore.framework/Versions/A/dvacore
    0x3700000 -  0x3b20fff +com.adobe.dvaui.framework (5.0.0 - 5.0.0.0) <2B4268D5-110F-E44E-25DD-D501ED4EE7CD> /Applications/Adobe Dreamweaver CS6/Adobe Dreamweaver CS6.app/Contents/Frameworks/dvaui.framework/Versions/A/dvaui
    0x40eb000 -  0x4190fff +com.adobe.exo.framework (5.0.0 - 5.0.0.0) <78ED2229-FC60-9DCB-34C0-B3BC04E74C73> /Applications/Adobe Dreamweaver CS6/Adobe Dreamweaver CS6.app/Contents/Frameworks/exo.framework/Versions/A/exo
    0x42cd000 -  0x437bfff +com.adobe.dvaworkspace.framework (5.0.0 - 5.0.0.0) <B3DDB3EE-930F-A3EB-1AA5-B8463CC5AD7B> /Applications/Adobe Dreamweaver CS6/Adobe Dreamweaver CS6.app/Contents/Frameworks/dvaworkspace.framework/Versions/A/dvaworkspace
    0x44a2000 -  0x467cfeb +com.adobe.owl (AdobeOwl version 4.0.93 - 4.0.93) <9E6B8841-D4FA-A2B7-2B0A-1D2DE2219B00> /Applications/Adobe Dreamweaver CS6/Adobe Dreamweaver CS6.app/Contents/Frameworks/AdobeOwl.framework/Versions/A/AdobeOwl
    0x46a9000 -  0x46b0ffb +com.adobe.ape.shim (3.3.8.19346 - 3.3.8.19346) <B711CAA7-29D6-D5CF-CE1B-A611896C8D87> /Applications/Adobe Dreamweaver CS6/Adobe Dreamweaver CS6.app/Contents/Frameworks/adbeape.framework/Versions/A/adbeape
    0x46b8000 -  0x46d1fe7 +libChar16.dylib (1) <A6CEB90D-0445-9F09-C60D-889D0E4F5E56> /Applications/Adobe Dreamweaver CS6/Adobe Dreamweaver CS6.app/Contents/MacOS/libChar16.dylib
    0x46ee000 -  0x4710ff7 +libCoreTypes.dylib (1) <A1FAF8EC-6459-4654-4149-0FF9A557D70D> /Applications/Adobe Dreamweaver CS6/Adobe Dreamweaver CS6.app/Contents/MacOS/libCoreTypes.dylib
    0x4729000 -  0x4771ff7 +libCurl.dylib (1) <40F485B4-A6EC-75CD-E370-9FDE82271700> /Applications/Adobe Dreamweaver CS6/Adobe Dreamweaver CS6.app/Contents/MacOS/libCurl.dylib
    0x478d000 -  0x479aff7 +libZ.dylib (1) <F129F5D3-8764-9B14-1E22-0DCE54B70E6C> /Applications/Adobe Dreamweaver CS6/Adobe Dreamweaver CS6.app/Contents/MacOS/libZ.dylib
    0x47a2000 -  0x484eff7 +libCrypto.dylib (1) <F4D68DC4-29A8-7E11-A3F2-231FF8462B28> /Applications/Adobe Dreamweaver CS6/Adobe Dreamweaver CS6.app/Contents/MacOS/libCrypto.dylib
    0x48f1000 -  0x4914ff7 +libSSL.dylib (1) <408169A9-1CD1-8841-9A23-AC097F9411B8> /Applications/Adobe Dreamweaver CS6/Adobe Dreamweaver CS6.app/Contents/MacOS/libSSL.dylib
    0x492c000 -  0x492dff7 +libCocoa.dylib (1) <DCDB2597-90DA-9DE8-D61C-DA9DEA9A7004> /Applications/Adobe Dreamweaver CS6/Adobe Dreamweaver CS6.app/Contents/MacOS/libCocoa.dylib
    0x4933000 -  0x4b7efff  com.apple.carbonframeworktemplate (1.0 - 1.0) <522C3C40-8CEA-1071-0BA1-5F5985F08CB1> /Applications/Adobe Dreamweaver CS6/Adobe Dreamweaver CS6.app/Contents/Frameworks/Xerces.framework/Versions/A/Xerces
    0x4e49000 -  0x4e54ff3  com.apple.carbonframeworktemplate (1.0 - 1.0) <2F2E6DD0-60C5-97DF-7DA9-49CF5974A974> /Applications/Adobe Dreamweaver CS6/Adobe Dreamweaver CS6.app/Contents/Frameworks/NetIO.framework/Versions/A/NetIO
    0x4e64000 -  0x4e67ffb +com.adobe.AdobeCrashReporter (6.0 - 6.0.20120201) <6CE1936E-6AC7-6900-769B-876CBB68B5BC> /Applications/Adobe Dreamweaver CS6/Adobe Dreamweaver CS6.app/Contents/Frameworks/AdobeCrashReporter.framework/Versions/A/AdobeCrashReporter
    0x4e6f000 -  0x4febff3 +com.adobe.ACE (AdobeACE 2.19.18.19243 - 2.19.18.19243) <464E11C2-11BF-EED9-445F-B110D65E1944> /Applications/Adobe Dreamweaver CS6/Adobe Dreamweaver CS6.app/Contents/Frameworks/AdobeACE.framework/Versions/A/AdobeACE
    0x4ffa000 -  0x55c1fef +com.adobe.AGM (AdobeAGM 4.26.17.19243 - 4.26.17.19243) <895F58FE-CF43-B09B-336E-C7725860E6AF> /Applications/Adobe Dreamweaver CS6/Adobe Dreamweaver CS6.app/Contents/Frameworks/AdobeAGM.framework/Versions/A/AdobeAGM
    0x5634000 -  0x564ffff +com.adobe.BIB (AdobeBIB 1.2.02.19243 - 1.2.02.19243) <147A128F-ACC3-A4AB-C003-20CEAD8AE1CC> /Applications/Adobe Dreamweaver CS6/Adobe Dreamweaver CS6.app/Contents/Frameworks/AdobeBIB.framework/Versions/A/AdobeBIB
    0x5655000 -  0x567bfff +com.adobe.BIBUtils (AdobeBIBUtils 1.1.01 - 1.1.01) <55E00096-6399-E2FD-021E-A15B8CF15ABB> /Applications/Adobe Dreamweaver CS6/Adobe Dreamweaver CS6.app/Contents/Frameworks/AdobeBIBUtils.framework/Versions/A/AdobeBIBUtils
    0x5681000 -  0x59a8ffb +com.adobe.CoolType (AdobeCoolType 5.10.31.19243 - 5.10.31.19243) <4DB6A24B-C380-EF7A-B9A1-BF373C6F0AAD> /Applications/Adobe Dreamweaver CS6/Adobe Dreamweaver CS6.app/Contents/Frameworks/AdobeCoolType.framework/Versions/A/AdobeCoolType
    0x59e0000 -  0x6a8cff3 +com.adobe.psl (AdobePSL 13.0.0.19655 - 13.0.0.19655) <47A9AAEC-43CD-17C9-6E58-6312315FC15D> /Applications/Adobe Dreamweaver CS6/Adobe Dreamweaver CS6.app/Contents/Frameworks/AdobePSL.framework/Versions/A/AdobePSL
    0x6c05000 -  0x6c2dfeb +com.adobe.AXE8SharedExpat (AdobeAXE8SharedExpat 3.7.101.18636 - 3.7.101.18636) <C38ACBCE-04AA-DF40-FF79-29377F25CDAF> /Applications/Adobe Dreamweaver CS6/Adobe Dreamweaver CS6.app/Contents/Frameworks/AdobeAXE8SharedExpat.framework/Versions/A/AdobeAXE8SharedExpa t
    0x6c4c000 -  0x6ca8fef +com.adobe.AdobeXMPCore (Adobe XMP Core 5.3 -c 11 - 66.145661) <123A0829-A85B-6E67-0E48-4F37B08E4C03> /Applications/Adobe Dreamweaver CS6/Adobe Dreamweaver CS6.app/Contents/Frameworks/AdobeXMP.framework/Versions/A/AdobeXMP
    0x6cb1000 -  0x6d1effb +com.adobe.headlights.LogSessionFramework (2.1.2.1652) <82DA9279-45D2-AD40-C86C-F5A94B9DAAFF> /Applications/Adobe Dreamweaver CS6/Adobe Dreamweaver CS6.app/Contents/Frameworks/LogSession.framework/Versions/A/LogSession
    0x6d6d000 -  0x6e4fff3 +com.adobe.amtlib (amtlib 6.0.0.75 - 6.0.0.75) <808CABA8-E8E6-AC45-4905-A6AA59E8C41C> /Applications/Adobe Dreamweaver CS6/Adobe Dreamweaver CS6.app/Contents/Frameworks/amtlib.framework/Versions/A/amtlib
    0x6e5e000 -  0x6f46fe3 +com.adobe.AXEDOMCore (AdobeAXEDOMCore 3.7.101.18636 - 3.7.101.18636) <2540764B-C2F2-61D7-EFBA-6663171FD19A> /Applications/Adobe Dreamweaver CS6/Adobe Dreamweaver CS6.app/Contents/Frameworks/AdobeAXEDOMCore.framework/Versions/A/AdobeAXEDOMCore
    0x6fd7000 -  0x6fdbffd  com.apple.JavaVM (14.5.0 - 14.5.0) <1163556C-5C1D-3C5A-8767-682DAE7D3174> /System/Library/Frameworks/JavaVM.framework/Versions/A/JavaVM
    0x6fe3000 -  0x6ff9ffc  libexpat.1.dylib (12) <D4F1FD2B-F75A-322C-843E-113EF5F8EEAF> /usr/lib/libexpat.1.dylib
    0x7002000 -  0x70edff3 +com.adobe.linguistic.LinguisticManager (6.0.0 - 17018) <8CA89B59-BCD4-58A2-D40E-C41F1621EAD1> /Applications/Adobe Dreamweaver CS6/Adobe Dreamweaver CS6.app/Contents/Frameworks/AdobeLinguistic.framework/Versions/3/AdobeLinguistic
    0x7176000 -  0x7ebbff7 +libicudata.40.0.dylib (40) <015E6351-4F42-00C1-2096-BEE385B275B1> /Applications/Adobe Dreamweaver CS6/Adobe Dreamweaver CS6.app/Contents/Frameworks/ICUData.framework/Versions/4.0/libicudata.40.0.dylib
    0x7ece000 -  0x7f6cfe3 +libicucnv.40.0.dylib (40) <D11DC46F-D58E-B17C-9356-46F593D5A7CF> /Applications/Adobe Dreamweaver CS6/Adobe Dreamweaver CS6.app/Contents/Frameworks/ICUConverter.framework/Versions/4.0/libicucnv.40.0.dylib
    0x7f8e000 -  0x80c3fe7 +libicui18n.40.0.dylib (40) <8BE3FE71-0CE6-2B93-B5F2-B4F0DD274B91> /Applications/Adobe Dreamweaver CS6/Adobe Dreamweaver CS6.app/Contents/Frameworks/ICUInternationalization.framework/Versions/4.0/libicui18n.40. 0.dylib
    0x8137000 -  0x8228fef +libicuuc.40.0.dylib (40) <4CF7066A-6E82-FF80-93E6-6849149FBB98> /Applications/Adobe Dreamweaver CS6/Adobe Dreamweaver CS6.app/Contents/Frameworks/ICUUnicode.framework/Versions/4.0/libicuuc.40.0.dylib
    0x8265000 -  0x881bfe7 +com.adobe.dw.imageoptimization.engine (Dreamweaver Image Optimization CS6 Library version "12.0.0.043" - "12.0.0.043") <932726A9-6ECC-4BE5-9271-3482F6025679> /Applications/Adobe Dreamweaver CS6/Adobe Dreamweaver CS6.app/Contents/Frameworks/ImageOptimization.framework/Versions/A/ImageOptimization
    0x8e3b000 -  0x8f7bfeb +com.winsoft.wrservices (WRServices 5.0.0 - 5.0.0) <6D085279-1185-E7F0-B0D8-FBADBA062516> /Applications/Adobe Dreamweaver CS6/Adobe Dreamweaver CS6.app/Contents/Frameworks/WRServices.framework/Versions/A/WRServices
    0x8fed000 -  0x9030ff3 +com.adobe.AAM.AdobeUpdaterNotificationFramework (UpdaterNotifications 6.0.0.24 - 6.0.0.24) <4B40551F-5306-C836-02AD-109826BD580C> /Applications/Adobe Dreamweaver CS6/Adobe Dreamweaver CS6.app/Contents/Frameworks/UpdaterNotifications.framework/Versions/A/UpdaterNotification s
    0x9049000 -  0x91ddfff +com.adobe.PlugPlug (3.0.0.383 - 3.0.0.383) <2205B6E1-7C9E-1892-EC68-C1B326C727A8> /Applications/Adobe Dreamweaver CS6/Adobe Dreamweaver CS6.app/Contents/Frameworks/PlugPlug.framework/Versions/A/PlugPlug
    0x9285000 -  0x931affb +com.adobe.boost_regex.framework (5.0.0 - 5.0.0.0) <D0E3DCBB-BFDD-3AEB-A8A7-C28FB6FED5B5> /Applications/Adobe Dreamweaver CS6/Adobe Dreamweaver CS6.app/Contents/Frameworks/boost_regex.framework/Versions/A/boost_regex
    0x93d3000 -  0x93ecff7  com.apple.ScriptingBridge (1.3 - 61.2) <74397541-E4DD-3DCA-BA5F-F7AAF145819A> /System/Library/Frameworks/ScriptingBridge.framework/Versions/A/ScriptingBridge
    0x93fb000 -  0x93fbff7  libffi.dylib (18) <362F6C27-6407-388E-9521-8A2A0845188C> /usr/lib/libffi.dylib
    0x93ff000 -  0x943bff7  com.apple.vmutils (4.2.1 - 108) <6918860D-B24F-356C-9374-025BFFEA66A3> /System/Library/PrivateFrameworks/vmutils.framework/Versions/A/vmutils
    0x9455000 -  0x9474fff +libtbb.dylib (0) <6EA19434-60D6-505D-CB6F-5CA562A0F2A7> /Applications/Adobe Dreamweaver CS6/Adobe Dreamweaver CS6.app/Contents/Frameworks/libtbb.dylib
    0x948b000 -  0x9493fef +libtbbmalloc.dylib (0) <7A79ED70-A4AC-737A-2FAA-63B6FB29D4ED> /Applications/Adobe Dreamweaver CS6/Adobe Dreamweaver CS6.app/Contents/Frameworks/libtbbmalloc.dylib
    0x94a2000 -  0x94a6fff  JavaLaunching (1) <D457DAD6-EEA5-375B-AA96-0D1B2CD08253> /System/Library/PrivateFrameworks/JavaLaunching.framework/Versions/A/JavaLaunching
    0x94f6000 -  0x94f7ffd  com.apple.textencoding.unicode (2.5 - 2.5) <4E2ABBEB-1F0D-3C06-BA0C-C3CEDDF17BD2> /System/Library/TextEncodings/Unicode Encodings.bundle/Contents/MacOS/Unicode Encodings
    0xa7cf000 -  0xa7dcff3  com.apple.Librarian (1.1 - 1) <88A55A5E-40FF-3234-8394-2317120B79AB> /System/Library/PrivateFrameworks/Librarian.framework/Versions/A/Librarian
    0xcd24000 -  0xcd25ff8  ATSHI.dylib (341.1) <7FD74F4D-E42A-30CB-8863-1832BFADFE5D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/Resources/ATSHI.dylib
    0xcd2a000 -  0xcd38fff  libSimplifiedChineseConverter.dylib (61) <60899F9C-A79F-3BC2-855E-DC5C78B98FEB> /System/Library/CoreServices/Encodings/libSimplifiedChineseConverter.dylib
    0xcd3c000 -  0xcd4effd  libTraditionalChineseConverter.dylib (61) <519CAA3F-715E-3CAE-B158-57EC95D916B1> /System/Library/CoreServices/Encodings/libTraditionalChineseConverter.dylib
    0xcfd5000 -  0xcfd6ffb  com.apple.carbonbundletemplate (12,0,0, 5808 - 12,0,0) <9A813627-0886-6DB1-B012-A20E1631C8EC> /Applications/Adobe Dreamweaver CS6/*/MM.bundle/Contents/MacOS/MM
    0xcfdc000 -  0xcfddff7  com.apple.carbonbundletemplate (12,0,0, 5808 - 12,0,0) <EF780E97-5C7C-8192-119A-857F7A394B51> /Applications/Adobe Dreamweaver CS6/*/DWfile.bundle/Contents/MacOS/DWfile
    0xcff1000 -  0xcff6fff  com.apple.audio.AppleHDAHALPlugIn (2.3.1 - 2.3.1f2) <58BDA15D-2B2D-3E77-BC8C-D14AB1E4AC4E> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bundle/Conten ts/MacOS/AppleHDAHALPlugIn
    0xe20f000 -  0xe213ffb  libFontRegistryUI.dylib (100) <10CAC446-A500-3291-A144-7FAFA57D6720> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ATS.framework/Resourc es/libFontRegistryUI.dylib
    0x11bde000 - 0x11bfcfe3  com.apple.carbonbundletemplate (3.0.2,5808 - 3.0.2) <70C51FDF-69D3-638E-B512-C984DD75BD87> /Applications/Adobe Dreamweaver CS6/*/MMNotes.bundle/Contents/MacOS/MMNotes
    0x11c22000 - 0x11c66ff7  com.apple.carbonbundletemplate (1.0.0,5808 - 1.0.0) <DB1BC7D0-5E3C-E7E2-7821-9D36A977A111> /Applications/Adobe Dreamweaver CS6/*/JSBridge.bundle/Contents/MacOS/JSBridge
    0x11cc3000 - 0x11cd1ffb  com.apple.carbonbundletemplate (12,0,0, 5808 - 12,0,0) <C2231A1A-4550-9AA8-36E9-D0F01F713A34> /Applications/Adobe Dreamweaver CS6/*/TSL.bundle/Contents/MacOS/TSL
    0x11d86000 - 0x11df8fef +com.adobe.adobe_caps (adobe_caps 6.0.29.0 - 6.0.29.0) <E4ADECD5-05B4-E78B-09D8-E45FD640E84D> /Applications/Adobe Dreamweaver CS6/Adobe Dreamweaver CS6.app/Contents/Frameworks/adobe_caps.framework/adobe_caps
    0x11e05000 - 0x11e59fe7 +com.adobe.ape (3.3.8.19346 - 3.3.8.19346) <0B80F7A7-EC10-A7C7-5E6E-787953553C55> /Library/Application Support/Adobe/*/adbeapecore.framework/adbeapecore
    0x11e72000 - 0x11e99ffb +ServiceManager-Launcher.dylib (389) <4EEAF886-0B48-9FF4-BE65-41E222123A50> /Library/Application Support/Adobe/*/ServiceManager-Launcher.dylib
    0x12200000 - 0x122abfff  libcrypto.0.9.7.dylib (106) <041B3399-5033-3395-9A71-6693F3A33D94> /usr/lib/libcrypto.0.9.7.dylib
    0x13000000 - 0x13f48fcb +com.adobe.ape.engine (3.3.8.19346 - 3.3.8.19346) <FB642021-E854-27B0-9C15-E3567B4F56B9> /Library/Application Support/Adobe/*/adbeapecore.framework/Libraries/adbeapeengine.bundle/Contents/MacOS/adbea peengine
    0x14143000 - 0x14201ff3  ColorSyncDeprecated.dylib (400) <35E3054C-5DF1-30D4-A368-C4FDB0992373> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync. framework/Versions/A/Resources/ColorSyncDeprecated.dylib
    0x14245000 - 0x14279ff7 +com.adobe.pip (6.0.0.1654) <21A87289-747E-A0BD-2692-F9E844932E26> /Applications/Adobe Dreamweaver CS6/Adobe Dreamweaver CS6.app/Contents/Frameworks/AdobePIP.framework/AdobePIP
    0x1689d000 - 0x1728fff3 +com.macromedia.Flash Player.authplaylib (10.2.152.34 - 10.2.152.34) <F5DEB3D4-4A6A-DDB6-8590-3E98276AE494> /Applications/Adobe Dreamweaver CS6/*/AuthPlayLib.bundle/Contents/MacOS/AuthPlayLib
    0x1ad00000 - 0x1b467ff7 +WebKitDw.dylib (1) <D65DCC25-9F5F-4A61-AD27-DB4ACD1D591F> /Applications/Adobe Dreamweaver CS6/*/WebKitDw.dylib
    0x1c656000 - 0x1c778ff3  com.apple.carbonbundletemplate (1.0 - 1.0) <B3E2C642-787F-5EE9-1CAE-6C73315E323D> /Applications/Adobe Dreamweaver CS6/*/JS_KnowledgeEngine.bundle/Contents/MacOS/JS_KnowledgeEngine
    0x1c7c2000 - 0x1c85dff3  com.apple.carbonbundletemplate (1.0 - 1.0) <BC4C9A0D-0563-F6AF-41CC-EA9CDD28DE39> /Applications/Adobe Dreamweaver CS6/*/PHP_KE.bundle/Contents/MacOS/PHP_KE
    0x40000000 - 0x400c4fe3 +com.adobe.JP2K (2.0.0 - 2.0.0.18562) <FFA540EA-6CEB-F4D1-E0EF-A844A536D499> /Applications/Adobe Dreamweaver CS6/Adobe Dreamweaver CS6.app/Contents/Frameworks/AdobeJP2K.framework/Versions/A/AdobeJP2K
    0x8fec9000 - 0x8fefbe57  dyld (210.2.3) <23516BE4-29BE-350C-91C9-F36E7999F0F1> /usr/lib/dyld
    0x90007000 - 0x900b6ff7  com.apple.CoreText (260.0 - 275.16) <873ADCD9-D361-3753-A220-CDD289196AD8> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
    0x907bf000 - 0x90803fff  libGLU.dylib (8.6.1) <06BAFDCA-800C-35E3-B1A3-F05E105B86AB> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x90804000 - 0x9084dff7  com.apple.framework.CoreWLAN (3.0.1 - 301.11) <ABA6A926-34C2-3C09-AD9F-A87A8A35536A> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
    0x9084e000 - 0x9087aff7  libsystem_info.dylib (406.17) <AA5611DB-A944-3072-B6BE-ACAB08689547> /usr/lib/system/libsystem_info.dylib
    0x9087b000 - 0x908c0ff5  com.apple.opencl (2.1.20 - 2.1.20) <41C4AE6E-67B6-33E2-A9B6-BF6F01580B16> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x908c1000 - 0x90cbdfeb  com.apple.VideoToolbox (1.0 - 926.62) <B09EEF06-CB3C-3EAA-8B0E-22A1801F3CAE> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
    0x90cbe000 - 0x90d72fff  com.apple.coreui (2.0 - 181.1) <C15ABF35-B7F5-34ED-A461-386DAF65D96B> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x90db4000 - 0x90dddff7  libRIP.A.dylib (324.6) <7976E6A2-A489-33F5-A727-7634DDE3B761> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphi cs.framework/Versions/A/Resources/libRIP.A.dylib
    0x90dde000 - 0x90de7ff3  com.apple.DisplayServicesFW (2.6.1 - 353) <50D0BBF0-F911-380F-B470-E59B5E48E520> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices
    0x90de8000 - 0x90e43fff  com.apple.htmlrendering (77 - 1.1.4) <5C0C669F-AE07-3983-B38F-EB829B5CE609> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering.framework /Versions/A/HTMLRendering
    0x90e44000 - 0x90e44fff  com.apple.vecLib (3.8 - vecLib 3.8) <83160DD1-5614-3E34-80EB-97041016EF1F> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x90e45000 - 0x90e6efff  libxslt.1.dylib (11.3) <0DE17DAA-66FF-3195-AADB-347BEB5E2EFA> /usr/lib/libxslt.1.dylib
    0x9115b000 - 0x9115cfff  libdnsinfo.dylib (453.18) <41C7B8E2-2A81-31DE-BD8B-F0C29E169D4F> /usr/lib/system/libdnsinfo.dylib
    0x9115d000 - 0x911b6ff7  com.apple.ImageCaptureCore (5.0.1 - 5.0.1) <541529F7-063E-370B-9EB2-DF5BE39073E6> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore
    0x911b7000 - 0x911b9fff  libCVMSPluginSupport.dylib (8.6.1) <8A174BD9-992E-351D-8F9A-DF6991723ABE> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dyl ib
    0x911ba000 - 0x91445ff3  com.apple.RawCamera.bundle (4.00 - 658) <53F1DB23-B58B-3EAF-9D1E-95C34E669DDB> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x91446000 - 0x91451fff  libcommonCrypto.dylib (60026) <A6C6EDB8-7E69-3827-81F3-9A74D0935461> /usr/lib/system/libcommonCrypto.dylib
    0x91452000 - 0x91499ff3  com.apple.CoreMedia (1.0 - 926.62) <69B3835E-C02F-3935-AD39-83F8E81FB780> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x9149a000 - 0x914b1ff4  com.apple.CoreMediaAuthoring (2.1 - 914) <37C0A2C7-73B3-39BC-8DE1-4A6B75F115FC> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMediaAuthor ing
    0x914b2000 - 0x914f4ff7  libauto.dylib (185.1) <B2B5B639-6778-352A-828D-FD8B64A3E8B3> /usr/lib/libauto.dylib
    0x914f5000 - 0x9158ffff  com.apple.CoreSymbolication (3.0 - 87) <6A27BBE5-6EF0-3D5D-A485-2145826B9796> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolicatio n
    0x91590000 - 0x9160cffb  libType1Scaler.dylib (101.1) <0D94D786-29F7-33DB-B64B-B264FA5EACD2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/Resources/libType1Scaler.dylib
    0x9160d000 - 0x9160dfff  libsystem_blocks.dylib (59) <3A743C5D-CFA5-37D8-80A8-B6795A9DB04F> /usr/lib/system/libsystem_blocks.dylib
    0x9160e000 - 0x91633ffb  com.apple.framework.familycontrols (4.1 - 410) <5A8504E7-D95D-3101-8E20-38EADE8DEAE1> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls
    0x91635000 - 0x91648ff9  com.apple.MultitouchSupport.framework (235.28 - 235.28) <5C8CFA21-D4FC-32E8-B199-0F7155E6ED9A> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSuppor t
    0x91649000 - 0x91966ff3  com.apple.Foundation (6.8 - 945.11) <03B242AC-519C-3683-AA52-E73536B3D55F> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x91967000 - 0x91974fff  libGL.dylib (8.6.1) <C7A3917A-C444-33CC-8599-BB9CD8C12BC4> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x91975000 - 0x91992fff  libxpc.dylib (140.41) <1BFE3149-C242-3A77-9729-B00DEDC8CCF2> /usr/lib/system/libxpc.dylib
    0x91993000 - 0x91aebffb  com.apple.audio.toolbox.AudioToolbox (1.8 - 1.8) <9205DFC2-8DAE-354E-AD87-46E229B5F2F1> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x91aec000 - 0x91c49ffb  com.apple.QTKit (7.7.1 - 2599.13) <2DC9E2BB-9895-3D02-A318-88431052E70B> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x91c4a000 - 0x91c50fff  com.apple.print.framework.Print (8.0 - 258) <12AEAD24-6924-3923-9E4A-C5D21231E639> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Version s/A/Print
    0x91c51000 - 0x91c5bfff  libsystem_notify.dylib (98.5) <7EEE9475-18F8-3099-B0ED-23A3E528ABE0> /usr/lib/system/libsystem_notify.dylib
    0x91c5c000 - 0x91c5fff7  com.apple.TCC (1.0 - 1) <437D76CD-6437-3B55-BE2C-A53508858256> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
    0x91c60000 - 0x91cb9fff  com.apple.AE (645.3 - 645.3) <6745659F-006D-3F25-94D6-DF944E9A01FD> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Vers ions/A/AE
    0x91cba000 - 0x91cbdffd  libCoreVMClient.dylib (24.4) <C54E8FD0-61EC-3DC8-8631-54288AC66AC8> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
    0x91cbe000 - 0x91d33ff7  com.apple.ApplicationServices.ATS (332 - 341.1) <95206704-F9C9-33C4-AF25-FE9890E160B2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/ATS
    0x91e45000 - 0x91e51ffe  libkxld.dylib (2050.18.24) <48A75AF6-9D5A-3552-948E-30A1682D3664> /usr/lib/system/libkxld.dylib
    0x91e52000 - 0x91eabfff  com.apple.QuickLookFramework (4.0 - 555.4) <96911441-FDD4-3B68-9E0C-51BA11A97C2E> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x91eac000 - 0x91eaefff  libdyld.dylib (210.2.3) <05D6FF2A-F09B-309D-95F7-7AF10259C707> /usr/lib/system/libdyld.dylib
    0x91eaf000 - 0x91eccfff  libCRFSuite.dylib (33) <C9D72D0C-871A-39A2-8AFB-682D11AE7D0D> /usr/lib/libCRFSuite.dylib
    0x91ecd000 - 0x91efaffe  libsystem_m.dylib (3022.6) <9975D9C3-3B71-38E3-AA21-C5C5F9D9C431> /usr/lib/system/libsystem_m.dylib
    0x91f9d000 - 0x921b4fff  com.apple.CoreData (106.1 - 407.7) <17FD06D6-AD7C-345A-8FA4-1F0FBFF4DAE1> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x921b5000 - 0x921b8fff  com.apple.help (1.3.2 - 42) <AD7EB1F0-A068-3A2C-9D59-38E59CEC0D96> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions /A/Help
    0x921ef000 - 0x92253fff  com.apple.datadetectorscore (4.0 - 269.1) <4D155F09-1A60-325A-BCAC-1B858C2C051B> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCor e
    0x92254000 - 0x922c3ffb  com.apple.Heimdal (3.0 - 2.0) <1ABF438B-30E6-3165-968C-E2EA1A9DF1FD> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
    0x922c4000 - 0x9232cff7  com.apple.framework.IOKit (2.0 - 755.18.10) <9A80E97E-544F-3A45-916D-6DB7ED217E33> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x9232d000 - 0x92388ff7  com.apple.AppleVAFramework (5.0.18 - 5.0.18) <4BA2AAEA-4936-375C-B4D8-4BBE2EDC7FF5> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x92393000 - 0x92484ffc  libiconv.2.dylib (34) <B096A9B7-83A6-31B3-8D2F-87D91910BF4C> /usr/lib/libiconv.2.dylib
    0x92485000 - 0x92488ff9  libCGXType.A.dylib (324.6) <3004616B-51F6-3B9D-8B85-DCCA3DF9BC10> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphi cs.framework/Versions/A/Resources/libCGXType.A.dylib
    0x92489000 - 0x92489ffd  libOpenScriptingUtil.dylib (148.2) <907E25B1-4F50-3461-B8D5-733C687EB534> /usr/lib/libOpenScriptingUtil.dylib
    0x9248a000 - 0x926bafff  com.apple.QuartzComposer (5.1 - 284) <4E8682B7-EBAE-3C40-ABDB-8705EC7952BD> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framewor k/Versions/A/QuartzComposer
    0x926ec000 - 0x9273cff7  com.apple.CoreMediaIO (301.0 - 4147) <F13FA9D4-BD1D-3297-BDD5-5858B231D738> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
    0x92820000 - 0x9293eff7  com.apple.MediaControlSender (1.4.5 - 145.3) <E0931EE7-4ACA-3538-9658-B9B2AC1E6A80> /System/Library/PrivateFrameworks/MediaControlSender.framework/Versions/A/MediaControlSen der
    0x9293f000 - 0x929c7fff  com.apple.PDFKit (2.7.2 - 2.7.2) <7AE7BAE9-4C21-3BFB-919E-5C6EEBBDFF75> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versio ns/A/PDFKit
    0x92a80000 - 0x92bbbff7  libBLAS.dylib (1073.4) <FF74A147-05E1-37C4-BC10-7DEB57FE5326> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libBLAS.dylib
    0x92bfc000 - 0x92c37fe7  libGLImage.dylib (8.6.1) <A3442557-18D5-332E-8859-423D5A20EBBE> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
    0x92c38000 - 0x92ca0fe7  libvDSP.dylib (380.6) <55780308-4DCA-3B10-9703-EAFC3E13A3FA> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libvDSP.dylib
    0x92ca1000 - 0x92cc5fff  libJPEG.dylib (845) <547FA9A5-0BBB-3E39-BACA-F3E2DAE57DB0> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x92cc6000 - 0x92cc6fff  com.apple.Cocoa (6.7 - 19) <354094F0-F36B-36F9-BF5F-FD60590FBEB9> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x92cc7000 - 0x92d2dfff  com.apple.print.framework.PrintCore (8.1 - 387.1) <F8CF762B-B707-3021-958F-BB8D33DB3576> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore. framework/Versions/A/PrintCore
    0x92d2e000 - 0x92d31ffc  libpam.2.dylib (20) <FCF74195-A99E-3B07-8E49-688D4A6F1E18> /usr/lib/libpam.2.dylib
    0x92d32000 - 0x92d48fff  com.apple.CFOpenDirectory (10.8 - 151.10) <56C3F276-BD1F-3031-8CF9-8F4F481A534E> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.

    Have you tried any of the standard "possible fixes": restart, delete cache file, reinstall, etc?
    Knowing what you've already tried is also a great help in trying to repair your issue.
    That said, one of the biggest quasi-cure-alls for DW is to delete the cache file: http://forums.adobe.com/thread/494811
    If you've already tried it, or try it and it doesn't help, check back and someone will have another idea for you.

  • Access 2013 crashed when I export a table from the access

    Hi!
    Access 2013 always crashed when I export a table from the access to the Database Symfoware.
    1、The conditions of the Access 2013  crashed are the follows.
    1)Create a table in the Access 2013.
    2)Using the ODBC driver of the Database Symfoware to export the table from the access to the Database Symfoware.
    2、The Environments are the follows.
    1)Access 2013 X64(Version:15.0.4420.1017)
    2)Win2008R2 X64
    3)Symfoware V11.1 X64
    3、The Application log from the Win2008R2 are  follows.
    ログの名前:         Application
    ソース:           Application Error
    日付:            2014/04/18 16:21:06
    イベント ID:       1000
    タスクのカテゴリ:      (100)
    レベル:           エラー
    キーワード:         クラシック
    ユーザー:          N/A
    コンピューター:       WIN-29UTU2AIK6J
    説明:
    障害が発生しているアプリケーション名: MSACCESS.EXE、バージョン: 15.0.4420.1017、タイム スタンプ: 0x50674523
    障害が発生しているモジュール名: ACECORE.DLL、バージョン: 15.0.4420.1017、タイム スタンプ: 0x506742b7
    例外コード: 0xc0000005
    障害オフセット: 0x0000000000171f36
    障害が発生しているプロセス ID: 0xb6c
    障害が発生しているアプリケーションの開始時刻: 0x01cf5ad638668c5b
    障害が発生しているアプリケーション パス: C:\Program Files\Microsoft Office\Office15\MSACCESS.EXE
    障害が発生しているモジュール パス: C:\Program Files\Common Files\Microsoft Shared\OFFICE15\ACECORE.DLL
    レポート ID: 00e87957-c6ca-11e3-ad2c-0050568d2ced
    イベント XML:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
      <System>
        <Provider Name="Application Error" />
        <EventID Qualifiers="0">1000</EventID>
        <Level>2</Level>
        <Task>100</Task>
        <Keywords>0x80000000000000</Keywords>
        <TimeCreated SystemTime="2014-04-18T07:21:06.000000000Z" />
        <EventRecordID>3442</EventRecordID>
        <Channel>Application</Channel>
        <Computer>WIN-29UTU2AIK6J</Computer>
        <Security />
      </System>
      <EventData>
        <Data>MSACCESS.EXE</Data>
        <Data>15.0.4420.1017</Data>
        <Data>50674523</Data>
        <Data>ACECORE.DLL</Data>
        <Data>15.0.4420.1017</Data>
        <Data>506742b7</Data>
        <Data>c0000005</Data>
        <Data>0000000000171f36</Data>
        <Data>b6c</Data>
        <Data>01cf5ad638668c5b</Data>
        <Data>C:\Program Files\Microsoft Office\Office15\MSACCESS.EXE</Data>
        <Data>C:\Program Files\Common Files\Microsoft Shared\OFFICE15\ACECORE.DLL</Data>
        <Data>00e87957-c6ca-11e3-ad2c-0050568d2ced</Data>
      </EventData>
    </Event>
    4、When the access crashed,I got the dump file .Then I use the Windbg got some information from the dump files.
         The detailes are  follows.
    FAULTING_IP: 
    +58872faf03d6dd84
    00000000`00000000 ??              ???
    EXCEPTION_RECORD:  00000000001723c0 -- (.exr 0x1723c0)
    ExceptionAddress: 000007fee3951f36 (ACECORE+0x0000000000171f36)
       ExceptionCode: c0000005 (Access violation)
      ExceptionFlags: 00000000
    NumberParameters: 2
       Parameter[0]: 0000000000000000
       Parameter[1]: 0000000000000000
    Attempt to read from address 0000000000000000
    FAULTING_THREAD:  00000000000010b8
    DEFAULT_BUCKET_ID:  WRONG_SYMBOLS
    PROCESS_NAME:  MSACCESS.EXE
    ADDITIONAL_DEBUG_TEXT:  
    Use '!findthebuild' command to search for the target build information.
    If the build information is available, run '!findthebuild -s ; .reload' to set symbol path and load symbols.
    MODULE_NAME: ACECORE
    FAULTING_MODULE: 0000000076eb0000 ntdll
    DEBUG_FLR_IMAGE_TIMESTAMP:  506742b7
    ERROR_CODE: (NTSTATUS) 0x80000003 - {
    EXCEPTION_CODE: (NTSTATUS) 0x80000003 (2147483651) - {
    MOD_LIST: <ANALYSIS/>
    CONTEXT:  0000000000171ed0 -- (.cxr 0x171ed0)
    rax=0000000001be3598 rbx=0000000000000000 rcx=01cf5d1b0f402a5c
    rdx=0000000009cfad30 rsi=0000000006688ef0 rdi=0000000001be35d0
    rip=000007fee3951f36 rsp=0000000000172490 rbp=00000000001727a0
     r8=0000000009b409d0  r9=0000000006688ef0 r10=0000000000000000
    r11=0000000000000246 r12=0000000000000000 r13=0000000001be19f0
    r14=0000000009cfad30 r15=0000000000000000
    iopl=0         nv up ei pl nz na po nc
    cs=0033  ss=002b  ds=002b  es=002b  fs=0053  gs=002b             efl=00010206
    ACECORE+0x171f36:
    000007fe`e3951f36 4d3927          cmp     qword ptr [r15],r12 ds:00000000`00000000=????????????????
    Resetting default scope
    PRIMARY_PROBLEM_CLASS:  WRONG_SYMBOLS
    BUGCHECK_STR:  APPLICATION_FAULT_WRONG_SYMBOLS
    LAST_CONTROL_TRANSFER:  from 000007fee395c095 to 000007fee3951f36
    STACK_TEXT:  
    00000000`00172490 000007fe`e395c095 : ffffffff`ffffffff 00000000`00000000 00000000`01bddaa2 ffffffff`ffffffff : ACECORE+0x171f36
    00000000`001727b0 000007fe`e388f8eb : 000007fe`e399dc10 000007fe`e399dc30 000007fe`e399dc50 00000000`000000f9 : ACECORE+0x17c095
    00000000`00172b50 000007fe`e388f590 : 00000000`06688ef0 00000000`00000004 00000000`000000f9 00000000`00000000 : ACECORE+0xaf8eb
    00000000`00172ba0 000007fe`e388f406 : 00000000`00000004 00000000`000000f9 00000000`11cb1130 00000000`000000f9 : ACECORE+0xaf590
    00000000`00172c30 000007fe`e391aee7 : 00000000`00000000 00000000`00173198 00000000`06688ef0 00000000`11cb0998 : ACECORE+0xaf406
    00000000`00172c70 000007fe`e3933a72 : 00000000`00400100 00000000`00000002 00000000`00000001 00000000`06688ef0 : ACECORE+0x13aee7
    00000000`00172e50 000007fe`e384e5b1 : 00000000`00000000 00000000`11cb0020 00000000`06688ef0 00000000`00000001 : ACECORE+0x153a72
    00000000`00172e90 000007fe`e38358d1 : 00000000`000007ff 00000000`06688ef0 00000000`01bd99f0 00000000`00000000 : ACECORE+0x6e5b1
    00000000`00173280 000007fe`e38718eb : 00000000`000007ff 00000000`06688ef0 00000000`11cb0000 00000000`00000000 : ACECORE+0x558d1
    00000000`00173340 00000001`3f3b0cd2 : 00000000`0a0945c0 00000000`000000fe 00000000`000007ff 00000000`00000000 : ACECORE+0x918eb
    00000000`00173430 00000001`3f3b0b9b : 00000000`00173730 00000000`001741e0 00000000`065e5b00 00000000`00000100 : MSACCESS!CreateIExprSrvObj+0x16af32
    00000000`00173630 00000001`3f3afcea : 00000000`00173730 00000000`00000000 00000000`00000000 00000000`065e5b00 : MSACCESS!CreateIExprSrvObj+0x16adfb
    00000000`001736a0 00000001`3f983140 : 00000000`00174401 00000000`0a3235e0 00000000`0a319aa0 00000000`00179fc8 : MSACCESS!CreateIExprSrvObj+0x169f4a
    00000000`00174290 00000001`3f3aabeb : 00000000`00000000 00000000`00000000 00000000`00179f38 00000000`00000000 : MSACCESS!FUniqueIndexTableFieldEx+0x26ab4
    00000000`00174530 00000001`3f3a9670 : 00000000`001778e0 00000000`00179f38 00000000`00000031 00000000`00000000 : MSACCESS!CreateIExprSrvObj+0x164e4b
    00000000`00177870 00000001`3f3a8c1b : 00000000`00000010 00000000`108c5990 003d0044`00570050 00000000`74ac3f69 : MSACCESS!CreateIExprSrvObj+0x1638d0
    00000000`001779d0 00000001`3f5450df : 00000000`0a0945c0 00000000`0000009c 00000000`0a0945c0 00000000`00000000 : MSACCESS!CreateIExprSrvObj+0x162e7b
    00000000`00179e30 00000001`3f64e915 : 00000000`43ed8000 00000000`00000000 00000000`3f800000 00000000`00000000 : MSACCESS!FillADT+0x5830b
    00000000`0017c450 00000001`3f33b172 : 00000000`00000000 00000000`0006075e 00000000`0017e370 00000000`00000000 : MSACCESS!IdsComboFillOfActidIarg+0xaddf1
    00000000`0017d730 00000001`3f33a9ef : 00000000`0017e0a0 00000000`00000b86 00000000`00000000 00000000`0fea0000 : MSACCESS!CreateIExprSrvObj+0xf53d2
    00000000`0017d790 00000001`3f33a20c : 00000000`06620400 00000000`00000000 00000000`00000001 00000000`0017e420 : MSACCESS!CreateIExprSrvObj+0xf4c4f
    00000000`0017e400 00000001`3f6019cd : 0071023b`007a000a 00000000`00374a30 00000000`00000005 00000000`0000000c : MSACCESS!CreateIExprSrvObj+0xf446c
    00000000`0017e850 00000000`06706fd5 : e2504700`aa00ee81 00005d1b`0f2363ea 00000000`0017e9e0 00000001`3f200000 : MSACCESS!IdsComboFillOfActidIarg+0x60ea9
    00000000`0017e8f0 00000000`0a30c378 : 00000000`00000000 00000000`00000008 00000000`067069ac 00000000`00000000 : 0x6706fd5
    00000000`0017e960 00000000`00000000 : 00000000`00000008 00000000`067069ac 00000000`00000000 00000000`00000008 : 0xa30c378
    FOLLOWUP_IP: 
    ACECORE+171f36
    000007fe`e3951f36 4d3927          cmp     qword ptr [r15],r12
    SYMBOL_STACK_INDEX:  0
    SYMBOL_NAME:  ACECORE+171f36
    FOLLOWUP_NAME:  MachineOwner
    IMAGE_NAME:  ACECORE.DLL
    STACK_COMMAND:  .cxr 0x171ed0 ; kb
    BUCKET_ID:  WRONG_SYMBOLS
    FAILURE_BUCKET_ID:  WRONG_SYMBOLS_80000003_ACECORE.DLL!Unknown
    WATSON_STAGEONE_URL:  http://watson.microsoft.com/StageOne/MSACCESS_EXE/15_0_4420_1017/50674523/unknown/0_0_0_0/bbbbbbb4/80000003/00000000.htm?Retriage=1
    Followup: MachineOwner
    5、Where the access crashed I used the ODBC trace to get the trace log of the ODBC API.
         The ODBC API called by Access before it crashed are the follows.
         I also ansysised the log,and I did not find any Abnormal.
    Test            1174-10f0
    EXIT  SQLGetData  with return code 0 (SQL_SUCCESS)
    HSTMT               0x0000000009F7C490
    UWORD                      
     6 
    SWORD                      
    -8 <SQL_C_WCHAR>
    PTR                 0x00000000002C1F20 [  
       12] "LENGTH"
    SQLLEN                    62
    SQLLEN *            0x00000000002C1E38 (12)
    Test            1174-10f0
    ENTER SQLGetData 
    HSTMT               0x0000000009F7C490
    UWORD                      
    10 
    SWORD                      
    99 <SQL_C_DEFAULT>
    PTR                 <unknown type>
    SQLLEN                     4
    SQLLEN *            0x00000000002C1E38
    Test            1174-10f0
    EXIT  SQLGetData  with return code 0 (SQL_SUCCESS)
    HSTMT               0x0000000009F7C490
    UWORD                      
    10 
    SWORD                      
    99 <SQL_C_DEFAULT>
    PTR                 <unknown type>
    SQLLEN                     4
    SQLLEN *            0x00000000002C1E38 (-1)
    Test            1174-10f0
    ENTER SQLFetch 
    HSTMT               0x0000000009F7C490
    Test            1174-10f0
    EXIT  SQLFetch  with return code 100 (SQL_NO_DATA_FOUND)
    HSTMT               0x0000000009F7C490
    Test            1174-10f0
    ENTER SQLFreeStmt 
    HSTMT               0x0000000009F7C490
    UWORD                      
     0 <SQL_CLOSE>
    Test            1174-10f0
    EXIT  SQLFreeStmt  with return code 0 (SQL_SUCCESS)
    HSTMT               0x0000000009F7C490
    UWORD                      
     0 <SQL_CLOSE>
    6、I also did the test with the Access 2010,and with the Sql Srever/Oracle.
         The results are the follows.
    1) With the Access 2010(X86 or X64) and Access 2013 X86,it successes when I export the table to the DB Symfoware.But only with the Access 2013 X64,the Access crashed.
    2)With the Access 2010(X86 or X64) and Access 2013(X86 or X64),using the Sql Srever/Oracle,it always successes .
    According to all the descrived above, I wonder if it a bug of the Access2013 .
    Could anyone can help me ?
    Thanks for any help.

    George Zhao
    Thank you for your help.
    I have already install
    the latest patches of the Office 2013.But it doesn't work.It is down also too. And ODBC
    drive of Database Symfoware is the newest driver of the Database Symfoware. Now I wonder that
    if it si a bug of the  ODBC
    drive of Database Symfoware,I should fix the bug,but I have analysised the odbc trace log and I do not find any wrongs ,so I think maybe it is a bug of the Access .
    I have see many situations about the Access down on the internet .

  • Firefox crashes when I try to use DataLoad, and I was able to use this program a month ago.

    In the recent past I have been able to use a program called DATALOAD (shareware) to load data into Firefox web forms (specifically web based sales tax returns).
    However, now every time I try it now Firefox crashes, so I am forced to use IE (which I hate). The last time I used Dataload was in April 2011 (for my quarterly tax returns).
    On of the latest updates to Firefox must have a conflict with this program.
    Can you please research to see what changed in Firefox to make it crash when using Dataload? I do not want to use IE if I do not have to.

    Hmmm, That is very odd. What is the link you are using? Are you logged
    in to YouTube?
    Many site issues can be caused by corrupt cookies or cache.
    * Clear the Cache and
    * Remove Cookies<br> '''''Warning ! ! '' This will log you out of sites you're logged in to.'''
    Type '''about:preferences'''<Enter> in the address bar.
    * '''Cookies;''' Select '''Privacy.''' Under '''History,''' select Firefox will '''Use Custom Settings.''' Press the button on the right side called '''Show Cookies.''' Use the search bar to look for the site. Note; There may be more than one entry. Remove '''All''' of them.
    * '''Cache;''' Select '''Advanced > Network.''' Across from '''Cached Web Content,''' Press '''Clear Now.'''
    If there is still a problem,
    '''[https://support.mozilla.org/en-US/kb/troubleshoot-firefox-issues-using-safe-mode Start Firefox in Safe Mode]''' {web link}
    While you are in safe mode;
    Type '''about:preferences#advanced'''<Enter> in the address bar.
    Under '''Advanced,''' Select '''General.'''
    Look for and turn off '''Use Hardware Acceleration'''.
    Poke around safe web sites. Are there any problems?
    Then restart.

  • ITunes crashing when trying to delete a playlist

    Hi all,
    Just got a new MacBook Pro 15" that I migrated all of my stuff from my old 15" MacBook Pro from mid-2007 to, not by direct connection but by Time Machine. iTunes is generally being uncooperative and it is consistently crashing in two ways:
    #1 Whenever I try to delete a playlist, it will just close. This is the crash dialog report I get:
    Process: iTunes [960]
    Path: /Applications/iTunes.app/Contents/MacOS/iTunes
    Identifier: com.apple.iTunes
    Version: 9.2.1 (9.2.1)
    Build Info: iTunes-9210501~4
    Code Type: X86 (Native)
    Parent Process: launchd [100]
    Date/Time: 2010-08-24 17:10:07.698 -0700
    OS Version: Mac OS X 10.6.3 (10D2101a)
    Report Version: 6
    Interval Since Last Report: 2901 sec
    Crashes Since Last Report: 10
    Per-App Interval Since Last Report: 588 sec
    Per-App Crashes Since Last Report: 10
    Anonymous UUID: CCC5C88A-F11B-4196-A6D9-077FBD90A48F
    Exception Type: EXCBADACCESS (SIGSEGV)
    Exception Codes: KERNINVALIDADDRESS at 0x00000000ffe2e2e6
    Crashed Thread: 0 Dispatch queue: com.apple.main-thread
    Thread 0 Crashed: Dispatch queue: com.apple.main-thread
    0 com.apple.iTunes 0x000a2745 0x1000 + 661317
    1 com.apple.HIToolbox 0x92c82109 DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 1567
    2 com.apple.HIToolbox 0x92c813d0 SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 411
    3 com.apple.HIToolbox 0x92c8122f SendEventToEventTargetWithOptions + 58
    4 com.apple.HIToolbox 0x92d5f74e SendSimpleControlEvent(HIView*, unsigned long) + 86
    5 com.apple.HIToolbox 0x92d5f798 SendControlDeactivated(HIView*) + 25
    6 com.apple.HIToolbox 0x92d6297c HIView::AncestorBecomingInactive() + 38
    7 com.apple.HIToolbox 0x92d63bf3 HIView::Deactivate(unsigned char) + 57
    8 com.apple.HIToolbox 0x92d54291 DeactivateControl + 42
    9 com.apple.HIToolbox 0x92cad38a HandleWindowEvent(OpaqueEventRef*) + 1479
    10 com.apple.HIToolbox 0x92cef96a StandardWindowEventHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 105
    11 com.apple.HIToolbox 0x92c82109 DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 1567
    12 com.apple.HIToolbox 0x92c813d0 SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 411
    13 com.apple.HIToolbox 0x92c8122f SendEventToEventTargetWithOptions + 58
    14 com.apple.HIToolbox 0x92e32e91 SendWindowEvent(OpaqueWindowPtr*, unsigned long, double, Point*, unsigned long, short, unsigned long) + 228
    15 com.apple.HIToolbox 0x92cad3cb HandleWindowEvent(OpaqueEventRef*) + 1544
    16 com.apple.HIToolbox 0x92cef96a StandardWindowEventHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 105
    17 com.apple.HIToolbox 0x92c82109 DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 1567
    18 com.apple.HIToolbox 0x92c813d0 SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 411
    19 com.apple.HIToolbox 0x92c8122f SendEventToEventTargetWithOptions + 58
    20 com.apple.HIToolbox 0x92d0c517 PostActivateEvent + 353
    21 com.apple.HIToolbox 0x92d0bae2 HiliteAndActivateWindow + 418
    22 com.apple.HIToolbox 0x92d0b856 AdjustToNewWindowActivation(WindowData*, WindowContext*, OpaqueWindowPtr*, unsigned char, WindowData*) + 174
    23 com.apple.HIToolbox 0x92d0b573 PotentiallyAdjustActivationOnOrderIn(WindowData*, WindowData*) + 167
    24 com.apple.HIToolbox 0x92d093ad ShowWindow + 91
    25 com.apple.iTunes 0x007a69ae 0x1000 + 8018350
    26 com.apple.iTunes 0x003bd86c 0x1000 + 3917932
    27 com.apple.iTunes 0x00361e98 0x1000 + 3542680
    28 com.apple.iTunes 0x00259f50 0x1000 + 2461520
    29 com.apple.iTunes 0x0025b1fa 0x1000 + 2466298
    30 com.apple.iTunes 0x0025d84f 0x1000 + 2476111
    31 com.apple.iTunes 0x000c27ae 0x1000 + 792494
    32 com.apple.iTunes 0x000c2117 0x1000 + 790807
    33 com.apple.iTunes 0x000c20a2 0x1000 + 790690
    34 com.apple.iTunes 0x000c1fe0 0x1000 + 790496
    35 com.apple.iTunes 0x003c8956 0x1000 + 3963222
    36 com.apple.iTunes 0x003c8c70 0x1000 + 3964016
    37 com.apple.iTunes 0x003c9a54 0x1000 + 3967572
    38 com.apple.HIToolbox 0x92c82109 DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 1567
    39 com.apple.HIToolbox 0x92c813d0 SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 411
    40 com.apple.HIToolbox 0x92c8122f SendEventToEventTargetWithOptions + 58
    41 com.apple.HIToolbox 0x92cb5d70 ToolboxEventDispatcherHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 3006
    42 com.apple.HIToolbox 0x92c8255a DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 2672
    43 com.apple.HIToolbox 0x92c813d0 SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 411
    44 com.apple.HIToolbox 0x92ca3bb5 SendEventToEventTarget + 52
    45 com.apple.HIToolbox 0x92e2ce57 ToolboxEventDispatcher + 86
    46 com.apple.HIToolbox 0x92e2cf8f RunApplicationEventLoop + 243
    47 com.apple.iTunes 0x00102eb2 0x1000 + 1056434
    48 com.apple.iTunes 0x00102dc0 0x1000 + 1056192
    49 com.apple.iTunes 0x0000c77b 0x1000 + 46971
    50 com.apple.iTunes 0x00004a6d 0x1000 + 14957
    51 com.apple.iTunes 0x000036fb 0x1000 + 9979
    52 com.apple.iTunes 0x00003629 0x1000 + 9769
    Thread 1: Dispatch queue: com.apple.libdispatch-manager
    0 libSystem.B.dylib 0x926b9b42 kevent + 10
    1 libSystem.B.dylib 0x926ba25c dispatch_mgrinvoke + 215
    2 libSystem.B.dylib 0x926b9719 dispatch_queueinvoke + 163
    3 libSystem.B.dylib 0x926b94be dispatch_workerthread2 + 240
    4 libSystem.B.dylib 0x926b8f41 pthreadwqthread + 390
    5 libSystem.B.dylib 0x926b8d86 start_wqthread + 30
    Thread 2:
    0 libSystem.B.dylib 0x926b8bd2 _workqkernreturn + 10
    1 libSystem.B.dylib 0x926b9168 pthreadwqthread + 941
    2 libSystem.B.dylib 0x926b8d86 start_wqthread + 30
    Thread 3:
    0 libSystem.B.dylib 0x926932fa machmsgtrap + 10
    1 libSystem.B.dylib 0x92693a67 mach_msg + 68
    2 com.apple.CoreFoundation 0x9625100f __CFRunLoopRun + 2079
    3 com.apple.CoreFoundation 0x962500f4 CFRunLoopRunSpecific + 452
    4 com.apple.CoreFoundation 0x96256034 CFRunLoopRun + 84
    5 com.apple.iTunes 0x00360870 0x1000 + 3537008
    6 libSystem.B.dylib 0x926c0a19 pthreadstart + 345
    7 libSystem.B.dylib 0x926c089e thread_start + 34
    Thread 4:
    0 libSystem.B.dylib 0x926932fa machmsgtrap + 10
    1 libSystem.B.dylib 0x92693a67 mach_msg + 68
    2 com.apple.CoreFoundation 0x9625100f __CFRunLoopRun + 2079
    3 com.apple.CoreFoundation 0x962500f4 CFRunLoopRunSpecific + 452
    4 com.apple.CoreFoundation 0x96256034 CFRunLoopRun + 84
    5 com.apple.DVCPROHDMuxer 0x17e8b98f AVS::DestroyAVCDeviceController(AVS::AVCDeviceController*) + 317
    6 libSystem.B.dylib 0x926c0a19 pthreadstart + 345
    7 libSystem.B.dylib 0x926c089e thread_start + 34
    Thread 5:
    0 libSystem.B.dylib 0x92693342 semaphorewait_signaltrap + 10
    1 libSystem.B.dylib 0x926c0eb8 pthread_condwait + 1089
    2 libSystem.B.dylib 0x9270942f pthreadcondwait + 48
    3 com.apple.iTunes 0x0000b9c1 0x1000 + 43457
    4 com.apple.iTunes 0x0001cae5 0x1000 + 113381
    5 libSystem.B.dylib 0x926c0a19 pthreadstart + 345
    6 libSystem.B.dylib 0x926c089e thread_start + 34
    Thread 6:
    0 libSystem.B.dylib 0x926b2286 select$DARWIN_EXTSN + 10
    1 com.apple.CoreFoundation 0x9629082d __CFSocketManager + 1085
    2 libSystem.B.dylib 0x926c0a19 pthreadstart + 345
    3 libSystem.B.dylib 0x926c089e thread_start + 34
    Thread 7:
    0 libSystem.B.dylib 0x926b8bd2 _workqkernreturn + 10
    1 libSystem.B.dylib 0x926b9168 pthreadwqthread + 941
    2 libSystem.B.dylib 0x926b8d86 start_wqthread + 30
    Thread 8:
    0 libSystem.B.dylib 0x9269335a semaphoretimedwait_signaltrap + 10
    1 libSystem.B.dylib 0x926c0ea1 pthread_condwait + 1066
    2 libSystem.B.dylib 0x926efa28 pthreadcond_timedwait_relativenp + 47
    3 com.apple.iTunes 0x000319c5 0x1000 + 199109
    4 com.apple.iTunes 0x00031919 0x1000 + 198937
    5 com.apple.iTunes 0x00031892 0x1000 + 198802
    6 com.apple.iTunes 0x003609af 0x1000 + 3537327
    7 libSystem.B.dylib 0x926c0a19 pthreadstart + 345
    8 libSystem.B.dylib 0x926c089e thread_start + 34
    Thread 9:
    0 libSystem.B.dylib 0x926932fa machmsgtrap + 10
    1 libSystem.B.dylib 0x92693a67 mach_msg + 68
    2 com.apple.CoreFoundation 0x9625100f __CFRunLoopRun + 2079
    3 com.apple.CoreFoundation 0x962500f4 CFRunLoopRunSpecific + 452
    4 com.apple.CoreFoundation 0x96256034 CFRunLoopRun + 84
    5 com.apple.iTunes 0x00360870 0x1000 + 3537008
    6 libSystem.B.dylib 0x926c0a19 pthreadstart + 345
    7 libSystem.B.dylib 0x926c089e thread_start + 34
    Thread 0 crashed with X86 Thread State (32-bit):
    eax: 0xffe2e2e2 ebx: 0xbfffcc28 ecx: 0x00000001 edx: 0x00000000
    edi: 0xffffd96e esi: 0x01a6ca08 ebp: 0xbfffcc48 esp: 0xbfffcc10
    ss: 0x0000001f efl: 0x00010246 eip: 0x000a2745 cs: 0x00000017
    ds: 0x0000001f es: 0x0000001f fs: 0x00000000 gs: 0x00000037
    cr2: 0xffe2e2e6
    Binary Images:
    0x1000 - 0xc8efc3 com.apple.iTunes 9.2.1 (9.2.1) <BE631E2D-9B61-B478-E1AA-4F48253675D3> /Applications/iTunes.app/Contents/MacOS/iTunes
    0xee5000 - 0xeedff7 com.apple.ipodsynchronization 3.0 (116) <B41B2240-34E9-4A5E-A210-F02D99E3C00E> /System/Library/PrivateFrameworks/iPodSync.framework/Versions/A/iPodSync
    0xef5000 - 0xefaff7 com.apple.iPod 1.6 (17) <4CCD2720-D270-C0D2-1E14-1374779C2401> /System/Library/PrivateFrameworks/iPod.framework/Versions/A/iPod
    0xf00000 - 0xf87fe7 com.apple.iTunes.iPodUpdater 9.2 (9.2) <E1F7F978-79CB-CF0E-681C-4B914732457A> /Applications/iTunes.app/Contents/Frameworks/iPodUpdater.framework/Versions/A/i PodUpdater
    0xfd6000 - 0x1016ff7 com.apple.vmutils 4.2 (106) <7AAF9FDA-AC1E-09FD-889E-68FFB5F94BA8> /System/Library/PrivateFrameworks/vmutils.framework/Versions/A/vmutils
    0x1393b000 - 0x1393eff3 +com.divx.divxtoolkit 1.0 (1.0) /Library/Frameworks/DivX Toolkit.framework/Versions/A/DivX Toolkit
    0x1394f000 - 0x13950ff7 com.apple.textencoding.unicode 2.3 (2.3) <78A61FD5-70EE-19EA-48D4-3481C640B70D> /System/Library/TextEncodings/Unicode Encodings.bundle/Contents/MacOS/Unicode Encodings
    0x13955000 - 0x14a76fef com.apple.CoreFP 1.8.23 (1.8) <DE13B6FE-EB73-475C-7F7C-3DC57B7B6CEC> /System/Library/PrivateFrameworks/CoreFP.framework/CoreFP
    0x14ab2000 - 0x14b67fe7 libcrypto.0.9.7.dylib 0.9.7 (compatibility 0.9.7) <2E52683A-7E8E-68D5-5AC6-09962C37CB98> /usr/lib/libcrypto.0.9.7.dylib
    0x14d02000 - 0x14d57fdf +com.DivXInc.DivXDecoder 6.8.3.5 (6.8.3.5) /Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder
    0x14df9000 - 0x14dfbff7 com.digidesign.fwfamily.halplugin 8.0.4 (8.0.4f240) <451507F2-FFDA-FE5B-B705-51F2A1F630A9> /System/Library/Extensions/DigidesignFireWireAudio.kext/Contents/PlugIns/DGFWHA LPlugIn.bundle/Contents/MacOS/DGFWHALPlugIn
    0x15c59000 - 0x15d09fe3 com.apple.QuickTimeImporters.component 7.6.6 (1742) <76B0E668-214A-AB71-AAB8-E39E7F227C9B> /System/Library/QuickTime/QuickTimeImporters.component/Contents/MacOS/QuickTime Importers
    0x17cb2000 - 0x17cb6ff3 com.apple.audio.AudioIPCPlugIn 1.1.2 (1.1.2) <A60A12A6-19C0-296A-E77B-DAA4FF1F4AEC> /System/Library/Extensions/AudioIPCDriver.kext/Contents/Resources/AudioIPCPlugI n.bundle/Contents/MacOS/AudioIPCPlugIn
    0x17cbb000 - 0x17cc1ffb com.apple.audio.AppleHDAHALPlugIn 1.8.4 (1.8.4fc3) <A60E1EDD-AC8A-E1FE-3F84-81C6E870918D> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bun dle/Contents/MacOS/AppleHDAHALPlugIn
    0x17cc6000 - 0x17cf7ffb +com.digidesign.digidesign.DigiCoreAudioPlugIn 8.0.4 (8.0.4f240) <3AFAB15D-3928-D85E-3FED-C0C752CB65F2> /Library/Audio/Plug-Ins/HAL/Digidesign CoreAudio.plugin/Contents/MacOS/Digidesign CoreAudio
    0x17e00000 - 0x17e55fe2 com.apple.DVCPROHDAudio 1.3.2 (1.3.2) <2E0A9883-4EA5-706F-78F6-4C1F105A4D30> /Library/Audio/Plug-Ins/HAL/DVCPROHDAudio.plugin/Contents/MacOS/DVCPROHDAudio
    0x17e74000 - 0x17ed9fe0 com.apple.DVCPROHDMuxer 1.3.2 (1.3.2) <483DD62C-46C4-36AA-6A1C-2DEA6F062863> /Library/QuickTime/DVCPROHDMuxer.component/Contents/MacOS/DVCPROHDMuxer
    0x19252000 - 0x192b5feb com.apple.mobiledevice 392.8 (392.8) <F6DE13AA-4BBD-0492-18BF-F411EACE9596> /System/Library/PrivateFrameworks/MobileDevice.framework/MobileDevice
    0x192e2000 - 0x19308fff libssl.0.9.7.dylib 0.9.7 (compatibility 0.9.7) <73B10885-F9AF-5B9D-A91C-D96869959EA5> /usr/lib/libssl.0.9.7.dylib
    0x19317000 - 0x19537feb com.apple.audio.codecs.Components 2.0.1 (2.0.1) <3B1071C3-1AB4-0F6A-2CFC-7A258A0C2C46> /System/Library/Components/AudioCodecs.component/Contents/MacOS/AudioCodecs
    0x19ab5000 - 0x19abaff7 com.apple.QuartzComposer.iTunesPlugIn 1.2 (16) <8511A037-AFDE-5D1A-67DA-1B4837432D85> /Library/iTunes/iTunes Plug-ins/Quartz Composer Visualizer.bundle/Contents/MacOS/Quartz Composer Visualizer
    0x1a756000 - 0x1aad5fe3 com.apple.RawCamera.bundle 3.0.3 (529) <68958A8F-F1AC-A73C-3172-BC17F18EC5FC> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x70000000 - 0x700caffb com.apple.audio.units.Components 1.6.1 (1.6.1) <0E7E5B62-94E2-F6D6-E35D-683D48CC3EDA> /System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio
    0x8fe00000 - 0x8fe4162b dyld 132.1 (???) <932443AA-5E20-8A62-8D14-B9447CBC87FB> /usr/lib/dyld
    0x90003000 - 0x900deff7 com.apple.DiscRecording 5.0.3 (5030.4.2) <91CF7C68-A662-DC6A-54FC-C5A30AA070C3> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
    0x900e6000 - 0x9018fff7 com.apple.CFNetwork 454.9.4 (454.9.4) <9BF50505-6D64-DBB1-BAA7-CF3A16735CC7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x90190000 - 0x90196ff7 com.apple.DisplayServicesFW 2.2.2 (251) <172F0AB5-9421-3F73-02D4-C637710F6EB7> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
    0x90206000 - 0x902b3fe7 libobjc.A.dylib 227.0.0 (compatibility 1.0.0) <22CD62D4-9E7D-C31A-F585-FCEF1FE4C39A> /usr/lib/libobjc.A.dylib
    0x902b4000 - 0x902c4ff7 libsasl2.2.dylib 3.15.0 (compatibility 3.0.0) <C8744EA3-0AB7-CD03-E639-C4F2B910BE5D> /usr/lib/libsasl2.2.dylib
    0x902fc000 - 0x90300ff7 libGFXShared.dylib ??? (???) <FDA494AA-2D0C-E53D-FF3E-EFD0A18E3100> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
    0x90301000 - 0x90340ff7 com.apple.ImageCaptureCore 1.0.1 (1.0.1) <A03C5D7E-54CD-D56D-E120-9B35EBC9D8F1> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCo re
    0x90341000 - 0x9034bffb com.apple.speech.recognition.framework 3.11.1 (3.11.1) <6E3481DF-645E-6095-0CD7-9BEBEC2ED9D1> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x90352000 - 0x90396fe7 com.apple.Metadata 10.6.3 (507.8) <AA82A951-84B9-B781-2656-77F584F907FA> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x90397000 - 0x90398ff7 com.apple.MonitorPanelFramework 1.3.0 (1.3.0) <0EC4EEFF-477E-908E-6F21-ED2C973846A4> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPane l
    0x9045e000 - 0x907c5ff7 com.apple.QuartzCore 1.6.1 (227.18) <3812EA02-2CB5-7879-0473-94716B0B01BC> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x907c6000 - 0x907d8ff7 com.apple.MultitouchSupport.framework 204.13 (204.13) <4AD2D44E-7929-5031-EF64-5AE7372A17DC> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
    0x907d9000 - 0x908aafe3 ColorSyncDeprecated.dylib 4.6.0 (compatibility 1.0.0) <77241533-B77C-EAC4-17A9-182D36A5EC33> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ColorSync.f ramework/Versions/A/Resources/ColorSyncDeprecated.dylib
    0x908ab000 - 0x908aeffb com.apple.help 1.3.1 (41) <EF92C648-2085-C085-8EA7-A1AF37AE94F4> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x908af000 - 0x908f8fe7 libTIFF.dylib ??? (???) <6FD2162F-57ED-AC35-114D-DBA36C54BF9E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x908f9000 - 0x90b69ffb com.apple.Foundation 6.6.2 (751.21) <7E50458D-02FC-7EEC-87D9-18BBAA843083> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x90b6a000 - 0x90b9fff7 libcups.2.dylib 2.8.0 (compatibility 2.0.0) <A544BF9D-6D84-A7BC-CF32-6734A062F517> /usr/lib/libcups.2.dylib
    0x90ba0000 - 0x90bc4ff7 libJPEG.dylib ??? (???) <F3D2FB3C-9E72-1C70-3D9B-46E2D22CBC9D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x90bc5000 - 0x90bddff7 com.apple.CFOpenDirectory 10.6 (10.6) <1537FB4F-C112-5D12-1E5D-3B1002A4038F> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
    0x90bde000 - 0x90d0cfe7 com.apple.CoreData 102.1 (251) <460D594D-09DC-9082-3FD3-F93D6A08AE71> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x90d0d000 - 0x90d33fff com.apple.DictionaryServices 1.1.1 (1.1.1) <00C1B034-5AE7-996C-CDD3-5A21DA1DBAC9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x90d34000 - 0x90d95fe7 com.apple.CoreText 3.1.0 (???) <F9E654F5-107E-8CED-2D6A-F5008A854A4D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x90da6000 - 0x90de9ff7 com.apple.NavigationServices 3.5.4 (182) <ED268D94-E544-5548-AA59-7EC70DCB5EE4> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x90dea000 - 0x90defff7 com.apple.OpenDirectory 10.6 (10.6) <92582807-E8F3-3DD9-EB42-4195CFB754A1> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x90df0000 - 0x90e0bff7 libPng.dylib ??? (???) <13049067-025F-7677-7348-083038F72D65> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x90e0c000 - 0x90ebaff3 com.apple.ink.framework 1.3.3 (107) <0AFEBD7C-D83C-7847-C075-9B427505F7F0> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x90ebb000 - 0x90f85fef com.apple.CoreServices.OSServices 357 (357) <3147A4A6-6DD7-B3F6-8AA8-B43A62586E33> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x90f86000 - 0x90f86ff7 com.apple.CoreServices 44 (44) <AC35D112-5FB9-9C8C-6189-5F5945072375> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x90f87000 - 0x90f8aff7 libCGXType.A.dylib 543.34.0 (compatibility 64.0.0) <415ABD82-D9FB-BC2B-D9E6-2D89A917EB89> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
    0x90f9f000 - 0x91181fff com.apple.imageKit 2.0.3 (1.0) <D79FCBC7-05BD-07CD-7F85-6D0F35A760F7> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
    0x91182000 - 0x911b2ff7 com.apple.MeshKit 1.1 (49.2) <0828CB45-3CC6-9A9E-070A-141A30F534E3> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/MeshKit
    0x911b3000 - 0x911d3fe7 libresolv.9.dylib 40.0.0 (compatibility 1.0.0) <906E554A-F2E3-F2CE-30CD-B156A2787AAB> /usr/lib/libresolv.9.dylib
    0x911d4000 - 0x911e0ff7 libkxld.dylib ??? (???) <BA58688C-9115-756C-5895-00D4522365A6> /usr/lib/system/libkxld.dylib
    0x911e1000 - 0x912e3fef com.apple.MeshKitIO 1.1 (49.2) <D0CBE997-5BDC-C0ED-B821-ACA6E6EE8B59> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshK itIO.framework/Versions/A/MeshKitIO
    0x912e4000 - 0x912edff7 com.apple.DiskArbitration 2.3 (2.3) <E9C40767-DA6A-6CCB-8B00-2D5706753000> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x912ee000 - 0x91367ff7 com.apple.PDFKit 2.5.1 (2.5.1) <2B62428D-0738-B499-C47C-3194B2967BD9> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
    0x91368000 - 0x913a8ff3 com.apple.securityinterface 4.0.1 (37214) <195A203C-FD6F-64D2-E8E1-D4F83479EAFD> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x913a9000 - 0x9143bfe3 com.apple.print.framework.PrintCore 6.2 (312.5) <2A8801E6-6D9F-68F5-947D-A1D68BE4F876> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x91447000 - 0x91522fe7 com.apple.DesktopServices 1.5.5 (1.5.5) <82DFBC40-4D05-FEA9-1077-D6FD5F9BB0E6> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x91523000 - 0x91545fef com.apple.DirectoryService.Framework 3.6 (621.3) <BCB030BE-60E2-9AF3-80BE-CC090FCEA6F0> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x91546000 - 0x91548fe7 com.apple.ExceptionHandling 1.5 (10) <21F37A49-E63B-121E-D406-1BBC94BEC762> /System/Library/Frameworks/ExceptionHandling.framework/Versions/A/ExceptionHand ling
    0x9161c000 - 0x9175eff7 com.apple.syncservices 5.2 (578.3) <C57BBAC9-B7CC-88BF-DEDD-9C43711655DC> /System/Library/Frameworks/SyncServices.framework/Versions/A/SyncServices
    0x91a55000 - 0x91ac3ff7 com.apple.QuickLookUIFramework 2.2 (327.4) <C98C26D1-C609-1CC0-9351-680129078C4C> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.f ramework/Versions/A/QuickLookUI
    0x91ac4000 - 0x91b07ff7 libGLU.dylib ??? (???) <14B77FB3-BE6B-7755-7093-CC28E092181E> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x91b15000 - 0x91c57fe3 com.apple.QTKit 7.6.6 (1729) <ECB11513-A6CF-0B41-EB0B-C54C38F02728> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x91c58000 - 0x91c79fe7 com.apple.opencl 12.1 (12.1) <C3E87DE8-8D11-41C3-6C76-6BD82C740BBD> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x91c7a000 - 0x91c7eff7 libGIF.dylib ??? (???) <E497496D-61C4-A086-7B9C-253AA7E879F2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x91c7f000 - 0x9246e537 com.apple.CoreGraphics 1.543.34 (???) <3E61E858-BA05-CDAC-8072-B628C6051999> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x924b1000 - 0x9254cff7 com.apple.ApplicationServices.ATS 4.1 (???) <42BEB217-0772-C06F-9316-42811D078170> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x925dc000 - 0x9265effb SecurityFoundation 36840.0.0 (compatibility 1.0.0) <4F98767A-E9CB-6F8C-877E-4C01E27AC391> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x92692000 - 0x92837feb libSystem.B.dylib 125.0.1 (compatibility 1.0.0) <46E95580-DB88-A8B1-6092-3A4F724EC2F2> /usr/lib/libSystem.B.dylib
    0x928ab000 - 0x928e6feb libFontRegistry.dylib ??? (???) <1A0E8ADD-A336-8037-4FFF-DBD2B38B197A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x92900000 - 0x9299dfe3 com.apple.LaunchServices 362.1 (362.1) <ED243C3B-9A16-A6CB-CA51-5924F48569DE> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x92aff000 - 0x92b03ff7 IOSurface ??? (???) <6295244C-C8E7-F322-1CF1-AF57D98F68EB> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x92b24000 - 0x92b38fe7 libbsm.0.dylib ??? (???) <821E415B-6C42-D359-78FF-E892792F8C52> /usr/lib/libbsm.0.dylib
    0x92b39000 - 0x92b7aff7 libRIP.A.dylib 543.34.0 (compatibility 64.0.0) <6D9DB3BE-FE3D-BAC0-328A-E6CE1EB7915E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x92b7b000 - 0x92b7bff7 com.apple.Accelerate.vecLib 3.6 (vecLib 3.6) <1DEC639C-173D-F808-DE0D-4070CC6F5BC7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x92b7c000 - 0x92bb9ff7 com.apple.SystemConfiguration 1.10.2 (1.10.2) <BD51473D-5F8F-F38F-768C-59738F27A1B6> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x92bba000 - 0x92c6aff3 com.apple.ColorSync 4.6.3 (4.6.3) <68B6A1B9-86CF-0C5A-7D63-56ED4BB2EB5B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x92c6b000 - 0x92c72ff3 com.apple.print.framework.Print 6.1 (237.1) <9758733E-7FBB-29CF-04F3-0D6D6B4C6A78> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x92c73000 - 0x92c79fff com.apple.CommonPanels 1.2.4 (91) <2438AF5D-067B-B9FD-1248-2C9987F360BA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x92c7a000 - 0x92f9efef com.apple.HIToolbox 1.6.2 (???) <75872DB8-A178-7BFB-B795-60E4012F589A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x92f9f000 - 0x93298fef com.apple.QuickTime 7.6.6 (1729) <4C99ED7D-5A4B-E41E-602D-2D01A99168CD> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x9436e000 - 0x94383fff com.apple.ImageCapture 6.0 (6.0) <0E86F45E-E656-9015-7AD4-A2C5F8D8A2FA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x94384000 - 0x94398ffb com.apple.speech.synthesis.framework 3.10.35 (3.10.35) <0DBE17D5-17A2-8A0E-8572-5A78408B41C9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x94399000 - 0x943b5fe3 com.apple.openscripting 1.3.1 (???) <480D41B6-F98E-8E21-CA3C-4CA6A9752D3D> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x943b6000 - 0x945e1ff3 com.apple.QuartzComposer 4.1 (156.13) <564B8831-02AC-CD9D-D315-EF74CA6B807A> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
    0x945e2000 - 0x947e8feb com.apple.AddressBook.framework 5.0.1 (868) <082B34B2-2FBF-3283-82AB-AA9F37F9188A> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x947e9000 - 0x947f4ff7 libGL.dylib ??? (???) <EAD85409-9036-831B-C378-E50780305DA6> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x947f5000 - 0x947f5ff7 com.apple.Cocoa 6.6 (???) <EA27B428-5904-B00B-397A-185588698BCC> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x947f6000 - 0x9486dff3 com.apple.backup.framework 1.2.2 (1.2.2) <7F360AB7-6F4C-167B-4C28-A69A55ECE433> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x948c6000 - 0x94916ff7 com.apple.framework.familycontrols 2.0.1 (2010) <BDA0E0D0-7A66-9AC8-813D-6C90D6CF814F> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
    0x94917000 - 0x949cdfef libFontParser.dylib ??? (???) <58D3E8DC-FDF9-E720-7957-2349DFD341DE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x949ce000 - 0x94a4efeb com.apple.SearchKit 1.3.0 (1.3.0) <2F5DE102-A203-7905-7D12-FCBCF17BAEF8> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x94a4f000 - 0x94becfef com.apple.JavaScriptCore 6531.21 (6531.21.9) <261D9551-3E1E-98D7-6942-96881B15732A> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x94bed000 - 0x94bf4ff7 com.apple.agl 3.0.12 (AGL-3.0.12) <E0D4AEE2-5337-71C4-48A8-4810540B6329> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x94d0c000 - 0x94d67ff7 com.apple.framework.IOKit 2.0 (???) <76E6AC9F-7899-9C75-B477-C75BCEE4AF57> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x94e19000 - 0x94fd5ff3 com.apple.ImageIO.framework 3.0.2 (3.0.1) <CAC55B40-B656-3BEC-E1C5-34079CEE4279> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x95040000 - 0x9504bff7 libCSync.A.dylib 543.34.0 (compatibility 64.0.0) <5686D7A6-E4CB-20E0-8415-BE5AEF31D1E5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x9504c000 - 0x95227ff3 libType1Scaler.dylib ??? (???) <AC36591C-855F-FDD3-523F-616FD9F5C4A1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libType1Scaler.dylib
    0x95228000 - 0x95292fe7 libstdc++.6.dylib 7.9.0 (compatibility 7.0.0) <411D87F4-B7E1-44EB-F201-F8B4F9227213> /usr/lib/libstdc++.6.dylib
    0x95293000 - 0x952e9ff7 com.apple.MeshKitRuntime 1.1 (49.2) <B821BF19-0938-711C-7DC9-B8330DA01F77> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshK itRuntime.framework/Versions/A/MeshKitRuntime
    0x952ea000 - 0x95309ff7 com.apple.CoreVideo 1.6.1 (45.5) <2FB7F93F-39C8-6ACE-EDFD-C843965842CD> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x9530a000 - 0x953c3fe7 libsqlite3.dylib 9.6.0 (compatibility 9.0.0) <16CEF8E8-8C9A-94CD-EF5D-05477844C005> /usr/lib/libsqlite3.dylib
    0x953c4000 - 0x953d2fe7 libz.1.dylib 1.2.3 (compatibility 1.0.0) <2020E84A-F5A1-9D49-B0CA-7C68A8085BAA> /usr/lib/libz.1.dylib
    0x953d3000 - 0x953d5ff7 com.apple.securityhi 4.0 (36638) <D57AEE24-28D4-7BBF-3E67-572293FDFDBF> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x953d6000 - 0x95407ff7 libGLImage.dylib ??? (???) <7ED37AD5-BAFF-CB55-A6C5-9E6C3EB4EDC6> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x95408000 - 0x95412fe7 com.apple.audio.SoundManager 3.9.3 (3.9.3) <5F494955-7290-2D91-DA94-44B590191771> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x95413000 - 0x95848ff7 libLAPACK.dylib 219.0.0 (compatibility 1.0.0) <5E2D2283-57DE-9A49-1DB0-CD027FEFA6C2> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x95849000 - 0x9584cff7 libCoreVMClient.dylib ??? (???) <A8EF46CB-D477-6857-2460-3F070E39EA1A> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
    0x9586d000 - 0x95b8dfeb com.apple.CoreServices.CarbonCore 861.6 (861.6) <58254FA9-A30C-2246-A5FE-538DA6869AFE> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x95eab000 - 0x95ebcff7 com.apple.LangAnalysis 1.6.6 (1.6.6) <41B2FB02-A638-2513-3620-CE30B391AC64> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x95ebd000 - 0x95f03ff7 libauto.dylib ??? (???) <0898A4A1-28BC-5337-EE17-D55C74F975F4> /usr/lib/libauto.dylib
    0x95f04000 - 0x95f51feb com.apple.DirectoryService.PasswordServerFramework 6.0 (6.0) <E2632F3E-6B5C-2E92-CD11-15BC0CE109CA> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordS erver
    0x96009000 - 0x96016ff7 com.apple.NetFS 3.2.1 (3.2.1) <E483137C-8239-E4DE-821C-05A9C22726AB> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x96017000 - 0x96017ff7 com.apple.Carbon 150 (152) <63998DC2-8363-949D-A6EE-BBC02E1084EA> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x96018000 - 0x96056ff7 com.apple.CoreMedia 0.484.5 (484.5) <D2C3BEEC-A241-1B6F-F9C6-733C370E5DAA> /System/Library/PrivateFrameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x96057000 - 0x96058ff7 com.apple.audio.units.AudioUnit 1.6.3 (1.6.3) <F3872A43-6157-098D-F9DD-210187B95FD3> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x96059000 - 0x96066fe7 libbz2.1.0.dylib 1.0.5 (compatibility 1.0.0) <38F79C3C-8356-6EC8-588D-0AE8873A3559> /usr/lib/libbz2.1.0.dylib
    0x96067000 - 0x960a5ff7 com.apple.QuickLookFramework 2.2 (327.4) <098B29B3-9DDD-86DF-C950-0602CA5BC37A> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x960a6000 - 0x961d2fff com.apple.audio.toolbox.AudioToolbox 1.6.3 (1.6.3) <B9469F98-E349-3C27-86C4-B99AD178FDF1> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x96214000 - 0x9638dffb com.apple.CoreFoundation 6.6.1 (550.19) <9CA9F114-5DD6-26AA-F909-E9E87B764F93> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x9638e000 - 0x9638eff7 liblangid.dylib ??? (???) <B99607FC-5646-32C8-2C16-AFB5EA9097C2> /usr/lib/liblangid.dylib
    0x9638f000 - 0x96511fe7 libicucore.A.dylib 40.0.0 (compatibility 1.0.0) <790F5013-01FD-2CA8-7815-8DB9D009B937> /usr/lib/libicucore.A.dylib
    0x96584000 - 0x96daefe7 com.apple.WebCore 6531.21 (6531.21.8) <985AB79C-53C9-8CEE-0515-79A8E170C7DD> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x96daf000 - 0x96e8cff7 com.apple.vImage 4.0 (4.0) <64597E4B-F144-DBB3-F428-0EC3D9A1219E> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x96e8d000 - 0x96f07fef com.apple.audio.CoreAudio 3.2.2 (3.2.2) <6F9D10DD-4FC5-9145-5726-BDC5BBD3AC5F> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x96f08000 - 0x9731eff7 libBLAS.dylib 219.0.0 (compatibility 1.0.0) <C4FB303A-DB4D-F9E8-181C-129585E59603> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x97321000 - 0x97324fe7 libmathCommon.A.dylib 315.0.0 (compatibility 1.0.0) <1622A54F-1A98-2CBE-B6A4-2122981A500E> /usr/lib/system/libmathCommon.A.dylib
    0x97325000 - 0x97399fef com.apple.CoreSymbolication 2.0 (23) <8C63D09A-6DF5-082A-553B-3E7610604C5D> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSy mbolication
    0x97560000 - 0x9766cff7 libGLProgrammability.dylib ??? (???) <1FC2D566-4F8B-C108-6148-B95C89753F17> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x9766d000 - 0x9767dff7 com.apple.DSObjCWrappers.Framework 10.6 (134) <81A0B409-3906-A98F-CA9B-A49E75007495> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x9767e000 - 0x97770ff7 libcrypto.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <D0EC9F75-387E-D003-27D9-320D88B4F766> /usr/lib/libcrypto.0.9.8.dylib
    0x97771000 - 0x977c1ff7 com.apple.Symbolication 1.1 (67) <A173E87D-4F8D-C1F1-891C-48981656F84C> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolicat ion
    0x977c2000 - 0x97808ffb com.apple.CoreMediaIOServices 130.0 (1035) <000960C7-73D3-3973-6262-AD7F01D2998C> /System/Library/PrivateFrameworks/CoreMediaIOServices.framework/Versions/A/Core MediaIOServices
    0x9783d000 - 0x97cfaffb com.apple.VideoToolbox 0.484.5 (484.5) <E44880A5-C752-CDFA-1836-0B54F2ADE4C0> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbo x
    0x97d0c000 - 0x97d3fff7 com.apple.AE 496.4 (496.4) <582F5E9D-1B8E-6D03-EBB8-AA85F66253E2> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x97d40000 - 0x97d42ff7 libRadiance.dylib ??? (???) <372A086D-DBC7-5705-9785-BBC3FDF24283> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x97d43000 - 0x97fa5ff3 com.apple.security 6.1.1 (37594) <D1FA577D-DD32-C491-1413-12FA8E7E83B0> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x97fa6000 - 0x97fe8ff7 libvDSP.dylib 268.0.1 (compatibility 1.0.0) <EF769BD0-63B6-B65D-FA54-8F2354CAD865> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x980e6000 - 0x98121fe7 com.apple.DebugSymbols 1.1 (70) <1D0447CB-C221-A112-AA68-372951672A3D> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbol s
    0x9813d000 - 0x98197fe7 com.apple.CorePDF 1.1 (1.1) <843DBF62-02D7-5661-C5AB-08D8783E8235> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
    0x98314000 - 0x9833cff7 libxslt.1.dylib 3.24.0 (compatibility 3.0.0) <769EF4B2-C1AD-73D5-AAAD-1564DAEA77AF> /usr/lib/libxslt.1.dylib
    0x9833d000 - 0x9833dff7 com.apple.quartzframework 1.5 (1.5) <CEB78F00-C5B2-3B3F-BF70-DD6D578719C0> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x9833e000 - 0x98475ff7 com.apple.CoreAUC 6.04.00 (6.04.00) <00EE905B-F174-F409-106B-29C8C61E4936> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
    0x98476000 - 0x9855aff7 com.apple.WebKit 6531.21 (6531.21.11) <72FD10C3-C8B7-C26F-83C2-8CB619C4D40E> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x98566000 - 0x98574ff7 com.apple.opengl 1.6.7 (1.6.7) <95EA83FF-B8B2-24B7-C52E-7A3A96E05908> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x98575000 - 0x985c6ff7 com.apple.HIServices 1.8.0 (???) <BE4D9BC1-B527-D416-F4EB-FFB66EDA5DBB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x985c7000 - 0x985c7ff7 com.apple.vecLib 3.6 (vecLib 3.6) <7362077A-890F-3AEF-A8AB-22247B10E106> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x985c8000 - 0x985efff7 com.apple.quartzfilters 1.6.0 (1.6.0) <879A3B93-87A6-88FE-305D-DF1EAED04756> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
    0x986d4000 - 0x986dfff7 com.apple.CrashReporterSupport 10.6.3 (250) <E176AD4C-FE31-0E04-B28C-AEA3589F6146> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
    0x986f9000 - 0x98768ff7 libvMisc.dylib 268.0.1 (compatibility 1.0.0) <5C3D7DA5-29EB-A745-E32B-26DBF547D532> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x98769000 - 0x98801fe7 edu.mit.Kerberos 6.5.9 (6.5.9) <C1E87A20-A2F0-FEA9-34F0-212B38F9768A> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x98802000 - 0x98833ff3 libTrueTypeScaler.dylib ??? (???) <ADB44F5B-4D7E-E5AB-C0E2-493A2D072496> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
    0x98834000 - 0x9888cfe7 com.apple.datadetectorscore 2.0 (80.7) <F7416A84-E91C-5BDC-10E3-4940EB7AE5C9> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
    0x9888d000 - 0x988f1ffb com.apple.htmlrendering 72 (1.1.4) <4D451A35-FAB6-1288-71F6-F24A4B6E2371> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x988f2000 - 0x988f2ff7 com.apple.Accelerate 1.6 (Accelerate 1.6) <BC501C9F-7C20-961A-B135-0A457667D03C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x988fb000 - 0x991daff7 com.apple.AppKit 6.6.5 (1038.29) <AD25C99A-19D1-B9D8-8A22-67166B4100A2> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x991db000 - 0x9920fff7 libssl.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <C185A2D5-508E-0337-86A0-DB124BE14D06> /usr/lib/libssl.0.9.8.dylib
    0x9921a000 - 0x9921aff7 com.apple.ApplicationServices 38 (38) <8012B504-3D83-BFBB-DA65-065E061CFE03> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x9921b000 - 0x9925fff3 com.apple.coreui 2 (114) <E6096C79-94B0-730E-6070-3AE93B5678FE> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x99260000 - 0x99361fe7 libxml2.2.dylib 10.3.0 (compatibility 10.0.0) <AB3A3749-B577-1EB3-72DF-215E866F1168> /usr/lib/libxml2.2.dylib
    0x99363000 - 0x9940bffb com.apple.QD 3.35 (???) <37854644-864D-A3F2-7116-89F2F28E1CA4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x9940c000 - 0x99444ff7 com.apple.LDAPFramework 2.0 (120.1) <C324E71E-17DE-A3E3-4EBC-99F4730FB99A> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x99445000 - 0x995c5feb com.apple.MediaToolbox 0.484.5 (484.5) <5B36DA82-0664-7186-71E8-E7F0DF3A5F44> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbo x
    0x995c6000 - 0x995c7ff7 com.apple.TrustEvaluationAgent 1.1 (1) <07E7D892-5054-23A8-7144-3F19D3BFD48F> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
    0x995e7000 - 0x99658ff7 com.apple.AppleVAFramework 4.8.12 (4.8.12) <A5E5769A-8BBB-8237-05E4-A7E6921C5096> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0xffff0000 - 0xffff1fff libSystem.B.dylib ??? (???) <46E95580-DB88-A8B1-6092-3A4F724EC2F2> /usr/lib/libSystem.B.dylib
    #2, iTunes will also crash when I try to delete all of my iTunes Library XML stuff and replace it with the one from my old computer in order to preserve all of my play count and file path information (it is all linked to an external)... still don't know why this isn't a feature on iTunes yet, but I digress. It worked when I replaced the hard drive and logic board on my old MBP, iTunes throws an absolute fit when I do it now.
    I saw a lot of people on other forums suggesting that you just take out any and all iTunes plists, and when I did that I managed to get as far as deleting one of the default playlists (90's Music), but when I tried to delete a second one the dialog box hung without text and then iTunes crashed again.
    Help me out, I want to be able to be blasting tunes out of my speakers again tonight!!

    As a test, try logging in to Mac OS X as another user (create one if you need to) and see if iTunes works for that user. That will help determine if it's a problem with your normal user's iTunes files or a more general problem.
    It's possible that you have a corrupted track. That can in some cases causes iTunes to crash when opening or importing.

  • Lightroom 4 crashes when trying to open the slideshow module. I spent over three hours with both Adobe and Apple tech support and we know it is a permission issue but have not been able to get it solved.  It started with the last upgrade to 10.8

    Lightroom 4 crashes when trying to open the slideshow module. I spent over three hours with both Adobe and Apple tech support and we know it is a permission issue but have not been able to get it solved.  It started with the last upgrade to 10.8

    Back up all data.
    This procedure will unlock all your user files (not system files) and reset their ownership and access-control lists to the default. If you've set special values for those attributes on any of your files, they will be reverted. In that case, either stop here, or be prepared to recreate the settings if necessary. Do so only after verifying that those settings didn't cause the problem. If none of this is meaningful to you, you don't need to worry about it.
    Step 1
    If you have more than one user account, and the one in question is not an administrator account, then temporarily promote it to administrator status in the Users & Groups preference pane. To do that, unlock the preference pane using the credentials of an administrator, check the box marked Allow user to administer this computer, then reboot. You can demote the problem account back to standard status when this step has been completed.
    Triple-click the following line to select it. Copy the selected text to the Clipboard (command-C):
    { sudo chflags -R nouchg,nouappnd ~ $TMPDIR.. ; sudo chown -Rh $UID:staff ~ $_ ; sudo chmod -R u+rwX ~ $_ ; chmod -R -N ~ $_ ; } 2> /dev/null
    Launch the Terminal application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Terminal in the icon grid.
    Paste into the Terminal window (command-V). You'll be prompted for your login password, which won't be displayed when you type it. You may get a one-time warning not to screw up. If you don’t have a login password, you’ll need to set one before you can run the command. If you see a message that your username "is not in the sudoers file," then you're not logged in as an administrator.
    The command will take a noticeable amount of time to run. Wait for a new line ending in a dollar sign (“$”) to appear, then quit Terminal.
    Step 2 (optional)
    The first step should give you usable permissions in your home folder. This step will restore special attributes set by OS X on some user folders to protect them from unintended deletion or renaming. You can skip this step if you don't consider that protection to be necessary.
    Boot into Recovery by holding down the key combination command-R at startup. Release the keys when you see a gray screen with a spinning dial.
    When the OS X Utilities screen appears, select
    Utilities ▹ Terminal
    from the menu bar. A Terminal window will open.
    In the Terminal window, type this:
    resetpassword
    That's one word, all lower case, with no spaces. Then press return. A Reset Password window will open. You’re not  going to reset a password.
    Select your boot volume ("Macintosh HD," unless you gave it a different name) if not already selected.
    Select your username from the menu labeled Select the user account if not already selected.
    Under Reset Home Directory Permissions and ACLs, click the Reset button.
    Select
     ▹ Restart
    from the menu bar.

  • Speedgrade crashes when I try to open project! Projects won't Direct Link from Premiere either.

    Speedgrade crashing when I try to open a project! Projects won't Direct Link from Premiere either - the menu option is greyed out and I cannot select it. I've installed and uninstalled Speedgrade, all all my Creative Cloud software is up to date.
    My computer: Brand new 2013 MacBook Pro with Mavericks, 4GB of RAM, 2.4 GHz Intel Core i5.
    I can open Speedgrade, but the moment I pull in a project, it crashes. This is the error it's giving me:
    Process:         sgmacosx [3186]
    Path:            /Applications/Adobe SpeedGrade CC 2014/Adobe SpeedGrade CC 2014.app/Contents/MacOS/sgmacosx
    Identifier:      adobe.SpeedGrade
    Version:         8.0.0 (8.0.0)
    Build Info:      Adobe SpeedGrade CC 2014-0~141
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [135]
    Responsible:     sgmacosx [3186]
    User ID:         501
    Date/Time:       2014-06-23 14:29:22.365 -0700
    OS Version:      Mac OS X 10.9.3 (13D65)
    Report Version:  11
    Anonymous UUID:  8BFF6EBC-81CF-942C-5950-AB80F0F71196
    Sleep/Wake UUID: 677DE7FE-5EA1-424E-B532-353AD4FDA3DF
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: KERN_INVALID_ADDRESS at 0xfffffffffffffff0
    VM Regions Near 0xfffffffffffffff0:
    --> shared memory          00007fffffeba000-00007fffffebb000 [    4K] r-x/r-x SM=SHM
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   libsystem_kernel.dylib         0x00007fff8cffe292 __kill + 10
    1   com.adobe.dvacore.framework   0x0000000102ccaf2a (anonymous namespace)::SignalHandler(int, __siginfo*, void*) + 410
    2   libsystem_platform.dylib       0x00007fff90e755aa _sigtramp + 26
    3   libc++abi.dylib               0x00007fff942b1a13 __dynamic_cast + 41
    4   com.apple.opencl               0x00007fff8854a455 0x7fff8853e000 + 50261
    5   com.apple.opencl               0x00007fff885594b7 0x7fff8853e000 + 111799
    6   com.apple.opencl               0x00007fff885593eb clSetKernelArg + 70
    7   com.adobe.GPUFoundation.framework 0x0000000106d7833f void boost::fusion::detail::for_each_dispatch<boost::fusion::zip_view<boost::fusion::vector2<b oost::function_types::parameter_types<void (*)(float4 const*, int, GF::DevicePixelFormat, float4*, int, GF::DevicePixelFormat, int, int, int), boost::add_reference<mpl_::arg<-1> > > const&, boost::fusion::list<float4 const*, int, dvamediatypes::PixelFormat, float4*, int, dvamediatypes::PixelFormat, int, int, bool, boost::fusion::void_, boost::fusion::void_, boost::fusion::void_, boost::fusion::void_, boost::fusion::void_, boost::fusion::void_, boost::fusion::void_, boost::fusion::void_, boost::fusion::void_, boost::fusion::void_, boost::fusion::void_> const&> > const, GF::PushArgument, boost::fusion::forward_traversal_tag>(boost::fusion::zip_view<boost::fusion::vector2<boos t::function_types::parameter_types<void (*)(float4 const*, int, GF::DevicePixelFormat, float4*, int, GF::DevicePixelFormat, int, int, int), boost::add_reference<mpl_::arg<-1> > > const&, boost::fusion::list<float4 const*, int, dvamediatypes::PixelFormat, float4*, int, dvamediatypes::PixelFormat, int, int, bool, boost::fusion::void_, boost::fusion::void_, boost::fusion::void_, boost::fusion::void_, boost::fusion::void_, boost::fusion::void_, boost::fusion::void_, boost::fusion::void_, boost::fusion::void_, boost::fusion::void_, boost::fusion::void_> const&> > const&, GF::PushArgument const&, boost::fusion::forward_traversal_tag) + 79
    8   com.adobe.GPUFoundation.framework 0x0000000106d781ad int GF::InvokeKernel<void (*)(float4 const*, int, GF::DevicePixelFormat, float4*, int, GF::DevicePixelFormat, int, int, int), boost::fusion::list<float4 const*, int, dvamediatypes::PixelFormat, float4*, int, dvamediatypes::PixelFormat, int, int, bool, boost::fusion::void_, boost::fusion::void_, boost::fusion::void_, boost::fusion::void_, boost::fusion::void_, boost::fusion::void_, boost::fusion::void_, boost::fusion::void_, boost::fusion::void_, boost::fusion::void_, boost::fusion::void_> >(boost::shared_ptr<GF::Device> const&, void*, void (*)(float4 const*, int, GF::DevicePixelFormat, float4*, int, GF::DevicePixelFormat, int, int, int), dim3, dim3, boost::fusion::list<float4 const*, int, dvamediatypes::PixelFormat, float4*, int, dvamediatypes::PixelFormat, int, int, bool, boost::fusion::void_, boost::fusion::void_, boost::fusion::void_, boost::fusion::void_, boost::fusion::void_, boost::fusion::void_, boost::fusion::void_, boost::fusion::void_, boost::fusion::void_, boost::fusion::void_, boost::fusion::void_> const&) + 125
    9   com.adobe.GPUFoundation.framework 0x0000000106d75469 GF::PixelFormatConvert(boost::shared_ptr<GF::Device> const&, void const*, int, dvamediatypes::PixelFormat, void*, int, dvamediatypes::PixelFormat, int, int, dvamediatypes::RenderQuality, bool, boost::shared_ptr<dvacore::utility::RecycledMemory const> const&) + 23257
    10  com.adobe.GPUFoundation.framework 0x0000000106d8e595 GF::ConvertFrame(ASL::InterfaceRef<MF::IVideoFrame, MF::IVideoFrame> const&, ASL::InterfaceRef<MF::IVideoFrame, MF::IVideoFrame> const&, dvamediatypes::RenderQuality) + 1301
    11  sgmacosx                       0x0000000100428708 CIrOpenGLCompositingEngine::COperand::bBindToTexture(CIrPoint const&, unsigned int, bool) + 2266
    12  sgmacosx                       0x0000000100425411 CIrOpenGLCompositingEngine::COperator::bRender(double, double, CIrList<CIrOpenGLCompositingEngine::COperandInstance>*, bool, bool, CIrTransformationMesh const*, bool) + 2387
    13  sgmacosx                       0x0000000100422fd1 CIrOpenGLCompositingEngine::bRender(CIrString const&, IIrCompDataProvider const*, CIrPoint const&, CIrPoint const&, CIrRect const&, CIrFrameBuffer*, CIrFrameBufferObject*, CIrOpenGLContext*, bool, bool, bool, double) + 20091
    14  sgmacosx                       0x0000000100417ba6 CIrOpenGLBlitter::BlitSingle(unsigned int, CIrRect const*) + 5800
    15  sgmacosx                       0x000000010024e9ee CIrBlitter::DrawBackground(CIrRect const*) + 304
    16  sgmacosx                       0x000000010024efad CIrBlitter::DrawWindow(CIrWindow*, CIrPoint const&, CIrRect const&, bool) + 809
    17  sgmacosx                       0x000000010024f00d CIrBlitter::DrawWindow(CIrWindow*, CIrPoint const&, CIrRect const&, bool) + 905
    18  sgmacosx                       0x000000010024f00d CIrBlitter::DrawWindow(CIrWindow*, CIrPoint const&, CIrRect const&, bool) + 905
    19  sgmacosx                       0x000000010024e6fd CIrBlitter::Blit(bool) + 841
    20  sgmacosx                       0x000000010044307a CIrosApp::ScreenUpdate(CIrList<IIrCompDataProvider const> const*, bool) + 212
    21  sgmacosx                       0x0000000100440bbf CIrosApp::CommandLoop() + 3275
    22  sgmacosx                       0x000000010043fb9e CIrosApp::iDoRun() + 3978
    23  sgmacosx                       0x000000010001ead2 main + 98
    24  sgmacosx                       0x0000000100003744 start + 52
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib         0x00007fff8cfff662 kevent64 + 10
    1   libdispatch.dylib             0x00007fff8951b421 _dispatch_mgr_invoke + 239
    2   libdispatch.dylib             0x00007fff8951b136 _dispatch_mgr_thread + 52
    Thread 2:
    0   libsystem_kernel.dylib         0x00007fff8cffee6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff8fbfaf08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib       0x00007fff8fbfdfb9 start_wqthread + 13
    Thread 3:
    0   libsystem_kernel.dylib         0x00007fff8cffee6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff8fbfaf08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib       0x00007fff8fbfdfb9 start_wqthread + 13
    Thread 4:
    0   libsystem_kernel.dylib         0x00007fff8cffee6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff8fbfaf08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib       0x00007fff8fbfdfb9 start_wqthread + 13
    Thread 5:
    0   libsystem_kernel.dylib         0x00007fff8cffaa1a mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff8cff9d18 mach_msg + 64
    2   com.apple.CoreFoundation       0x00007fff92648fc5 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation       0x00007fff926485e9 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation       0x00007fff92647f25 CFRunLoopRunSpecific + 309
    5   com.apple.CoreFoundation       0x00007fff926fd811 CFRunLoopRun + 97
    6   com.adobe.dvacore.framework   0x0000000102ba8019 dvacore::threads::RunPlatformEventLoop() + 89
    7   com.adobe.dvacore.framework   0x0000000102bab0f8 dvacore::threads::(anonymous namespace)::EventLoopExecutor::EventLoopMain(dvacore::threads::SyncPoint&) + 216
    8   com.adobe.dvacore.framework   0x0000000102ba7a5c boost::function0<void>::operator()() const + 28
    9   com.adobe.dvacore.framework   0x0000000102bb4523 dvacore::threads::(anonymous namespace)::LaunchThread(std::string const&, boost::function0<void> const&, dvacore::threads::ThreadPriority, boost::function<void ()> const&, boost::function<void ()> const&) + 115
    10  com.adobe.boost_threads.framework 0x0000000102aaadba thread_proxy + 186
    11  libsystem_pthread.dylib       0x00007fff8fbf9899 _pthread_body + 138
    12  libsystem_pthread.dylib       0x00007fff8fbf972a _pthread_start + 137
    13  libsystem_pthread.dylib       0x00007fff8fbfdfc9 thread_start + 13
    Thread 6:
    0   libsystem_kernel.dylib         0x00007fff8cfff64a kevent + 10
    1   com.adobe.dvatransport.framework 0x00000001031774fc boost::asio::detail::kqueue_reactor::run(bool, boost::asio::detail::op_queue<boost::asio::detail::task_io_service_operation>&) + 236
    2   com.adobe.dvatransport.framework 0x00000001031771a7 boost::asio::detail::task_io_service::do_run_one(boost::asio::detail::scoped_lock<boost:: asio::detail::posix_mutex>&, boost::asio::detail::task_io_service_thread_info&, boost::system::error_code const&) + 375
    3   com.adobe.dvatransport.framework 0x0000000103176d18 boost::asio::detail::task_io_service::run(boost::system::error_code&) + 552
    4   com.adobe.dvatransport.framework 0x0000000103166157 SkyConnectionEnv::MainLoop() + 167
    5   com.adobe.dvatransport.framework 0x0000000103165c09 SkyConnectionEnv::StaticThreadFunc(SkyConnectionEnv*) + 9
    6   com.adobe.boost_threads.framework 0x0000000102aaadba thread_proxy + 186
    7   libsystem_pthread.dylib       0x00007fff8fbf9899 _pthread_body + 138
    8   libsystem_pthread.dylib       0x00007fff8fbf972a _pthread_start + 137
    9   libsystem_pthread.dylib       0x00007fff8fbfdfc9 thread_start + 13
    Thread 7:
    0   libsystem_kernel.dylib         0x00007fff8cffea3a __semwait_signal + 10
    1   libsystem_c.dylib             0x00007fff91cfedc0 nanosleep + 200
    2   sgmacosx                       0x000000010037919e CIrFrameCache::ThreadFunction() + 716
    3   sgmacosx                       0x00000001005f846e CIrThread::ThreadCallback() + 22
    4   sgmacosx                       0x00000001005f843d CIrThread::pThreadCallback(void*) + 9
    5   libsystem_pthread.dylib       0x00007fff8fbf9899 _pthread_body + 138
    6   libsystem_pthread.dylib       0x00007fff8fbf972a _pthread_start + 137
    7   libsystem_pthread.dylib       0x00007fff8fbfdfc9 thread_start + 13
    Thread 8:
    0   libsystem_kernel.dylib         0x00007fff8cffdf22 __connect + 10
    1   sgmacosx                       0x0000000100599e50 CIrSocket::poConnectToRemote(CIrString, int, bool) + 190
    2   sgmacosx                       0x000000010059c4ee CIrSocketFiFoConnection::CConnectRemote::OnPrologue(CIrSocketFiFoConnection*) + 86
    3   sgmacosx                       0x000000010059c228 CIrSocketFiFoConnection::ThreadFunction() + 50
    4   sgmacosx                       0x00000001005f846e CIrThread::ThreadCallback() + 22
    5   sgmacosx                       0x00000001005f843d CIrThread::pThreadCallback(void*) + 9
    6   libsystem_pthread.dylib       0x00007fff8fbf9899 _pthread_body + 138
    7   libsystem_pthread.dylib       0x00007fff8fbf972a _pthread_start + 137
    8   libsystem_pthread.dylib       0x00007fff8fbfdfc9 thread_start + 13
    Thread 9:
    0   libsystem_kernel.dylib         0x00007fff8cffea3a __semwait_signal + 10
    1   libsystem_c.dylib             0x00007fff91cfedc0 nanosleep + 200
    2   sgmacosx                       0x00000001004ea1cd CIrRIServer::ThreadFunction() + 521
    3   sgmacosx                       0x00000001005f846e CIrThread::ThreadCallback() + 22
    4   sgmacosx                       0x00000001005f843d CIrThread::pThreadCallback(void*) + 9
    5   libsystem_pthread.dylib       0x00007fff8fbf9899 _pthread_body + 138
    6   libsystem_pthread.dylib       0x00007fff8fbf972a _pthread_start + 137
    7   libsystem_pthread.dylib       0x00007fff8fbfdfc9 thread_start + 13
    Thread 10:
    0   libsystem_kernel.dylib         0x00007fff8cffe716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff8fbfbc3b _pthread_cond_wait + 727
    2   com.adobe.dvacore.framework   0x0000000102b800db boost::asio::detail::task_io_service::do_run_one(boost::asio::detail::scoped_lock<boost:: asio::detail::posix_mutex>&, boost::asio::detail::task_io_service_thread_info&, boost::system::error_code const&) + 139
    3   com.adobe.dvacore.framework   0x0000000102b7fe48 boost::asio::detail::task_io_service::run(boost::system::error_code&) + 552
    4   com.adobe.dvacore.framework   0x0000000102b7fc0a boost::asio::detail::posix_thread::func<boost::asio::detail::resolver_service_base::work_ io_service_runner>::run() + 42
    5   com.adobe.dvatransport.framework 0x0000000103177bb3 boost_asio_detail_posix_thread_function + 19
    6   libsystem_pthread.dylib       0x00007fff8fbf9899 _pthread_body + 138
    7   libsystem_pthread.dylib       0x00007fff8fbf972a _pthread_start + 137
    8   libsystem_pthread.dylib       0x00007fff8fbfdfc9 thread_start + 13
    Thread 11:
    0   libsystem_kernel.dylib         0x00007fff8cffe716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff8fbfbc3b _pthread_cond_wait + 727
    2   com.apple.CoreServices.CarbonCore 0x00007fff8b42c800 TSWaitOnCondition + 108
    3   com.apple.CoreServices.CarbonCore 0x00007fff8b42c9ff TSWaitOnConditionTimedRelative + 172
    4   com.apple.CoreServices.CarbonCore 0x00007fff8b3fd145 MPWaitOnQueue + 192
    5   com.adobe.dvacore.framework   0x0000000102bb964d dvacore::threads::ThreadSafeDelayQueue::PopWithTimeout(std::auto_ptr<dvacore::threads::Al locatedFunctionT<boost::function<void ()> > >&, int) + 141
    6   com.adobe.dvacore.framework   0x0000000102bb75b0 dvacore::threads::(anonymous namespace)::ThreadedWorkQueue::WorkerMain(boost::shared_ptr<dvacore::threads::ThreadSafeD elayQueue> const&, boost::shared_ptr<dvacore::threads::Gate> const&) + 160
    7   com.adobe.dvacore.framework   0x0000000102ba7a5c boost::function0<void>::operator()() const + 28
    8   com.adobe.dvacore.framework   0x0000000102bb4523 dvacore::threads::(anonymous namespace)::LaunchThread(std::string const&, boost::function0<void> const&, dvacore::threads::ThreadPriority, boost::function<void ()> const&, boost::function<void ()> const&) + 115
    9   com.adobe.boost_threads.framework 0x0000000102aaadba thread_proxy + 186
    10  libsystem_pthread.dylib       0x00007fff8fbf9899 _pthread_body + 138
    11  libsystem_pthread.dylib       0x00007fff8fbf972a _pthread_start + 137
    12  libsystem_pthread.dylib       0x00007fff8fbfdfc9 thread_start + 13
    Thread 12:
    0   libsystem_kernel.dylib         0x00007fff8cffe716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff8fbfbc3b _pthread_cond_wait + 727
    2   com.apple.CoreServices.CarbonCore 0x00007fff8b42c800 TSWaitOnCondition + 108
    3   com.apple.CoreServices.CarbonCore 0x00007fff8b42c9ff TSWaitOnConditionTimedRelative + 172
    4   com.apple.CoreServices.CarbonCore 0x00007fff8b3fd145 MPWaitOnQueue + 192
    5   com.adobe.dvacore.framework   0x0000000102bb964d dvacore::threads::ThreadSafeDelayQueue::PopWithTimeout(std::auto_ptr<dvacore::threads::Al locatedFunctionT<boost::function<void ()> > >&, int) + 141
    6   com.adobe.dvacore.framework   0x0000000102bb75b0 dvacore::threads::(anonymous namespace)::ThreadedWorkQueue::WorkerMain(boost::shared_ptr<dvacore::threads::ThreadSafeD elayQueue> const&, boost::shared_ptr<dvacore::threads::Gate> const&) + 160
    7   com.adobe.dvacore.framework   0x0000000102ba7a5c boost::function0<void>::operator()() const + 28
    8   com.adobe.dvacore.framework   0x0000000102bb4523 dvacore::threads::(anonymous namespace)::LaunchThread(std::string const&, boost::function0<void> const&, dvacore::threads::ThreadPriority, boost::function<void ()> const&, boost::function<void ()> const&) + 115
    9   com.adobe.boost_threads.framework 0x0000000102aaadba thread_proxy + 186
    10  libsystem_pthread.dylib       0x00007fff8fbf9899 _pthread_body + 138
    11  libsystem_pthread.dylib       0x00007fff8fbf972a _pthread_start + 137
    12  libsystem_pthread.dylib       0x00007fff8fbfdfc9 thread_start + 13
    Thread 13:
    0   libsystem_kernel.dylib         0x00007fff8cffe716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff8fbfbc3b _pthread_cond_wait + 727
    2   com.apple.CoreServices.CarbonCore 0x00007fff8b42c800 TSWaitOnCondition + 108
    3   com.apple.CoreServices.CarbonCore 0x00007fff8b42c9ff TSWaitOnConditionTimedRelative + 172
    4   com.apple.CoreServices.CarbonCore 0x00007fff8b3fd145 MPWaitOnQueue + 192
    5   com.adobe.dvacore.framework   0x0000000102bb964d dvacore::threads::ThreadSafeDelayQueue::PopWithTimeout(std::auto_ptr<dvacore::threads::Al locatedFunctionT<boost::function<void ()> > >&, int) + 141
    6   com.adobe.dvacore.framework   0x0000000102bb75b0 dvacore::threads::(anonymous namespace)::ThreadedWorkQueue::WorkerMain(boost::shared_ptr<dvacore::threads::ThreadSafeD elayQueue> const&, boost::shared_ptr<dvacore::threads::Gate> const&) + 160
    7   com.adobe.dvacore.framework   0x0000000102ba7a5c boost::function0<void>::operator()() const + 28
    8   com.adobe.dvacore.framework   0x0000000102bb4523 dvacore::threads::(anonymous namespace)::LaunchThread(std::string const&, boost::function0<void> const&, dvacore::threads::ThreadPriority, boost::function<void ()> const&, boost::function<void ()> const&) + 115
    9   com.adobe.boost_threads.framework 0x0000000102aaadba thread_proxy + 186
    10  libsystem_pthread.dylib       0x00007fff8fbf9899 _pthread_body + 138
    11  libsystem_pthread.dylib       0x00007fff8fbf972a _pthread_start + 137
    12  libsystem_pthread.dylib       0x00007fff8fbfdfc9 thread_start + 13
    Thread 14:
    0   libsystem_kernel.dylib         0x00007fff8cffea3a __semwait_signal + 10
    1   libsystem_c.dylib             0x00007fff91cfedc0 nanosleep + 200
    2   sgmacosx                       0x00000001005dfb1e CIrTangentDevices::ThreadFunction() + 196
    3   sgmacosx                       0x00000001005f846e CIrThread::ThreadCallback() + 22
    4   sgmacosx                       0x00000001005f843d CIrThread::pThreadCallback(void*) + 9
    5   libsystem_pthread.dylib       0x00007fff8fbf9899 _pthread_body + 138
    6   libsystem_pthread.dylib       0x00007fff8fbf972a _pthread_start + 137
    7   libsystem_pthread.dylib       0x00007fff8fbfdfc9 thread_start + 13
    Thread 15:
    0   libsystem_kernel.dylib         0x00007fff8cffee6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff8fbfaf08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib       0x00007fff8fbfdfb9 start_wqthread + 13
    Thread 16:
    0   libsystem_kernel.dylib         0x00007fff8cffee6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff8fbfaf08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib       0x00007fff8fbfdfb9 start_wqthread + 13
    Thread 17:
    0   libsystem_kernel.dylib         0x00007fff8cffea3a __semwait_signal + 10
    1   libsystem_c.dylib             0x00007fff91cfedc0 nanosleep + 200
    2   sgmacosx                       0x0000000100379edf CIrFrameCache::CTicketLoader::ThreadFunction() + 121
    3   sgmacosx                       0x00000001005f846e CIrThread::ThreadCallback() + 22
    4   sgmacosx                       0x00000001005f843d CIrThread::pThreadCallback(void*) + 9
    5   libsystem_pthread.dylib       0x00007fff8fbf9899 _pthread_body + 138
    6   libsystem_pthread.dylib       0x00007fff8fbf972a _pthread_start + 137
    7   libsystem_pthread.dylib       0x00007fff8fbfdfc9 thread_start + 13
    Thread 18:
    0   libsystem_kernel.dylib         0x00007fff8cffea3a __semwait_signal + 10
    1   libsystem_c.dylib             0x00007fff91cfedc0 nanosleep + 200
    2   sgmacosx                       0x0000000100379edf CIrFrameCache::CTicketLoader::ThreadFunction() + 121
    3   sgmacosx                       0x00000001005f846e CIrThread::ThreadCallback() + 22
    4   sgmacosx                       0x00000001005f843d CIrThread::pThreadCallback(void*) + 9
    5   libsystem_pthread.dylib       0x00007fff8fbf9899 _pthread_body + 138
    6   libsystem_pthread.dylib       0x00007fff8fbf972a _pthread_start + 137
    7   libsystem_pthread.dylib       0x00007fff8fbfdfc9 thread_start + 13
    Thread 19:
    0   libsystem_kernel.dylib         0x00007fff8cffea3a __semwait_signal + 10
    1   libsystem_c.dylib             0x00007fff91cfedc0 nanosleep + 200
    2   sgmacosx                       0x0000000100379edf CIrFrameCache::CTicketLoader::ThreadFunction() + 121
    3   sgmacosx                       0x00000001005f846e CIrThread::ThreadCallback() + 22
    4   sgmacosx                       0x00000001005f843d CIrThread::pThreadCallback(void*) + 9
    5   libsystem_pthread.dylib       0x00007fff8fbf9899 _pthread_body + 138
    6   libsystem_pthread.dylib       0x00007fff8fbf972a _pthread_start + 137
    7   libsystem_pthread.dylib       0x00007fff8fbfdfc9 thread_start + 13
    Thread 20:
    0   libsystem_kernel.dylib         0x00007fff8cffea3a __semwait_signal + 10
    1   libsystem_c.dylib             0x00007fff91cfedc0 nanosleep + 200
    2   sgmacosx                       0x0000000100379edf CIrFrameCache::CTicketLoader::ThreadFunction() + 121
    3   sgmacosx                       0x00000001005f846e CIrThread::ThreadCallback() + 22
    4   sgmacosx                       0x00000001005f843d CIrThread::pThreadCallback(void*) + 9
    5   libsystem_pthread.dylib       0x00007fff8fbf9899 _pthread_body + 138
    6   libsystem_pthread.dylib       0x00007fff8fbf972a _pthread_start + 137
    7   libsystem_pthread.dylib       0x00007fff8fbfdfc9 thread_start + 13
    Thread 21:
    0   libsystem_kernel.dylib         0x00007fff8cffee6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff8fbfaf08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib       0x00007fff8fbfdfb9 start_wqthread + 13
    Thread 0 crashed with X86 Thread State (64-bit):
      rax: 0x0000000000000000  rbx: 0x000000000000000b  rcx: 0x00007fff5fbfb988  rdx: 0x0000000000000000
      rdi: 0x0000000000000c72  rsi: 0x000000000000000b  rbp: 0x00007fff5fbfb9d0  rsp: 0x00007fff5fbfb988
       r8: 0x0000000000000040   r9: 0x00007fff5fbfb900  r10: 0x0000000000000000  r11: 0x0000000000000206
      r12: 0x0000000000000000  r13: 0x0000000000000040  r14: 0x00007fff5fbfbe78  r15: 0x00007fff5fbfbe10
      rip: 0x00007fff8cffe292  rfl: 0x0000000000000206  cr2: 0xfffffffffffffff0
    Logical CPU:     0
    Error Code:      0x02000025
    Trap Number:     133
    Binary Images:
           0x100000000 -        0x100ae7ff7 +sgmacosx (???) <91D1FAE7-D645-35AA-A07D-D78C1FADF56C> /Applications/Adobe SpeedGrade CC 2014/Adobe SpeedGrade CC 2014.app/Contents/MacOS/sgmacosx
           0x1016da000 -        0x101937ff7 +QtCore (4.6) <CE0DF6D7-6F83-1ED7-6411-7AF7FB2FD394> /Applications/Adobe SpeedGrade CC 2014/Adobe SpeedGrade CC 2014.app/Contents/Frameworks/QtCore.framework/Versions/4/QtCore
           0x1019c6000 -        0x1022effef +QtGui (4.6) <782E276D-EE76-98E5-FA48-0EFA1DF29A3F> /Applications/Adobe SpeedGrade CC 2014/Adobe SpeedGrade CC 2014.app/Contents/Frameworks/QtGui.framework/Versions/4/QtGui
           0x102571000 -        0x10261eff7 +QtOpenGL (4.6) <5D09ECAB-1980-65F5-85CB-3D6EF915A208> /Applications/Adobe SpeedGrade CC 2014/Adobe SpeedGrade CC 2014.app/Contents/Frameworks/QtOpenGL.framework/Versions/4/QtOpenGL
           0x10265c000 -        0x102728fef +QtNetwork (4.6) <F0DB9B5B-B832-0E7D-7C5C-0D05CD42EC9C> /Applications/Adobe SpeedGrade CC 2014/Adobe SpeedGrade CC 2014.app/Contents/Frameworks/QtNetwork.framework/Versions/4/QtNetwork
           0x102768000 -        0x1027a4fef +QtXml (4.6) <0D38C829-B350-F496-1690-03A16BA953E3> /Applications/Adobe SpeedGrade CC 2014/Adobe SpeedGrade CC 2014.app/Contents/Frameworks/QtXml.framework/Versions/4/QtXml
           0x1027bd000 -        0x1027c1fff  com.apple.agl (3.2.3 - AGL-3.2.3) <9851E4CC-DA6B-3AF4-9B06-61BAC289572D> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
           0x1027c8000 -        0x1028c1fff +com.adobe.amtlib (8.0.0.68 - 8.0.0.68) <D3641035-0C73-3572-BB1B-2D2FBC7268F4> /Applications/Adobe SpeedGrade CC 2014/Adobe SpeedGrade CC 2014.app/Contents/Frameworks/amtlib.framework/Versions/A/amtlib
           0x1028d4000 -        0x102943ff7 +com.adobe.adobe_caps (adobe_caps 7.0.0.21 - 7.0.0.21) <CE3C6356-9EE2-3B88-8261-8612A0743F56> /Applications/Adobe SpeedGrade CC 2014/Adobe SpeedGrade CC 2014.app/Contents/Frameworks/adobe_caps.framework/Versions/A/adobe_caps
           0x10294e000 -        0x102987ff7 +com.adobe.pip (7.2.1.3399) <9E80366E-2A40-34CA-AAE3-2CA50F5F8505> /Applications/Adobe SpeedGrade CC 2014/Adobe SpeedGrade CC 2014.app/Contents/Frameworks/AdobePIP.framework/Versions/A/AdobePIP
           0x102991000 -        0x102a1dfff +com.adobe.headlights.LogSessionFramework (7.2.1.3399) <4D4A32E1-2B7F-34AC-A310-B842CABE6080> /Applications/Adobe SpeedGrade CC 2014/Adobe SpeedGrade CC 2014.app/Contents/Frameworks/LogSession.framework/Versions/A/LogSession
           0x102a64000 -        0x102a77ff7 +com.adobe.ahclientframework (1.8.0.31 - 1.8.0.31) <58BB943C-98EC-3812-AAAB-74F66630D1D4> /Applications/Adobe SpeedGrade CC 2014/Adobe SpeedGrade CC 2014.app/Contents/Frameworks/ahclient.framework/Versions/A/ahclient
           0x102a81000 -        0x102a83fff +com.adobe.boost_system.framework (8.0.0 - 8.0.0.0) <0BFBB9DE-2FBB-3C53-83A5-78CB9CE69BF7> /Applications/Adobe SpeedGrade CC 2014/Adobe SpeedGrade CC 2014.app/Contents/Frameworks/boost_system.framework/Versions/A/boost_system
           0x102a8c000 -        0x102a92fff +com.adobe.boost_date_time.framework (8.0.0 - 8.0.0.0) <E189C45A-E466-3986-A066-7F5FA72BF848> /Applications/Adobe SpeedGrade CC 2014/Adobe SpeedGrade CC 2014.app/Contents/Frameworks/boost_date_time.framework/Versions/A/boost_date_time
           0x102aa9000 -        0x102ab7fff +com.adobe.boost_threads.framework (8.0.0 - 8.0.0.0) <E33B3F2F-93E6-3E16-A3A6-644564AA819E> /Applications/Adobe SpeedGrade CC 2014/Adobe SpeedGrade CC 2014.app/Contents/Frameworks/boost_threads.framework/Versions/A/boost_threads
           0x102ad6000 -        0x102d65fff +com.adobe.dvacore.framework (8.0.0 - 8.0.0.0) <03241185-CBD1-3B3F-A262-6F376410C895> /Applications/Adobe SpeedGrade CC 2014/Adobe SpeedGrade CC 2014.app/Contents/Frameworks/dvacore.framework/Versions/A/dvacore
           0x102fbb000 -        0x102feafff +com.adobe.dvamediatypes.framework (8.0.0 - 8.0.0.0) <881F4B60-5BF0-3885-86B2-32850F60B76B> /Applications/Adobe SpeedGrade CC 2014/Adobe SpeedGrade CC 2014.app/Contents/Frameworks/dvamediatypes.framework/Versions/A/dvamediatypes
           0x10301e000 -        0x103022ff7 +com.adobe.PRM.framework (8.0.0 - 8.0.0.141) <CEB18B59-8563-3F1F-A756-3DF191FD4701> /Applications/Adobe SpeedGrade CC 2014/Adobe SpeedGrade CC 2014.app/Contents/Frameworks/PRM.framework/Versions/A/PRM
           0x103030000 -        0x10307dfff +com.adobe.ASLFoundation.framework (8.0.0 - 8.0.0.141) <AB6BA2FA-9BEB-3A02-B99F-F3918520D2FA> /Applications/Adobe SpeedGrade CC 2014/Adobe SpeedGrade CC 2014.app/Contents/Frameworks/ASLFoundation.framework/Versions/A/ASLFoundation
           0x1030e7000 -        0x1030f8fff +com.adobe.ASLMessaging.framework (8.0.0 - 8.0.0.141) <18C028EA-C0AE-3913-9C2F-32FCE1A73D30> /Applications/Adobe SpeedGrade CC 2014/Adobe SpeedGrade CC 2014.app/Contents/Frameworks/ASLMessaging.framework/Versions/A/ASLMessaging
           0x103114000 -        0x103117fff +com.adobe.Memory.framework (8.0.0 - 8.0.0.141) <EEF80A05-5601-3372-9110-9283A8D0DEE9> /Applications/Adobe SpeedGrade CC 2014/Adobe SpeedGrade CC 2014.app/Contents/Frameworks/Memory.framework/Versions/A/Memory
           0x103120000 -        0x103130ff7 +com.adobe.ASLUnitTesting.framework (8.0.0 - 8.0.0.141) <71C2617B-9088-36E8-845A-2B32394EF762> /Applications/Adobe SpeedGrade CC 2014/Adobe SpeedGrade CC 2014.app/Contents/Frameworks/ASLUnitTesting.framework/Versions/A/ASLUnitTesting
           0x10314e000 -        0x1031b2ff7 +com.adobe.dvatransport.framework (8.0.0 - 8.0.0.0) <A13433E1-0924-347D-946B-889392C7BCB2> /Applications/Adobe SpeedGrade CC 2014/Adobe SpeedGrade CC 2014.app/Contents/Frameworks/dvatransport.framework/Versions/A/dvatransport
           0x103247000 -        0x103272ff7 +com.adobe.dvamarshal.framework (8.0.0 - 8.0.0.0) <7A3B6B9E-D3A5-339F-9891-CD57FBAADCA6> /Applications/Adobe SpeedGrade CC 2014/Adobe SpeedGrade CC 2014.app/Contents/Frameworks/dvamarshal.framework/Versions/A/dvamarshal
           0x1032b5000 -        0x1034f0fff +com.adobe.dynamiclink.framework (8.0.0 - 8.0.0.0) <1FADAE67-0E34-3F9D-9F92-164676C738DC> /Applications/Adobe SpeedGrade CC 2014/Adobe SpeedGrade CC 2014.app/Contents/Frameworks/dynamiclink.framework/Versions/A/dynamiclink
           0x103767000 -        0x1037eafff +com.adobe.MediaFoundation.framework (8.0.0 - 8.0.0.141) <C6DE9655-DA44-3730-96E9-6C8F290EAF12> /Applications/Adobe SpeedGrade CC 2014/Adobe SpeedGrade CC 2014.app/Contents/Frameworks/MediaFoundation.framework/Versions/A/MediaFoundation
           0x10389c000 -        0x10392fff7 +com.adobe.AudioRenderer.framework (8.0.0 - 8.0.0.141) <CA203EC0-B1AE-396D-894B-E99AA5D03A92> /Applications/Adobe SpeedGrade CC 2014/Adobe SpeedGrade CC 2014.app/Contents/Frameworks/AudioRenderer.framework/Versions/A/AudioRenderer
           0x1039f6000 -        0x103ae2ff7 +com.adobe.dvacaptioning.framework (8.0.0 - 8.0.0.0) <7F9E3171-5792-3DBB-B587-2ABF754C2C29> /Applications/Adobe SpeedGrade CC 2014/Adobe SpeedGrade CC 2014.app/Contents/Frameworks/dvacaptioning.framework/Versions/A/dvacaptioning
           0x103bb5000 -        0x103c17fff +com.adobe.dvatemporalxmp.framework (8.0.0 - 8.0.0.0) <C340C765-8699-3A01-8E8A-5BFA66FADD91> /Applications/Adobe SpeedGrade CC 2014/Adobe SpeedGrade CC 2014.app/Contents/Frameworks/dvatemporalxmp.framework/Versions/A/dvatemporalxmp
           0x103c55000 -        0x103c61ff7 +com.adobe.boost_signals.framework (8.0.0 - 8.0.0.0) <969C9F38-A7E9-3504-B94A-1A90BF40DA68> /Applications/Adobe SpeedGrade CC 2014/Adobe SpeedGrade CC 2014.app/Contents/Frameworks/boost_signals.framework/Versions/A/boost_signals
           0x103c7c000 -        0x103d22ff7 +com.adobe.AdobeXMPCore (Adobe XMP Core 5.6 -c 11 - 79.156380) <334C4A16-A9B5-315E-A4EE-727BB6D2FD32> /Applications/Adobe SpeedGrade CC 2014/Adobe SpeedGrade CC 2014.app/Contents/Frameworks/AdobeXMP.framework/Versions/A/AdobeXMP
           0x103db9000 -        0x103ecaff7 +com.adobe.AdobeXMPFiles (Adobe XMP Files 5.6 -f 106 - 79.156380) <8C878AC5-DA1E-36D9-B3C0-8039732CAF2F> /Applications/Adobe SpeedGrade CC 2014/Adobe SpeedGrade CC 2014.app/Contents/Frameworks/AdobeXMPFiles.framework/Versions/A/AdobeXMPFiles
           0x103f7f000 -        0x10404bff7 +com.adobe.dvametadata.framework (8.0.0 - 8.0.0.0) <E5D03571-5F6F-3DC7-B28E-8F13726F3538> /Applications/Adobe SpeedGrade CC 2014/Adobe SpeedGrade CC 2014.app/Contents/Frameworks/dvametadata.framework/Versions/A/dvametadata
           0x10412f000 -        0x104f72ff7 +com.adobe.Backend.framework (8.0.0 - 8.0.0.141) <F7D3F929-A310-3843-876C-494D1972B79B> /Applications/Adobe SpeedGrade CC 2014/Adobe SpeedGrade CC 2014.app/Contents/Frameworks/Backend.framework/Versions/A/Backend
           0x105c89000 -        0x105cc5fff +com.adobe.MLFoundation.framework (8.0.0 - 8.0.0.141) <561F2310-069A-3AAC-8118-C35F54BC26C7> /Applications/Adobe SpeedGrade CC 2014/Adobe SpeedGrade CC 2014.app/Contents/Frameworks/MLFoundation.framework/Versions/A/MLFoundation
           0x105d2b000 -        0x105e6afef +com.adobe.ImageRenderer.framework (8.0.0 - 8.0.0.141) <C2BE700C-F81E-3A49-83B1-BBD7F7ABE82B> /Applications/Adobe SpeedGrade CC 2014/Adobe SpeedGrade CC 2014.app/Contents/Frameworks/ImageRenderer.framework/Versions/A/ImageRenderer
           0x105f57000 -        0x105fcffff +com.adobe.VideoFrame.framework (8.0.0 - 8.0.0.141) <63E089B1-25AA-3468-AB6F-3C4F56F5D475> /Applications/Adobe SpeedGrade CC 2014/Adobe SpeedGrade CC 2014.app/Contents/Frameworks/VideoFrame.framework/Versions/A/VideoFrame
           0x106043000 -        0x10607cff7 +com.adobe.PluginSupport.framework (8.0.0 - 8.0.0.141) <735FE2BF-7EFF-32D7-BB4C-C3A964688281> /Applications/Adobe SpeedGrade CC 2014/Adobe SpeedGrade CC 2014.app/Contents/Frameworks/PluginSupport.framework/Versions/A/PluginSupport
           0x1060c1000 -        0x1060edfff +com.adobe.SweetPeaSupport.framework (8.0.0 - 8.0.0.141) <11B542CC-81DF-3B23-9DAC-654AABFA0017> /Applications/Adobe SpeedGrade CC 2014/Adobe SpeedGrade CC 2014.app/Contents/Frameworks/SweetPeaSupport.framework/Versions/A/SweetPeaSupport
           0x10612f000 -        0x106176ff7 +com.adobe.TransmitHost.framework (8.0.0 - 8.0.0.141) <F6BD63A0-3047-33B2-A350-F99B79D19A58> /Applications/Adobe SpeedGrade CC 2014/Adobe SpeedGrade CC 2014.app/Contents/Frameworks/TransmitHost.framework/Versions/A/TransmitHost
           0x1061cd000 -        0x1062f1ff7 +com.adobe.VideoRenderer.framework (8.0.0 - 8.0.0.141) <51262505-A92C-3898-8030-FE974FEDE1D6> /Applications/Adobe SpeedGrade CC 2014/Adobe SpeedGrade CC 2014.app/Contents/Frameworks/VideoRenderer.framework/Versions/A/VideoRenderer
           0x106434000 -        0x106489ff7 +com.adobe.AudioSupport.framework (8.0.0 - 8.0.0.141) <30C32A99-B403-3791-8917-8740506C6774> /Applications/Adobe SpeedGrade CC 2014/Adobe SpeedGrade CC 2014.app/Contents/Frameworks/AudioSupport.framework/Versions/A/AudioSupport
           0x1064e9000 -        0x1064edff7 +com.adobe.MediaUtils.framework (8.0.0 - 8.0.0.141) <1FEB096F-449E-3B2D-9B08-D1F4068A5653> /Applications/Adobe SpeedGrade CC 2014/Adobe SpeedGrade CC 2014.app/Contents/Frameworks/MediaUtils.framework/Versions/A/MediaUtils
           0x1064f7000 -        0x10668efff +com.adobe.ImporterHost.framework (8.0.0 - 8.0.0.141) <D4A48160-F2B9-3D77-84F7-F20ADEC53D63> /Applications/Adobe SpeedGrade CC 2014/Adobe SpeedGrade CC 2014.app/Contents/Frameworks/ImporterHost.framework/Versions/A/ImporterHost
           0x106838000 -        0x1068affff +com.adobe.PlayerHost.framework (8.0.0 - 8.0.0.141) <1CF1D440-5074-3A11-8AE6-B934FBDAECD6> /Applications/Adobe SpeedGrade CC 2014/Adobe SpeedGrade CC 2014.app/Contents/Frameworks/PlayerHost.framework/Versions/A/PlayerHost
           0x106951000 -        0x10698afff +com.adobe.AudioFilterHost.framework (8.0.0 - 8.0.0.141) <96D7630F-DE89-399E-8AED-22D620E9CB6C> /Applications/Adobe SpeedGrade CC 2014/Adobe SpeedGrade CC 2014.app/Contents/Frameworks/AudioFilterHost.framework/Versions/A/AudioFilterHost
           0x1069e1000 -        0x106adbfff +com.adobe.VideoFilterHost.framework (8.0.0 - 8.0.0.141) <B2B7F280-9C2F-35F6-BDE2-EA3EFFC6BAAE> /Applications/Adobe SpeedGrade CC 2014/Adobe SpeedGrade CC 2014.app/Contents/Frameworks/VideoFilterHost.framework/Versions/A/VideoFilterHost
           0x106bda000 -        0x106bf1fff +com.adobe.ProjectSupport.framework (8.0.0 - 8.0.0.141) <C430776B-48D2-3379-B49E-446FA23AC7D1> /Applications/Adobe SpeedGrade CC 2014/Adobe SpeedGrade CC 2014.app/Contents/Frameworks/ProjectSupport.framework/Versions/A/ProjectSupport
           0x106c1f000 -        0x106c33ff7 +com.adobe.ProjectConverterHost.framework (8.0.0 - 8.0.0.141) <1A41AED7-659B-3BBF-A67C-DEB609A56F6E> /Applications/Adobe SpeedGrade CC 2014/Adobe SpeedGrade CC 2014.app/Contents/Frameworks/ProjectConverterHost.framework/Versions/A/ProjectConverterHo st
           0x106c59000 -        0x106ca4ff7 +com.adobe.AudioFilters.framework (8.0.0 - 8.0.0.141) <0E785A7E-1138-3E10-973B-009D5C860B0F> /Applications/Adobe SpeedGrade CC 2014/Adobe SpeedGrade CC 2014.app/Contents/Frameworks/AudioFilters.framework/Versions/A/AudioFilters
           0x106d1d000 -        0x10719ffff +com.adobe.GPUFoundation.framework (8.0.0 - 8.0.0.141) <4EEB64AA-6A1F-3F79-B7F9-075E8A0ECA52> /Applications/Adobe SpeedGrade CC 2014/Adobe SpeedGrade CC 2014.app/Contents/Frameworks/GPUFoundation.framework/Versions/A/GPUFoundation
           0x107448000 -        0x10790aff7 +com.adobe.dvaui.framework (8.0.0 - 8.0.0.0) <C8297DB9-9EBF-37A9-88DC-86C2D9F78548> /Applications/Adobe SpeedGrade CC 2014/Adobe SpeedGrade CC 2014.app/Contents/Frameworks/dvaui.framework/Versions/A/dvaui
           0x107f19000 -        0x107f78ff7 +com.adobe.DynamicLinkMedia.framework (8.0.0 - 8.0.0.141) <8391A5CA-25E0-3A19-8E6A-15DC34E62E75> /Applications/Adobe SpeedGrade CC 2014/Adobe SpeedGrade CC 2014.app/Contents/Frameworks/DynamicLinkMedia.framework/Versions/A/DynamicLinkMedia
           0x108033000 -        0x108091fff +com.adobe.TitleRenderer.framework (8.0.0 - 8.0.0.141) <E36D1191-D787-390C-9662-E4F2B964D1C1> /Applications/Adobe SpeedGrade CC 2014/Adobe SpeedGrade CC 2014.app/Contents/Frameworks/TitleRenderer.framework/Versions/A/TitleRenderer
           0x108126000 -        0x10817bff7 +com.adobe.BravoInitializer.framework (8.0.0 - 8.0.0.141) <8D54B8E6-3C66-370D-A724-56C0814E1B08> /Applications/Adobe SpeedGrade CC 2014/Adobe SpeedGrade CC 2014.app/Contents/Frameworks/BravoInitializer.framework/Versions/A/BravoInitializer
           0x1081f2000 -        0x108339ff7 +com.adobe.ACE (AdobeACE 2.20.02.32392 - 2.20.02.32392) <EEA8A4D3-C123-3481-9814-D944EFB498EF> /Applications/Adobe SpeedGrade CC 2014/Adobe SpeedGrade CC 2014.app/Contents/Frameworks/AdobeACE.framework/Versions/A/AdobeACE
           0x10834d000 -        0x108682ff7 +com.adobe.AGM (AdobeAGM 4.30.32.32392 - 4.30.32.32392) <3DFB9C65-1183-3F0F-91F7-BC802DA3B984> /Applications/Adobe SpeedGrade CC 2014/Adobe SpeedGrade CC 2014.app/Contents/Frameworks/AdobeAGM.framework/Versions/A/AdobeAGM
           0x1086ee000 -        0x10870bfff +com.adobe.BIB (AdobeBIB 1.2.03.32392 - 1.2.03.32392) <56FC86F3-E5FC-3A4D-A8CF-4BB1BBA68753> /Applications/Adobe SpeedGrade CC 2014/Adobe SpeedGrade CC 2014.app/Contents/Frameworks/AdobeBIB.framework/Versions/A/AdobeBIB
           0x108713000 -        0x108a24fff +com.adobe.CoolType (AdobeCoolType 5.15.00.32392 - 5.15.00.32392) <B4AF88AD-C6DF-373A-A878-4106489B4B12> /Applications/Adobe SpeedGrade CC 2014/Adobe SpeedGrade CC 2014.app/Contents/Frameworks/AdobeCoolType.framework/Versions/A/AdobeCoolType
           0x108a6c000 -        0x108d44fe6 +libxerces-c-3.0.dylib (0) <46020284-EEA8-7D7B-388C-BF23A318C997> /Applications/Adobe SpeedGrade CC 2014/Adobe SpeedGrade CC 2014.app/Contents/Frameworks/libxerces-c-3.0.dylib
           0x108ec5000 -        0x108ee9fe7 +com.mainconcept.mc.enc.dv (9.8 - 9.8.11.6624) <B3F151F9-AE9D-86B9-EF98-495C061210F1> /Applications/Adobe SpeedGrade CC 2014/Adobe SpeedGrade CC 2014.app/Contents/Frameworks/mc_enc_dv.framework/Versions/9/mc_enc_dv
           0x108efd000 -        0x108f23fff +com.adobe.BIBUtils (AdobeBIBUtils 1.1.01 - 1.1.01) <249709DE-AF0D-349D-AAFB-35E580305B67> /Applications/Adobe SpeedGrade CC 2014/Adobe SpeedGrade CC 2014.app/Contents/Frameworks/AdobeBIBUtils.framework/Versions/A/AdobeBIBUtils
           0x108f2b000 -        0x108f4eff7 +com.adobe.dvaunittesting.framework (8.0.0 - 8.0.0.0) <BB72D627-34BF-3E5B-82DD-0A81A9F662CA> /Applications/Adobe SpeedGrade CC 2014/Adobe SpeedGrade CC 2014.app/Contents/Frameworks/dvaunittesting.framework/Versions/A/dvaunittesting
           0x108f8f000 -        0x109021fff +com.adobe.dvaaudiodevice.framework (8.0.0 - 8.0.0.0) <D92C1AC0-4CE8-3DA1-8FF5-0E946F813312> /Applications/Adobe SpeedGrade CC 2014/Adobe SpeedGrade CC 2014.app/Contents/Frameworks/dvaaudiodevice.framework/Versions/A/dvaaudiodevice
           0x1090e4000 -        0x10914dfff +com.adobe.QT32Client.framework (8.0.0 - 8.0.0.141) <D65727B2-ECF1-35F7-9E53-EF231AD6F381> /Applications/Adobe SpeedGrade CC 2014/Adobe SpeedGrade CC 2014.app/Contents/Frameworks/QT32Client.framework/Versions/A/QT32Client
           0x1091e5000 -        0x1091f4ff7 +com.adobe.dvacaptioningui.framework (8.0.0 - 8.0.0.0) <233F6FEB-ED97-369F-8F64-95DD4639577C> /Applications/Adobe SpeedGrade CC 2014/Adobe SpeedGrade CC 2014.app/Contents/Frameworks/dvacaptioningui.framework/Versions/A/dvacaptioningui
           0x109214000 -        0x1092d6fff +com.adobe.dvaeve.framework (8.0.0 - 8.0.0.0) <277C535A-FEAF-385D-A5F4-248EBEA149DA> /Applications/Adobe SpeedGrade CC 2014/Adobe SpeedGrade CC 2014.app/Contents/Frameworks/dvaeve.framework/Versions/A/dvaeve
           0x10942b000 -        0x109439ff7 +com.adobe.boost_filesystem.framework (8.0.0 - 8.0.0.0) <756BF412-0DEC-3396-826B-ACDB220755C3> /Applications/Adobe SpeedGrade CC 2014/Adobe SpeedGrade CC 2014.app/Contents/Frameworks/boost_filesystem.framework/Versions/A/boost_filesystem
           0x10944d000 -        0x10950eff7 +com.adobe.dvaaudiofilterhost.framework (8.0.0 - 8.0.0.0) <59B7BC66-57A8-3484-AB3A-1F3979170CDA> /Applications/Adobe SpeedGrade CC 2014/Adobe SpeedGrade CC 2014.app/Contents/Frameworks/dvaaudiofilterhost.framework/Versions/A/dvaaudiofilterhost
           0x1095fa000 -        0x109621ff7  com.apple.audio.CoreAudioKit (1.6.6 - 1.6.6) <E6FEB146-1384-3FDE-A9B4-3BC48DCEDC27> /System/Library/Frameworks/CoreAudioKit.framework/Versions/A/CoreAudioKit
           0x10963d000 -        0x1096fbfff +com.adobe.dvaworkspace.framework (8.0.0 - 8.0.0.0) <81A3CCA6-F437-3FCC-B49C-5EBD6AF9509E> /Applications/Adobe SpeedGrade CC 2014/Adobe SpeedGrade CC 2014.app/Contents/Frameworks/dvaworkspace.framework/Versions/A/dvaworkspace
           0x10980d000 -        0x10986fff7 +com.adobe.FontEngine.framework (8.0.0 - 8.0.0.141) <AA840C31-F7DC-34A2-9A65-92FC9A3C2DEF> /Applications/Adobe SpeedGrade CC 2014/Adobe SpeedGrade CC 2014.app/Contents/Frameworks/FontEngine.framework/Versions/A/FontEngine
           0x1098fb000 -        0x109914ff7 +com.adobe.TitleLayer.framework (8.0.0 - 8.0.0.141) <0B87CF1E-3382-36BB-B837-BA077445468D> /Applications/Adobe SpeedGrade CC 2014/Adobe SpeedGrade CC 2014.app/Contents/Frameworks/TitleLayer.framework/Versions/A/TitleLayer
           0x109aaf000 -        0x109abdff7 +com.adobe.TitleImageManager.framework (8.0.0 - 8.0.0.141) <817A7E41-1906-3FBA-BE55-B1DC555AEA62> /Applications/Adobe SpeedGrade CC 2014/Adobe SpeedGrade CC 2014.app/Contents/Frameworks/TitleImageManager.framework/Versions/A/TitleImageManager
           0x109ad9000 -        0x109b58fff +com.adobe.TitleCharacterFactory.framework (8.0.0 - 8.0.0.141) <AA54483F-8E50-36A5-826D-304E6C9DCA0E> /Applications/Adobe SpeedGrade CC 2014/Adobe SpeedGrade CC 2014.app/Contents/Frameworks/TitleCharacterFactory.framework/Versions/A/TitleCharacterFac tory
           0x109bb5000 -        0x109c98fff +com.adobe.TitleCG.framework (8.0.0 - 8.0.0.141) <E405431C-AEAB-305C-8E61-61CA1EA44904> /Applications/Adobe SpeedGrade CC 2014/Adobe SpeedGrade CC 2014.app/Contents/Frameworks/TitleCG.framework/Versions/A/TitleCG
           0x109d30000 -        0x109fb0fff +com.adobe.TitleLayout.framework (8.0.0 - 8.0.0.141) <331CB986-E666-32F7-B4AC-939CDD5D2DF5> /Applications/Adobe SpeedGrade CC 2014/Adobe SpeedGrade CC 2014.app/Contents/Frameworks/TitleLayout.framework/Versions/A/TitleLayout
           0x10a5ea000 -        0x10a5f2ff3  libCGCMS.A.dylib (599.23.13) <59F7AEED-90EB-35C2-85A6-5BC44CC9B3FA> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGCMS.A.dylib
           0x10c1e4000 -        0x10c1e7ffa  libCGXType.A.dylib (599.23.13) <E459DD26-592F-3DBD-8C47-B342ECE8FFD3> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
           0x10c4c9000 -        0x10c56cff7  ColorSyncDeprecated.dylib (426) <1EBD0729-A174-3EA5-B226-DE63C2E89D14> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync. framework/Versions/A/Resources/ColorSyncDeprecated.dylib
           0x10c5b4000 -        0x10c5dcffb  libRIP.A.dylib (599.23.13) <FFE421E6-CB15-3F9D-ADF4-679E26B09892> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
           0x10c7f1000 -        0x10c7f5ffd  com.apple.audio.AppleHDAHALPlugIn (2.6.1 - 2.6.1f2) <E5405175-7735-3F30-97ED-F44645033DC7> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bundle/Conten ts/MacOS/AppleHDAHALPlugIn
           0x110348000 -        0x1104e8ff7  GLEngine (9.6.1) <28300FBD-E3B2-35D2-BB54-77DCE62FC371> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
           0x110524000 -        0x11054dfff  GLRendererFloat (9.6.1) <23A2C705-F932-335D-B27B-565A30333460> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GLRendererFl oat
           0x116d8c000 -        0x116d8eff7  com.apple.textencoding.unicode (2.6 - 2.6) <0EEF0283-1ACA-3147-89B4-B4E014BFEC52> /System/Library/TextEncodings/Unicode Encodings.bundle/Contents/MacOS/Unicode Encodings
           0x118a65000 -        0x118d17ff7 +com.adobe.ImporterQuickTime.framework (8.0.0 - 8.0.0.141) <368ADF9C-738E-321B-912B-730D3BE80E4B> /Applications/Adobe SpeedGrade CC 2014/Adobe SpeedGrade CC 2014.app/Contents/Plug-ins/Common/ImporterQuickTime.bundle/Contents/MacOS/ImporterQuickTi me
           0x118ed8000 -        0x118ff1fef +com.mainconcept.mc.dec.mp2v (9.8 - 9.8.11.6624) <ADC1D391-89AA-E18F-05C0-58793FED6DC8> /Applications/Adobe SpeedGrade CC 2014/Adobe SpeedGrade CC 2014.app/Contents/Frameworks/mc_dec_mp2v.framework/Versions/9/mc_dec_mp2v
           0x118ff4000 -        0x119017fff +com.adobe.QTParser.framework (8.0.0 - 8.0.0.141) <E1A473D9-581D-3134-AC0F-C83000982A0C> /Applications/Adobe SpeedGrade CC 2014/Adobe SpeedGrade CC 2014.app/Contents/Frameworks/QTParser.framework/Versions/A/QTParser
           0x119036000 -        0x1190e8fef +com.adobe.IPPMPEGDecoder.framework (8.0.0 - 8.0.0.141) <FA1C0CC3-BB78-31E1-BC09-38EDD87F8C56> /Applications/Adobe SpeedGrade CC 2014/Adobe SpeedGrade CC 2014.app/Contents/Frameworks/IPPMPEGDecoder.framework/Versions/A/IPPMPEGDecoder
           0x119127000 -        0x119447fe7 +com.adobe.CodecSupport.framework (8.0.0 - 8.0.0.141) <A19171FC-4ADA-3E72-A6F2-D0AB90812DDC> /Applications/Adobe SpeedGrade CC 2014/Adobe SpeedGrade CC 2014.app/Contents/Frameworks/CodecSupport.framework/Versions/A/CodecSupport
           0x1195b0000 -        0x1197b2fcf +com.mainconcept.mc.bc.dec.avc (9.8 - 9.8.11.6624) <436641E8-7C73-4346-5740-EDA0C61A2379> /Applications/Adobe SpeedGrade CC 2014/Adobe SpeedGrade CC 2014.app/Contents/Frameworks/mc_bc_dec_avc.framework/Versions/9/mc_bc_dec_avc
           0x1197bb000 -        0x11990ffeb +com.mainconcept.mc.dec.mp4v (9.8 - 9.8.11.6624) <F27870EB-399B-9898-B03B-47009790E2C5> /Applications/Adobe SpeedGrade CC 2014/Adobe SpeedGrade CC 2014.app/Contents/Frameworks/mc_dec_mp4v.framework/Versions/9/mc_dec_mp4v
           0x119918000 -        0x1199f4fe7 +libmp4decMT.dylib (1.1.3) <A663DA9C-874F-742A-58B2-B5665D99CA03> /Applications/Adobe SpeedGrade CC 2014/Adobe SpeedGrade CC 2014.app/Contents/Frameworks/libmp4decMT.dylib
           0x119a4d000 -        0x119aa3fff +com.adobe.PlayerMediaCore.framework (8.0.0 - 8.0.0.141) <2D639F2C-280A-3E07-8B18-7642AFBE7C0E> /Applications/Adobe SpeedGrade CC 2014/Adobe SpeedGrade CC 2014.app/Contents/Plug-ins/Common/PlayerMediaCore.bundle/Contents/MacOS/PlayerMediaCore
           0x119afd000 -        0x119b45ff7 +com.adobe.DisplaySurface.framework (8.0.0 - 8.0.0.141) <C9C43902-90F9-3A1A-BE5D-C15B702C1569> /Applications/Adobe SpeedGrade CC 2014/Adobe SpeedGrade CC 2014.app/Contents/Frameworks/DisplaySurface.framework/Versions/A/DisplaySurface
           0x119b9c000 -        0x119bccfff +com.adobe.RendererCPU.framework (8.0.0 - 8.0.0.141) <3CDF0782-0E4C-360F-987B-5AA7A9D31D7A> /Applications/Adobe SpeedGrade CC 2014/Adobe SpeedGrade CC 2014.app/Contents/Frameworks/RendererCPU.framework/Versions/A/RendererCPU
           0x119c05000 -        0x119d45ff7 +com.adobe.RendererGPU.framework (8.0.0 - 8.0.0.141) <BBA8B0B2-228A-3939-B59A-645C82D0A35C> /Applications/Adobe SpeedGrade CC 2014/Adobe SpeedGrade CC 2014.app/Contents/Frameworks/RendererGPU.framework/Versions/A/RendererGPU
           0x119f62000 -        0x119f73ff7 +com.adobe.PremiereFiltersMetaPlugin.framework (8.0.0 - 8.0.0.141) <CA1053A8-97AC-375E-9F91-5B24CBFE46BC> /Applications/Adobe SpeedGrade CC 2014/Adobe SpeedGrade CC 2014.app/Contents/Plug-ins/Common/PremiereFiltersMetaPlugin.prmp/Contents/MacOS/PremiereF iltersMetaPlugin
           0x119f88000 -        0x119f99fff +com.adobe.TransitionsMetaPlugin.framework (8.0.0 - 8.0.0.141) <E9F66B45-66E4-3E24-8FEE-01679C5E35CC> /Applications/Adobe SpeedGrade CC 2014/Adobe SpeedGrade CC 2014.app/Contents/Plug-ins/Common/TransitionsMetaPlugin.prmp/Contents/MacOS/TransitionsMe taPlugin
           0x11aafe000 -        0x11ab01ff7 +com.adobe.Opacity.framework (8.0.0 - 8.0.0.141) <8C7C46D7-91B4-3D6A-B22E-8890BB2A487F> /Applications/Adobe SpeedGrade CC 2014/Adobe SpeedGrade CC 2014.app/Contents/Plug-ins/Common/Opacity.bundle/Contents/MacOS/Opacity
           0x11ab0a000 -        0x11ab0dff7 +com.adobe.Motion.framework (8.0.0 - 8.0.0.141) <D9BACE81-AF3E-3403-B870-814B399590E1> /Applications/Adobe SpeedGrade CC 2014/Adobe SpeedGrade CC 2014.app/Contents/Plug-ins/Common/Motion.bundle/Contents/MacOS/Motion
           0x121a4a000 -        0x121a89ff7 +com.adobe.AAM.AdobeUpdaterNotificationFramework (UpdaterNotifications 8.0.0.14 - 8.0.0.14) <FC7DECBD-48F6-3E2F-8E40-42F19885B415> /Applications/Adobe SpeedGrade CC 2014/Adobe SpeedGrade CC 2014.app/Contents/Frameworks/UpdaterNotifications.framework/Versions/A/UpdaterNotificatio ns
           0x122536000 -        0x122562ff7 +com.adobe.ImporterMPEG.framework (8.0.0 - 8.0.0.141) <AB682B01-5004-34B5-B658-15FF3FA8C25F> /Applications/Adobe SpeedGrade CC 2014/Adobe SpeedGrade CC 2014.app/Contents/Plug-ins/Common/ImporterMPEG.bundle/Contents/MacOS/ImporterMPEG
           0x123f0b000 -        0x123f24fff +com.adobe.ImporterFastMPEG.framework (8.0.0 - 8.0.0.141) <EC483748-8C8C-3B10-BF7F-CB47661D9B93> /Applications/Adobe SpeedGrade CC 2014/Adobe SpeedGrade CC 2014.app/Contents/Plug-ins/Common/ImporterFastMPEG.bundle/Contents/MacOS/ImporterFastMPEG
           0x126810000 -        0x1268efff3 +com.mainconcept.mc.mfimport (9.8 - 9.8.11.6624) <8D0E0AB2-CD0C-AFCF-4A32-D608A637F0B7> /Applications/Adobe SpeedGrade CC 2014/Adobe SpeedGrade CC 2014.app/Contents/Frameworks/mc_mfimport.framework/Versions/9/mc_mfimport
        0x123400000000 -     0x123400435ff7  com.apple.driver.AppleIntelHD5000GraphicsGLDriver (8.26.34 - 8.2.6) <D900EBB2-0E47-3DB8-8AA7-A795652167C9> /System/Library/Extensions/AppleIntelHD5000GraphicsGLDriver.bundle/Contents/MacOS/AppleIn telHD5000GraphicsGLDriver
        0x7fff6f6fd000 -     0x7fff6f730817  dyld (239.4) <042C4CED-6FB2-3B1C-948B-CAF2EE3B9F7A> /usr/lib/dyld
        0x7fff87a8f000 -     0x7fff87b51ff5  com.apple.CoreText (367.20 - 367.20) <B80D086D-93A9-3C35-860E-9C3FDD027F3B> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
        0x7fff87b52000 -     0x7fff87b5cfff  libcommonCrypto.dylib (60049) <8C4F0CA0-389C-3EDC-B155-E62DD2187E1D> /usr/lib/system/libcommonCrypto.dylib
        0x7fff87b87000 -     0x7fff87b90fff  com.apple.speech.synthesis.framework (4.7.1 - 4.7.1) <383FB557-E88E-3239-82B8-15F9F885B702> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynt hesis.framework/Versions/A/SpeechSynthesis
        0x7fff87b91000 -     0x7fff87bc5fff  libssl.0.9.8.dylib (50) <B15F967C-B002-36C2-9621-3456D8509F50> /usr/lib/libssl.0.9.8.dylib
        0x7fff87c3c000 -     0x7fff87c63ff7  libsystem_network.dylib (241.3) <8B1E1F1D-A5CC-3BAE-8B1E-ABC84337A364> /usr/lib/system/libsystem_network.dylib
        0x7fff87c64000 -     0x7fff87cf0ff7  com.apple.ink.framework (10.9 - 207) <8A50B893-AD03-3826-8555-A54FEAF08F47> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/ A/Ink
        0x7fff87cf1000 -     0x7fff87cf1fff  com.apple.Cocoa (6.8 - 20) <E90E99D7-A425-3301-A025-D9E0CD11918E> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
        0x7fff87cff000 -     0x7fff87d37ff7  com.apple.RemoteViewServices (2.0 - 94) <3F34D630-3DDB-3411-BC28-A56A9B55EBDA> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServi ces
        0x7fff87d38000 -     0x7fff87d39ff7  com.apple.print.framework.Print (9.0 - 260) <EE00FAE1-DA03-3EC2-8571-562518C46994> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Version s/A/Print
        0x7fff87e37000 -     0x7fff87e3affc  com.apple.IOSurface (91.1 - 91.1) <D00EEB0C-8AA8-3986-90C1-C97B2486E8FA> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
        0x7fff87e3b000 -     0x7fff87ea7fff  com.apple.framework.IOKit (2.0.1 - 907.100.13) <057FDBA3-56D6-3903-8C0B-849214BF1985> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
        0x7fff87f7a000 -     0x7fff88224ff5  com.apple.HIToolbox (2.1.1 - 698) <A388E773-AE7B-3FD1-8662-A98E6E24EA16> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Ver sions/A/HIToolbox
        0x7fff88238000 -     0x7fff88267fd2  libsystem_m.dylib (3047.16) <B7F0E2E4-2777-33FC-A787-D6430B630D54> /usr/lib/system/libsystem_m.dylib
        0x7fff88284000 -     0x7fff88286fff  libCVMSPluginSupport.dylib (9.6.1) <FB37F4C4-1E84-3349-BB03-92CA0A5F6837> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dyl ib
        0x7fff88524000 -     0x7fff8853dff7  com.apple.Kerberos (3.0 - 1) <F108AFEB-198A-3BAF-BCA5-9DFCE55EFF92> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
        0x7fff8853e000 -     0x7fff8858cff7  com.apple.opencl (2.3.59 - 2.3.59) <044485A4-A50C-34CE-A1F9-35A50CC68313> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
        0x7fff888f2000 -     0x7fff88bc6fc7  com.apple.vImage (7.0 - 7.0) <D241DBFA-AC49-31E2-893D-EAAC31890C90> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Ve rsions/A/vImage
        0x7fff88bca000 -     0x7fff88bd4ff7  com.apple.bsd.ServiceManagement (2.0 - 2.0) <2D27B498-BB9C-3D88-B05A-76908A8A26F3> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
        0x7fff88c1c000 -     0x7fff88c2afff  com.apple.CommerceCore (1.0 - 42) <ACC2CE3A-913A-39E0-8344-B76F8F694EF5> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCor e.framework/Versions/A/CommerceCore
        0x7fff88c2b000 -     0x7fff88c33ffc  libGFXShared.dylib (9.6.1) <25BBF325-AC57-3BAA-9427-2D14CC243AE6> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
        0x7fff89226000 -     0x7fff89236ffb  libsasl2.2.dylib (170) <C8E25710-68B6-368A-BF3E-48EC7273177B> /usr/lib/libsasl2.2.dylib
        0x7fff89237000 -     0x7fff89238ff7  libDiagnosticMessagesClient.dylib (100) <4CDB0F7B-C0AF-3424-BC39-495696F0DB1E> /usr/lib/libDiagnosticMessagesClient.dylib
        0x7fff89239000 -     0x7fff892bafff  com.apple.CoreSymbolication (3.0.1 - 141.0.5) <20E484C4-9F0E-3DF6-BB27-D509859FF57A> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolicatio n
        0x7fff89518000 -     0x7fff89532fff  libdispatch.dylib (339.92.1) <C4E4A18D-3C3B-3C9C-8709-A4270D99

    I tried 3.0 and the latest book now opens and ADE says it is on KOBO after I drag it there, but when I disconnect and open KOBO itself it is not there.

Maybe you are looking for