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

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

  • IOS app crashes on return from cameraUI - a memory allocation problem?

    hey all
    trying to finish my first app
    when running on iOS, the app SOMETIMES crashes after returning from cameraUI (either "use"/MediaEvent.COMPLETE or "cancel"/Event.CANCEL).
    when i exit some other running apps on my iPhone 3Gs (and not that many are open), the problem goes away, which makes me think this is some memory allocation problem
    in that aspect, can i trust the iOS to exit inactive applications to allocate more memory for my, currently active, AIR app?
    (there is no memory leak)
    this is an iPhone 3Gs running os version 4.3.5
    the app was made with Flash Pro 5.5 overlayed with the AIR 3.1 sdk, and deployed using the "deploy for app store" type (which should be the most bug-free)
    (no crashes on Android or desktop versions)
    anyone had this cameraUI problem or a similar one where an app crashes if more then some numbers of apps are open?
    thanx
    Saar

    I don't get this. Its beyond frustrating:
    we are not talking about using an uncommon phone capability, access to a phones camera is about the most basic native level of access you would be looking for in a mobile framework
    we are not talking about an edge case in usage, just trying to take a simple picture consistently
    we are not talking about a feature issue where it doesn't quite work the way you want, it crashes the whole app hard! 
    we are not talking about a hard to recreate, only happening to a few people case - it seems from what I have read the Camera integration is fundamentally broken and I have spent days researching this and only found frustration from people out there
    we are not talking about an issue that does not have consequences - in several places on this forum and others people have emphasized how it is affecting their platform decisions, ability to submit apps. You even have people on this board recommending that not to use Flex Mobile and move to other platforms. Not what you want to be happening to when you are at the adoption phase of a new product.
    And that is the response - on this thread and here http://forums.adobe.com/message/4125590#4125590 - we know its an issue but we don't know when it will be fixed and no proactive communication on status - only a growing body of people like me getting increasingly frustrated. What does it take for an issue to be a show stopper? priority 1? affecting customer decisions priority?
    In my case I am in place where I am trying to make a platform decision and since this experience has happened I have subscribed to the live feed for this forum and as many relevant Adoble blogs, news feed etc. as I could find. I did this to get a feel for how well Adobe is supporting the mobile development on the AIR platform. Something increasingly important given recent decisions.
    My perception so far is quite poor especially for a recently released product, i.e. 4.6 release. In fact the release that finally addresses performance enough to make AIR mobile development a risk free decision. You would expect Adobe to be all over the boards like this - with core developers, platform experts contributing actively. My perception, rightly or wrongly, is of a community trying to support itself without much help, or clear communication from Adobe. In fact if you look at the the articles coming out of Adobe recently its all phonegap, html5 etc. It does not fill you with confidence for the future.
    To be clear - I have had a great experience with actionscript, flex etc and as a company we have developed the backend portion of our platform solely on Flex. I don't believe that we could have done it any other way and even now when I look at the alternatives for web development I feel vindicated in our decision.
    However, this rant is caused by a genuine frustration and fear. I don't expect this to get a meaningful response but maybe if there are enough voices it will create an overall improvement.
    Sean

  • Powershell unzip with shell.application not working when launched from windows service

    I have a deployment agent on a machine implemented as a windows service. Service is 32-bit and runs on windows server 2008R2 x64 SP1 with powershell V2. Powershell script requires elevation and to run under x64 because of dependency to powershell module
    'IIS Administration'. To achieve this, the service starts a cmd file which in turn launches powershell x64 console:
    C:\WINDOWS\sysnative\WindowsPowerShell\v1.0\powershell.exe "Start-Process C:\WINDOWS\system32\WindowsPowerShell\v1.0\powershell -ArgumentList '-ExecutionPolicy Bypass -NoLogo -NonInteractive -NoProfile -File C:\Temp\EndJobCmd\Install.ps1' -Verb RunAs"
    This seems to work well. The problem I have is that the script has a sequence where it unpacks a zip file to a destination folder using shell.application, this works fine when triggered manually on the server or through the task scheduler, but when triggered
    from the service it does not extract any files at all (cannot see any errors thrown by the script but it seems to continue to execute as it logs a successful message to the event log after finishing).
    Unzip sequence looks like:
    $shell = New-Object -com shell.application
    $pkg = $shell.namespace($sourceFile)
    $installDir = $shell.namespace($targetDir)
    $installDir.Copyhere($pkg.items(), 20)
    Any advice greatly appreciated. I have searched some and seen a few people with similar issue but have yet to find a solution.

    If it's still actual, I managed to fix this with having CopyHere params equal 1564. 
    So in my case extract zip function looks like:
    function Expand-ZIPFile{
    param(
    $file, $destination
    $shell = new-object -com shell.application
    $zip = $shell.NameSpace($file)
    foreach($item in $zip.items())
    $shell.Namespace($destination).copyhere($item,1564)
    "$($item.path) extracted"
    1564 description can be found here - http://msdn.microsoft.com/en-us/library/windows/desktop/bb787866(v=vs.85).aspx:
    (4) Do not display a progress dialog box.
    (8) Give the file being operated on a new name in a move, copy, or rename operation if a file with the target name already exists.
    (16) Respond with "Yes to All" for any dialog box that is displayed.
    (512) Do not confirm the creation of a new directory if the operation requires one to be created.
    (1024) Do not display a user interface if an error occurs.

  • Media Encoder crashes when exporting from Premiere Pro

    Media Encoder crashes when exporting from Premiere Pro. I am queueing multiple files for export and Media Encoder will crash. The computer system has 32GB of RAM and the videos export fine in Premiere, but that requires exporting each one individually. Each video file is being down converted and some can be quite long (upwards of 3-5 hours). Nothing else is running on the computer that would take up memory.
    Any idea why Media Encoder will crash?

    Try turning off GPU acceleration.

  • Oracle.apps.fnd.soa.util.SOAException: ServiceProcessingError: Exception returned from JCA Service Runtime. file:/u01/oracle/VIS/inst/apps/VIS_oracle-ebs/soa/PLSQL/4892/XXBT_MIDAS_ORDER_CREATION.wsdl

    we are getting below issue while generating WSDL .Can you please help me some one ?
    Error Description
    Error occured while service was processing. 
    Error Details
    oracle.apps.fnd.soa.util.SOAException: ServiceProcessingError: Exception returned from JCA Service Runtime. file:/u01/oracle/VIS/inst/apps/VIS_oracle-ebs/soa/PLSQL/4892/XXBT_MIDAS_ORDER_CREATION.wsdl [ XXBT_MIDAS_ORDER_CREATION_ptt::XXBT_MIDAS_ORDER_CREATION(InputParameters,OutputParameters) ] - WSIF JCA Execute of operation 'XXBT_MIDAS_ORDER_CREATION' failed due to: Could not instantiate InteractionSpec oracle.tip.adapter.apps.AppsStoredProcedureInteractionSpec due to: Error while setting JCA WSDL Property. Property setIRepOverloadSeq is not defined for oracle.tip.adapter.apps.AppsStoredProcedureInteractionSpec Please verify the spelling of the property. ; nested exception is: ORABPEL-12532 Error while setting JCA WSDL Property. Property setIRepOverloadSeq is not defined for oracle.tip.adapter.apps.AppsStoredProcedureInteractionSpec Please verify the spelling of the property. ; nested exception is: org.collaxa.thirdparty.apache.wsif.WSIFException: Could not instantiate InteractionSpec oracle.tip.adapter.apps.AppsStoredProcedureInteractionSpec due to: Error while setting JCA WSDL Property. Property setIRepOverloadSeq is not defined for oracle.tip.adapter.apps.AppsStoredProcedureInteractionSpec Please verify the spelling of the property. ; nested exception is: ORABPEL-12532 Error while setting JCA WSDL Property. Property setIRepOverloadSeq is not defined for oracle.tip.adapter.apps.AppsStoredProcedureInteractionSpec Please verify the spelling of the property. at oracle.apps.fnd.soa.provider.services.jca.JCAHandler.invoke(JCAHandler.java:169) at oracle.apps.fnd.soa.provider.services.jca.JCAHandler.handleRequest(JCAHandler.java:113) at oracle.apps.fnd.soa.provider.SOAProvider.processMessage(SOAProvider.java:342) at oracle.j2ee.ws.server.provider.ProviderProcessor.doEndpointProcessing(ProviderProcessor.java:956) at oracle.j2ee.ws.server.WebServiceProcessor$1.run(WebServiceProcessor.java:358) at java.security.AccessController.doPrivileged(Native Method) at javax.security.auth.Subject.doAs(Subject.java:396) at oracle.j2ee.ws.server.WebServiceProcessor.invokeEndpointImplementation(WebServiceProcessor.java:355) at oracle.j2ee.ws.server.provider.ProviderProcessor.doRequestProcessing(ProviderProcessor.java:466) at oracle.j2ee.ws.server.WebServiceProcessor.processRequest(WebServiceProcessor.java:114) at oracle.j2ee.ws.server.WebServiceProcessor.doService(WebServiceProcessor.java:96) at oracle.j2ee.ws.server.WebServiceServlet.doPost(WebServiceServlet.java:194) at javax.servlet.http.HttpServlet.service(HttpServlet.java:763) at javax.servlet.http.HttpServlet.service(HttpServlet.java:856) at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:713) at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370) at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871) at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453) at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:313) at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:199) at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260) at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303) at java.lang.Thread.run(Thread.java:619) org.collaxa.thirdparty.apache.wsif.WSIFException: file:/u01/oracle/VIS/inst/apps/VIS_oracle-ebs/soa/PLSQL/4892/XXBT_MIDAS_ORDER_CREATION.wsdl [ XXBT_MIDAS_ORDER_CREATION_ptt::XXBT_MIDAS_ORDER_CREATION(InputParameters,OutputParameters) ] - WSIF JCA Execute of operation 'XXBT_MIDAS_ORDER_CREATION' failed due to: Could not instantiate InteractionSpec oracle.tip.adapter.apps.AppsStoredProcedureInteractionSpec due to: Error while setting JCA WSDL Property. Property setIRepOverloadSeq is not defined for oracle.tip.adapter.apps.AppsStoredProcedureInteractionSpec 

    Hi HDeiby,
    I didn't find the "setIRepOverloadSeq" in wsdl file.i have verified all wsdl files but i didn't find. Please let me know excat file name .
    [applmgr@oracle-ebs 4892]$ ls -ltr
    total 24
    -rwxrwxrwx 1 applmgr dba 3167 Sep  5 02:46 XXBT_MIDAS_ORDER_CREATION.wsdl
    -rwxrwxrwx 1 applmgr dba  706 Sep  5 02:46 XXBT_MIDAS_ORDER_CREATION_PKG.wsdl
    -rwxrwxrwx 1 applmgr dba 3534 Sep  5 02:46 XXBT_MIDAS_ORDER_CREATION_PKG_soap.wsdl
    -rwxrwxrwx 1 applmgr dba 3328 Sep  5 02:46 XXBT_MIDAS_ORDER_CREATION_PKG_soap_http.wsdl
    -rwxrwxrwx 1 applmgr dba 1328 Sep  5 02:46 APPS_XXBT_MIDAS_ORDER_CREATION_PKG_XXBT_MIDAS_ORDER_CREATION.xsd
    -rwxrwxrwx 1 applmgr dba 1245 Sep  5 02:46 AppsContextHeader.wsdl

  • DW CS3 Crashes When Switching from Design View to Code View

    The page opens in code view, and when I try to switch to
    either split or design view, the application freezes.

    read my reply
    Date: Thu, 30 May 2013 20:27:49 -0700
    From: [email protected]
    To: [email protected]
    Subject: dreamweaver cs6 crashes when switching from design to live view
        Re: dreamweaver cs6 crashes when switching from design to live view
        created by Preran in Dreamweaver - View the full discussion
    Hi,
    Can you try the solutions mentioned in this document?
    http://helpx.adobe.com/dreamweaver/kb/crash-live-view-dreamweaver-cs5. html
    Thanks,
    Preran
         Please note that the Adobe Forums do not accept email attachments. If you want to embed a screen image in your message please visit the thread in the forum to embed the image at http://forums.adobe.com/message/5367198#5367198
         Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: http://forums.adobe.com/message/5367198#5367198
         To unsubscribe from this thread, please visit the message page at http://forums.adobe.com/message/5367198#5367198. In the Actions box on the right, click the Stop Email Notifications link.
         Start a new discussion in Dreamweaver by email or at Adobe Community
      For more information about maintaining your forum email notifications please go to http://forums.adobe.com/message/2936746#2936746.

  • Dreamweaver cs6 crashes when switching from design to live view

    dreamweaver cs6 crashes when switching from design to live view

    read my reply
    Date: Thu, 30 May 2013 20:27:49 -0700
    From: [email protected]
    To: [email protected]
    Subject: dreamweaver cs6 crashes when switching from design to live view
        Re: dreamweaver cs6 crashes when switching from design to live view
        created by Preran in Dreamweaver - View the full discussion
    Hi,
    Can you try the solutions mentioned in this document?
    http://helpx.adobe.com/dreamweaver/kb/crash-live-view-dreamweaver-cs5. html
    Thanks,
    Preran
         Please note that the Adobe Forums do not accept email attachments. If you want to embed a screen image in your message please visit the thread in the forum to embed the image at http://forums.adobe.com/message/5367198#5367198
         Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: http://forums.adobe.com/message/5367198#5367198
         To unsubscribe from this thread, please visit the message page at http://forums.adobe.com/message/5367198#5367198. In the Actions box on the right, click the Stop Email Notifications link.
         Start a new discussion in Dreamweaver by email or at Adobe Community
      For more information about maintaining your forum email notifications please go to http://forums.adobe.com/message/2936746#2936746.

  • Crashing when waking from sleep

    This has just recently started, but my mac pro now occasionally (increasingly) crashes when waken from sleep. I've verified disks, repaired permissions in safe mode, reset my preferences, all of that fun stuff but it continues. Attached are screenshots of my error reports. I would appreciate it if anyone could provide some feedback as to what appears to be the problem.
    http://brandondavis.us/me/problem1.jpg
    http://brandondavis.us/me/problem2.jpg
    http://brandondavis.us/me/problem3.jpg
    http://brandondavis.us/me/problem4.jpg

    Check your BIOS revision. If it is below 5.10 get update here:
    http://h10025.www1.hp.com/ewfrf/wc/softwareDownloadIndex?softwareitem=pv-68611-1&lc=en&dlc=en&cc=us&...=
    It should solve the issue with resuming from sleep mode.
    JT
    I work for HP but my posts and replies are my own.
    **Click the KUDOS star on the left to say 'Thanks'**
    Make it easier for other people to find solutions by marking a Reply 'Accept as Solution' if it solves your problem.

  • Trigger fire when return from called form

    Witch triggers fire when returning from a called form in my master form?

    There is no trigger that fires in such events for calling form.
    It depends on your requirement.You can use WHEN-BUTTON-PRESSED trigger.
    DECLARE
    search_list paramlist;
    where_string varchar2(100);
    BEGIN
         search_list:=get_parameter_list('search_paramlist');
         IF NOT id_null(search_list) then
                   destroy_parameter_list(search_list);
         END IF;
         search_list:=create_parameter_list('search_paramlist');
         add_parameter(search_list,'P_SEARCH_SQL',text_parameter,'');
         call_form('E:\subhas\Oracle Tools\Oracle Form\Subhas_form\SEARCH.fmx',no_hide,no_replace,query_only,search_list);
    END;
    Subhas

  • Can objects returned from web services be cast to strongly typed objects?

    Can objects returned from web services be cast to strongly
    typed objects?
    Last I tried this was with one of the beta of Flex2 and it
    did not work. You had to use ObjectProxy or something like that...
    Thanks

    Please post this question in the CRM On Demand Integration Development forum.

  • QT Player 7.0.2 crashes when encoding from MJPEG into H.264

    Another interesting thing about QT 7.0.2 (first one was 10GB bug, check my earlier thread here) - it crashes when the user switches to another account and back while the QT Player encodes MJPEG video into H.264. How to reproduce this bug, step by step:
    1) open any MJPEG video in QT Player 7.0.2, could be in MOV or in AVI, doesn't make difference which
    2) do File->Export
    3) choose "Movie to QuickTime Movie" in the "Export" drop-down menu
    4) in the "Save exported file as" dialog go to Options->Video->Settings and set H.264 as your output video codec, encoding settings don't make a difference as well
    5) close "Movie settings" dialog, then click "Save" in "Save exported file as" dialog
    6) QT Player starts encoding your MJPEG video into H.264 video, the small "Progress" window appears with a progress bar inside
    7) now switch to another user account using Fast User Switching feature of Windows XP
    8) switch back to the account where QT Player was encoding your MJPEG video
    9) observe the crash window - your QT Player has joined his ancestors now
    Can anyone reproduce this? If yes, please post your crash dump here, so that I can send another bugreport to Apple (10GB bugreport is in the works now, almost done
    If you follow all the steps above and your QT Player does NOT crash, please post the details about your system. My setup is QT Player Pro 7.0.2 and Windows XP Pro SP2. Also post the details about your MJPEG file - the codec you used to encode it (mine two codecs were Pegasus PicVideo 3 and Apple Motion JPEG A), and the resolution (mine was 720x480).

    when i said i couldn't do audio and video at the same time i meant that i cannot edit and process video and at the same time record or edit ADR, sound effects. i have an audio engineer in the audio room working on the audio while i work on the video. is that clear?
    Yeah, now it sounds reasonable. You possibly could do that on a single computer using X Windows or Windows Terminal Server but it's totally different topic.
    as for fast user switching...here's a comment from another forum... "just don't use fast user switching, it isn't implemented well and it breaks some programs"
    "Don't use Windows, it isn't implemented well and doesn't run some poorly written MS-DOS games"
    I found several others in that regard, but you know more about it so i don't need to post links, right? plus a lot of them dealt with quicktime, but again you are the expert.
    If you found anything that's related to QuickTime crashes during account switching, you're welcome to post this concrete info here, it'll help with my bugreport.
    and since you make the inference that i have a cheap system operating on ms-dos which is laughable because that means that you can't read.
    I said that when I read about single-task computers this reminds me about MS-DOS times, but now it looks like it is not about your case, since you have two people working in parallel on two machines.
    i looked up on Yahoo! the terms "mjpeg"+"crashes" and got 16,800 hits. plus i do recall on another forum someone was having problems with mjpeg and the responder said it wasn't a good codec to work with...
    So what's the deal if 95% of these 16800 Yahoo posts are about crash in Premiere or Microsoft Movie Maker or some other buggy tool? You could even search for an f-word, and you'll find a lot of posts with that word, then you can make any conclusion you like about that word being so often cited and then we could start a lengthy discussion about it, but what's the point? I can find 10000 posts about "single task" + "bad" but I'd never use this to justify anything. I give you concrete facts from my experience, so please give me something concrete in return, not 16800 Yahoo posts about something out there.
    "Disadvantages: There's also the problem of recompression. While the human eye can be fooled by JPEG's compression, computers aren't. Thus, when you compress from MJPEG into another format to use for distribution, you will receive a lower-quality picture than if you had a lossless source because there is data missing which, while it's not important to the visual cortex, is very important to a mathematical analysis of things such as color data. The only time you should use MJPEG otherwise is for fast-editing temporary files, but DON'T use them as your final source."
    I know that already, thank you.
    since you said i'm the one who suggested that you use uncompressed video and that doing so the computer doesn't crash...
    You suggested that in a different thread about 10GB MJPEG limitation. That's another bug that may be or may be not related to the crash problem.
    then why don't you work that way and finish your video?
    Yes, I can employ this trick. I will do it if I'm forced to (i.e. if I absolutely have no other way to load MJPEG in QT Player and Apple refuses to fix that crash). However, I'll push Apple with fixing the issue at the same time. Maybe they'll work something out while I'm using uncompressed RGB workaround or some other workaround.
    mjpeg is unstable in that regard so contact the codec manufacturer/developer and ask them why or give them the bug report because it's not apple
    Unfortunately it is Apple, because it's the Apple's software that crashes. All the other codecs and video editors work fine, and there are even conditions when Apple doesn't crash, like loading uncompressed RGB. Since crash is inside QuickTime I will send my bugreport to Apple. If the crash had happened inside the MJPEG codec, I'd have sent the bugreport to

  • Safari crashing when wake from hibernate

    I started having a problem about 4 months ago where safari (although occasionally other applications like evernote) will crash when waking the computer from deep sleep/hibernate. This does not happen when waking from regular sleep. This happens ALMOST every time (95%) but not 100% of the time. Here's the crash log. Please help!
    Process:         Safari [2467]
    Path:            /Applications/Safari.app/Contents/MacOS/Safari
    Identifier:      com.apple.Safari
    Version:         5.0.5 (6533.21.1)
    Build Info:      WebBrowser-75332101~1
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [134]
    Date/Time:       2011-04-19 00:43:38.730 -0400
    OS Version:      Mac OS X 10.6.7 (10J869)
    Report Version:  6
    Sleep/Wake UUID: C20877B0-C7C5-49E2-8A11-19771644EA91
    Interval Since Last Report:          107954 sec
    Crashes Since Last Report:           8
    Per-App Interval Since Last Report:  85125 sec
    Per-App Crashes Since Last Report:   4
    Anonymous UUID:                      C5083436-B02B-4196-9E54-AEF4C8802795
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000008
    Crashed Thread:  4
    Thread 0:  Dispatch queue: com.apple.main-thread
    0   com.apple.WebCore                       0x00007fff84884558 WebCore::StringWrapperCFAllocator::deallocateOnMainThread(void*) + 24
    1   com.apple.JavaScriptCore                0x00007fff8779d8fa ***::dispatchFunctionsFromMainThread() + 186
    2   ???                                     0x0000000100c26010 0 + 4307705872
    3   ???                                     0x000000011492b6e0 0 + 4640126688
    Thread 1:  Dispatch queue: com.apple.libdispatch-manager
    0   libSystem.B.dylib                       0x00007fff836c9652 select$DARWIN_EXTSN$NOCANCEL + 10
    1   libSystem.B.dylib                       0x00007fff8369f0e7 _dispatch_mgr_invoke + 388
    2   libSystem.B.dylib                       0x00007fff8369ecd4 _dispatch_queue_invoke + 185
    3   libSystem.B.dylib                       0x00007fff8369e7fe _dispatch_worker_thread2 + 252
    4   libSystem.B.dylib                       0x00007fff8369e128 _pthread_wqthread + 353
    5   libSystem.B.dylib                       0x00007fff8369dfc5 start_wqthread + 13
    Thread 2:  WebCore: IconDatabase
    0   libSystem.B.dylib                       0x00007fff836bef8a __semwait_signal + 10
    1   libSystem.B.dylib                       0x00007fff836c2da1 _pthread_cond_wait + 1286
    2   com.apple.WebCore                       0x00007fff8478a0f9 WebCore::IconDatabase::syncThreadMainLoop() + 249
    3   com.apple.WebCore                       0x00007fff847861fc WebCore::IconDatabase::iconDatabaseSyncThread() + 172
    4   libSystem.B.dylib                       0x00007fff836bd4f6 _pthread_start + 331
    5   libSystem.B.dylib                       0x00007fff836bd3a9 thread_start + 13
    Thread 3:  Safari: CertRevocationChecker
    0   libSystem.B.dylib                       0x00007fff8368429a mach_msg_trap + 10
    1   libSystem.B.dylib                       0x00007fff8368490d mach_msg + 59
    2   com.apple.CoreFoundation                0x00007fff87095932 __CFRunLoopRun + 1698
    3   com.apple.CoreFoundation                0x00007fff87094dbf CFRunLoopRunSpecific + 575
    4   com.apple.Safari                        0x000000010002f5c5 0x100000000 + 193989
    5   com.apple.Safari                        0x000000010002f555 0x100000000 + 193877
    6   libSystem.B.dylib                       0x00007fff836bd4f6 _pthread_start + 331
    7   libSystem.B.dylib                       0x00007fff836bd3a9 thread_start + 13
    Thread 4 Crashed:
    0   com.apple.CoreFoundation                0x00007fff87054930 CFRelease + 112
    1   com.apple.CoreFoundation                0x00007fff8706b341 __CFBasicHashStandardCallback + 337
    2   com.apple.CoreFoundation                0x00007fff8706bd01 __CFBasicHashDrain + 497
    3   com.apple.CoreFoundation                0x00007fff87054a73 _CFRelease + 179
    4   com.apple.CFNetwork                     0x00007fff87be3ce8 HTTPMessage::~HTTPMessage() + 36
    5   com.apple.CoreFoundation                0x00007fff87054a73 _CFRelease + 179
    6   com.apple.CFNetwork                     0x00007fff87bfcd03 HTTPWriteFilter::~HTTPWriteFilter() + 57
    7   com.apple.CoreFoundation                0x00007fff87054a73 _CFRelease + 179
    8   com.apple.CoreFoundation                0x00007fff87077bb9 __CFStreamDeallocate + 201
    9   com.apple.CoreFoundation                0x00007fff87054a73 _CFRelease + 179
    10  com.apple.CFNetwork                     0x00007fff87bfcbca NetConnection::shutdownConnectionStreams() + 54
    11  com.apple.CFNetwork                     0x00007fff87c43679 NetConnection::closeStreamsIfPossibleOrSignalThatThatNeedsToBeDonePrettyPlease( ) + 41
    12  com.apple.CFNetwork                     0x00007fff87c15e70 NetConnection::doNotAllowMoreReqeusts() + 38
    13  com.apple.CFNetwork                     0x00007fff87c55f50 UnauthConnectionArray::removeValueAtIndex(long) + 58
    14  com.apple.CFNetwork                     0x00007fff87c53d4d HTTPConnectionCacheEntry::removeAllConnections() + 85
    15  com.apple.CFNetwork                     0x00007fff87c53b28 HTTPConnectionCacheDictionary::forgetCacheEntries() + 98
    16  com.apple.CFNetwork                     0x00007fff87c53b6a ConnectionCacheTLS::resetCacheForThisThread() + 32
    17  com.apple.CFNetwork                     0x00007fff87bfc89f ConnectionTimerTLS::_timerPurgeEntries(__CFRunLoopTimer*, void*) + 29
    18  com.apple.CoreFoundation                0x00007fff87096be8 __CFRunLoopRun + 6488
    19  com.apple.CoreFoundation                0x00007fff87094dbf CFRunLoopRunSpecific + 575
    20  com.apple.Foundation                    0x00007fff8414af5f +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 297
    21  com.apple.Foundation                    0x00007fff840cbf29 __NSThread__main__ + 1429
    22  libSystem.B.dylib                       0x00007fff836bd4f6 _pthread_start + 331
    23  libSystem.B.dylib                       0x00007fff836bd3a9 thread_start + 13
    Thread 5:  Safari: SafeBrowsingManager
    0   libSystem.B.dylib                       0x00007fff8368429a mach_msg_trap + 10
    1   libSystem.B.dylib                       0x00007fff8368490d mach_msg + 59
    2   com.apple.CoreFoundation                0x00007fff87095932 __CFRunLoopRun + 1698
    3   com.apple.CoreFoundation                0x00007fff87094dbf CFRunLoopRunSpecific + 575
    4   com.apple.Safari                        0x000000010002f5c5 0x100000000 + 193989
    5   com.apple.Safari                        0x000000010002f555 0x100000000 + 193877
    6   libSystem.B.dylib                       0x00007fff836bd4f6 _pthread_start + 331
    7   libSystem.B.dylib                       0x00007fff836bd3a9 thread_start + 13
    Thread 6:  Safari: SnapshotStore
    0   libSystem.B.dylib                       0x00007fff836bef8a __semwait_signal + 10
    1   libSystem.B.dylib                       0x00007fff836c2da1 _pthread_cond_wait + 1286
    2   com.apple.JavaScriptCore                0x00007fff8779da40 ***::ThreadCondition::timedWait(***::Mutex&, double) + 64
    3   com.apple.Safari                        0x00000001001be5bd 0x100000000 + 1828285
    4   com.apple.Safari                        0x00000001000470a7 0x100000000 + 290983
    5   com.apple.Safari                        0x0000000100046f25 0x100000000 + 290597
    6   libSystem.B.dylib                       0x00007fff836bd4f6 _pthread_start + 331
    7   libSystem.B.dylib                       0x00007fff836bd3a9 thread_start + 13
    Thread 7:  com.apple.CFSocket.private
    0   libSystem.B.dylib                       0x00007fff836c7e52 select$DARWIN_EXTSN + 10
    1   com.apple.CoreFoundation                0x00007fff870b7498 __CFSocketManager + 824
    2   libSystem.B.dylib                       0x00007fff836bd4f6 _pthread_start + 331
    3   libSystem.B.dylib                       0x00007fff836bd3a9 thread_start + 13
    Thread 8:  WebCore: LocalStorage
    0   libSystem.B.dylib                       0x00007fff836bef8a __semwait_signal + 10
    1   libSystem.B.dylib                       0x00007fff836c2da1 _pthread_cond_wait + 1286
    2   com.apple.JavaScriptCore                0x00007fff8779da40 ***::ThreadCondition::timedWait(***::Mutex&, double) + 64
    3   com.apple.WebCore                       0x00007fff84adafb1 WebCore::LocalStorageThread::threadEntryPoint() + 193
    4   libSystem.B.dylib                       0x00007fff836bd4f6 _pthread_start + 331
    5   libSystem.B.dylib                       0x00007fff836bd3a9 thread_start + 13
    Thread 9:
    0   libSystem.B.dylib                       0x00007fff8368429a mach_msg_trap + 10
    1   libSystem.B.dylib                       0x00007fff8368490d mach_msg + 59
    2   com.apple.QuartzCore                    0x00007fff860ed3a6 CA::Render::Server::server_thread(void*) + 177
    3   com.apple.QuartzCore                    0x00007fff860ed2e6 thread_fun + 34
    4   libSystem.B.dylib                       0x00007fff836bd4f6 _pthread_start + 331
    5   libSystem.B.dylib                       0x00007fff836bd3a9 thread_start + 13
    Thread 10:
    0   libSystem.B.dylib                       0x00007fff8369df4a __workq_kernreturn + 10
    1   libSystem.B.dylib                       0x00007fff8369e35c _pthread_wqthread + 917
    2   libSystem.B.dylib                       0x00007fff8369dfc5 start_wqthread + 13
    Thread 4 crashed with X86 Thread State (64-bit):
      rax: 0x0000000000000000  rbx: 0xffffffffffffffff  rcx: 0x0000000000000000  rdx: 0x00007fff8706b224
      rdi: 0xffffffffffffffff  rsi: 0x000000000000000e  rbp: 0x000000010b7ffd50  rsp: 0x000000010b7ffd40
       r8: 0xffffffffffffffff   r9: 0x0000000145173a00  r10: 0x0000000000000001  r11: 0x00007fff87be3cba
      r12: 0x000000012b76bca0  r13: 0x000000012b7f8b30  r14: 0x00007fff70dccee0  r15: 0x000000012b730cf0
      rip: 0x00007fff87054930  rfl: 0x0000000000010246  cr2: 0x0000000000000008
    Binary Images:
           0x100000000 -        0x1006afff7  com.apple.Safari 5.0.5 (6533.21.1) <B81D1199-542C-D929-A1CA-A139EA6262C1> /Applications/Safari.app/Contents/MacOS/Safari
           0x10cff1000 -        0x10cff4fff +net.culater.SIMBL.osax 0.9.8 (0.9.8) <21CE8C11-B7FA-760D-5F21-295F59FC959B> /Library/ScriptingAdditions/SIMBL.osax/Contents/MacOS/SIMBL
           0x10cffb000 -        0x10cffbfff  com.apple.JavaPluginCocoa 13.4.0 (13.4.0) <00AF9559-29EA-5E25-42CF-BE2447F9EBC5> /System/Library/Frameworks/JavaVM.framework/Versions/A/JavaPluginCocoa.bundle/C ontents/MacOS/JavaPluginCocoa
           0x10db37000 -        0x10db89ff7 +jp.hetima.SafariStand 5.0SL171 (171) <552B12D6-E55F-2600-B933-09547B1E92BF> /Library/Application Support/SIMBL/Plugins/SafariStand.bundle/Contents/MacOS/SafariStand
           0x10dbbc000 -        0x10dbc8ff7 +com.evernote.EvernoteSafariClipperPlugin 1.0 (130391) <39A41EBD-491D-9099-F015-0CCB9FBA62F8> /Users/Josh/Library/Internet Plug-Ins/EvernoteSafariClipperPlugin.webplugin/Contents/MacOS/EvernoteSafariCli pperPlugin
           0x10dbdd000 -        0x10dbe2ff7  JavaLaunching ??? (???) <E859D1E8-3E9D-5432-DCFA-684A9B1EDD2C> /System/Library/PrivateFrameworks/JavaLaunching.framework/Versions/A/JavaLaunch ing
           0x10dd00000 -        0x10dd3ffff +net.limechat.CocoaOniguruma ??? (1.0) <42F8E2CF-5BF1-C7B3-0D2B-92011D399E02> /Library/Application Support/SIMBL/Plugins/SafariStand.bundle/Contents/Resources/CocoaOniguruma.fram ework/CocoaOniguruma
           0x111988000 -        0x111b19fef  GLEngine ??? (???) <7B2CD458-D828-6A44-C918-C194838974D5> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
           0x111b4a000 -        0x111f6dfef  libclh.dylib 3.1.1 C  (3.1.1) <0774DA8C-734E-2639-0F37-CCB20D17CDBD> /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/libclh.dylib
           0x111f9b000 -        0x111fc1fff  GLRendererFloat ??? (???) <0AF0FF0D-6FD6-B5FA-9991-C8F58E8F1DD4> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GL RendererFloat
           0x112489000 -        0x1124a0fef +org.andymatuschak.Sparkle 1.5 Beta (bzr) (1.5) <4C9E0CEA-5691-C55D-CDEF-EDB8422E52A9> /Users/Josh/Library/Internet Plug-Ins/ClickToFlash.webplugin/Contents/Frameworks/Sparkle.framework/Sparkle
           0x112d80000 -        0x112d81fff  ATSHI.dylib ??? (???) <F6C4F446-7AC4-7A17-9302-C38A016322B6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/ATSHI.dylib
           0x11376d000 -        0x113782fef +com.github.rentzsch.clicktoflash 1.5.5 (1.5.5) <26B39998-ED2F-6741-D5EB-62A32080EE74> /Users/Josh/Library/Internet Plug-Ins/ClickToFlash.webplugin/Contents/MacOS/ClickToFlash
           0x1143be000 -        0x1144a4fe7  libcrypto.0.9.7.dylib 0.9.7 (compatibility 0.9.7) <26FC56A6-EFD6-22FA-E1F1-4E1BA61C85BB> /usr/lib/libcrypto.0.9.7.dylib
           0x115150000 -        0x115154ff7  libFontRegistryUI.dylib ??? (???) <763B8E8F-8602-2096-7CC8-CEE1F4248028> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ATS.framewo rk/Resources/libFontRegistryUI.dylib
           0x1226b8000 -        0x1227c8fef  libmecab.1.0.0.dylib 2.0.0 (compatibility 2.0.0) <E321EA43-4F4C-6561-3E87-4081904D53F3> /usr/lib/libmecab.1.0.0.dylib
           0x125f60000 -        0x125feefff  com.apple.xquery 1.3 (29) <02F0C1EC-B4A3-F426-EB97-E56836C73C52> /System/Library/PrivateFrameworks/XQuery.framework/XQuery
           0x1297fd000 -        0x1299b2fff  libCMaps.A.dylib 545.0.0 (compatibility 64.0.0) <63054685-73A1-615F-464C-05A4C5F0043D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCMaps.A.dylib
           0x200000000 -        0x200787fff  com.apple.GeForceGLDriver 1.6.26 (6.2.6) <D469864E-34A6-37EE-A01D-7C2AF0223D35> /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/GeForceGLDrive r
        0x7fff5fc00000 -     0x7fff5fc3bdef  dyld 132.1 (???) <B536F2F1-9DF1-3B6C-1C2C-9075EA219A06> /usr/lib/dyld
        0x7fff80003000 -     0x7fff8004dff7  com.apple.Metadata 10.6.3 (507.15) <5170FCE0-ED6C-2E3E-AB28-1DDE3F628FC5> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
        0x7fff8004e000 -     0x7fff80146ff7  libiconv.2.dylib 7.0.0 (compatibility 7.0.0) <7E4ADB5A-CC77-DCFD-3E54-2F35A2C8D95A> /usr/lib/libiconv.2.dylib
        0x7fff8016d000 -     0x7fff8021dfff  edu.mit.Kerberos 6.5.11 (6.5.11) <085D80F5-C9DC-E252-C21B-03295E660C91> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
        0x7fff802d4000 -     0x7fff80516fe7  com.apple.AddressBook.framework 5.0.4 (883) <3C634319-4B5B-592B-2D3A-A16336F93AA0> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
        0x7fff80517000 -     0x7fff80569ff7  com.apple.HIServices 1.8.2 (???) <7C91D07D-FA20-0882-632F-0CAE4FAC2B79> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
        0x7fff8056a000 -     0x7fff8074eff7  libType1Scaler.dylib ??? (???) <2C7624EC-01D5-5E9E-3FB8-8ADA460ED6DE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libType1Scaler.dylib
        0x7fff80784000 -     0x7fff807b7fff  libTrueTypeScaler.dylib ??? (???) <632BAC10-4C24-D1F2-3943-DF5F2326318B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
        0x7fff807b8000 -     0x7fff80879fff  libFontParser.dylib ??? (???) <244BCE74-7EEE-C9DE-9779-F3AEF5869BE6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
        0x7fff8087a000 -     0x7fff8089fff7  com.apple.CoreVideo 1.6.2 (45.6) <E138C8E7-3CB6-55A9-0A2C-B73FE63EA288> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
        0x7fff808a0000 -     0x7fff808d9fef  libcups.2.dylib 2.8.0 (compatibility 2.0.0) <F8E0672F-C0B4-B161-E50D-A1405D14F21C> /usr/lib/libcups.2.dylib
        0x7fff80949000 -     0x7fff80983fff  libssl.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <C7153747-50E3-32DA-426F-CC4C505D1D6C> /usr/lib/libssl.0.9.8.dylib
        0x7fff80984000 -     0x7fff8108106f  com.apple.CoreGraphics 1.545.0 (???) <F0A5F62D-4C66-5B1F-4F13-322932915901> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
        0x7fff810c9000 -     0x7fff818d3fe7  libBLAS.dylib 219.0.0 (compatibility 1.0.0) <FC941ECB-71D0-FAE3-DCBF-C5A619E594B8> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
        0x7fff81985000 -     0x7fff81b03ff7  com.apple.WebKit 6533.21 (6533.21.1) <E954BB9E-51DC-9B68-5312-E1507329A9B3> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
        0x7fff81b04000 -     0x7fff81b6efe7  libvMisc.dylib 268.0.1 (compatibility 1.0.0) <75A8D840-4ACE-6560-0889-2AFB6BE08E59> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
        0x7fff81b6f000 -     0x7fff81df7fef  com.apple.security 6.1.2 (55002) <015C9A08-3D07-9462-8E91-DB1924349621> /System/Library/Frameworks/Security.framework/Versions/A/Security
        0x7fff81e48000 -     0x7fff81e53ff7  com.apple.HelpData 2.0.5 (34.1.1) <24DC6CD3-02B7-9332-FF6D-F0C545857B55> /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
        0x7fff81e54000 -     0x7fff81ed1fef  libstdc++.6.dylib 7.9.0 (compatibility 7.0.0) <35ECA411-2C08-FD7D-11B1-1B7A04921A5C> /usr/lib/libstdc++.6.dylib
        0x7fff81ed2000 -     0x7fff81f27ff7  com.apple.framework.familycontrols 2.0.2 (2020) <F09541B6-5E28-1C01-C1AE-F6A2508670C7> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
        0x7fff81fe0000 -     0x7fff81fe7fff  com.apple.OpenDirectory 10.6 (10.6) <4200CFB0-DBA1-62B8-7C7C-91446D89551F> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
        0x7fff81fe8000 -     0x7fff81fedff7  com.apple.CommonPanels 1.2.4 (91) <4D84803B-BD06-D80E-15AE-EFBE43F93605> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
        0x7fff81fee000 -     0x7fff82004fef  libbsm.0.dylib ??? (???) <42D3023A-A1F7-4121-6417-FCC6B51B3E90> /usr/lib/libbsm.0.dylib
        0x7fff82005000 -     0x7fff82010fff  com.apple.CrashReporterSupport 10.6.7 (258) <BB0B9A08-6CEC-0500-5BD1-C18E1465E406> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
        0x7fff82011000 -     0x7fff821cffff  libicucore.A.dylib 40.0.0 (compatibility 1.0.0) <2C6ECACF-CD56-1714-6F63-CB6F5EE7A1E2> /usr/lib/libicucore.A.dylib
        0x7fff821d0000 -     0x7fff8224eff7  com.apple.CoreText 3.151.8 (???) <5DCD6BD9-63FB-767E-5993-5AEBE890145B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
        0x7fff8224f000 -     0x7fff82296ff7  com.apple.coreui 2 (114) <D7645B59-0431-6283-7322-957D944DAB21> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
        0x7fff82297000 -     0x7fff82314fef  com.apple.backup.framework 1.2.2 (1.2.2) <13A0D34C-28B7-2140-ECC9-B08D10CD4AB5> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
        0x7fff82315000 -     0x7fff82359fe7  com.apple.ImageCaptureCore 1.0.4 (1.0.4) <F4ED3329-1A86-EB10-CFC2-999D8699B5E6> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCo re
        0x7fff8235a000 -     0x7fff8235aff7  com.apple.ApplicationServices 38 (38) <10A0B9E9-4988-03D4-FC56-DDE231A02C63> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
        0x7fff82371000 -     0x7fff8247bff7  com.apple.MeshKitIO 1.1 (49.2) <F296E151-80AE-7764-B969-C2050DF26BFE> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshK itIO.framework/Versions/A/MeshKitIO
        0x7fff8247c000 -     0x7fff8250cfff  com.apple.SearchKit 1.3.0 (1.3.0) <4175DC31-1506-228A-08FD-C704AC9DF642> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
        0x7fff8250d000 -     0x7fff8252dff7  com.apple.DirectoryService.Framework 3.6 (621.11) <AD76C757-6701-BDB5-631E-1CB77D669586> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
        0x7fff825a0000 -     0x7fff825ddfff  com.apple.LDAPFramework 2.0 (120.1) <16383FF5-0537-6298-73C9-473AEC9C149C> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
        0x7fff825de000 -     0x7fff826f5fef  libxml2.2.dylib 10.3.0 (compatibility 10.0.0) <1B27AFDD-DF87-2009-170E-C129E1572E8B> /usr/lib/libxml2.2.dylib
        0x7fff826f6000 -     0x7fff82960fef  com.apple.QuartzComposer 4.2 ({156.28}) <7586E7BD-D3BD-0EAC-5AC9-0BFA3679017C> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
        0x7fff82961000 -     0x7fff82966fff  libGFXShared.dylib ??? (???) <878C429B-44D4-875C-1A35-4FD8C6152695> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
        0x7fff82967000 -     0x7fff8298afff  com.apple.opencl 12.3.6 (12.3.6) <42FA5783-EB80-1168-4015-B8C68F55842F> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
        0x7fff8298b000 -     0x7fff82a44fff  libsqlite3.dylib 9.6.0 (compatibility 9.0.0) <2C5ED312-E646-9ADE-73A9-6199A2A43150> /usr/lib/libsqlite3.dylib
        0x7fff82a45000 -     0x7fff82a46ff7  com.apple.audio.units.AudioUnit 1.6.6 (1.6.6) <BE4E577D-87EC-8FD0-5341-AE99CE4ADC99> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
        0x7fff82a47000 -     0x7fff82a72ff7  libxslt.1.dylib 3.24.0 (compatibility 3.0.0) <87A0B228-B24A-C426-C3FB-B40D7258DD49> /usr/lib/libxslt.1.dylib
        0x7fff82a73000 -     0x7fff82caefef  com.apple.imageKit 2.0.3 (1.0) <5D18C246-303A-6580-9DC9-79BE79467C95> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
        0x7fff82caf000 -     0x7fff82cf7ff7  libvDSP.dylib 268.0.1 (compatibility 1.0.0) <170DE04F-89AB-E295-0880-D69CAFBD7979> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
        0x7fff82cf8000 -     0x7fff83123fef  com.apple.RawCamera.bundle 3.6.4 (561) <C4AB0054-B2C8-246E-0F17-98F4BD5BE94C> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
        0x7fff83130000 -     0x7fff83173fef  MetadataLib.dylib 3.6.4 (compatibility 2.2.1) <929CA2D4-3E07-6840-AC2A-8EA200BA5866> /System/Library/CoreServices/RawCamera.bundle/Contents/Resources/MetadataLib.dy lib
        0x7fff83174000 -     0x7fff83186fe7  libsasl2.2.dylib 3.15.0 (compatibility 3.0.0) <76B83C8D-8EFE-4467-0F75-275648AFED97> /usr/lib/libsasl2.2.dylib
        0x7fff83193000 -     0x7fff83218ff7  com.apple.print.framework.PrintCore 6.3 (312.7) <CDFE82DD-D811-A091-179F-6E76069B432D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
        0x7fff8323f000 -     0x7fff83682fef  libLAPACK.dylib 219.0.0 (compatibility 1.0.0) <0CC61C98-FF51-67B3-F3D8-C5E430C201A9> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
        0x7fff83683000 -     0x7fff83844fff  libSystem.B.dylib 125.2.10 (compatibility 1.0.0) <9BAEB2F2-B485-6349-E1AB-637FE12EE770> /usr/lib/libSystem.B.dylib
        0x7fff83b89000 -     0x7fff83bcefff  com.apple.CoreMediaIOServices 134.0 (1160) <BA22EA4A-4572-749A-4FE0-1323E0B6F6F3> /System/Library/PrivateFrameworks/CoreMediaIOServices.framework/Versions/A/Core MediaIOServices
        0x7fff83bcf000 -     0x7fff83bcfff7  com.apple.Accelerate 1.6 (Accelerate 1.6) <2BB7D669-4B40-6A52-ADBD-DA4DB3BC0B1B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
        0x7fff83bf1000 -     0x7fff83d0afef  libGLProgrammability.dylib ??? (???) <C4BB281B-629D-08ED-2991-3D51671B0B02> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
        0x7fff83d0b000 -     0x7fff83d3cfff  libGLImage.dylib ??? (???) <6925991A-9B1B-B9FA-645A-807F9BCC3DE7> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
        0x7fff83da1000 -     0x7fff83db0fff  libxar.1.dylib ??? (???) <CBAF862A-3C77-6446-56C2-9C4461631AAF> /usr/lib/libxar.1.dylib
        0x7fff83db1000 -     0x7fff83db1ff7  com.apple.CoreServices 44 (44) <DC7400FB-851E-7B8A-5BF6-6F50094302FB> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
        0x7fff83db2000 -     0x7fff83dfbff7  com.apple.securityinterface 4.0.1 (40418) <E2DC796D-84EC-48F5-34A9-DF614573BE74> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
        0x7fff83dfc000 -     0x7fff83f24ff7  com.apple.MediaToolbox 0.484.20 (484.20) <628A7245-7ADE-AD47-3368-CF8EDCA6CC1C> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbo x
        0x7fff83f25000 -     0x7fff8405aff7  com.apple.audio.toolbox.AudioToolbox 1.6.6 (1.6.6) <AFAB42A2-A3A8-83D8-D583-613625706690> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
        0x7fff840a6000 -     0x7fff840bafff  libGL.dylib ??? (???) <0FA671EB-6FA0-BA97-C00A-C42247C22B26> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
        0x7fff840bb000 -     0x7fff8433efe7  com.apple.Foundation 6.6.6 (751.53) <476E617B-B59B-53DE-991D-98C1993BCBCE> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
        0x7fff8434e000 -     0x7fff84350fff  libRadiance.dylib ??? (???) <73257486-8E94-E758-1A5A-5B521F27EE12> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
        0x7fff84351000 -     0x7fff843b1fe7  com.apple.framework.IOKit 2.0 (???) <D107CB8A-5182-3AC4-35D0-07068A695C05> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
        0x7fff843b9000 -     0x7fff843cafff  com.apple.DSObjCWrappers.Framework 10.6 (134) <3C08225D-517E-2822-6152-F6EB13A4ADF9> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
        0x7fff843cb000 -     0x7fff84412fff  com.apple.QuickLookFramework 2.3 (327.6) <11DFB135-24A6-C0BC-5B97-ECE352A4B488> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
        0x7fff84784000 -     0x7fff853fffef  com.apple.WebCore 6533.21 (6533.21.1) <A7433C61-B507-BDB0-9CA8-1A3A2A699B2F> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
        0x7fff85400000 -     0x7fff855b8fef  com.apple.ImageIO.framework 3.0.4 (3.0.4) <EFB373AE-FE02-40C4-ABDC-09D61AFD25EA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
        0x7fff855b9000 -     0x7fff855bfff7  com.apple.DiskArbitration 2.3 (2.3) <857F6E43-1EF4-7D53-351B-10DE0A8F992A> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
        0x7fff855c0000 -     0x7fff8569dfff  com.apple.vImage 4.1 (4.1) <C3F44AA9-6F71-0684-2686-D3BBC903F020> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
        0x7fff8569e000 -     0x7fff856e1fef  libtidy.A.dylib ??? (???) <2F4273D3-418B-668C-F488-7E659D3A8C23> /usr/lib/libtidy.A.dylib
        0x7fff856e2000 -     0x7fff856f8fe7  com.apple.MultitouchSupport.framework 207.10 (207.10) <1828C264-A54A-7FDD-FE1B-49DDE3F50779> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
        0x7fff859a8000 -     0x7fff859abfff  com.apple.help 1.3.1 (41) <54B79BA2-B71B-268E-8752-5C8EE00E49E4> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
        0x7fff859ac000 -     0x7fff859cdfff  libresolv.9.dylib 41.0.0 (compatibility 1.0.0) <6993F348-428F-C97E-7A84-7BD2EDC46A62> /usr/lib/libresolv.9.dylib
        0x7fff859ce000 -     0x7fff85a30fe7  com.apple.datadetectorscore 2.0 (80.7) <F9D2332D-0890-2ED2-1AC8-F85CB89D8BD4> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
        0x7fff85b9b000 -     0x7fff85ba8fe7  libCSync.A.dylib 545.0.0 (compatibility 64.0.0) <45B5B514-7CEB-38A9-F34A-1D96F010EC42> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
        0x7fff85ba9000 -     0x7fff85ba9ff7  com.apple.Accelerate.vecLib 3.6 (vecLib 3.6) <DA9BFF01-40DF-EBD5-ABB7-787DAF2D77CF> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
        0x7fff85baa000 -     0x7fff85be7ff7  libFontRegistry.dylib ??? (???) <8C69F685-3507-1B8F-51AD-6183D5E88979> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
        0x7fff85be8000 -     0x7fff85bf7fff  com.apple.NetFS 3.2.2 (3.2.2) <7CCBD70E-BF31-A7A7-DB98-230687773145> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
        0x7fff85bf8000 -     0x7fff85c41fef  libGLU.dylib ??? (???) <0FCD57C5-D7AA-F2DD-D2EC-C1C8B931F65C> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
        0x7fff85ca8000 -     0x7fff85d5dfe7  com.apple.ink.framework 1.3.3 (107) <FFC46EE0-3544-A459-2AB9-94778A75E3D4> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
        0x7fff85d67000 -     0x7fff85e88fe7  libcrypto.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <48AEAFE1-21F4-B3C8-4199-35AD5E8D0613> /usr/lib/libcrypto.0.9.8.dylib
        0x7fff85ece000 -     0x7fff85f8ffef  com.apple.ColorSync 4.6.6 (4.6.6) <EC6C8119-23F6-A96E-47A3-5CD31E462AE3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
        0x7fff85fac000 -     0x7fff8604cfff  com.apple.LaunchServices 362.2 (362.2) <A8EDC37C-1D40-5ED0-49BE-90EF110A6B3A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
        0x7fff8604d000 -     0x7fff86099fff  libauto.dylib ??? (???) <F7221B46-DC4F-3153-CE61-7F52C8C293CF> /usr/lib/libauto.dylib
        0x7fff8609a000 -     0x7fff86437fe7  com.apple.QuartzCore 1.6.3 (227.36) <6FD8E129-135E-2F89-E9F0-A3CD0C6FCEF1> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
        0x7fff86438000 -     0x7fff86467ff7  com.apple.quartzfilters 1.6.0 (1.6.0) <9CECB4FC-1CCF-B8A2-B935-5888B21CBEEF> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
        0x7fff86468000 -     0x7fff86479ff7  libz.1.dylib 1.2.3 (compatibility 1.0.0) <FB5EE53A-0534-0FFA-B2ED-486609433717> /usr/lib/libz.1.dylib
        0x7fff864bd000 -     0x7fff8657afff  com.apple.CoreServices.OSServices 359 (359) <8F509D8D-4C94-9A1C-3A87-5B775D9F6075> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
        0x7fff8657b000 -     0x7fff865ecff7  com.apple.AppleVAFramework 4.10.23 (4.10.23) <3304268B-A93D-9F79-09C0-AA9081406352> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
        0x7fff866b8000 -     0x7fff86707fef  libTIFF.dylib ??? (???) <F0F7F0B7-7253-F88F-9E2D-FA3770143758> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
        0x7fff86708000 -     0x7fff86a3cfff  com.apple.CoreServices.CarbonCore 861.34 (861.34) <B5680539-CB31-6C6D-C0AD-606D4D46E7F5> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
        0x7fff86a4d000 -     0x7fff86a58ff7  com.apple.speech.recognition.framework 3.11.1 (3.11.1) <F0DDF27E-DB55-07CE-E548-C62095BE8167> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
        0x7fff86a9b000 -     0x7fff86b51fff  libobjc.A.dylib 227.0.0 (compatibility 1.0.0) <F206BE6D-8777-AE6C-B367-7BEA76C14241> /usr/lib/libobjc.A.dylib
        0x7fff86b52000 -     0x7fff86c90fff  com.apple.CoreData 102.1 (251) <32233D4D-00B7-CE14-C881-6BF19FD05A03> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
        0x7fff86c91000 -     0x7fff86ccaff7  com.apple.MeshKit 1.1 (49.2) <3795F201-4A5F-3D40-57E0-87AD6B714239> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/MeshKit
        0x7fff86ccb000 -     0x7fff86ccbff7  com.apple.Carbon 150 (152) <19B37B7B-1594-AD0A-7F14-FA2F85AD7241> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
        0x7fff86ccc000 -     0x7fff86ce0ff7  com.apple.speech.synthesis.framework 3.10.35 (3.10.35) <621B7415-A0B9-07A7-F313-36BEEDD7B132> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
        0x7fff86ce1000 -     0x7fff86cfafff  com.apple.CFOpenDirectory 10.6 (10.6) <CCF79716-7CC6-2520-C6EB-A4F56AD0A207> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
        0x7fff86d2b000 -     0x7fff86da7ff7  com.apple.ISSupport 1.9.4 (52) <93A57F16-3BD5-25AD-5CFF-00007A141129> /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
        0x7fff86da8000 -     0x7fff86daefff  libCGXCoreImage.A.dylib 545.0.0 (compatibility 64.0.0) <C863C133-EA3E-5403-FC44-FDC9F236DC98> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
        0x7fff86daf000 -     0x7fff86df0fff  com.apple.SystemConfiguration 1.10.5 (1.10.2) <FB39F09C-57BB-D8CC-348D-93E00C602F7D> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
        0x7fff86df1000 -     0x7fff86e07fff  com.apple.ImageCapture 6.0.2 (6.0.2) <06E4103B-9BE4-7EAD-B532-89FC5EB06ED4> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
        0x7fff86e7b000 -     0x7fff86e81ff7  IOSurface ??? (???) <04EDCEDE-E36F-15F8-DC67-E61E149D2C9A> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
        0x7fff86e82000 -     0x7fff86ff1fe7  com.apple.QTKit 7.6.6 (1756.15) <B35EDB1D-FCB0-1D40-629E-6ACB56D57C68> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
        0x7fff86ff2000 -     0x7fff87007ff7  com.apple.LangAnalysis 1.6.6 (1.6.6) <DC999B32-BF41-94C8-0583-27D9AB463E8B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
        0x7fff87008000 -     0x7fff8700bff7  libCoreVMClient.dylib ??? (???) <00C97B96-8D3B-45EB-F503-DB49712DC42D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
        0x7fff8700c000 -     0x7fff8700fff7  com.apple.securityhi 4.0 (36638) <38935851-09E4-DDAB-DB1D-30ADC39F7ED0> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
        0x7fff87010000 -     0x7fff8701ffff  com.apple.opengl 1.6.12 (1.6.12) <29482652-1E44-1C47-428F-1209AA65336D> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
        0x7fff87020000 -     0x7fff87048fff  com.apple.DictionaryServices 1.1.2 (1.1.2) <E9269069-93FA-2B71-F9BA-FDDD23C4A65E> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
        0x7fff87049000 -     0x7fff871c0fe7  com.apple.CoreFoundation 6.6.4 (550.42) <770C572A-CF70-168F-F43C-242B9114FCB5> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
        0x7fff871c1000 -     0x7fff8724dfef  SecurityFoundation ??? (???) <6860DE26-0D42-D1E8-CD7C-5B42D78C1E1D> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
        0x7fff8726f000 -     0x7fff872d7fff  com.apple.MeshKitRuntime 1.1 (49.2) <1F4C9AB5-9D3F-F91D-DB91-B78610562ECC> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshK itRuntime.framework/Versions/A/MeshKitRuntime
        0x7fff87302000 -     0x7fff8736eff7  com.apple.CorePDF 1.3 (1.3) <6770FFB0-DEA0-61E0-3520-4B95CCF5D1CF> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
        0x7fff8736f000 -     0x7fff87370fff  com.apple.MonitorPanelFramework 1.3.0 (1.3.0) <5062DACE-FCE7-8E41-F5F6-58821778629C> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPane l
        0x7fff87371000 -     0x7fff87376fff  libGIF.dylib ??? (???) <1B9DCB7F-CD1D-B23F-8AC6-5292B94A4D0E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
        0x7fff87377000 -     0x7fff873b8fef  com.apple.QD 3.36 (???) <5DC41E81-32C9-65B2-5528-B33E934D5BB4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
        0x7fff873b9000 -     0x7fff873fcff7  libRIP.A.dylib 545.0.0 (compatibility 64.0.0) <2C596A24-8B86-79D6-1A8E-5E8FFB6A1558> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
        0x7fff873fd000 -     0x7fff87409fff  libbz2.1.0.dylib 1.0.5 (compatibility 1.0.0) <6FB0A8F4-72A1-D28F-E801-DE2C7498AFB9> /usr/lib/libbz2.1.0.dylib
        0x7fff8740a000 -     0x7fff8748cfff  com.apple.QuickLookUIFramework 2.3 (327.6) <9093682A-0E2D-7D27-5F22-C96FD00AE970> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.f ramework/Versions/A/QuickLookUI
        0x7fff8748d000 -     0x7fff8778bfff  com.apple.HIToolbox 1.6.5 (???) <AD1C18F6-51CB-7E39-35DD-F16B1EB978A8> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
        0x7fff8778c000 -     0x7fff8797cfef  com.apple.JavaScriptCore 6533.20 (6533.20.20) <0AA8B101-C02C-0858-84BC-4E4D397E0231> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
        0x7fff8797d000 -     0x7fff879beff7  com.apple.CoreMedia 0.484.20 (484.20) <42F3B74A-F886-33A0-40EE-8399B12BD32A> /System/Library/PrivateFrameworks/CoreMedia.framework/Versions/A/CoreMedia
        0x7fff879bf000 -     0x7fff87a0eff7  com.apple.DirectoryService.PasswordServerFramework 6.1 (6.1) <01B370FB-D524-F660-3826-E85B7F0D85CD> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordS erver
        0x7fff87a9c000 -     0x7fff87aaaff7  libkxld.dylib ??? (???) <4016E9E6-0645-5384-A697-2775B5228113> /usr/lib/system/libkxld.dylib
        0x7fff87aab000 -     0x7fff87ab1ff7  com.apple.CommerceCore 1.0 (9) <4C66D962-91B5-F25C-A6FF-DFD5F924A0DD> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/C ommerceCore.framework/Versions/A/CommerceCore
        0x7fff87ab2000 -     0x7fff87ad8fe7  libJPEG.dylib ??? (???) <AD42F658-7C32-EEE5-8341-A8EE6476BF46> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
        0x7fff87ad9000 -     0x7fff87bbffef  com.apple.DesktopServices 1.5.10 (1.5.10) <B7E00D85-F971-D85B-0217-482E15E9E924> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
        0x7fff87bc0000 -     0x7fff87bc4ff7  libmathCommon.A.dylib 315.0.0 (compatibility 1.0.0) <95718673-FEEE-B6ED-B127-BCDBDB60D4E5> /usr/lib/system/libmathCommon.A.dylib
        0x7fff87bc5000 -     0x7fff87bc5ff7  com.apple.vecLib 3.6 (vecLib 3.6) <08D3D45D-908B-B86A-00BA-0F978D2702A7> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
        0x7fff87bc6000 -     0x7fff87bc7fff  liblangid.dylib ??? (???) <EA4D1607-2BD5-2EE2-2A3B-632EEE5A444D> /usr/lib/liblangid.dylib
        0x7fff87bc8000 -     0x7fff87bccff7  libCGXType.A.dylib 545.0.0 (compatibility 64.0.0) <49E6AF5D-AF9B-67CF-A6B8-C79F6BA8A627> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
        0x7fff87bcd000 -     0x7fff87bcdff7  com.apple.Cocoa 6.6 (???) <68B0BE46-6E24-C96F-B341-054CF9E8F3B6> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
        0x7fff87bd6000 -     0x7fff87ca8fe7  com.apple.CFNetwork 454.11.12 (454.11.12) <B1C9008A-4A5D-609D-5D10-C93DAD6FFB4C> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
        0x7fff87ca9000 -     0x7fff87d28fe7  com.apple.audio.CoreAudio 3.2.6 (3.2.6) <1DD64A62-0DE4-223F-F781-B272FECF80F0> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
        0x7fff87d3d000 -     0x7fff87d5aff7  libPng.dylib ??? (???) <0C232C1E-49C8-F7A9-9634-DF2BDA1AB722> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
        0x7fff87e8c000 -     0x7fff87f1bfff  com.apple.PDFKit 2.5.1 (2.5.1) <7B8A187A-F0BB-44E7-FBD4-9E1C5F9D5E85> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
        0x7fff87f1c000 -     0x7fff87f27fff  com.apple.corelocation 12.1 (12.1) <7B5164FD-F5FD-6837-1DA3-6E18582CEDF3> /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation
        0x7fff87f28000 -     0x7fff87f5dfef  com.apple.framework.Apple80211 6.2.4 (624.2) <B2CB69CE-A4F5-D70F-03DE-CF985D5558A2> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
        0x7fff87f7a000 -     0x7fff88080fe7  com.apple.PubSub 1.0.5 (65.21) <1F9B7C84-375D-036F-790A-02BBE7BCE445> /System/Library/Frameworks/PubSub.framework/Versions/A/PubSub
        0x7fff88081000 -     0x7fff88092fff  SyndicationUI ??? (???) <62A4BC15-72EA-0CC1-046A-52E576E8D751> /System/Library/PrivateFrameworks/SyndicationUI.framework/Versions/A/Syndicatio nUI
        0x7fff880f7000 -     0x7fff88112ff7  com.apple.openscripting 1.3.1 (???) <FD46A0FE-AC79-3EF7-AB4F-396D376DDE71> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
        0x7fff88113000 -     0x7fff88115fff  com.apple.print.framework.Print 6.1 (237.1) <CA8564FB-B366-7413-B12E-9892DA3C6157> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
        0x7fff88116000 -     0x7fff8861afe7  com.apple.VideoToolbox 0.484.20 (484.20) <8B6B82D2-350B-E9D3-5433-51453CDA65B4> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbo x
        0x7fff8861b000 -     0x7fff886b5ff7  com.apple.ApplicationServices.ATS 4.4 (???) <55B528A6-0C88-6CB8-152B-A34A440FACFE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
        0x7fff886b6000 -     0x7fff886f1fff  com.apple.AE 496.4 (496.4) <CBEDB6A1-FD85-F842-4EB8-CC289FAE0F24> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
        0x7fff886f2000 -     0x7fff890e8fff  com.apple.AppKit 6.6.7 (1038.35) <9F4DF818-9DB9-98DA-490C-EF29EA757A97> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
        0x7fff890e9000 -     0x7fff890eaff7  com.apple.TrustEvaluationAgent 1.1 (1) <51867586-1C71-AE37-EAAD-535A58DD3550> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
        0x7fff891cd000 -     0x7fff891d6ff7  com.apple.DisplayServicesFW 2.3.0 (283) <3D05929C-AB17-B8A4-DC81-87C27C59E664> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
        0x7fff891d7000 -     0x7fff89207fef  com.apple.shortcut 1.1 (1.1) <A99C9D8E-290B-B1E4-FEA5-CC5F2FB9C18D> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
        0x7fff89208000 -     0x7fff89208ff7  com.apple.quartzframework 1.5 (1.5) <B182B579-BCCE-81BF-8DA2-9E0B7BDF8516> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
        0x7fffffe00000 -     0x7fffffe01fff  libSystem.B.dylib ??? (???) <9BAEB2F2-B485-6349-E1AB-637FE12EE770> /usr/lib/libSystem.B.dylib
    Model: MacBookPro3,1, BootROM MBP31.0070.B07, 2 processors, Intel Core 2 Duo, 2.2 GHz, 4 GB, SMC 1.16f11
    Graphics: NVIDIA GeForce 8600M GT, GeForce 8600M GT, PCIe, 128 MB
    Memory Module: global_name
    AirPort: spairport_wireless_card_type_airport_extreme (0x168C, 0x87), Atheros 5416: 2.1.14.5
    Bluetooth: Version 2.4.0f1, 2 service, 12 devices, 1 incoming serial ports
    Network Service: AirPort, AirPort, en1
    PCI Card: pci168c,24, sppci_othernetwork, PCI Slot 5
    Serial ATA Device: ST9500420AS, 465.76 GB
    Parallel ATA Device: MATSHITADVD-R   UJ-857R
    USB Device: Built-in iSight, 0x05ac  (Apple Inc.), 0x8502, 0xfd400000
    USB Device: Bluetooth USB Host Controller, 0x05ac  (Apple Inc.), 0x8205, 0x1a100000
    USB Device: Apple Internal Keyboard / Trackpad, 0x05ac  (Apple Inc.), 0x021a, 0x5d200000
    USB Device: IR Receiver, 0x05ac  (Apple Inc.), 0x8242, 0x5d100000

    Thanks for the idea countrywise, unfortunately they do not appear in Services.
    I found this post on a Dell forum - the XPS 15z and 13z use the same trackpad and suffer from a similar problem.  Seems to be a driver issue related to using an external monitor or dock (which I do).
    http://en.community.dell.com/support-forums/laptop​/f/3518/p/19448811/20104145.aspx
    So it looks like we will have to wait for a new driver.  In the mean time, both windows can be closed without disabling the trackpad by giving them focus and then hitting the ESC key.

  • The format of XML file returned from web service

    Hi everyone,
    My web service (build in asp.net 2.0 with C#) returns the
    following xml file which is not what I want.
    <Root>
    <Root2>
    <Person> .... </Person>
    <Person> .... </Person>
    <Person> .... </Person>
    </Root2>
    </Root>
    But I want my web service to return the following xml file.
    How can I get the following xml file instead of the above xml file
    ? Thanks.
    <Root>
    <Person> .... </Person>
    <Person> .... </Person>
    <Person> .... </Person>
    </Root>

    Thanks for everyone's reply!
    Sorry, I don't know where to set resultFormat="e4x". Below is
    my code. And LINE 111 gives error. And the error message is below.
    And the xml returned from the web service is below.
    Error: Error #2093: The Proxy class does not implement
    getDescendants. It must be overridden by a subclass.
    at Error$/throwError()
    at flash.utils::Proxy/
    http://www.adobe.com/2006/actionscript/flash/proxy::getDescendants()
    at
    LogIn/loginHandler()[P:\JIMMY-FLEX\Flex_LogIn\LogIn.mxml:58]
    at flash.events::EventDispatcher/dispatchEventFunction()
    at flash.events::EventDispatcher/dispatchEvent()
    at
    mx.rpc::AbstractService/dispatchEvent()[E:\dev\3.0.x\frameworks\projects\rpc\src\mx\rpc\A bstractService.as:232]
    at mx.rpc::AbstractOperation/
    http://www.adobe.com/2006/flex/mx/internal::dispatchRpcEvent()[E:\dev\3.0.x\frameworks\pro jects\rpc\src\mx\rpc\AbstractOperation.as:193
    at mx.rpc::AbstractInvoker/
    http://www.adobe.com/2006/flex/mx/internal::resultHandler()[E:\dev\3.0.x\frameworks\projec ts\rpc\src\mx\rpc\AbstractInvoker.as:191
    at
    mx.rpc::Responder/result()[E:\dev\3.0.x\frameworks\projects\rpc\src\mx\rpc\Responder.as:4 1]
    at
    mx.rpc::AsyncRequest/acknowledge()[E:\dev\3.0.x\frameworks\projects\rpc\src\mx\rpc\AsyncR equest.as:74]
    at
    DirectHTTPMessageResponder/completeHandler()[E:\dev\3.0.x\frameworks\projects\rpc\src\mx\ messaging\channels\DirectHTTPChannel.as:381]
    at flash.events::EventDispatcher/dispatchEventFunction()
    at flash.events::EventDispatcher/dispatchEvent()
    at flash.net::URLLoader/onComplete()
    <?xml version="1.0" encoding="utf-8"?>
    <mx:Canvas xmlns:mx="
    http://www.adobe.com/2006/mxml"
    width="100%" height="100%" xmlns:ns1="*">
    <mx:Script>
    <![CDATA[
    import mx.rpc.events.ResultEvent;
    namespace FaciNS = "
    http://FaciNet.com/";
    import mx.rpc.events.FaultEvent;
    import mx.rpc.events.ResultEvent;
    import mx.rpc.soap.WebService;
    //public var __xmlResult:XML;
    public var ws:WebService;
    public function Log_In(UN:String, PW:String):void
    ws.Login(UN, PW);
    public function getLoginData():void {
    loadWSDL();
    Log_In(UN.text, PW.text);
    public function loadWSDL():void
    ws = new mx.rpc.soap.WebService();
    ws.wsdl = "
    http://localhost:50779/VS2008_LogIn/Service.asmx?wsdl"
    ws.useProxy = false;
    ws.addEventListener("fault", faultHandler);
    ws.addEventListener("result", loginHandler);
    ws.loadWSDL();
    public function loginHandler(e:ResultEvent):void {
    var wkSouID:String = e.result[0]..SouID; // LINE 111
    trace(wkSouID);
    public function faultHandler(event:FaultEvent):void
    dispatchEvent(new Event("Error"));
    public function checkUser(UName:String, PWord:String):void {
    getLoginData();
    ]]>
    </mx:Script>
    <mx:Panel id="loginPanel" horizontalScrollPolicy="off"
    verticalScrollPolicy="off" width="400" height="200" x="97"
    y="66">
    <mx:Form id="loginForm" width="100%" height="100%">
    <mx:FormItem label="Username:" color="red">
    <mx:TextInput id="UN" />
    </mx:FormItem>
    <mx:FormItem label="Password:" color="red">
    <mx:TextInput id="PW"/>
    </mx:FormItem>
    </mx:Form>
    <mx:ControlBar>
    <mx:Spacer width="100%" id="spacer1"/>
    <mx:Button label="Login" id="loginButton"
    click="checkUser(UN.text, PW.text)" />
    </mx:ControlBar>
    </mx:Panel>
    </mx:Canvas>
    <?xml version="1.0" encoding="utf-8" ?>
    - <ArrayOfLogIn xmlns:xsi="
    http://www.w3.org/2001/XMLSchema-instance"
    xmlns:xsd="
    http://www.w3.org/2001/XMLSchema"
    xmlns="
    http://tempuri.org/">
    - <LogIn>
    <SouID>2</SouID>
    <LogInUserID>3</LogInUserID>
    <LogInUserName>samlam</LogInUserName>
    <Password>abc123</Password>
    <DialectID>4</DialectID>
    <CreatedByUserID>5</CreatedByUserID>
    <UpdatedByUserID>5</UpdatedByUserID>
    </LogIn>
    - <LogIn>
    <SouID>3</SouID>
    <LogInUserID>4</LogInUserID>
    <LogInUserName>samlam</LogInUserName>
    <Password>abc123</Password>
    <DialectID>4</DialectID>
    <CreatedByUserID>5</CreatedByUserID>
    <UpdatedByUserID>5</UpdatedByUserID>
    </LogIn>
    </ArrayOfLogIn>

  • Crystal Reports 2008 crashes in Windows 2003 terminal Services Session

    Hi,
    We installed Crystal Reports Server and Crystal Reports 2008 on a new Windows 2003 Small Business Server. Crystal Reports works when run at the physical console, but when accessed from Remote Desktop it crashes to the debugger when I try to:
    a) open an existing working report that uses SQL Server 2005 parameterized stored procedure,
    b) create a new report using any SQL Server 2005 parameterized stored procedure,
    c) access help.
    All the above work fine at the physical server but I need to access remotely using RDC.
    I log in as administrator, I have tried turning off DEP and I am running RDC via the mstsc command both without and with the  /admin switch to run in session 0 but there is still a difference between being at the physical console versus remote that CR does not like.
    More: I have to drive a long way to get to the server to try things locally.  For now, as a workaround, I have started crw32.exe at the physical server and I can use that when I log in via RDC - I just cannot start crw32.exe remotely and run it successfully. Also, when I do run remotely, I get the entire menu bar on startup with no start page, but running at physical server I get only the File, View and Help menus but I do get the Start page.
    Any ideas?
    Thanks,
    Rob Hershfield
    Dave Machado
    Edited by: David Machado on Nov 17, 2008 9:39 PM

    Permission issues

Maybe you are looking for

  • Dot1x, .1X and Cisco IP Phones

    Hi, We are busy performing dot1x tests on IP Phones. We chose the LSC approach and have generated CAPF CSRs which we have signed by our PKI infrastructure. Once all certificates and trust have been uploaded and when we update the CUCM CTL with the Ci

  • Is there a quick way to convert Albums to Projects?

    Due to bringing in legacy organizing from iView MediaPro into Aperture years ago... I have an organizational structure consisting of few top level Projects containing many Albums. I now realize I should have few top level Folders containing many Proj

  • Serialize IDOCs PI to SAP Backend

    HI, I need to serialize IDocs thats PI send to a sap backend system. rigth now we have one CC with max connection = 1 but it is not enough. but something is not clear at all for me. I need to send IDocs with QoS EOIO so, i asume that checking the par

  • Safari seems stuck...

    I was running the Discovery application which I'm quite impressed with. After going through the pages of an article it pops up an add for a broader tool and I clicked the Learn more.... link which opened Safari and went to the website www.cooliris.co

  • Force new tab preference isn't stopping some links from opening windows?

    I am using Firefox 4, the following happens even if all addons are disabled (Safe Mode). I have selected the option "Open new windows in a new tab instead" under Tabs in Firefox options. It seems the javascript call window.open is still able to bypas