Terminate thread when frame closes

I made a JFrame which runs a thread, but when I close the frame it goes on running... I can't stop it unless I ctrl-alt-del.. How do I terminate it? I start it by calling start(), should I use run() instead?
(I'm scared to try since it f***s my pc up, so I would rather ask a knowledgeable person first) here's the related part of the code:
          public void run(){
               Thread.currentThread().setPriority(Thread.MAX_PRIORITY);
               while(true){
                    player.playerMove();
                    // repaint
                    repaint();     
                    // end of while
                    try
                         Thread.sleep (speed);
                    catch (InterruptedException ex)
                         // do nothing
                    Thread.currentThread().setPriority(Thread.MAX_PRIORITY);
          public void start(){
               Thread th = new Thread(this);
               th.start();
          }Message was edited by:
nayon_7

notice that the way you create threads is quite unique
actually, for what you want to do, start method should not be overriden, you should create an instance of your class and call "start" on the instance ; that's all
"new Thread(this)" is just... ODD! :p

Similar Messages

  • Hello could you please help me ? I have this error message when Safari closes suddenly Process:         WebProcess [294] Path:            /System/Library/StagedFrameworks/Safari/WebKit2.framework/WebProcess.app/Conten ts/MacOS/WebProcess Identifier:

    Hello could you please help me ? I have this error message when Safari closes suddenly
    Thank you very much
    Laure from France
    Process:         WebProcess [3654]
    Path: /System/Library/StagedFrameworks/Safari/WebKit2.framework/WebProcess.app/Conten ts/MacOS/WebProcess
    Identifier:      com.apple.WebProcess
    Version:         7537 (7537.78.2)
    Build Info:      WebKit2-7537078002000000~1
    Code Type:       X86-64 (Native)
    Parent Process: ??? [1]
    Date/Time:       2015-02-05 20:31:58.081 +0100
    OS Version:      Mac OS X 10.7.5 (11G63b)
    Report Version: 9
    Interval Since Last Report:          129662 sec
    Crashes Since Last Report:           13
    Per-App Interval Since Last Report:  124632 sec
    Per-App Crashes Since Last Report:   13
    Anonymous UUID: 41A214B3-CFF4-45E0-B032-B4AAA9C216C2
    Crashed Thread: 0  Dispatch queue: com.apple.main-thread
    Exception Type: EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000022
    VM Regions Near 0x22:
    -->
    __TEXT 000000010bf9c000-000000010bf9f000 [   12K] r-x/rwx SM=COW  /System/Library/StagedFrameworks/Safari/WebKit2.framework/WebProcess.app/Conten ts/MacOS/WebProcess
    Application Specific Information:
    objc[3654]: garbage collection is OFF
    Bundle controller class:
    BrowserBundleController
    Process Model:
    Single Web Process
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0 com.apple.JavaScriptCore                  0x000000010c6b24c6 JSC::Interpreter::unwindCallFrame(JSC::ExecState*&, JSC::JSValue, unsigned int&, JSC::CodeBlock*&) + 278
    1 com.apple.JavaScriptCore                  0x000000010c55b88c JSC::Interpreter::throwException(JSC::ExecState*&, JSC::JSValue&, unsigned int) + 2620
    2 com.apple.JavaScriptCore                  0x000000010c55adf0 JSC::jitThrow(JSC::VM*, JSC::ExecState*, JSC::JSValue, JSC::ReturnAddressPtr) + 80
    3 com.apple.JavaScriptCore 0x000000010c55ad84 cti_vm_throw + 36
    4 com.apple.JavaScriptCore                  0x000000010c55ad50 ctiVMThrowTrampoline + 8
    5 com.apple.JavaScriptCore                  0x000000010c4cabad JSC::Interpreter::executeCall(JSC::ExecState*, JSC::JSObject*, JSC::CallType, JSC::CallData const&, JSC::JSValue, JSC::ArgList const&) + 605
    6 com.apple.JavaScriptCore                  0x000000010c4ca945 JSC::call(JSC::ExecState*, JSC::JSValue, JSC::CallType, JSC::CallData const&, JSC::JSValue, JSC::ArgList const&) + 69
    7 com.apple.JavaScriptCore                  0x000000010c6a42d5 JSC::boundFunctionCall(JSC::ExecState*) + 549
    8 ??? 0x00005d519e801045 0 + 102605132927045
    9 com.apple.JavaScriptCore                  0x000000010c4cabad JSC::Interpreter::executeCall(JSC::ExecState*, JSC::JSObject*, JSC::CallType, JSC::CallData const&, JSC::JSValue, JSC::ArgList const&) + 605
    10 com.apple.JavaScriptCore                  0x000000010c4ca945 JSC::call(JSC::ExecState*, JSC::JSValue, JSC::CallType, JSC::CallData const&, JSC::JSValue, JSC::ArgList const&) + 69
    11 com.apple.JavaScriptCore                  0x000000010c6a42d5 JSC::boundFunctionCall(JSC::ExecState*) + 549
    12  ??? 0x00005d519e801045 0 + 102605132927045
    13 com.apple.JavaScriptCore                  0x000000010c4cabad JSC::Interpreter::executeCall(JSC::ExecState*, JSC::JSObject*, JSC::CallType, JSC::CallData const&, JSC::JSValue, JSC::ArgList const&) + 605
    14 com.apple.JavaScriptCore                  0x000000010c4ca945 JSC::call(JSC::ExecState*, JSC::JSValue, JSC::CallType, JSC::CallData const&, JSC::JSValue, JSC::ArgList const&) + 69
    15 com.apple.WebCore 0x000000010cb0405a WebCore::JSMainThreadExecState::call(JSC::ExecState*, JSC::JSValue, JSC::CallType, JSC::CallData const&, JSC::JSValue, JSC::ArgList const&) + 154
    16 com.apple.WebCore 0x000000010cb48222 WebCore::ScheduledAction::executeFunctionInContext(JSC::JSGlobalObject*, JSC::JSValue, WebCore::ScriptExecutionContext*) + 450
    17 com.apple.WebCore 0x000000010cb47f87 WebCore::ScheduledAction::execute(WebCore::Document*) + 151
    18 com.apple.WebCore 0x000000010cb47d10 WebCore::DOMTimer::fired() + 304
    19 com.apple.WebCore 0x000000010c91091f WebCore::ThreadTimers::sharedTimerFiredInternal() + 175
    20 com.apple.WebCore 0x000000010c9107fa _ZN7WebCoreL10timerFiredEP16__CFRunLoopTimerPv + 58
    21 com.apple.CoreFoundation                  0x00007fff8da58934 __CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__ + 20
    22 com.apple.CoreFoundation                  0x00007fff8da58486 __CFRunLoopDoTimer + 534
    23 com.apple.CoreFoundation                  0x00007fff8da38e11 __CFRunLoopRun + 1617
    24 com.apple.CoreFoundation                  0x00007fff8da38486 CFRunLoopRunSpecific + 230
    25 com.apple.HIToolbox                       0x00007fff977e92bf RunCurrentEventLoopInMode + 277
    26 com.apple.HIToolbox                       0x00007fff977f056d ReceiveNextEventCommon + 355
    27 com.apple.HIToolbox                       0x00007fff977f03fa BlockUntilNextEventMatchingListInMode + 62
    28 com.apple.AppKit 0x00007fff99736779 _DPSNextEvent + 659
    29 com.apple.AppKit 0x00007fff9973607d -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 135
    30 com.apple.AppKit 0x00007fff997329b9 -[NSApplication run] + 470
    31 com.apple.WebKit2 0x000000010c1663f6 int WebKit::ChildProcessMain<WebKit::WebProcess, WebKit::WebContentProcessMainDelegate>(int, char**) + 724
    32 com.apple.WebProcess                      0x000000010bf9db7f 0x10bf9c000 + 7039
    33 com.apple.WebProcess                      0x000000010bf9da78 0x10bf9c000 + 6776
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0 libsystem_kernel.dylib                    0x00007fff98bd57e6 kevent + 10
    1 libdispatch.dylib 0x00007fff92a27786 _dispatch_mgr_invoke + 923
    2 libdispatch.dylib 0x00007fff92a26316 _dispatch_mgr_thread + 54
    Thread 2:: JavaScriptCore::BlockFree
    0 libsystem_kernel.dylib                    0x00007fff98bd4bca __psynch_cvwait + 10
    1 libsystem_c.dylib 0x00007fff9775b274 _pthread_cond_wait + 840
    2 com.apple.JavaScriptCore                  0x000000010c465606 ***::ThreadCondition::timedWait(***::Mutex&, double) + 118
    3 com.apple.JavaScriptCore                  0x000000010c465125 JSC::BlockAllocator::blockFreeingThreadMain() + 117
    4 com.apple.JavaScriptCore                  0x000000010c45aa2f _ZN3WTFL19wtfThreadEntryPointEPv + 15
    5 libsystem_c.dylib 0x00007fff977578bf _pthread_start + 335
    6 libsystem_c.dylib 0x00007fff9775ab75 thread_start + 13
    Thread 3:: JavaScriptCore::Marking
    0 libsystem_kernel.dylib                    0x00007fff98bd4bca __psynch_cvwait + 10
    1 libsystem_c.dylib 0x00007fff9775b274 _pthread_cond_wait + 840
    2 com.apple.JavaScriptCore                  0x000000010c465c37 JSC::GCThread::waitForNextPhase() + 119
    3 com.apple.JavaScriptCore                  0x000000010c465ac8 JSC::GCThread::gcThreadMain() + 88
    4 com.apple.JavaScriptCore                  0x000000010c45aa2f _ZN3WTFL19wtfThreadEntryPointEPv + 15
    5 libsystem_c.dylib 0x00007fff977578bf _pthread_start + 335
    6 libsystem_c.dylib 0x00007fff9775ab75 thread_start + 13
    Thread 4:: JavaScriptCore::Marking
    0 libsystem_kernel.dylib                    0x00007fff98bd4bca __psynch_cvwait + 10
    1 libsystem_c.dylib 0x00007fff9775b274 _pthread_cond_wait + 840
    2 com.apple.JavaScriptCore                  0x000000010c465c37 JSC::GCThread::waitForNextPhase() + 119
    3 com.apple.JavaScriptCore                  0x000000010c465ac8 JSC::GCThread::gcThreadMain() + 88
    4 com.apple.JavaScriptCore                  0x000000010c45aa2f _ZN3WTFL19wtfThreadEntryPointEPv + 15
    5 libsystem_c.dylib 0x00007fff977578bf _pthread_start + 335
    6 libsystem_c.dylib 0x00007fff9775ab75 thread_start + 13
    Thread 5:: JavaScriptCore::Marking
    0 libsystem_kernel.dylib                    0x00007fff98bd4bca __psynch_cvwait + 10
    1 libsystem_c.dylib 0x00007fff9775b274 _pthread_cond_wait + 840
    2 com.apple.JavaScriptCore                  0x000000010c465c37 JSC::GCThread::waitForNextPhase() + 119
    3 com.apple.JavaScriptCore                  0x000000010c465ac8 JSC::GCThread::gcThreadMain() + 88
    4 com.apple.JavaScriptCore                  0x000000010c45aa2f _ZN3WTFL19wtfThreadEntryPointEPv + 15
    5 libsystem_c.dylib 0x00007fff977578bf _pthread_start + 335
    6 libsystem_c.dylib 0x00007fff9775ab75 thread_start + 13
    Thread 6:: com.apple.NSURLConnectionLoader
    0 libsystem_kernel.dylib                    0x00007fff98bd367a mach_msg_trap + 10
    1 libsystem_kernel.dylib                    0x00007fff98bd2d71 mach_msg + 73
    2 com.apple.CoreFoundation                  0x00007fff8da3050c __CFRunLoopServiceMachPort + 188
    3 com.apple.CoreFoundation                  0x00007fff8da38c74 __CFRunLoopRun + 1204
    4 com.apple.CoreFoundation                  0x00007fff8da38486 CFRunLoopRunSpecific + 230
    5 com.apple.Foundation                      0x00007fff96a17fd7 +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 335
    6 com.apple.Foundation                      0x00007fff96a0c72a -[NSThread main] + 68
    7 com.apple.Foundation                      0x00007fff96a0c6a2 __NSThread__main__ + 1575
    8 libsystem_c.dylib 0x00007fff977578bf _pthread_start + 335
    9 libsystem_c.dylib 0x00007fff9775ab75 thread_start + 13
    Thread 7:: com.apple.CFSocket.private
    0 libsystem_kernel.dylib                    0x00007fff98bd4df2 __select + 10
    1 com.apple.CoreFoundation                  0x00007fff8da81c8b __CFSocketManager + 1355
    2 libsystem_c.dylib 0x00007fff977578bf _pthread_start + 335
    3 libsystem_c.dylib 0x00007fff9775ab75 thread_start + 13
    Thread 8:
    0 libsystem_kernel.dylib                    0x00007fff98bd5192 __workq_kernreturn + 10
    1 libsystem_c.dylib 0x00007fff97759594 _pthread_wqthread + 758
    2 libsystem_c.dylib 0x00007fff9775ab85 start_wqthread + 13
    Thread 9:
    0 libsystem_kernel.dylib                    0x00007fff98bd5192 __workq_kernreturn + 10
    1 libsystem_c.dylib 0x00007fff97759594 _pthread_wqthread + 758
    2 libsystem_c.dylib 0x00007fff9775ab85 start_wqthread + 13
    Thread 0 crashed with X86 Thread State (64-bit):
      rax: 0x000000000000000a  rbx: 0x00000001108013a0  rcx: 0x00000001108013a0  rdx: 0x0000000000000000
      rdi: 0x0000000110df6c70  rsi: 0x00007fff6bb99c10  rbp: 0x00007fff6bb99ab0  rsp: 0x00007fff6bb99a60
       r8: 0x00007fff6bb99b58   r9: 0x0000000000000007  r10: 0x00000001193ed2c0  r11: 0x0000000018ead264
      r12: 0x00007fff6bb99c10  r13: 0x000000011ebfd0e8  r14: 0x00007fff6bb99b58  r15: 0x0000000000000000
      rip: 0x000000010c6b24c6  rfl: 0x0000000000010206  cr2: 0x0000000000000022
    Logical CPU: 2
    Binary Images:
           0x10bf9c000 - 0x10bf9efff com.apple.WebProcess (7537 - 7537.78.2) <5269CEC1-9274-3E9E-8A45-D37D71DA2740> /System/Library/StagedFrameworks/Safari/WebKit2.framework/WebProcess.app/Conten ts/MacOS/WebProcess
           0x10bfa5000 - 0x10bfa7fff WebProcessShim.dylib (537.78.2 - compatibility 1.0.0) <671EB68B-516D-3AFC-BFE9-71453DD25E6E> /System/Library/StagedFrameworks/Safari/WebKit2.framework/WebProcess.app/Conten ts/MacOS/WebProcessShim.dylib
           0x10bfae000 - 0x10bfaffff com.apple.VideoDecodeAcceleration (1.1 - 8) <1D15AB26-DEDD-37A8-91F4-0A86F87BDE52> /System/Library/Frameworks/VideoDecodeAcceleration.framework/Versions/A/VideoDe codeAcceleration
           0x10c014000 - 0x10c27dff7 com.apple.WebKit2 (7537 - 7537.78.2) <BF0D7E05-0F7B-3791-B83B-EB5D6B989D28> /System/Library/StagedFrameworks/Safari/WebKit2.framework/WebKit2
           0x10c451000 - 0x10c7f8ff7 com.apple.JavaScriptCore (7537 - 7537.78.1) <2EB02387-CA74-346C-9D51-D1E0C405FFF4> /System/Library/StagedFrameworks/Safari/JavaScriptCore.framework/JavaScriptCore
           0x10c8e7000 -        0x10d994fff  com.apple.WebCore (7537 - 7537.78.1) <20E51224-E7C0-3B3C-AEE8-EB11D6786C42> /System/Library/StagedFrameworks/Safari/WebCore.framework/WebCore
           0x10fb62000 - 0x11009bfff com.apple.Safari.framework (7537 - 7537.78.2) <1104F16E-0307-3450-BF85-4C6D65C22F24> /System/Library/StagedFrameworks/Safari/Safari.framework/Safari
           0x1103f9000 - 0x11055dff7 com.apple.WebKit (7537 - 7537.78.2) <B54EE9C4-F4F0-3424-A658-830FE814F167> /System/Library/StagedFrameworks/Safari/WebKit.framework/WebKit
           0x112619000 - 0x11261afff  ATSHI.dylib (??? - ???) <4761FD60-26EE-30C6-89FB-A3149852477F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/ATSHI.dylib
           0x112c72000 - 0x112c75ff7 libCoreFSCache.dylib (??? - ???) <0D155750-7910-32C5-8327-924FC1089442> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache .dylib
           0x114edd000 - 0x114eebfff libGPUSupport.dylib (??? - ???) <9FF8DDA2-7CB1-3888-8AAE-227C7691CB98> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/lib GPUSupport.dylib
           0x114ef2000 - 0x114f20ff7  GLRendererFloat (??? - ???) <06CA5D0B-BC5F-3CC7-836D-A02F7DB92BE8> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GL RendererFloat
           0x114f29000 - 0x114f33fef libcldcpuengine.dylib (2.0.19 - compatibility 1.0.0) <4572AD1E-D1D1-3412-AFCC-D37037B1FAB5> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengin e.dylib
           0x11f080000 - 0x11f0a9fff libPDFRIP.A.dylib (600.0.0 - compatibility 64.0.0) <B10E6E73-F1CC-3C0A-971F-68F1E0B0C3AC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libPDFRIP.A.dylib
           0x12704d000 - 0x127205fff  GLEngine (??? - ???) <59179FEC-D0E2-38B3-BD49-765506A645AC> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
           0x12723c000 - 0x127396fff libGLProgrammability.dylib (??? - ???) <90390984-70BC-365C-AB3E-16C35C4240CB> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
           0x1273c8000 - 0x1277affe7 com.apple.driver.AppleIntelHD3000GraphicsGLDriver (7.32.12 - 7.3.2) <5C9C9474-BA99-33A6-BAD8-628224491FED> /System/Library/Extensions/AppleIntelHD3000GraphicsGLDriver.bundle/Contents/Mac OS/AppleIntelHD3000GraphicsGLDriver
    0x7fff6bb9c000 - 0x7fff6bbd0baf  dyld (195.6 - ???) <0CD1B35B-A28F-32DA-B72E-452EAD609613> /usr/lib/dyld
    0x7fff8d880000 - 0x7fff8d88dfff com.apple.CrashReporterSupport (10.7.4 - 353) <6044CFB6-939E-3C73-BFBB-A8BBC096F135> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
    0x7fff8d88e000 - 0x7fff8d892ff7 com.apple.CommonPanels (1.2.5 - 94) <37C6540B-F8D1-355A-806C-F93D8FB522AB> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x7fff8d8c4000 - 0x7fff8d9cefe7 libcrypto.0.9.8.dylib (0.9.8 - compatibility 0.9.8) <0E7A4F63-035E-3406-AE8C-8F9E3E47D2EE> /usr/lib/libcrypto.0.9.8.dylib
    0x7fff8d9d2000 -     0x7fff8d9fffe7  libSystem.B.dylib (159.1.0 - compatibility 1.0.0) <7BEBB139-50BB-3112-947A-F4AA168F991C> /usr/lib/libSystem.B.dylib
    0x7fff8da00000 - 0x7fff8dbd4ff7 com.apple.CoreFoundation (6.7.2 - 635.21) <62A3402E-A4E7-391F-AD20-1EF20236CE1B> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x7fff8dbd5000 - 0x7fff8e008ff7 com.apple.VideoToolbox (1.0 - 705.94) <72AD524C-0616-3C69-BA1F-8D444F97F5A2> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbo x
    0x7fff8e009000 - 0x7fff8e032ff7 com.apple.framework.Apple80211 (7.4.1 - 741.1) <F60DA830-84ED-3473-8DE8-611A9D9B56FF> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
    0x7fff8e219000 - 0x7fff8e241fff com.apple.PerformanceAnalysis (1.11 - 11) <8D4C6382-DD92-37A2-BCFC-E89951320848> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/Perf ormanceAnalysis
    0x7fff8e242000 - 0x7fff8e25eff7 com.apple.GenerationalStorage (1.0 - 126.1) <509F52ED-E54B-3FEF-B3C2-759387B826E6> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/Gene rationalStorage
    0x7fff8e25f000 - 0x7fff8e262ff7 com.apple.securityhi (4.0 - 1) <7146CB8E-B754-3B0E-A74E-77E9138A81C5> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x7fff8e263000 - 0x7fff8e268ff7 libsystem_network.dylib (??? - ???) <5DE7024E-1D2D-34A2-80F4-08326331A75B> /usr/lib/system/libsystem_network.dylib
    0x7fff8e269000 - 0x7fff8e280fff com.apple.CFOpenDirectory (10.7 - 146) <E71AE4A2-F72B-35F2-9043-9F45CF75F11A> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
    0x7fff8e281000 - 0x7fff8e2c8ff7 com.apple.CoreMedia (1.0 - 705.94) <700C6863-7A8F-34FA-8B1D-7659EC95000B> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x7fff8e2c9000 - 0x7fff8e2cdfff libmathCommon.A.dylib (2026.0.0 - compatibility 1.0.0) <FF83AFF7-42B2-306E-90AF-D539C51A4542> /usr/lib/system/libmathCommon.A.dylib
    0x7fff8e2ce000 - 0x7fff8e31fff7 com.apple.CoreMediaIO (216.0 - 3199.8) <4D3FE512-E943-34E3-A7A5-2EC2E3854E28> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
    0x7fff8e320000 - 0x7fff8e326fff  IOSurface (??? - ???) <77C6757B-D357-3E34-9424-48F962B5CC9C> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x7fff8e34f000 - 0x7fff8e3a2fff  com.apple.AppleVAFramework (5.0.16 - 5.0.16) <6F9A4BCE-8B99-3144-BCF7-B4299B27F6E9> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x7fff8e3a3000 - 0x7fff8e3a5fff libquarantine.dylib (36.7.0 - compatibility 1.0.0) <8D9832F9-E4A9-38C3-B880-E5210B2353C7> /usr/lib/system/libquarantine.dylib
    0x7fff8e3a6000 - 0x7fff8e3a6fff libOpenScriptingUtil.dylib (??? - ???) <A7847713-F410-39C0-884F-A7188A18E742> /usr/lib/libOpenScriptingUtil.dylib
    0x7fff8e3a7000 - 0x7fff8e3a8ff7  libsystem_blocks.dylib (53.0.0 - compatibility 1.0.0) <8BCA214A-8992-34B2-A8B9-B74DEACA1869> /usr/lib/system/libsystem_blocks.dylib
    0x7fff8e427000 - 0x7fff8e427fff com.apple.Carbon (153 - 153) <C1A30E01-E113-38A0-95CA-99360F92A37A> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x7fff8e428000 - 0x7fff8e49efff com.apple.CoreSymbolication (2.2 - 73.2) <126415E3-3A35-315B-B4B7-507CDBED0D58> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSy mbolication
    0x7fff8e7f3000 - 0x7fff8e7fcff7 libsystem_notify.dylib (80.1.0 - compatibility 1.0.0) <A4D651E3-D1C6-3934-AD49-7A104FD14596> /usr/lib/system/libsystem_notify.dylib
    0x7fff8e7fd000 - 0x7fff8e80cfff libxar.1.dylib (??? - ???) <9E05C939-6CBF-38E7-8915-86278F7DB6C7> /usr/lib/libxar.1.dylib
    0x7fff8e815000 - 0x7fff8e82afff com.apple.speech.synthesis.framework (4.0.74 - 4.0.74) <C061ECBB-7061-3A43-8A18-90633F943295> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x7fff8e82b000 - 0x7fff8e82cfff libdnsinfo.dylib (395.11.0 - compatibility 1.0.0) <853BAAA5-270F-3FDC-B025-D448DB72E1C3> /usr/lib/system/libdnsinfo.dylib
    0x7fff8e83e000 - 0x7fff8e8e0fff com.apple.securityfoundation (5.0 - 55116) <A9311EF6-B7F7-3DA5-84E8-21BC9B2C3C69> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x7fff8e917000 - 0x7fff8e934fff  libxpc.dylib (77.19.0 - compatibility 1.0.0) <9F57891B-D7EF-3050-BEDD-21E7C6668248> /usr/lib/system/libxpc.dylib
    0x7fff8f818000 - 0x7fff8f883ff7 com.apple.framework.IOKit (2.0 - ???) <FE838BB6-D42E-3291-A1A0-6F53FC970261> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x7fff8f884000 - 0x7fff8f8dfff7 com.apple.opencl (2.0.19 - 2.0.19) <B05BF605-73B8-328F-A228-6FA59E1FC73A> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x7fff8f8e0000 - 0x7fff8f942ff7 com.apple.Symbolication (1.3 - 91) <B072970E-9EC1-3495-A1FA-D344C6E74A13> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolicat ion
    0x7fff8f943000 - 0x7fff8f969fff  com.apple.framework.familycontrols (3.0 - 300) <6F0C58C0-22E7-3877-8CFA-1ED0CB3CE38B> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
    0x7fff8f96a000 - 0x7fff8f96efff libdyld.dylib (195.5.0 - compatibility 1.0.0) <380C3F44-0CA7-3514-8080-46D1C9DF4FCD> /usr/lib/system/libdyld.dylib
    0x7fff8f96f000 - 0x7fff8f97dff7 libkxld.dylib (??? - ???) <01161870-E3B3-3F87-BA4A-0AA7A081F409> /usr/lib/system/libkxld.dylib
    0x7fff8f97e000 - 0x7fff8f9d2ff7 com.apple.ScalableUserInterface (1.0 - 1) <33563775-C662-313D-B7FA-3D575A9F3D41> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableU serInterface.framework/Versions/A/ScalableUserInterface
    0x7fff8f9d3000 - 0x7fff8fadafe7 libsqlite3.dylib (9.6.0 - compatibility 9.0.0) <EE02BB01-64C9-304D-9719-A35F5CD6D04C> /usr/lib/libsqlite3.dylib
    0x7fff8fadb000 - 0x7fff8faefff7 com.apple.LangAnalysis (1.7.0 - 1.7.0) <04C31EF0-912A-3004-A08F-CEC27030E0B2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x7fff8faf0000 - 0x7fff8faf0fff com.apple.CoreServices (53 - 53) <043C8026-8EDD-3241-B090-F589E24062EF> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x7fff8faf1000 - 0x7fff8fba7fff com.apple.PDFKit (2.7.8 - 2.7.8) <13A92FA5-E6E6-3ECF-9A70-D4330D7BE847> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
    0x7fff8fbf2000 - 0x7fff8fbf2fff com.apple.ApplicationServices (41 - 41) <89B6AD5B-5C75-3E83-8C2B-AA7F4C55E400> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x7fff900ca000 - 0x7fff901aeff7 com.apple.CoreServices.OSServices (478.50 - 478.50) <3D6AA4EF-C601-36C7-8F3A-A00964F01759> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x7fff9020d000 - 0x7fff90275ff7 com.apple.audio.CoreAudio (4.0.3 - 4.0.3) <9987DC46-2A96-3BA0-B88B-04E573C0AD9B> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x7fff90276000 - 0x7fff90401ff7 com.apple.QTKit (7.7.1 - 2353) <50F6A57F-70AB-3E5B-BE96-7A58965941F8> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x7fff90406000 - 0x7fff90440fe7 com.apple.DebugSymbols (2.1 - 87) <ED2B177C-4146-3715-91DF-D99A8ED5449A> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbol s
    0x7fff9079c000 - 0x7fff907a7ff7 com.apple.speech.recognition.framework (4.0.21 - 4.0.21) <6540EAF2-E3BF-3D2E-B4C1-F106180D6F20> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x7fff90a76000 - 0x7fff90a78fff com.apple.TrustEvaluationAgent (2.0 - 1) <1F31CAFF-C1C6-33D3-94E9-11B721761DDF> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
    0x7fff90a79000 - 0x7fff90a9dfff com.apple.Kerberos (1.0 - 1) <1F826BCE-DA8F-381D-9C4C-A36AA0EA1CB9> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x7fff90b00000 - 0x7fff90e1cfff com.apple.CoreServices.CarbonCore (960.25 - 960.25) <4FC1AB30-022C-3C67-AC46-FDCBFCB7EEDE> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x7fff90e1d000 - 0x7fff90f1aff7 com.apple.avfoundation (2.0 - 180.50) <A2EAE4E6-4DBA-3AAB-A387-7E72B93B6DA9> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
    0x7fff90fb1000 - 0x7fff9102cff7 com.apple.print.framework.PrintCore (7.1 - 366.3) <C5F39A82-0E77-3AD6-906A-20DD2EE8D374> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x7fff9102d000 - 0x7fff91051fff com.apple.RemoteViewServices (1.5 - 44.2) <A0417D7F-22E9-3FD8-AC55-67654D8E93EB> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/Remot eViewServices
    0x7fff9105e000 - 0x7fff910f0ff7 com.apple.CorePDF (3.1 - 3.1) <F81F99A9-7FF6-3A6A-92C7-78C76BA35777> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
    0x7fff911a6000 - 0x7fff9121cff7 libc++.1.dylib (28.4.0 - compatibility 1.0.0) <A24FC3DA-4FFA-3DD2-9DCC-2B8D1B3BF97C> /usr/lib/libc++.1.dylib
    0x7fff91393000 - 0x7fff9139efff com.apple.CommonAuth (2.2 - 2.0) <4F5302A5-867A-3F2E-9E4B-98FA011678F8> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
    0x7fff913ab000 - 0x7fff9140bfff libvDSP.dylib (325.4.0 - compatibility 1.0.0) <3A7521E6-5510-3FA7-AB65-79693A7A5839> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x7fff9140c000 - 0x7fff91701ff7 com.apple.security (7.0 - 55148.6) <4535E500-973A-3BA7-AF65-DF5CF0658F02> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x7fff91704000 - 0x7fff91707fff libRadiance.dylib (??? - ???) <CD89D70D-F177-3BAE-8A26-644EA7D5E28E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x7fff91719000 - 0x7fff9172bff7 libsasl2.2.dylib (3.15.0 - compatibility 3.0.0) <6245B497-784B-355C-98EF-2DC6B45BF05C> /usr/lib/libsasl2.2.dylib
    0x7fff9172c000 - 0x7fff91733fff com.apple.CommerceCore (1.0 - 17.1) <B6BFA182-9DC9-3543-89AE-F82EB9AF1CAB> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/C ommerceCore.framework/Versions/A/CommerceCore
    0x7fff91734000 - 0x7fff91753fff libresolv.9.dylib (46.1.0 - compatibility 1.0.0) <0635C52D-DD53-3721-A488-4C6E95607A74> /usr/lib/libresolv.9.dylib
    0x7fff91ad6000 - 0x7fff91c33fff com.apple.audio.toolbox.AudioToolbox (1.7.3 - 1.7.3) <5F1E4695-BC74-3ADD-8345-627BCD68201A> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x7fff92989000 - 0x7fff92a23ff7 com.apple.SearchKit (1.4.0 - 1.4.0) <4E70C394-773E-3A4B-A93C-59A88ABA9509> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x7fff92a24000 - 0x7fff92a32fff libdispatch.dylib (187.10.0 - compatibility 1.0.0) <8E03C652-922A-3399-93DE-9EA0CBFA0039> /usr/lib/system/libdispatch.dylib
    0x7fff92a33000 - 0x7fff92a68fff com.apple.securityinterface (5.0 - 55022.6) <4D6DAF8F-7873-3992-A6D6-478C7664FA39> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x7fff92a69000 - 0x7fff92a8afff  libPng.dylib (??? - ???) <E2B52527-4D0C-3595-BB13-8E8EF364E998> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x7fff92ab7000 - 0x7fff92ac9ff7 libbsm.0.dylib (??? - ???) <349BB16F-75FA-363F-8D98-7A9C3FA90A0D> /usr/lib/libbsm.0.dylib
    0x7fff92aca000 - 0x7fff92ae0fff  libGL.dylib (??? - ???) <A4876AE9-DDFE-3B9A-874E-09BC29D46C39> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x7fff92ae1000 - 0x7fff92b64fef com.apple.Metadata (10.7.0 - 627.37) <B9BEB598-B6F2-3BFF-A8F3-C3C87CD076AB> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
        0x7fff92b65000 - 0x7fff93503747 com.apple.CoreGraphics (1.600.0 - ???) <CB70AC19-9532-38CA-8509-6043AD9B4095> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x7fff93752000 - 0x7fff9375cff7 liblaunch.dylib (392.39.0 - compatibility 1.0.0) <8C235D13-2928-30E5-9E12-2CC3D6324AE2> /usr/lib/system/liblaunch.dylib
    0x7fff9375d000 - 0x7fff93810ff7 com.apple.CoreText (220.22.0 - ???) <A7A1096F-A211-3775-BA33-08FE98D27F08> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x7fff93868000 - 0x7fff9395dfff libiconv.2.dylib (7.0.0 - compatibility 7.0.0) <5C40E880-0706-378F-B864-3C2BD922D926> /usr/lib/libiconv.2.dylib
    0x7fff9395e000 - 0x7fff939aaff7 com.apple.SystemConfiguration (1.11.3 - 1.11) <0A7F1982-B4EA-3424-A0C7-FE46C6224F03> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x7fff939c4000 -     0x7fff93a49ff7  com.apple.Heimdal (2.2 - 2.0) <52B0F371-D272-3C8E-B42F-04D3FDD8AD0D> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
    0x7fff93a4a000 - 0x7fff93a58fff com.apple.NetAuth (3.1 - 3.1) <FE7EC4D7-5632-3B8D-9094-A0AC8D60EDEE> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
    0x7fff93a85000 - 0x7fff93ac0ff7 libssl.0.9.8.dylib (0.9.8 - compatibility 0.9.8) <B48E57F5-0923-3C47-8BAC-9704F4A28193> /usr/lib/libssl.0.9.8.dylib
    0x7fff93ac1000 - 0x7fff93f88fff FaceCoreLight (1.4.7 - compatibility 1.0.0) <BDD0E1DE-CF33-3AF8-B33B-4D1574CCC19D> /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLi ght
    0x7fff93f89000 - 0x7fff93ff1ff7 com.apple.coreui (1.2.2 - 165.11) <9316266A-39CA-3EC7-9C9E-726462CEFF4D> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x7fff93ff2000 - 0x7fff94097fff com.apple.ink.framework (10.7.5 - 113) <1AE6676D-490A-36C2-B6CC-00F93AEB31DE> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x7fff94098000 - 0x7fff940daff7 libcommonCrypto.dylib (55010.0.0 - compatibility 1.0.0) <BB770C22-8C57-365A-8716-4A3C36AE7BFB> /usr/lib/system/libcommonCrypto.dylib
    0x7fff940fa000 - 0x7fff940fdfff libMatch.1.dylib (??? - ???) <42305BB6-25F9-355A-9076-FED38B21A7F9> /usr/lib/libMatch.1.dylib
    0x7fff947c3000 - 0x7fff948dcfff com.apple.DesktopServices (1.6.5 - 1.6.5) <5E7DD5F4-B4DA-3F75-A14A-3494E81CFBA0> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x7fff948dd000 - 0x7fff948dffff libCVMSPluginSupport.dylib (??? - ???) <982F1ED4-3CBB-3161-8BEA-8A980C27FCC1> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginS upport.dylib
    0x7fff948fc000 - 0x7fff9490bfff com.apple.opengl (1.8.1 - 1.8.1) <51B34133-CEE3-3FC6-82AC-ADF567AE673C> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x7fff9490c000 - 0x7fff9490eff7 com.apple.print.framework.Print (7.4 - 247.3) <626C58D5-2841-3329-8C32-9F4A8353F3E7> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x7fff94924000 - 0x7fff9492bfff libGFXShared.dylib (??? - ???) <D3598924-B167-372E-8C9F-1BBF68852542> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
    0x7fff949bb000 - 0x7fff94c2ffff com.apple.CoreImage (7.99.1 - 1.0.1) <4BB09B79-275B-364C-9466-0FF36ABB1218> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage .framework/Versions/A/CoreImage
    0x7fff94c30000 - 0x7fff94c4afff com.apple.CoreMediaAuthoring (2.0 - 891) <C7A92C52-AD9F-3CF1-86D5-C0714118935C> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreM ediaAuthoring
    0x7fff94c4b000 - 0x7fff94c4cfff  libunc.dylib (24.0.0 - compatibility 1.0.0) <337960EE-0A85-3DD0-A760-7134CF4C0AFF> /usr/lib/system/libunc.dylib
    0x7fff94c4d000 - 0x7fff94d52fff libFontParser.dylib (??? - ???) <D2E56B6E-3182-3667-A78C-4172C435523A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x7fff94d53000 - 0x7fff94d7cfff  com.apple.CoreVideo (1.7 - 70.3) <9A9D4058-9935-3B0A-B1A6-27EB78D02249> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x7fff94d8b000 - 0x7fff94da8ff7 com.apple.openscripting (1.3.3 - ???) <F5E34F54-CE85-334B-8F25-53581D43960C> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x7fff94da9000 - 0x7fff94de8fff  com.apple.AE (527.7 - 527.7) <B82F7ABC-AC8B-3507-B029-969DD5CA813D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x7fff94de9000 - 0x7fff94e2ffff libcurl.4.dylib (7.0.0 - compatibility 7.0.0) <066449E4-406B-3ABC-9DB8-E62777498154> /usr/lib/libcurl.4.dylib
    0x7fff94ee4000 - 0x7fff954c8fff  libBLAS.dylib (??? - ???) <C34F6D88-187F-33DC-8A68-C0C9D1FA36DF> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x7fff954d6000 - 0x7fff954e5ff7 libxar-nossl.dylib (??? - ???) <A6ABBFB9-E4ED-38AD-BBBB-F9958B9CEFB5> /usr/lib/libxar-nossl.dylib
    0x7fff954e6000 - 0x7fff9552aff7 libRIP.A.dylib (600.0.0 - compatibility 64.0.0) <416FB9E6-76F2-3CB8-8CCB-C12ACECFD611> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x7fff9552b000 - 0x7fff9560fe5f libobjc.A.dylib (228.0.0 - compatibility 1.0.0) <871E688B-CF57-3BC7-80D6-F6476DFF109B> /usr/lib/libobjc.A.dylib
    0x7fff9563e000 - 0x7fff9566eff7 com.apple.DictionaryServices (1.2.1 - 158.3) <5E2EBBFD-D520-3379-A431-11DAA844B8D6> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x7fff95697000 - 0x7fff95697fff com.apple.Cocoa (6.6 - ???) <7EC4D759-B2A6-3A99-AC75-809FED1500C6> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x7fff95698000 - 0x7fff956d3fff libsystem_info.dylib (??? - ???) <35F90252-2AE1-32C5-8D34-782C614D9639> /usr/lib/system/libsystem_info.dylib
    0x7fff956dc000 - 0x7fff956e3fff libcopyfile.dylib (85.1.70 - compatibility 1.0.0) <E805FDF4-7098-3F9F-BF27-191E3E0A0F10> /usr/lib/system/libcopyfile.dylib
    0x7fff956e6000 - 0x7fff958e8fff libicucore.A.dylib (46.1.0 - compatibility 1.0.0) <0176782F-9526-3905-813A-7A5676EC2C86> /usr/lib/libicucore.A.dylib
    0x7fff958e9000 - 0x7fff958eafff libDiagnosticMessagesClient.dylib (??? - ???) <3DCF577B-F126-302B-BCE2-4DB9A95B8598> /usr/lib/libDiagnosticMessagesClient.dylib
    0x7fff958eb000 - 0x7fff959c9fff com.apple.DiscRecording (6.0.4 - 6040.4.1) <E6D5835F-EE3C-3814-A2EE-6962B5570EF1> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
    0x7fff95acd000 - 0x7fff95c03fff  com.apple.vImage (5.1 - 5.1) <A08B7582-67BC-3EED-813A-4833645964A7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x7fff95c04000 - 0x7fff95c09fff com.apple.OpenDirectory (10.7 - 146) <A674AB55-6E3D-39AE-9F9B-9865D0193020> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x7fff95c0a000 - 0x7fff95d71ff7 com.apple.CFNetwork (520.5.3 - 520.5.3) <1C11C214-1C70-3358-A709-69C84D999DB8> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x7fff95d72000 - 0x7fff95d77fff libcache.dylib (47.0.0 - compatibility 1.0.0) <1571C3AB-BCB2-38CD-B3B2-C5FC3F927C6A> /usr/lib/system/libcache.dylib
    0x7fff95d78000 - 0x7fff95d8ffff com.apple.MultitouchSupport.framework (231.4 - 231.4) <10A978D1-8781-33F0-BE45-60C9171F7278> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
    0x7fff95d90000 - 0x7fff95e57ff7 com.apple.ColorSync (4.7.4 - 4.7.4) <590AFCDA-F10E-31FE-9B01-DA5FFE74C2BB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x7fff95e5e000 - 0x7fff95e64fff  libmacho.dylib (800.0.0 - compatibility 1.0.0) <165514D7-1BFA-38EF-A151-676DCD21FB64> /usr/lib/system/libmacho.dylib
    0x7fff95e65000 - 0x7fff95e6dfff libsystem_dnssd.dylib (??? - ???) <584B321E-5159-37CD-B2E7-82E069C70AFB> /usr/lib/system/libsystem_dnssd.dylib
    0x7fff95e6e000 - 0x7fff95f0fff7 com.apple.LaunchServices (480.42 - 480.42) <A69F9426-05CE-3312-89FD-BC063DA66DBF> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x7fff95f10000 - 0x7fff9601dfff  libJP2.dylib (??? - ???) <1CF69239-3D3D-30CE-AC7B-C7E8C9166BC2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x7fff9643f000 - 0x7fff96541fff libxml2.2.dylib (10.3.0 - compatibility 10.0.0) <AFBB22B7-07AE-3F2E-B88C-70BEEBFB8A86> /usr/lib/libxml2.2.dylib
    0x7fff96542000 - 0x7fff96621fff com.apple.ImageIO.framework (3.1.2 - 588) <37F047A9-48E3-3AF7-8931-462D63BE6121> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x7fff96622000 - 0x7fff96629fff com.apple.NetFS (4.0 - 4.0) <433EEE54-E383-3505-9154-45B909FD3AF0> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x7fff96689000 - 0x7fff9668efff libpam.2.dylib (3.0.0 - compatibility 3.0.0) <D952F17B-200A-3A23-B9B2-7C1F7AC19189> /usr/lib/libpam.2.dylib
    0x7fff96971000 - 0x7fff969b1fff libtidy.A.dylib (??? - ???) <E500CDB9-C010-3B1A-B995-774EE64F39BE> /usr/lib/libtidy.A.dylib
    0x7fff969b2000 - 0x7fff96ccbfff com.apple.Foundation (6.7.2 - 833.25) <22AAC369-B63C-3C55-8AC6-C3ECBA44DA7B> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x7fff96ccc000 -     0x7fff96d10ff7  com.apple.MediaKit (12 - 602) <0C2CBEDA-412F-3DDF-9C74-44114E5E0DB9> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
    0x7fff96f24000 - 0x7fff96f29fff libcompiler_rt.dylib (6.0.0 - compatibility 1.0.0) <98ECD5F6-E85C-32A5-98CD-8911230CB66A> /usr/lib/system/libcompiler_rt.dylib
    0x7fff96f2a000 - 0x7fff96f2dfff com.apple.help (1.3.2 - 42) <BF14DE49-F7E8-336F-81FB-BBDF2DB3AC09> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x7fff96f7b000 - 0x7fff96f81ff7 libunwind.dylib (30.0.0 - compatibility 1.0.0) <1E9C6C8C-CBE8-3F4B-A5B5-E03E3AB53231> /usr/lib/system/libunwind.dylib
    0x7fff97082000 - 0x7fff97085fff libCoreVMClient.dylib (??? - ???) <28CB0F3F-A202-391F-8CAC-FC9A1398A962> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
    0x7fff9708e000 - 0x7fff97438fe7 com.apple.MediaToolbox (1.0 - 705.94) <0719E69C-3275-3BD9-AD04-27DBADEB6E03> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbo x
    0x7fff97523000 - 0x7fff97530fff libCSync.A.dylib (600.0.0 - compatibility 64.0.0) <39E20909-68D8-3FB7-A089-A1866618E026> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x7fff97531000 - 0x7fff97531fff com.apple.vecLib (3.7 - vecLib 3.7) <9A58105C-B36E-35B5-812C-4ED693F2618F> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x7fff97709000 - 0x7fff977e6fef libsystem_c.dylib (763.13.0 - compatibility 1.0.0) <41B43515-2806-3FBC-ACF1-A16F35B7E290> /usr/lib/system/libsystem_c.dylib
    0x7fff977e7000 - 0x7fff97b13fff com.apple.HIToolbox (1.9 - ???) <CCB32DEA-D0CA-35D1-8019-E599C8007AB6> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x7fff97b26000 - 0x7fff97b59ff7 com.apple.GSS (2.2 - 2.0) <C86012C5-B613-3199-B1B3-A1494EE5E43C> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
    0x7fff97b64000 - 0x7fff97b65fff liblangid.dylib (??? - ???) <CACBE3C3-2F7B-3EED-B50E-EDB73F473B77> /usr/lib/liblangid.dylib
    0x7fff97b66000 - 0x7fff97b71ff7 libc++abi.dylib (14.0.0 - compatibility 1.0.0) <8FF3D766-D678-36F6-84AC-423C878E6D14> /usr/lib/libc++abi.dylib
    0x7fff97b72000 - 0x7fff9831afff com.apple.CoreAUC (6.16.12 - 6.16.12) <EF535959-14FE-3B61-9C32-DF4C54B8F12D> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
    0x7fff9831b000 - 0x7fff9835cfff  com.apple.QD (3.40.1 - ???) <13ACC7F4-B004-3370-B575-6D06447EE428> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x7fff9835d000 - 0x7fff98373ff7  com.apple.ImageCapture (7.1.0 - 7.1.0) <1AD40E02-2126-377B-A0D2-CBB21D932558> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x7fff983bb000 - 0x7fff987e8fff libLAPACK.dylib (??? - ???) <4F2E1055-2207-340B-BB45-E4F16171EE0D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x7fff98a15000 - 0x7fff98a5eff7 com.apple.framework.CoreWLAN (2.1.3 - 213.1) <D2101093-0B35-3B90-B511-E9272400ED9B> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
    0x7fff98a5f000 - 0x7fff98a72ff7 libCRFSuite.dylib (??? - ???) <0B76941F-218E-30C8-B6DE-E15919F8DBEB> /usr/lib/libCRFSuite.dylib
    0x7fff98a73000 - 0x7fff98ae6fff libstdc++.6.dylib (52.0.0 - compatibility 7.0.0) <6BDD43E4-A4B1-379E-9ED5-8C713653DFF2> /usr/lib/libstdc++.6.dylib
    0x7fff98ae7000 - 0x7fff98b0ffff libsandbox.1.dylib (??? - ???) <9A89A588-BE15-39AF-9DD8-0B839AF27ABF> /usr/lib/libsandbox.1.dylib
    0x7fff98b61000 - 0x7fff98bbdff7 com.apple.HIServices (1.21 - ???) <B012EE97-D1CD-3F4B-812D-9AC7E6852FE6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x7fff98bbe000 - 0x7fff98bdefff libsystem_kernel.dylib (1699.32.7 - compatibility 1.0.0) <66C9F9BD-C7B3-30D4-B1A0-03C8A6392351> /usr/lib/system/libsystem_kernel.dylib
    0x7fff98bdf000 -     0x7fff98be0ff7  libsystem_sandbox.dylib (??? - ???) <5459F293-E1F2-33B3-B9B2-2ABB7B915B62> /usr/lib/system/libsystem_sandbox.dylib
    0x7fff98c02000 - 0x7fff98c37fff libTrueTypeScaler.dylib (??? - ???) <A8156684-3BBE-306C-B492-179CDFFD6027> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
    0x7fff98d00000 - 0x7fff98d40fe7 libGLImage.dylib (??? - ???) <0B7DAB2B-F1C6-39C7-B864-61EF683B6656> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x7fff98d41000 - 0x7fff98d8ffff libauto.dylib (??? - ???) <D8AC8458-DDD0-3939-8B96-B6CED81613EF> /usr/lib/libauto.dylib
    0x7fff98d90000 - 0x7fff98e8aff7 com.apple.DiskImagesFramework (10.7.4 - 331.7) <BEBA6D78-08E0-3B99-B77B-A5CBF3344834> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
    0x7fff98f5f000 - 0x7fff98f64fff  libGIF.dylib (??? - ???) <58A4492D-AAE7-3B8F-8B06-62867471A3EE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x7fff98f9e000 - 0x7fff98f9efff com.apple.Accelerate (1.7 - Accelerate 1.7) <82DDF6F5-FBC3-323D-B71D-CF7ABC5CF568> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x7fff98f9f000 - 0x7fff98f9ffff com.apple.Accelerate.vecLib (3.7 - vecLib 3.7) <C06A140F-6114-3B8B-B080-E509303145B8> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x7fff98fa0000 - 0x7fff98fa6fff com.apple.DiskArbitration (2.4.1 - 2.4.1) <CEA34337-63DE-302E-81AA-10D717E1F699> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x7fff98fa7000 - 0x7fff98fb9ff7  libz.1.dylib (1.2.5 - compatibility 1.0.0) <30CBEF15-4978-3DED-8629-7109880A19D4> /usr/lib/libz.1.dylib
    0x7fff98fba000 - 0x7fff98fbefff libCGXType.A.dylib (600.0.0 - compatibility 64.0.0) <B423C449-761C-3EE1-AFAC-26B3558FF216> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
    0x7fff98fbf000 - 0x7fff991e9fe7 com.apple.CoreData (104.1 - 358.14) <6BB64605-8DA7-337D-A2AB-A3346A421CBD> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x7fff991ea000 - 0x7fff991eafff com.apple.audio.units.AudioUnit (1.7.3 - 1.7.3) <04C10813-CCE5-3333-8C72-E8E35E417B3B> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x7fff991eb000 - 0x7fff99214fff libJPEG.dylib (??? - ???) <DFD81B8F-F4CB-347B-92B8-1AFFDA924A9B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
        0x7fff99317000 - 0x7fff99357ff7 libcups.2.dylib (2.9.0 - compatibility 2.0.0) <7D2E5016-A960-3ADE-B042-F74063E79550> /usr/lib/libcups.2.dylib
    0x7fff99359000 - 0x7fff9935aff7 libremovefile.dylib (21.1.0 - compatibility 1.0.0) <739E6C83-AA52-3C6C-A680-B37FE2888A04> /usr/lib/system/libremovefile.dylib
    0x7fff9935b000 - 0x7fff993dfff7 com.apple.ApplicationServices.ATS (317.13.0 - ???) <A05126F9-7DC9-3EA7-8D94-53C6113730C6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x7fff993e0000 - 0x7fff993edff7 libbz2.1.0.dylib (1.0.5 - compatibility 1.0.0) <3373D310-3B10-3DD1-B754-B7B138CD448D> /usr/lib/libbz2.1.0.dylib
    0x7fff993ee000 - 0x7fff99429fff com.apple.LDAPFramework (3.2 - 120.2) <275D4298-C435-3E98-AA25-95D9D0A56550> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x7fff99459000 - 0x7fff995f9ff7 com.apple.QuartzCore (1.7 - 270.5) <19E5E0AB-DAA9-3F97-988C-D9A46AFB9C04> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x7fff995fa000 - 0x7fff9963cfff com.apple.corelocation (330.12 - 330.12) <CFDF7694-382A-30A8-8347-505BA0CAF312> /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation
    0x7fff9963d000 - 0x7fff99669ff7 com.apple.CoreServicesInternal (113.20 - 113.20) <786118E6-7D7E-3016-9FD5-A7CE411A251F> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/Cor eServicesInternal
    0x7fff9966a000 - 0x7fff996dafff com.apple.datadetectorscore (3.0 - 179.4) <9C01D16F-75A9-3BDD-B91A-F0F32261A2E7> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
    0x7fff996db000 - 0x7fff9972dff7  libGLU.dylib (??? - ???) <DB906997-0F70-3469-BA0E-2F1DDBEAD8D5> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x7fff9972e000 - 0x7fff9a334fff com.apple.AppKit (6.7.5 - 1138.51) <44417D02-6123-3FC3-A119-CE51BB4C3006> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x7fff9a335000 - 0x7fff9a3cbff7 libvMisc.dylib (325.4.0 - compatibility 1.0.0) <642D8D54-F9F5-3FBB-A96C-EEFE94C6278B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x7fff9a3cc000 - 0x7fff9a424ff7 libTIFF.dylib (??? - ???) <CF2005B6-5C29-3DCF-BDC2-7DB114ECD7A1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x7fff9a568000 - 0x7fff9a5bcfff libFontRegistry.dylib (??? - ???) <60FF9C2C-5E44-3C49-8A08-F26101898F21> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x7fff9a5bd000 - 0x7fff9a838ff7 com.apple.RawCamera.bundle (4.09 - 711) <0040632D-09A9-32DE-98E8-BFA99F9F6526> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x7fff9a839000 - 0x7fff9a864ff7  libxslt.1.dylib (3.24.0 - compatibility 3.0.0) <E71220D3-8015-38EC-B97D-7FDB383C2BDC> /usr/lib/libxslt.1.dylib
    0x7fff9a865000 - 0x7fff9a865fff libkeymgr.dylib (23.0.0 - compatibility 1.0.0) <61EFED6A-A407-301E-B454-CD18314F0075> /usr/lib/system/libkeymgr.dylib
    External Modification Summary:
      Calls made by other processes targeting this process:
    task_for_pid: 7
    thread_create: 0
    thread_set_state: 0
      Calls made by this process:
    task_for_pid: 0
    thread_create: 0
    thread_set_state: 0
      Calls made by all processes on this machine:
    task_for_pid: 3708
    thread_create: 0
    thread_set_state: 0
    VM Region Summary:
    ReadOnly portion of Libraries: Total=221.9M resident=129.3M(58%) swapped_out_or_unallocated=92.6M(42%)
    Writable regions: Total=1.4G written=276.5M(19%) resident=319.2M(22%) swapped_out=28K(0%) unallocated=1.1G(78%)
    REGION TYPE VIRTUAL
    =========== =======
    ATS (font support) 31.9M
    ATS (font support) (reserved) 4K        reserved VM address space (unallocated)
    CG image 268K
    CG shared images 4440K
    CoreAnimation 23.9M
    CoreGraphics 16K
    CoreServices                         2776K
    IOKit 10.6M
    JS JIT generated code 256.0M
    JS JIT generated code (reserved)    768.0M        reserved VM address space (unallocated)
    JS VM register file 4096K
    JS garbage collector 75.8M
    MALLOC 256.8M
    MALLOC guard page 64K
    Memory tag=242 12K
    Memory tag=251 20K
    OpenGL GLSL 1024K
    SQLite page cache 2400K
    STACK GUARD 56.0M
    Stack 12.1M
    TC malloc 1448K
    VM_ALLOCATE 1512K
    WebCore purgeable data 4108K
    __CI_BITMAP 80K
    __DATA 17.4M
    __IMAGE 528K
    __LINKEDIT 63.8M
    __TEXT 158.1M
    __UNICODE 544K
    mapped file 126.1M
    shared memory 6276K
    =========== =======
    TOTAL 1.8G
    TOTAL, minus reserved VM space        1.1G
    Model: MacBookPro8,1, BootROM MBP81.0047.B27, 2 processors, Intel Core i5, 2.4 GHz, 4 GB, SMC 1.68f99
    Graphics: Intel HD Graphics 3000, Intel HD Graphics 3000, Built-In, 384 MB
    Memory Module: BANK 0/DIMM0, 2 GB, DDR3, 1333 MHz, 0x80CE, 0x4D34373142353737334448302D4348392020
    Memory Module: BANK 1/DIMM0, 2 GB, DDR3, 1333 MHz, 0x80CE, 0x4D34373142353737334448302D4348392020
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0xD6), Broadcom BCM43xx 1.0 (5.106.198.19.22)
    Bluetooth: Version 4.0.8f17, 2 service, 18 devices, 1 incoming serial ports
    Network Service: Wi-Fi, AirPort, en1
    Serial ATA Device: TOSHIBA MK5065GSXF, 500,11 GB
    Serial ATA Device: MATSHITADVD-R   UJ-8A8
    USB Device: FaceTime HD Camera (Built-in), apple_vendor_id, 0x8509, 0xfa200000 / 3
    USB Device: hub_device, 0x0424  (SMSC), 0x2513, 0xfa100000 / 2
    USB Device: Apple Internal Keyboard / Trackpad, apple_vendor_id, 0x0253, 0xfa120000 / 5
    USB Device: BRCM2070 Hub, 0x0a5c  (Broadcom Corp.), 0x4500, 0xfa110000 / 4
    USB Device: Bluetooth USB Host Controller, apple_vendor_id, 0x821a, 0xfa113000 / 8
    USB Device: hub_device, 0x0424  (SMSC), 0x2513, 0xfd100000 / 2
    USB Device: IR Receiver, apple_vendor_id, 0x8242, 0xfd110000 / 3
    Process:         WebProcess [294] Path:            /System/Library/StagedFrameworks/Safari/WebKit2.framework/WebProcess.app/Conten ts/MacOS/WebProcess Identifier:

    Don't post reams of information like this - it means nothing.
    Also, this is an iWeb forum which is concerned with website building and your post has nothing to do with this.
    Please look more closely when posting to ensure that you are posting in the correct forum, which you have not.  Nobody here can help you with your problem.

  • Photoshop 'Quit Unexpectedly' when I close?

    Recently I've noticed that when I close 3rd party apps as they close I get the message 'Photoshop quit unexpectedly ' as if Leopard didn't understand that I was closing the app.
    This happens with Photoshop and Epson Scan which I am using a lot at the moment.
    Any ideas as to why this is happening?
    Thanks.

    Hi Topher-
    The error file is at the bottom. I have installed two epson scanner/printers but cannot find any epson specific twain files by searching TWAIN in spotlight? Perhaps I should try totally uninstalling the printers if you don't see the issue in the error report... I'm less than a week in the mac family and still groping a bit making the switch from windows, so any tips appreciated.
    cheers,
    tom
    Process: Adobe Photoshop CS3 [561]
    Path: /Applications/Adobe Photoshop CS3/Adobe Photoshop CS3.app/Contents/MacOS/Adobe Photoshop CS3
    Identifier: com.adobe.Photoshop
    Version: 10.0 (10.0x20070321 [20070321.m.1480 2007/03/21:16:39:00 cutoff; m branch]) (10.0)
    Code Type: X86 (Native)
    Parent Process: launchd [66]
    Date/Time: 2008-07-05 10:00:15.073 -0700
    OS Version: Mac OS X 10.5.4 (9E17)
    Report Version: 6
    Exception Type: EXCBADACCESS (SIGSEGV)
    Exception Codes: KERNINVALIDADDRESS at 0x00000000c0000023
    Crashed Thread: 0
    Thread 0 Crashed:
    0 libobjc.A.dylib 0x9078c6e8 objc_msgSend + 24
    1 com.apple.CoreFoundation 0x971d2552 CFBundleGetIdentifier + 50
    2 com.apple.CoreFoundation 0x971d5fa5 __CFBundleDeallocate + 53
    3 com.apple.CoreFoundation 0x97232788 _CFRelease + 216
    4 ??? 0x1aab7340 0 + 447443776
    5 dyld 0x8fe12fc3 ImageLoaderMachO::doTermination(ImageLoader::LinkContext const&) + 227
    6 dyld 0x8fe04f7b dyld::runTerminators(void*) + 155
    7 libSystem.B.dylib 0x95f6cfdc _cxafinalize + 241
    8 libSystem.B.dylib 0x95f6ced0 exit + 33
    9 com.adobe.Photoshop 0x00002fda 0x1000 + 8154
    10 com.adobe.Photoshop 0x00002ef9 0x1000 + 7929
    Thread 1:
    0 libSystem.B.dylib 0x95f444a6 machmsgtrap + 10
    1 libSystem.B.dylib 0x95f4bc9c mach_msg + 72
    2 ...ple.CoreServices.CarbonCore 0x9316fa07 TSexception_listenerthread + 155
    3 libSystem.B.dylib 0x95f756f5 pthreadstart + 321
    4 libSystem.B.dylib 0x95f755b2 thread_start + 34
    Thread 0 crashed with X86 Thread State (32-bit):
    eax: 0x1ad4d1c0 ebx: 0x9720317e ecx: 0x90807f78 edx: 0xc0000003
    edi: 0x1ad4d900 esi: 0x1ad4d1c0 ebp: 0xbffff898 esp: 0xbffff878
    ss: 0x0000001f efl: 0x00010206 eip: 0x9078c6e8 cs: 0x00000017
    ds: 0x0000001f es: 0x0000001f fs: 0x00000000 gs: 0x00000037
    cr2: 0xc0000023
    Binary Images:
    0x1000 - 0x16e0ffd +com.adobe.Photoshop 10.0 (10.0x20070321 [20070321.m.1480 2007/03/21:16:39:00 cutoff; m branch]) (10.0) <5f5dad12a7a442e6b45cfa9d92fe2cc3> /Applications/Adobe Photoshop CS3/Adobe Photoshop CS3.app/Contents/MacOS/Adobe Photoshop CS3
    0x1b9a000 - 0x1e1afe7 +AdobeAGM ??? (???) /Applications/Adobe Photoshop CS3/Adobe Photoshop CS3.app/Contents/Frameworks/AdobeAGM.framework/Versions/A/AdobeAGM
    0x1ec4000 - 0x1fc4fe7 +AdobeACE ??? (???) /Applications/Adobe Photoshop CS3/Adobe Photoshop CS3.app/Contents/Frameworks/AdobeACE.framework/Versions/A/AdobeACE
    0x1fe3000 - 0x2004ff7 +AdobeBIBUtils ??? (???) /Applications/Adobe Photoshop CS3/Adobe Photoshop CS3.app/Contents/Frameworks/AdobeBIBUtils.framework/Versions/A/AdobeBIBUtils
    0x2011000 - 0x202afff +AdobeBIB ??? (???) /Applications/Adobe Photoshop CS3/Adobe Photoshop CS3.app/Contents/Frameworks/AdobeBIB.framework/Versions/A/AdobeBIB
    0x2034000 - 0x2298fc7 +AdobeCoolType ??? (???) /Applications/Adobe Photoshop CS3/Adobe Photoshop CS3.app/Contents/Frameworks/AdobeCoolType.framework/Versions/A/AdobeCoolType
    0x2314000 - 0x2337ff6 +AdobeAXE8SharedExpat ??? (???) /Applications/Adobe Photoshop CS3/Adobe Photoshop CS3.app/Contents/Frameworks/AdobeAXE8SharedExpat.framework/Versions/A/AdobeAXE8 SharedExpat
    0x2349000 - 0x239effd +AdobeXMP ??? (???) /Applications/Adobe Photoshop CS3/Adobe Photoshop CS3.app/Contents/Frameworks/AdobeXMP.framework/Versions/A/AdobeXMP
    0x23ac000 - 0x23c7ff9 +AdobePDFSettings ??? (???) /Applications/Adobe Photoshop CS3/Adobe Photoshop CS3.app/Contents/Frameworks/AdobePDFSettings.framework/Versions/A/AdobePDFSetti ngs
    0x23e0000 - 0x2496fcc +FileInfo ??? (???) /Applications/Adobe Photoshop CS3/Adobe Photoshop CS3.app/Contents/Frameworks/FileInfo.framework/Versions/A/FileInfo
    0x24c4000 - 0x24c9fff org.twain.dsm 1.9.3 (1.9.3) /System/Library/Frameworks/TWAIN.framework/Versions/A/TWAIN
    0x24d2000 - 0x263dff7 +AdobeOwl ??? (???) <e228e1b18bdb47ac9dbfb4cf705a58d5> /Applications/Adobe Photoshop CS3/Adobe Photoshop CS3.app/Contents/Frameworks/AdobeOwl.framework/Versions/A/AdobeOwl
    0x2696000 - 0x269cfff +com.adobe.AdobeCrashReporter 2.5 (2.5.02272007) /Applications/Adobe Photoshop CS3/Adobe Photoshop CS3.app/Contents/Frameworks/AdobeCrashReporter.framework/Versions/A/AdobeCrashR eporter
    0x26a3000 - 0x26bffd7 +com.adobe.LogTransport 1.0 (1.0) /Applications/Adobe Photoshop CS3/Adobe Photoshop CS3.app/Contents/Frameworks/LogTransport.framework/Versions/A/LogTransport
    0x26ca000 - 0x2a1ffc7 +com.adobe.linguistic.LinguisticManager 3.1.0 (3.1RC) <8111f571d718411e96246fb83187d84a> /Applications/Adobe Photoshop CS3/Adobe Photoshop CS3.app/Contents/Frameworks/AdobeLinguistic.framework/Versions/3/AdobeLinguisti c
    0x2bb8000 - 0x2bfffc7 +com.adobe.adobe_caps adobe_caps 0.0.120.0 (0.0.120.0) /Applications/Adobe Photoshop CS3/Adobe Photoshop CS3.app/Contents/Frameworks/adobecaps.framework/Versions/A/adobecaps
    0x2c0f000 - 0x2c4efff com.apple.vmutils 4.1 (104) <4f9d4dc239d5124d6a39d5395cbfaccc> /System/Library/PrivateFrameworks/vmutils.framework/Versions/A/vmutils
    0x2cfa000 - 0x2cfbfe1 com.apple.textencoding.unicode 2.2 (2.2) <6566f38ef8ee61fab9aaecfb6a81f208> /System/Library/TextEncodings/Unicode Encodings.bundle/Contents/MacOS/Unicode Encodings
    0x1767c000 - 0x1768afeb libSimplifiedChineseConverter.dylib ??? (???) <ec9a1c1949952acb83d09a0320ba2df1> /System/Library/CoreServices/Encodings/libSimplifiedChineseConverter.dylib
    0x1768f000 - 0x176a1fff libTraditionalChineseConverter.dylib ??? (???) <086a18ff56a7d80d4446b979a18a4f64> /System/Library/CoreServices/Encodings/libTraditionalChineseConverter.dylib
    0x176a5000 - 0x176a6ff3 ATSHI.dylib ??? (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/ATSHI.dylib
    0x176fc000 - 0x176fcffd libmx.A.dylib ??? (???) /usr/lib/libmx.A.dylib
    0x1a0f4000 - 0x1a129fd3 +com.adobe.epic adobe_epic 2.0.1.1082 (2.0.1.1082) /Applications/Adobe Photoshop CS3/Adobe Photoshop CS3.app/Contents/Frameworks/adobeepic.framework/adobeepic
    0x1a149000 - 0x1a155fe3 +com.adobe.epic adobe_eula 2.0.1.1082 (2.0.1.1082) /Applications/Adobe Photoshop CS3/Adobe Photoshop CS3.app/Contents/Frameworks/adobeeula.framework/adobeeula
    0x1a15e000 - 0x1a16cfc5 +com.adobe.epic adobe_personalization 2.0.1.1082 (2.0.1.1082) /Applications/Adobe Photoshop CS3/Adobe Photoshop CS3.app/Contents/Frameworks/adobepersonalization.framework/adobepersonalization
    0x1a711000 - 0x1a863fc7 +com.adobe.coretech.adm 3.10x16 (3.1) /Applications/Adobe Photoshop CS3/Adobe Photoshop CS3.app/Contents/Required/AdobeADM.bundle/Contents/MacOS/AdobeADM
    0x1bc59000 - 0x1bc5bffa +Adobe Unit Types a2.0.0 (2.0.0) /Library/ScriptingAdditions/Adobe Unit Types.osax/Contents/MacOS/Adobe Unit Types
    0x1cc93000 - 0x1cca0ff7 +com.adobe.asneu.framework asneu version 1.6.2f01 (1.6.2) /Applications/Adobe Photoshop CS3/Adobe Photoshop CS3.app/Contents/Frameworks/asneu.framework/asneu
    0x1ccea000 - 0x1cceffff com.apple.DictionaryServiceComponent 1.1 (1.1) <48169848fc6a3a97bb4d7ae36573cf0c> /System/Library/Components/DictionaryService.component/Contents/MacOS/Dictionar yService
    0x1d4b5000 - 0x1d56bff0 +com.satimage.companion.satimage Satimage 3.3.0 (3.3.0) /Library/ScriptingAdditions/Satimage.osax/Contents/MacOS/Satimage
    0x1d591000 - 0x1d5a1fe7 +com.adobe.epic adobe_registration 2.0.1.1082 (2.0.1.1082) /Applications/Adobe Photoshop CS3/Adobe Photoshop CS3.app/Contents/Frameworks/adoberegistration.framework/adoberegistration
    0x1d6a5000 - 0x1d795ffb +com.satimage.companion.numerics Numerics 1.1.6 (1.1.6) /Library/ScriptingAdditions/Numerics.osax/Contents/MacOS/Numerics
    0x1d7c3000 - 0x1d921fe7 +com.satimage.companion.xmllib XMLLib 3.1.0 (3.1.0) <0c2969a66c7d6567ab463a56ef549d32> /Library/ScriptingAdditions/XMLLib.osax/Contents/MacOS/XMLLib
    0x1d96b000 - 0x1d9c3ff2 +com.adobe.ESD.AdobeUpdaterLibFramework AdobeUpdater 5.1.0.1082 (5.1.0.1082) <ca913cddfa7b44358beb052bb879aed6> /Applications/Adobe Photoshop CS3/Adobe Photoshop CS3.app/Contents/Frameworks/AdobeUpdater.framework/AdobeUpdater
    0x1db00000 - 0x1dc1eff7 com.apple.RawCamera.bundle 2.0.7 (2.0.7) /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x1e601000 - 0x1ea79feb +AdobeLM_libFNP.dylib ??? (???) /Applications/Adobe Photoshop CS3/Adobe Photoshop CS3.app/Contents/MacOS/AdobeLM_libFNP.dylib
    0x40000000 - 0x400a6fe0 +AdobeJP2K ??? (???) /Applications/Adobe Photoshop CS3/Adobe Photoshop CS3.app/Contents/Frameworks/AdobeJP2K.framework/Versions/A/AdobeJP2K
    0x8fe00000 - 0x8fe2da53 dyld 96.2 (???) <5013f43c4d2c33c9619011f103ec3238> /usr/lib/dyld
    0x90003000 - 0x9000cfff com.apple.speech.recognition.framework 3.7.24 (3.7.24) <6a6518b392d3d41ace3dcea69d6809d9> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x9000d000 - 0x90011fff libGIF.dylib ??? (???) <75b4fd9684d792add088205f987fb02e> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x90012000 - 0x90031ffa libJPEG.dylib ??? (???) <c776945af9d960ccf5a80aa2d89fd918> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x9016a000 - 0x901c6ff7 com.apple.htmlrendering 68 (1.1.3) <a9f65fa1c4668dc7c49af5bf7d5287ad> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x901c7000 - 0x90253ff7 com.apple.LaunchServices 289.2 (289.2) <3577886e3a6d56ee3949850c4fde76c9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x90254000 - 0x90274ff2 libGL.dylib ??? (???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x90275000 - 0x902fffe3 com.apple.DesktopServices 1.4.6 (1.4.6) <94d1a28b351b7dff77becadab0967772> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x90300000 - 0x9031bff3 libPng.dylib ??? (???) <c0484bec6e2432b406755591924fe664> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x9031c000 - 0x903e7fff com.apple.ColorSync 4.5.0 (4.5.0) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x903e8000 - 0x903edfff com.apple.CommonPanels 1.2.4 (85) <3b64ef0de184d09c6f99a1a7e77e42be> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x904c2000 - 0x904d6ff3 com.apple.ImageCapture 4.0 (5.0.0) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x904d7000 - 0x90559ff3 com.apple.CFNetwork 330.4 (330.4) <ce5b085df34a78b7f198aff9db5b52ec> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x9055a000 - 0x9055affd com.apple.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x905fe000 - 0x90601fff com.apple.help 1.1 (36) <175489f8adf287b3ebd259362b0292c0> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x90602000 - 0x90610ffd libz.1.dylib ??? (???) <545ca09467025f77131cfac09d8b9375> /usr/lib/libz.1.dylib
    0x90611000 - 0x90749ff7 libicucore.A.dylib ??? (???) <5031226ea28b371d8dfdbb32acfb48b5> /usr/lib/libicucore.A.dylib
    0x9074a000 - 0x90777feb libvDSP.dylib ??? (???) <2ee4eb005babc90eaa352b33eb09226e> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x90778000 - 0x90857fff libobjc.A.dylib ??? (???) <99a9ad33ca07114848fdd7580968a572> /usr/lib/libobjc.A.dylib
    0x90897000 - 0x90f33fff com.apple.CoreGraphics 1.351.31 (???) <c97a42498636b2596764e48669f98e00> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x90f66000 - 0x91047ff7 libxml2.2.dylib ??? (???) <1baef3d4972ee789d8fa6c1fa44da45c> /usr/lib/libxml2.2.dylib
    0x91129000 - 0x9124dfe3 com.apple.audio.toolbox.AudioToolbox 1.5.1 (1.5.1) /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x9126d000 - 0x912e9feb com.apple.audio.CoreAudio 3.1.0 (3.1) <be7120e91df91425e904d5327b4338b7> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x912ef000 - 0x91348ff7 libGLU.dylib ??? (???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x915dd000 - 0x915f3fff com.apple.DictionaryServices 1.0.0 (1.0.0) <7e9ff586b5c9d02b09e2a5527d98524f> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x91645000 - 0x916c2fef libvMisc.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x916c3000 - 0x916ebfff libcups.2.dylib ??? (???) <ece20dff2a2c8ed3ae6ef735ef440c37> /usr/lib/libcups.2.dylib
    0x916ec000 - 0x916fcffc com.apple.LangAnalysis 1.6.4 (1.6.4) <8b7831b5f74a950a56cf2d22a2d436f6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x916fd000 - 0x917adfff edu.mit.Kerberos 6.0.12 (6.0.12) <1dc515ebe407292db8e603938c72d4e8> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x917bc000 - 0x917bdffc libffi.dylib ??? (???) <596e0dbf626b211741cecaa9698f271b> /usr/lib/libffi.dylib
    0x917be000 - 0x91800fef com.apple.NavigationServices 3.5.2 (163) <91844980804067b07a0b6124310d3f31> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x91801000 - 0x91825fff libxslt.1.dylib ??? (???) <59399cc446ed903fd9479526ee9f116b> /usr/lib/libxslt.1.dylib
    0x918f0000 - 0x91f40fff com.apple.WebCore 5525.18.1 (5525.18.1) <9fcf69305c5b48dd8a5cb77107f66c7a> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x91f41000 - 0x91f47fff com.apple.print.framework.Print 218.0.2 (220.1) <2979f3be4e7e8adc875bf21658e9be94> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x91f48000 - 0x92306fea libLAPACK.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x92314000 - 0x923d1fff com.apple.WebKit 5525.18 (5525.18) <7e41e38368974ed048c2f027a961dbd4> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x923d2000 - 0x928a5ffe libGLProgrammability.dylib ??? (???) <475db64244e011cd8811e076035b2632> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x928fb000 - 0x92ac9fff com.apple.security 5.0.4 (34102) <f01d6cbd6a0f24f6c13952ed448e77d6> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x92ada000 - 0x92aeafff com.apple.speech.synthesis.framework 3.7.1 (3.7.1) <06d8fc0307314f8ffc16f206ad3dbf44> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x92aff000 - 0x92b1dfff libresolv.9.dylib ??? (???) <32ccbe19e89a3fdd09a0c88151ea508c> /usr/lib/libresolv.9.dylib
    0x92b1e000 - 0x92e3ffea com.apple.QuickTime 7.5.0 (861) <4e1161b204b3b1f1047412c16483c39a> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x92e40000 - 0x93147ff7 com.apple.HIToolbox 1.5.3 (???) <e36f5c553e5a32f64b7eb458dadadc71> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x93148000 - 0x93422ff3 com.apple.CoreServices.CarbonCore 786.4 (786.4) <059c4803a7a95e3c1a95a332baeb1edf> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x93423000 - 0x93569ff7 com.apple.ImageIO.framework 2.0.2 (2.0.2) <77dfee73f4c0d230425a5151ee0bce05> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x9356a000 - 0x9356aff8 com.apple.ApplicationServices 34 (34) <e9cd7c823062c4382d89e3c9997f4739> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x9356b000 - 0x9397bfef libBLAS.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x9397c000 - 0x93a70ff4 libiconv.2.dylib ??? (???) <3f183527811098bb7332f67a1f902bfd> /usr/lib/libiconv.2.dylib
    0x93a71000 - 0x93a9cfe7 libauto.dylib ??? (???) <2072d673706bbe463ed2426af57a28d7> /usr/lib/libauto.dylib
    0x93ae2000 - 0x93b11fe3 com.apple.AE 402.2 (402.2) <d0da935e781446faa4563e7a9c587cce> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x93b12000 - 0x93b6fffb libstdc++.6.dylib ??? (???) <6106b1f2b0b303b06ae476253dbb5f3f> /usr/lib/libstdc++.6.dylib
    0x93b70000 - 0x93b7cfe7 com.apple.opengl 1.5.6 (1.5.6) <125de77ea2434a91364e79a0905a7771> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x93b7d000 - 0x93bb4fff com.apple.SystemConfiguration 1.9.2 (1.9.2) <8b26ebf26a009a098484f1ed01ec499c> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x93c45000 - 0x93c83ff7 libGLImage.dylib ??? (???) <093b1b698ca93a0380f5fa262459ea28> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x93cb9000 - 0x93cc4ff9 com.apple.helpdata 1.0 (14) /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
    0x93cd1000 - 0x93cd3ff5 libRadiance.dylib ??? (???) <c307054a6d8337c85ef501780b54704d> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x93cd4000 - 0x93da2ff3 com.apple.JavaScriptCore 5525.18 (5525.18) <672d1c7f16a4300addabeff4830f5024> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x93da9000 - 0x9413ffff com.apple.QuartzCore 1.5.3 (1.5.3) <1b65c05f89e81a499302fd63295b242d> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x94140000 - 0x9417ffef libTIFF.dylib ??? (???) <4b7d3b3b9a9c8335c2538371cb39b60b> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x94180000 - 0x9418afeb com.apple.audio.SoundManager 3.9.2 (3.9.2) <caa41909dcb5a18a94bc68cd13999bd5> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x941a3000 - 0x94236ff3 com.apple.ApplicationServices.ATS 3.3 (???) <064eb6d96417afa38a80b1735c4113aa> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x94237000 - 0x94242fe7 libCSync.A.dylib ??? (???) <8011fc1963cebdde0c6f101dbee5afd7> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x94243000 - 0x94243fff com.apple.Carbon 136 (136) <ec1d4184925e652dbe1b9200a5a552ec> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x9433e000 - 0x9433effd com.apple.Accelerate.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x94367000 - 0x9436ffff com.apple.DiskArbitration 2.2.1 (2.2.1) <42908e7ecc17a83cec4afef2850ec79e> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x94370000 - 0x94374fff libmathCommon.A.dylib ??? (???) /usr/lib/system/libmathCommon.A.dylib
    0x943c5000 - 0x943ccfff com.apple.agl 3.0.9 (AGL-3.0.9) <493bdf1318b1458ff62cbfb7b8c2bbdd> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x943d2000 - 0x943d2ffd com.apple.Accelerate 1.4.2 (Accelerate 1.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x943d3000 - 0x943d3ffa com.apple.CoreServices 32 (32) <2760719f7a81e8c2bdfd15b0939abc29> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x94554000 - 0x945ceff8 com.apple.print.framework.PrintCore 5.5.3 (245.3) <222dade7b33b99708b8c09d1303f93fc> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x945cf000 - 0x9461fff7 com.apple.HIServices 1.7.0 (???) <f83f0cb838a646c69f08fd38a31265f3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x94620000 - 0x94620ffb com.apple.installserver.framework 1.0 (8) /System/Library/PrivateFrameworks/InstallServer.framework/Versions/A/InstallSer ver
    0x95a8f000 - 0x95a96ffe libbsm.dylib ??? (???) <5582985a86ea36504cca31788bccf963> /usr/lib/libbsm.dylib
    0x95a97000 - 0x95b1eff7 libsqlite3.0.dylib ??? (???) <11311084bc4be9d4555dfac74fe7218a> /usr/lib/libsqlite3.0.dylib
    0x95b20000 - 0x95d9bfe7 com.apple.Foundation 6.5.5 (677.19) <bfd4ebea1a7739dd6b523f15dca01a37> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x95d9c000 - 0x95d9cff8 com.apple.Cocoa 6.5 (???) <e9318c93615b27231498bbe585b8da98> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x95d9d000 - 0x95da4fe9 libgcc_s.1.dylib ??? (???) <28a7cbc3a5ca2982d124668306f422d9> /usr/lib/libgcc_s.1.dylib
    0x95e13000 - 0x95e29fe7 com.apple.CoreVideo 1.5.1 (1.5.1) <ed7bb95fb94817ea3212090aac5c65f3> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x95e9d000 - 0x95ea4ff7 libCGATS.A.dylib ??? (???) <02a2c63ef94a180f9a0924cbff8d01ef> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
    0x95ea5000 - 0x95f30fff com.apple.framework.IOKit 1.5.1 (???) <60cfc4b175c4ef60bb8e9036716a29f4> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x95f43000 - 0x960a3ff3 libSystem.B.dylib ??? (???) <a12f397abf2285077b89bd726bff5b18> /usr/lib/libSystem.B.dylib
    0x96107000 - 0x9611ffff com.apple.openscripting 1.2.6 (???) <4e0b05f9f47c6f7e2b01b321b2eb1413> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x96120000 - 0x96161fe7 libRIP.A.dylib ??? (???) <c8d988d3880d7268468112c64c626d86> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x96193000 - 0x961d9fef com.apple.Metadata 10.5.2 (398.18) <adbb3a14e8f7da444e16d2fd61862771> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x961e0000 - 0x961e0ffc com.apple.audio.units.AudioUnit 1.5 (1.5) /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x961e1000 - 0x9621bfff com.apple.coreui 1.1 (61) /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x9621c000 - 0x962d6fe3 com.apple.CoreServices.OSServices 226.5 (226.5) <7e10d25c615a39fe1ab4d48e24a3b555> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x962d7000 - 0x9636afff com.apple.ink.framework 101.3 (86) <dfa9debcd7537849d228021d1d9c0f63> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x9636b000 - 0x96432ff2 com.apple.vImage 3.0 (3.0) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x96433000 - 0x96c30fef com.apple.AppKit 6.5.3 (949.33) <84b236f43802f4c15011513d18efa101> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x96dff000 - 0x96ea6feb com.apple.QD 3.11.52 (???) <d6efc4827b91e646965d15c409a6610f> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x96eb7000 - 0x96f11ff7 com.apple.CoreText 2.0.2 (???) <9fde11f84a72e890bbf2aa8b0b13b79a> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x96f79000 - 0x9705eff3 com.apple.CoreData 100.1 (186) <9187380c86061cb4c37b6bec8abeae75> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x9705f000 - 0x97111ffb libcrypto.0.9.7.dylib ??? (???) <8f92cbdc8777bea2ec49b06ee79fabc0> /usr/lib/libcrypto.0.9.7.dylib
    0x97112000 - 0x9713aff7 com.apple.shortcut 1 (1.0) <5b57f8f162f77a1739b436900517d672> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
    0x9713b000 - 0x9713dfff com.apple.securityhi 3.0 (30817) <020419ad33b8638b174e1a472728a894> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x9713e000 - 0x971bdff5 com.apple.SearchKit 1.2.0 (1.2.0) <5abfde5537969168b8a8743ccb9ec735> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x971be000 - 0x972f0fff com.apple.CoreFoundation 6.5.3 (476.14) <7ef7f5db09ff6dd0135a6165872803cc> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0xb0000000 - 0xb0004fd8 com.apple.carbonframeworktemplate 1.1 (1.1.0) /Applications/Adobe Photoshop CS3/Adobe Photoshop CS3.app/Contents/Frameworks/ahclient.framework/Versions/A/ahclient
    0xba900000 - 0xba916fff libJapaneseConverter.dylib ??? (???) <79f7cbef6bc9f4c32a42d63c7332bf8e> /System/Library/CoreServices/Encodings/libJapaneseConverter.dylib
    0xbab00000 - 0xbab21fe2 libKoreanConverter.dylib ??? (???) <4b497e7a0027447eaff2b45572bb85ea> /System/Library/CoreServices/Encodings/libKoreanConverter.dylib
    0xfffe8000 - 0xfffebfff libobjc.A.dylib ??? (???) /usr/lib/libobjc.A.dylib
    0xffff0000 - 0xffff1780 libSystem.B.dylib ??? (???) /usr/lib/libSystem.B.dylib

  • "Dreamweaver quit unexpectedly" when I close the DW CC program

    Though it doesn't seem to effect anything and my files appear to save as they should, I keep getting the "Dreamweaver quite unexpectedly" error and report when I close the program.  This happens the CC version and I think it might have been happening in the CS6 verion prior but I'm not sure.  I hate to clog the space here with the entire report but not sure what else I can supply you with as it is everything I have.  So it follows.  Please help.  Thanks.
    Process:         Dreamweaver [19404]
    Path:            /Applications/Adobe Dreamweaver CC/Adobe Dreamweaver CC.app/Contents/MacOS/Dreamweaver
    Identifier:      com.adobe.dreamweaver-13.1
    Version:         13.1.0.6443 (13.1.0)
    Code Type:       X86 (Native)
    Parent Process:  launchd [188]
    Responsible:     Dreamweaver [19404]
    User ID:         501
    Date/Time:       2013-12-09 12:17:46.299 -0800
    OS Version:      Mac OS X 10.9 (13A603)
    Report Version:  11
    Anonymous UUID:  7DEBCDFD-66F3-ACB9-D656-A4BFEEDCEAED
    Sleep/Wake UUID: FC41592D-BA23-48F4-AD19-EFBC667666DF
    Crashed Thread:  0  CrBrowserMain  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: KERN_INVALID_ADDRESS at 0x00000000a0000028
    VM Regions Near 0xa0000028:
        mapped file            000000009c29a000-000000009c34f000 [  724K] r-x/r-x SM=COW  Object_id=67b2342d
    -->
        Submap                 00000000a0200000-00000000a034f000 [ 1340K] r--/rwx SM=PRV  process-only VM submap
    Application Specific Information:
    Performing @selector(terminate:) from sender NSMenuItem 0x11137740
    Thread 0 Crashed:: CrBrowserMain  Dispatch queue: com.apple.main-thread
    0   com.apple.LaunchServices                0x9983ea0b CustomBinding::hash() const + 57
    1   com.apple.LaunchServices                0x998d6f02 std::__1::__hash_iterator<std::__1::__hash_node<Binding*, void*>*> std::__1::__hash_table<Binding*, BindingManager::Hash, BindingManager::EqualTo, std::__1::allocator<Binding*> >::find<Binding*>(Binding* const&) + 22
    2   com.apple.LaunchServices                0x9982ed9f unsigned long std::__1::__hash_table<Binding*, BindingManager::Hash, BindingManager::EqualTo, std::__1::allocator<Binding*> >::__erase_unique<Binding*>(Binding* const&) + 25
    3   com.apple.LaunchServices                0x9982ed17 BindingManager::_release(Binding*, bool) + 85
    4   com.apple.LaunchServices                0x9982ef64 BindingManager::findAndRelease(unsigned long, bool) + 66
    5   com.apple.LaunchServices                0x9982ef01 BindingManager::FindAndRelease(OpaqueIconRef*) + 55
    6   com.apple.LaunchServices                0x9982eec3 ReleaseIconRef + 17
    7   com.adobe.dreamweaver-13.1              0x0134302a CComboBoxImpl::CComboBoxImageResourceCache::~CComboBoxImageResourceCache() + 90
    8   com.adobe.dreamweaver-13.1              0x0134633e CComboBoxImpl::~CComboBoxImpl() + 334
    9   com.adobe.dreamweaver-13.1              0x013460c3 CComboBoxImpl::~CComboBoxImpl() + 19
    10  com.adobe.dreamweaver-13.1              0x012cb51b CImplBase::ReleaseImplRef() + 235
    11  com.adobe.dreamweaver-13.1              0x012c6bd4 CImplBase::DoNcDestroy() + 372
    12  com.adobe.dreamweaver-13.1              0x012c6aa0 CImplBase::DoNcDestroy() + 64
    13  com.adobe.dreamweaver-13.1              0x012c6aa0 CImplBase::DoNcDestroy() + 64
    14  com.adobe.dreamweaver-13.1              0x012c61eb CImplBase::DestroyWindow() + 363
    15  com.adobe.dreamweaver-13.1              0x012b4048 CWnd::DestroyWindow() + 24
    16  com.adobe.dreamweaver-13.1              0x009d7027 SiteFloater::DestroyWindow() + 487
    17  com.adobe.dreamweaver-13.1              0x0146d96c MMUI::MfcPanel::DestroyYourself() + 140
    18  com.adobe.dreamweaver-13.1              0x0146d9c4 non-virtual thunk to MMUI::MfcPanel::DestroyYourself() + 20
    19  com.adobe.dreamweaver-13.1              0x014563c1 MMUI::PanelManager::DestroyPanelSet() + 129
    20  com.adobe.dreamweaver-13.1              0x003baf8a DWPanelManager::~DWPanelManager() + 266
    21  com.adobe.dreamweaver-13.1              0x003bae53 DWPanelManager::~DWPanelManager() + 19
    22  com.adobe.dreamweaver-13.1              0x0144f3d7 MMUI::PanelManager::DestroyInstance() + 23
    23  com.adobe.dreamweaver-13.1              0x0009a71b TitanApp::OnAppExit() + 1323
    24  com.adobe.dreamweaver-13.1              0x012f296f CRealApp::DoQuit(long) + 31
    25  com.adobe.dreamweaver-13.1              0x012f3202 CRealApp::DoAppCanQuit() + 50
    26  com.adobe.exo.framework                 0x049f3d34 exo::app::AppBase::AppCanQuit() + 20
    27  com.adobe.exo.framework                 0x049fb9f0 boost::detail::function::function_obj_invoker0<boost::_bi::bind_t<bool, boost::_mfi::mf0<bool, exo::app::AppBase>, boost::_bi::list1<boost::_bi::value<exo::app::OS_AppBase*> > >, bool>::invoke(boost::detail::function::function_buffer&) + 32
    28  com.adobe.dreamweaver-13.1              0x013654a5 int dvacore::config::ErrorManager::ExecuteFunction<bool>(boost::function0<bool>*, bool*) + 69
    29  com.adobe.dreamweaver-13.1              0x01365548 boost::detail::function::function_obj_invoker0<boost::_bi::bind_t<int, int (*)(boost::function0<bool>*, bool*), boost::_bi::list2<boost::_bi::value<boost::function0<bool>*>, boost::_bi::value<bool*> > >, int>::invoke(boost::detail::function::function_buffer&) + 24
    30  com.adobe.dreamweaver-13.1              0x012f4621 TestErrorManager::ExecuteFunctionWithTopLevelExceptionHandler(boost::function0<int>) + 65
    31  com.adobe.dreamweaver-13.1              0x01365267 bool dvacore::config::ErrorManager::ExecuteFunctionWithTopLevelExceptionHandler<bool>(boost::f unction0<bool>, bool*) + 119
    32  com.adobe.dreamweaver-13.1              0x01365109 bool dvacore::config::ExecuteTopLevelFunction<bool>(boost::function0<bool>, bool*) + 121
    33  com.adobe.exo.framework                 0x049f8f20 -[ExoMacApplication terminate:] + 160
    34  libobjc.A.dylib                         0x95d042af -[NSObject performSelector:withObject:] + 70
    35  com.apple.AppKit                        0x9a870c35 -[NSApplication sendAction:to:from:] + 438
    36  com.apple.AppKit                        0x9a88cfe5 -[NSMenuItem _corePerformAction] + 486
    37  com.apple.AppKit                        0x9a88ccea -[NSCarbonMenuImpl performActionWithHighlightingForItemAtIndex:] + 163
    38  com.apple.AppKit                        0x9a88c3a1 -[NSMenu _performActionWithHighlightingForItemAtIndex:sendAccessibilityNotification:] + 79
    39  com.apple.AppKit                        0x9a8dfa14 -[NSMenu performActionForItemAtIndex:] + 65
    40  com.apple.AppKit                        0x9a8df9c9 -[NSMenu _internalPerformActionForItemAtIndex:] + 45
    41  com.apple.AppKit                        0x9a8df994 -[NSMenuItem _internalPerformActionThroughMenuIfPossible] + 106
    42  com.apple.AppKit                        0x9a8df7e4 -[NSCarbonMenuImpl _carbonCommandProcessEvent:handlerCallRef:] + 120
    43  com.apple.AppKit                        0x9a882136 NSSLMMenuEventHandler + 816
    44  com.apple.HIToolbox                     0x9444feb9 _InvokeEventHandlerUPP(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*, long (*)(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*)) + 36
    45  com.apple.HIToolbox                     0x942a364f DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 1452
    46  com.apple.HIToolbox                     0x942a2968 SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 386
    47  com.apple.HIToolbox                     0x942b5af1 SendEventToEventTarget + 88
    48  com.apple.HIToolbox                     0x9444fd5e SendHICommandEvent(unsigned long, HICommand const*, unsigned long, unsigned long, unsigned char, void const*, OpaqueEventTargetRef*, OpaqueEventTargetRef*, OpaqueEventRef**) + 478
    49  com.apple.HIToolbox                     0x94319097 SendMenuCommandWithContextAndModifiers + 70
    50  com.apple.HIToolbox                     0x94319044 SendMenuItemSelectedEvent + 199
    51  com.apple.HIToolbox                     0x94318f11 FinishMenuSelection(SelectionData*, MenuResult*, MenuResult*) + 134
    52  com.apple.HIToolbox                     0x944a46bd MenuSelectCore(MenuData*, Point, double, unsigned long, OpaqueMenuRef**, unsigned short*) + 722
    53  com.apple.HIToolbox                     0x943208ae _HandleMenuSelection2 + 488
    54  com.apple.HIToolbox                     0x943206b7 _HandleMenuSelection + 53
    55  com.apple.AppKit                        0x9a7ef628 _NSHandleCarbonMenuEvent + 358
    56  com.apple.AppKit                        0x9a644902 _DPSNextEvent + 2459
    57  com.apple.AppKit                        0x9a643ad0 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 119
    58  com.apple.AppKit                        0x9a63635c -[NSApplication run] + 727
    59  com.adobe.exo.framework                 0x049f8513 exo::app::OS_AppBase::RunEventLoop() + 67
    60  com.adobe.dreamweaver-13.1              0x012f26bd CRealApp::Run() + 605
    61  com.adobe.dreamweaver-13.1              0x012bbcc8 main + 264
    62  com.adobe.dreamweaver-13.1              0x00013af5 start + 53
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib                  0x97940992 kevent64 + 10
    1   libdispatch.dylib                       0x92a188bd _dispatch_mgr_invoke + 238
    2   libdispatch.dylib                       0x92a18556 _dispatch_mgr_thread + 52
    Thread 2:
    0   libsystem_kernel.dylib                  0x9793f7ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x99084d1d _pthread_cond_wait + 728
    2   libsystem_pthread.dylib                 0x99086c25 pthread_cond_timedwait$UNIX2003 + 71
    3   com.adobe.boost_threads.framework          0x02eebefb boost::condition_variable::timed_wait(boost::unique_lock<boost::mutex>&, boost::posix_time::ptime const&) + 171
    4   com.adobe.boost_threads.framework          0x02ee9b80 boost::this_thread::sleep(boost::posix_time::ptime const&) + 192
    5   com.adobe.dreamweaver-13.1              0x004ffffd JSInterp::testForINET() + 221
    6   com.adobe.dreamweaver-13.1              0x0050cac0 boost::detail::function::void_function_obj_invoker0<boost::_bi::bind_t<void, boost::_mfi::mf0<void, JSInterp>, boost::_bi::list1<boost::_bi::value<JSInterp*> > >, void>::invoke(boost::detail::function::function_buffer&) + 32
    7   com.adobe.dvacore.framework             0x03b1edef dvacore::threads::(anonymous namespace)::LaunchThread(std::string const&, boost::function0<void> const&, dvacore::threads::ThreadPriority, boost::function<void ()> const&, boost::function<void ()> const&) + 239
    8   com.adobe.dvacore.framework             0x03b1fbb0 boost::detail::thread_data<boost::_bi::bind_t<void, void (*)(std::string const&, boost::function0<void> const&, dvacore::threads::ThreadPriority, boost::function<void ()> const&, boost::function<void ()> const&), boost::_bi::list5<boost::_bi::value<std::string>, boost::_bi::value<boost::function<void ()> >, boost::_bi::value<dvacore::threads::ThreadPriority>, boost::_bi::value<boost::function<void ()> >, boost::_bi::value<boost::function<void ()> > > > >::run() + 64
    9   com.adobe.boost_threads.framework          0x02ee9045 thread_proxy + 165
    10  libsystem_pthread.dylib                 0x990825fb _pthread_body + 144
    11  libsystem_pthread.dylib                 0x99082485 _pthread_start + 130
    12  libsystem_pthread.dylib                 0x99087cf2 thread_start + 34
    Thread 3:
    0   libsystem_kernel.dylib                  0x9793fb76 __semwait_signal + 10
    1   libsystem_c.dylib                       0x925d805b nanosleep$UNIX2003 + 219
    2   com.apple.carbonbundletemplate          0x1a45c76b ScObjects::Thread::sleep(unsigned int) + 59
    3   com.apple.carbonbundletemplate          0x1a4585c9 ScObjects::BridgeTalkThread::run() + 185
    4   com.apple.carbonbundletemplate          0x1a45cad8 ScObjects::Thread::go(void*) + 168
    5   libsystem_pthread.dylib                 0x990825fb _pthread_body + 144
    6   libsystem_pthread.dylib                 0x99082485 _pthread_start + 130
    7   libsystem_pthread.dylib                 0x99087cf2 thread_start + 34
    Thread 4:: NetworkConfigWatcher
    0   libsystem_kernel.dylib                  0x9793af7a mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x9793a16c mach_msg + 68
    2   com.apple.CoreFoundation                0x92afbf69 __CFRunLoopServiceMachPort + 169
    3   com.apple.CoreFoundation                0x92afb541 __CFRunLoopRun + 1393
    4   com.apple.CoreFoundation                0x92afad5a CFRunLoopRunSpecific + 394
    5   com.apple.CoreFoundation                0x92afabbb CFRunLoopRunInMode + 123
    6   com.apple.Foundation                    0x9b60f319 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 277
    7   libcef.dylib                            0x0565e83f 0x525a000 + 4212799
    8   libcef.dylib                            0x0565e44c 0x525a000 + 4211788
    9   libcef.dylib                            0x05696b01 0x525a000 + 4442881
    10  libcef.dylib                            0x056b0fee 0x525a000 + 4550638
    11  libcef.dylib                            0x056961fb 0x525a000 + 4440571
    12  libcef.dylib                            0x056caa21 0x525a000 + 4655649
    13  libcef.dylib                            0x056cab75 0x525a000 + 4655989
    14  libcef.dylib                            0x056c4b19 0x525a000 + 4631321
    15  libsystem_pthread.dylib                 0x990825fb _pthread_body + 144
    16  libsystem_pthread.dylib                 0x99082485 _pthread_start + 130
    17  libsystem_pthread.dylib                 0x99087cf2 thread_start + 34
    Thread 5:: DnsConfigService
    0   libsystem_kernel.dylib                  0x97940976 kevent + 10
    1   libcef.dylib                            0x05de4b26 0x525a000 + 12102438
    2   libcef.dylib                            0x05de2799 0x525a000 + 12093337
    3   libcef.dylib                            0x0565d30c 0x525a000 + 4207372
    4   libcef.dylib                            0x05696b01 0x525a000 + 4442881
    5   libcef.dylib                            0x056b0fee 0x525a000 + 4550638
    6   libcef.dylib                            0x056961fb 0x525a000 + 4440571
    7   libcef.dylib                            0x056caa21 0x525a000 + 4655649
    8   libcef.dylib                            0x056cab75 0x525a000 + 4655989
    9   libcef.dylib                            0x056c4b19 0x525a000 + 4631321
    10  libsystem_pthread.dylib                 0x990825fb _pthread_body + 144
    11  libsystem_pthread.dylib                 0x99082485 _pthread_start + 130
    12  libsystem_pthread.dylib                 0x99087cf2 thread_start + 34
    Thread 6:: AudioThread
    0   libsystem_kernel.dylib                  0x9793f7ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x99084d1d _pthread_cond_wait + 728
    2   libsystem_pthread.dylib                 0x99086bd9 pthread_cond_wait$UNIX2003 + 71
    3   libcef.dylib                            0x056bc2f3 0x525a000 + 4596467
    4   libcef.dylib                            0x056bcfd7 0x525a000 + 4599767
    5   libcef.dylib                            0x056bcdd2 0x525a000 + 4599250
    6   libcef.dylib                            0x0569b134 0x525a000 + 4460852
    7   libcef.dylib                            0x05696b01 0x525a000 + 4442881
    8   libcef.dylib                            0x056b0fee 0x525a000 + 4550638
    9   libcef.dylib                            0x056961fb 0x525a000 + 4440571
    10  libcef.dylib                            0x056caa21 0x525a000 + 4655649
    11  libcef.dylib                            0x056cab75 0x525a000 + 4655989
    12  libcef.dylib                            0x056c4b19 0x525a000 + 4631321
    13  libsystem_pthread.dylib                 0x990825fb _pthread_body + 144
    14  libsystem_pthread.dylib                 0x99082485 _pthread_start + 130
    15  libsystem_pthread.dylib                 0x99087cf2 thread_start + 34
    Thread 7:: Chrome_DBThread
    0   libsystem_kernel.dylib                  0x9793f7ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x99084d1d _pthread_cond_wait + 728
    2   libsystem_pthread.dylib                 0x99086bd9 pthread_cond_wait$UNIX2003 + 71
    3   libcef.dylib                            0x056bc2f3 0x525a000 + 4596467
    4   libcef.dylib                            0x056bcfd7 0x525a000 + 4599767
    5   libcef.dylib                            0x056bcdd2 0x525a000 + 4599250
    6   libcef.dylib                            0x0569b134 0x525a000 + 4460852
    7   libcef.dylib                            0x05696b01 0x525a000 + 4442881
    8   libcef.dylib                            0x056b0fee 0x525a000 + 4550638
    9   libcef.dylib                            0x056961fb 0x525a000 + 4440571
    10  libcef.dylib                            0x056caa21 0x525a000 + 4655649
    11  libcef.dylib                            0x052c62c9 0x525a000 + 443081
    12  libcef.dylib                            0x052c66ef 0x525a000 + 444143
    13  libcef.dylib                            0x056cab75 0x525a000 + 4655989
    14  libcef.dylib                            0x056c4b19 0x525a000 + 4631321
    15  libsystem_pthread.dylib                 0x990825fb _pthread_body + 144
    16  libsystem_pthread.dylib                 0x99082485 _pthread_start + 130
    17  libsystem_pthread.dylib                 0x99087cf2 thread_start + 34
    Thread 8:: Chrome_WebKitThread
    0   libsystem_kernel.dylib                  0x9793f7ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x99084d1d _pthread_cond_wait + 728
    2   libsystem_pthread.dylib                 0x99086bd9 pthread_cond_wait$UNIX2003 + 71
    3   libcef.dylib                            0x056bc2f3 0x525a000 + 4596467
    4   libcef.dylib                            0x056bcfd7 0x525a000 + 4599767
    5   libcef.dylib                            0x056bcdd2 0x525a000 + 4599250
    6   libcef.dylib                            0x0569b134 0x525a000 + 4460852
    7   libcef.dylib                            0x05696b01 0x525a000 + 4442881
    8   libcef.dylib                            0x056b0fee 0x525a000 + 4550638
    9   libcef.dylib                            0x056961fb 0x525a000 + 4440571
    10  libcef.dylib                            0x056caa21 0x525a000 + 4655649
    11  libcef.dylib                            0x052c6359 0x525a000 + 443225
    12  libcef.dylib                            0x052c6700 0x525a000 + 444160
    13  libcef.dylib                            0x056cab75 0x525a000 + 4655989
    14  libcef.dylib                            0x056c4b19 0x525a000 + 4631321
    15  libsystem_pthread.dylib                 0x990825fb _pthread_body + 144
    16  libsystem_pthread.dylib                 0x99082485 _pthread_start + 130
    17  libsystem_pthread.dylib                 0x99087cf2 thread_start + 34
    Thread 9:: Chrome_FileThread
    0   libsystem_kernel.dylib                  0x97940976 kevent + 10
    1   libcef.dylib                            0x05de4b26 0x525a000 + 12102438
    2   libcef.dylib                            0x05de2799 0x525a000 + 12093337
    3   libcef.dylib                            0x0565d30c 0x525a000 + 4207372
    4   libcef.dylib                            0x05696b01 0x525a000 + 4442881
    5   libcef.dylib                            0x056b0fee 0x525a000 + 4550638
    6   libcef.dylib                            0x056961fb 0x525a000 + 4440571
    7   libcef.dylib                            0x056caa21 0x525a000 + 4655649
    8   libcef.dylib                            0x052c63e9 0x525a000 + 443369
    9   libcef.dylib                            0x052c6711 0x525a000 + 444177
    10  libcef.dylib                            0x056cab75 0x525a000 + 4655989
    11  libcef.dylib                            0x056c4b19 0x525a000 + 4631321
    12  libsystem_pthread.dylib                 0x990825fb _pthread_body + 144
    13  libsystem_pthread.dylib                 0x99082485 _pthread_start + 130
    14  libsystem_pthread.dylib                 0x99087cf2 thread_start + 34
    Thread 10:: Chrome_FileUserBlockingThread
    0   libsystem_kernel.dylib                  0x9793f7ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x99084d1d _pthread_cond_wait + 728
    2   libsystem_pthread.dylib                 0x99086bd9 pthread_cond_wait$UNIX2003 + 71
    3   libcef.dylib                            0x056bc2f3 0x525a000 + 4596467
    4   libcef.dylib                            0x056bcfd7 0x525a000 + 4599767
    5   libcef.dylib                            0x056bcdd2 0x525a000 + 4599250
    6   libcef.dylib                            0x0569b134 0x525a000 + 4460852
    7   libcef.dylib                            0x05696b01 0x525a000 + 4442881
    8   libcef.dylib                            0x056b0fee 0x525a000 + 4550638
    9   libcef.dylib                            0x056961fb 0x525a000 + 4440571
    10  libcef.dylib                            0x056caa21 0x525a000 + 4655649
    11  libcef.dylib                            0x052c6479 0x525a000 + 443513
    12  libcef.dylib                            0x052c6722 0x525a000 + 444194
    13  libcef.dylib                            0x056cab75 0x525a000 + 4655989
    14  libcef.dylib                            0x056c4b19 0x525a000 + 4631321
    15  libsystem_pthread.dylib                 0x990825fb _pthread_body + 144
    16  libsystem_pthread.dylib                 0x99082485 _pthread_start + 130
    17  libsystem_pthread.dylib                 0x99087cf2 thread_start + 34
    Thread 11:: Chrome_ProcessLauncherThread
    0   libsystem_kernel.dylib                  0x9793f7ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x99084d1d _pthread_cond_wait + 728
    2   libsystem_pthread.dylib                 0x99086bd9 pthread_cond_wait$UNIX2003 + 71
    3   libcef.dylib                            0x056bc2f3 0x525a000 + 4596467
    4   libcef.dylib                            0x056bcfd7 0x525a000 + 4599767
    5   libcef.dylib                            0x056bcdd2 0x525a000 + 4599250
    6   libcef.dylib                            0x0569b134 0x525a000 + 4460852
    7   libcef.dylib                            0x05696b01 0x525a000 + 4442881
    8   libcef.dylib                            0x056b0fee 0x525a000 + 4550638
    9   libcef.dylib                            0x056961fb 0x525a000 + 4440571
    10  libcef.dylib                            0x056caa21 0x525a000 + 4655649
    11  libcef.dylib                            0x052c6509 0x525a000 + 443657
    12  libcef.dylib                            0x052c6733 0x525a000 + 444211
    13  libcef.dylib                            0x056cab75 0x525a000 + 4655989
    14  libcef.dylib                            0x056c4b19 0x525a000 + 4631321
    15  libsystem_pthread.dylib                 0x990825fb _pthread_body + 144
    16  libsystem_pthread.dylib                 0x99082485 _pthread_start + 130
    17  libsystem_pthread.dylib                 0x99087cf2 thread_start + 34
    Thread 12:: Chrome_CacheThread
    0   libsystem_kernel.dylib                  0x97940976 kevent + 10
    1   libcef.dylib                            0x05de4b26 0x525a000 + 12102438
    2   libcef.dylib                            0x05de2799 0x525a000 + 12093337
    3   libcef.dylib                            0x0565d30c 0x525a000 + 4207372
    4   libcef.dylib                            0x05696b01 0x525a000 + 4442881
    5   libcef.dylib                            0x056b0fee 0x525a000 + 4550638
    6   libcef.dylib                            0x056961fb 0x525a000 + 4440571
    7   libcef.dylib                            0x056caa21 0x525a000 + 4655649
    8   libcef.dylib                            0x052c6599 0x525a000 + 443801
    9   libcef.dylib                            0x052c6741 0x525a000 + 444225
    10  libcef.dylib                            0x056cab75 0x525a000 + 4655989
    11  libcef.dylib                            0x056c4b19 0x525a000 + 4631321
    12  libsystem_pthread.dylib                 0x990825fb _pthread_body + 144
    13  libsystem_pthread.dylib                 0x99082485 _pthread_start + 130
    14  libsystem_pthread.dylib                 0x99087cf2 thread_start + 34
    Thread 13:: Chrome_IOThread
    0   libsystem_kernel.dylib                  0x97940976 kevent + 10
    1   libcef.dylib                            0x05de4b26 0x525a000 + 12102438
    2   libcef.dylib                            0x05de2799 0x525a000 + 12093337
    3   libcef.dylib                            0x0565d30c 0x525a000 + 4207372
    4   libcef.dylib                            0x05696b01 0x525a000 + 4442881
    5   libcef.dylib                            0x056b0fee 0x525a000 + 4550638
    6   libcef.dylib                            0x056961fb 0x525a000 + 4440571
    7   libcef.dylib                            0x056caa21 0x525a000 + 4655649
    8   libcef.dylib                            0x052c6629 0x525a000 + 443945
    9   libcef.dylib                            0x052c674f 0x525a000 + 444239
    10  libcef.dylib                            0x056cab75 0x525a000 + 4655989
    11  libcef.dylib                            0x056c4b19 0x525a000 + 4631321
    12  libsystem_pthread.dylib                 0x990825fb _pthread_body + 144
    13  libsystem_pthread.dylib                 0x99082485 _pthread_start + 130
    14  libsystem_pthread.dylib                 0x99087cf2 thread_start + 34
    Thread 14:: MediaStreamDeviceThread
    0   libsystem_kernel.dylib                  0x9793f7ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x99084d1d _pthread_cond_wait + 728
    2   libsystem_pthread.dylib                 0x99086bd9 pthread_cond_wait$UNIX2003 + 71
    3   libcef.dylib                            0x056bc2f3 0x525a000 + 4596467
    4   libcef.dylib                            0x056bcfd7 0x525a000 + 4599767
    5   libcef.dylib                            0x056bcdd2 0x525a000 + 4599250
    6   libcef.dylib                            0x0569b134 0x525a000 + 4460852
    7   libcef.dylib                            0x05696b01 0x525a000 + 4442881
    8   libcef.dylib                            0x056b0fee 0x525a000 + 4550638
    9   libcef.dylib                            0x056961fb 0x525a000 + 4440571
    10  libcef.dylib                            0x056caa21 0x525a000 + 4655649
    11  libcef.dylib                            0x056cab75 0x525a000 + 4655989
    12  libcef.dylib                            0x056c4b19 0x525a000 + 4631321
    13  libsystem_pthread.dylib                 0x990825fb _pthread_body + 144
    14  libsystem_pthread.dylib                 0x99082485 _pthread_start + 130
    15  libsystem_pthread.dylib                 0x99087cf2 thread_start + 34
    Thread 15:: NetworkConfigWatcher
    0   libsystem_kernel.dylib                  0x9793af7a mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x9793a16c mach_msg + 68
    2   com.apple.CoreFoundation                0x92afbf69 __CFRunLoopServiceMachPort + 169
    3   com.apple.CoreFoundation                0x92afb541 __CFRunLoopRun + 1393
    4   com.apple.CoreFoundation                0x92afad5a CFRunLoopRunSpecific + 394
    5   com.apple.CoreFoundation                0x92afabbb CFRunLoopRunInMode + 123
    6   com.apple.Foundation                    0x9b60f319 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 277
    7   libcef.dylib                            0x0565e83f 0x525a000 + 4212799
    8   libcef.dylib                            0x0565e44c 0x525a000 + 4211788
    9   libcef.dylib                            0x05696b01 0x525a000 + 4442881
    10  libcef.dylib                            0x056b0fee 0x525a000 + 4550638
    11  libcef.dylib                            0x056961fb 0x525a000 + 4440571
    12  libcef.dylib                            0x056caa21 0x525a000 + 4655649
    13  libcef.dylib                            0x056cab75 0x525a000 + 4655989
    14  libcef.dylib                            0x056c4b19 0x525a000 + 4631321
    15  libsystem_pthread.dylib                 0x990825fb _pthread_body + 144
    16  libsystem_pthread.dylib                 0x99082485 _pthread_start + 130
    17  libsystem_pthread.dylib                 0x99087cf2 thread_start + 34
    Thread 16:: com.apple.NSURLConnectionLoader
    0   libsystem_kernel.dylib                  0x9793af7a mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x9793a16c mach_msg + 68
    2   com.apple.CoreFoundation                0x92afbf69 __CFRunLoopServiceMachPort + 169
    3   com.apple.CoreFoundation                0x92afb541 __CFRunLoopRun + 1393
    4   com.apple.CoreFoundation                0x92afad5a CFRunLoopRunSpecific + 394
    5   com.apple.CoreFoundation                0x92afabbb CFRunLoopRunInMode + 123
    6   com.apple.Foundation                    0x9b60d0b5 +[NSURLConnection(Loader) _resourceLoadLoop:] + 381
    7   com.apple.Foundation                    0x9b60cf2e -[NSThread main] + 45
    8   com.apple.Foundation                    0x9b60ce86 __NSThread__main__ + 1426
    9   libsystem_pthread.dylib                 0x990825fb _pthread_body + 144
    10  libsystem_pthread.dylib                 0x99082485 _pthread_start + 130
    11  libsystem_pthread.dylib                 0x99087cf2 thread_start + 34
    Thread 17:: com.apple.CFSocket.private
    0   libsystem_kernel.dylib                  0x9793face __select + 10
    1   com.apple.CoreFoundation                0x92b4bdc6 __CFSocketManager + 1158
    2   libsystem_pthread.dylib                 0x990825fb _pthread_body + 144
    3   libsystem_pthread.dylib                 0x99082485 _pthread_start + 130
    4   libsystem_pthread.dylib                 0x99087cf2 thread_start + 34
    Thread 18:
    0   libsystem_kernel.dylib                  0x9793af7a mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x9793a16c mach_msg + 68
    2   com.apple.CoreFoundation                0x92afbf69 __CFRunLoopServiceMachPort + 169
    3   com.apple.CoreFoundation                0x92afb541 __CFRunLoopRun + 1393
    4   com.apple.CoreFoundation                0x92afad5a CFRunLoopRunSpecific + 394
    5   com.apple.CoreFoundation                0x92afabbb CFRunLoopRunInMode + 123
    6   com.apple.AppKit                        0x9a7edf18 _NSEventThread + 283
    7   libsystem_pthread.dylib                 0x990825fb _pthread_body + 144
    8   libsystem_pthread.dylib                 0x99082485 _pthread_start + 130
    9   libsystem_pthread.dylib                 0x99087cf2 thread_start + 34
    Thread 19:: BrowserBlockingWorker1/-1225904128
    0   libsystem_kernel.dylib                  0x9793f7ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x99084d1d _pthread_cond_wait + 728
    2   libsystem_pthread.dylib                 0x99086bd9 pthread_cond_wait$UNIX2003 + 71
    3   libcef.dylib                            0x056bc2f3 0x525a000 + 4596467
    4   libcef.dylib                            0x056c632c 0x525a000 + 4637484
    5   libcef.dylib                            0x056c533d 0x525a000 + 4633405
    6   libcef.dylib                            0x056c9f8e 0x525a000 + 4652942
    7   libcef.dylib                            0x056c4b19 0x525a000 + 4631321
    8   libsystem_pthread.dylib                 0x990825fb _pthread_body + 144
    9   libsystem_pthread.dylib                 0x99082485 _pthread_start + 130
    10  libsystem_pthread.dylib                 0x99087cf2 thread_start + 34
    Thread 20:
    0   libsystem_kernel.dylib                  0x9793af7a mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x9793a16c mach_msg + 68
    2   libcef.dylib                            0x0569313f 0x525a000 + 4428095
    3   libcef.dylib                            0x0538dc5c 0x525a000 + 1260636
    4   libcef.dylib                            0x056c4b19 0x525a000 + 4631321
    5   libsystem_pthread.dylib                 0x990825fb _pthread_body + 144
    6   libsystem_pthread.dylib                 0x99082485 _pthread_start + 130
    7   libsystem_pthread.dylib                 0x99087cf2 thread_start + 34
    Thread 21:
    0   libCurl.dylib                           0x0860972e dprintf_formatf + 439
    1   libCurl.dylib                           0x0860955a curl_mvsnprintf + 58
    2   libCurl.dylib                           0x08611ff5 Curl_failf + 57
    3   libCurl.dylib                           0x08612266 Curl_send_plain + 152
    4   libCurl.dylib                           0x0861219f Curl_write + 66
    5   libCurl.dylib                

    Hi smaudlin,
    We are sorry to know that you are facing problems while using the software.
    Can you please try to clean your DW CC preferences by following the steps mentioned below:
    Open “Finder” and press CMD+SHIFT+G to open the “Go to the folder” dialog
    Type ‘~/Library’ (without the quotes) and click “Go”
    Navigate to “Application Support/Adobe/”
    Locate the folder named “Dreamweaver CC” and delete the folder
    Open “Finder” and press CMD+SHIFT+G to open the “Go to the folder” dialog
    Type ‘~/Library’ (without the quotes) and click “Go”
    Navigate to “Preferences/” folder
    Locate the file “Adobe Dreamweaver CC Prefs” and delete the file
    Now try to launch Dreamweaver again and see if you still face the issue.
    Please let us know.
    Thanks,
    Arindam Ghosh

  • Kernal Panic when i close macbook to put it to sleep

    HELP!
    I have gotten this a few times, it seems to only happen when i close my macbook cover as if I am putting it to sleep. I notice that the apple light on top is still illuminated and doesn't appear to be sleeping - when I open it there is the Kernal Panic message to restart my computer.
    I have pasted the text from my Libraby>Logs>PanicReporter folder below...
    Sat Sep 5 12:58:23 2009
    panic(cpu 1 caller 0x001AB0FE): Kernel trap at 0x00199b8c, type 14=page fault, registers:
    CR0: 0x8001003b, CR2: 0x7f97b000, CR3: 0x01185000, CR4: 0x00000660
    EAX: 0x00001400, EBX: 0x00000008, ECX: 0x00000100, EDX: 0x00001400
    CR2: 0x7f97b000, EBP: 0x54ff7f48, ESI: 0x7f97b000, EDI: 0x7d8f8c00
    EFL: 0x00010206, EIP: 0x00199b8c, CS: 0x00000008, DS: 0x00000010
    Error code: 0x00000000
    Backtrace (CPU 1), Frame : Return Address (4 potential args on stack)
    0x54ff7cb8 : 0x12b4c6 (0x45f91c 0x54ff7cec 0x13355c 0x0)
    0x54ff7d08 : 0x1ab0fe (0x469a98 0x199b8c 0xe 0x469248)
    0x54ff7de8 : 0x1a1713 (0x54ff7e00 0x10206 0x54ff7f48 0x199b8c)
    0x54ff7df8 : 0x199b8c (0xe 0x54f40048 0x10 0x1a0010)
    0x54ff7f48 : 0x5c4a51 (0x6feb000 0x0 0x1367d3 0x19fed4)
    0x54ff7f78 : 0x13ebde (0x0 0x0 0x1a436f 0x7261048)
    0x54ff7fc8 : 0x1a14fc (0x522b60 0x0 0x1a40b5 0x73f8d60)
    Backtrace terminated-invalid frame pointer 0
    Kernel loadable modules in backtrace (with dependencies):
    com.apple.iokit.IOGraphicsFamily(1.7.3)@0x5b2000->0x5cefff
    dependency: com.apple.iokit.IOPCIFamily(2.6)@0x59d000
    BSD process name corresponding to current thread: kernel_task
    Mac OS version:
    9L31a
    Kernel version:
    Darwin Kernel Version 9.8.0: Wed Jul 15 16:55:01 PDT 2009; root:xnu-1228.15.4~1/RELEASE_I386
    System model name: MacBook3,1 (Mac-F22788C8)
    System uptime in nanoseconds: 3745111830586
    unloaded kexts:
    com.apple.driver.InternalModemSupport 2.4.0 - last unloaded 131778629077
    loaded kexts:
    xxx.qnation.PeerGuardian 1.1.7 - last loaded 13191655439
    at.obdev.nke.LittleSnitch 2.1.01
    com.apple.driver.InternalModemSupport 2.4.0
    com.apple.filesystems.autofs 2.0.2
    com.apple.driver.AppleHDAPlatformDriver 1.7.1a2
    com.apple.driver.AppleIRController 113
    com.apple.driver.AppleUSBTrackpad 1.7.4f1
    com.apple.driver.AppleUSBTCKeyEventDriver 1.7.4f1
    com.apple.driver.AppleUSBTCKeyboard 1.7.4f1
    com.apple.driver.AppleHWSensor 1.9d0
    com.apple.driver.AppleHDAHardwareConfigDriver 1.7.1a2
    com.apple.driver.AppleHDA 1.7.1a2
    com.apple.driver.AppleUpstreamUserClient 2.7.5
    com.apple.iokit.IOBluetoothSerialManager 2.1.8f2
    com.apple.driver.AppleGraphicsControl 2.8.15
    com.apple.DontSteal_Mac_OSX 6.0.3
    com.apple.driver.AppleIntelGMAX3100 5.4.8
    com.apple.driver.AppleHDAController 1.7.1a2
    com.apple.driver.SMCMotionSensor 2.1.1d2
    com.apple.iokit.IOFireWireIP 1.7.7
    com.apple.driver.AudioIPCDriver 1.0.6
    com.apple.driver.ACPISMCPlatformPlugin 3.4.0a17
    com.apple.driver.AppleLPC 1.3.1
    com.apple.driver.AppleBacklight 1.6.0
    com.apple.driver.AppleTyMCEDriver 1.0.0d28
    com.apple.driver.AppleIntelGMAX3100FB 5.4.8
    com.apple.driver.CSRUSBBluetoothHCIController 2.1.8f2
    com.apple.driver.AppleUSBMergeNub 3.4.6
    com.apple.driver.CSRHIDTransitionDriver 2.1.8f2
    com.apple.driver.USBCameraFirmwareLoader 1.0.9
    com.apple.iokit.IOSCSIMultimediaCommandsDevice 2.1.1
    com.apple.iokit.SCSITaskUserClient 2.1.1
    com.apple.driver.XsanFilter 2.7.91
    com.apple.iokit.AppleYukon2 3.1.13b2
    com.apple.driver.AppleFWOHCI 3.9.7
    com.apple.iokit.IOATAPIProtocolTransport 1.5.3
    com.apple.iokit.IOAHCIBlockStorage 1.2.2
    com.apple.driver.AppleUSBHub 3.4.9
    com.apple.iokit.IOUSBUserClient 3.4.9
    com.apple.driver.AppleAHCIPort 1.7.0
    com.apple.driver.AppleIntelPIIXATA 2.0.1
    com.apple.driver.AppleUSBUHCI 3.3.5
    com.apple.driver.AppleUSBEHCI 3.4.6
    com.apple.driver.AirPortBrcm43xx 366.91.21
    com.apple.driver.AppleFileSystemDriver 1.1.0
    com.apple.driver.AppleEFINVRAM 1.2.0
    com.apple.driver.AppleSmartBatteryManager 158.10.5
    com.apple.driver.AppleRTC 1.2.3
    com.apple.driver.AppleHPET 1.4
    com.apple.driver.AppleACPIPCI 1.2.5
    com.apple.driver.AppleACPIButtons 1.2.5
    com.apple.driver.AppleSMBIOS 1.4
    com.apple.driver.AppleACPIEC 1.2.5
    com.apple.driver.AppleAPIC 1.4
    com.apple.security.seatbelt 107.12
    com.apple.nke.applicationfirewall 1.6.77
    com.apple.security.TMSafetyNet 3
    com.apple.driver.AppleIntelCPUPowerManagement 76.2.0
    com.apple.driver.DiskImages 199
    com.apple.BootCache 30.4
    com.apple.iokit.IOUSBHIDDriver 3.4.6
    com.apple.driver.DspFuncLib 1.7.1a2
    com.apple.iokit.IOSerialFamily 9.4
    com.apple.iokit.IOHDAFamily 1.7.1a2
    com.apple.iokit.IOAudioFamily 1.6.9fc5
    com.apple.kext.OSvKernDSPLib 1.1
    com.apple.driver.IOPlatformPluginFamily 3.4.0a17
    com.apple.iokit.IONDRVSupport 1.7.3
    com.apple.driver.AppleSMC 2.3.1d1
    com.apple.iokit.IOGraphicsFamily 1.7.3
    com.apple.driver.AppleUSBBluetoothHCIController 2.1.8f2
    com.apple.iokit.IOBluetoothFamily 2.1.8f2
    com.apple.driver.AppleUSBComposite 3.2.0
    com.apple.iokit.IOSCSIBlockCommandsDevice 2.1.1
    com.apple.iokit.IOBDStorageFamily 1.5
    com.apple.iokit.IODVDStorageFamily 1.5
    com.apple.iokit.IOCDStorageFamily 1.5
    com.apple.iokit.IOFireWireFamily 3.4.9
    com.apple.iokit.IOSCSIArchitectureModelFamily 2.1.1
    com.apple.iokit.IOAHCIFamily 1.5.0
    com.apple.iokit.IOATAFamily 2.0.1
    com.apple.iokit.IOUSBFamily 3.4.9
    com.apple.iokit.IO80211Family 216.1
    com.apple.iokit.IONetworkingFamily 1.6.1
    com.apple.driver.AppleEFIRuntime 1.2.0
    com.apple.iokit.IOSMBusFamily 1.1
    com.apple.iokit.IOStorageFamily 1.5.6
    com.apple.iokit.IOHIDFamily 1.5.5
    com.apple.driver.AppleACPIPlatform 1.2.5
    com.apple.iokit.IOACPIFamily 1.2.0
    com.apple.iokit.IOPCIFamily 2.6

    Wow, second thread I stumbled across as I just now started trying to further research this happening to me. Thought it was related to an eSATA Express card I started recently using, but today, I just picked my MBP up off of a table and put it in my lap and it paniced.
    BSD process name corresponding to current thread: kernel_task
    Mac OS version:
    9L30
    Kernel version:
    Darwin Kernel Version 9.8.0: Wed Jul 15 16:55:01 PDT 2009; root:xnu-1228.15.4~1/RELEASE_I386
    System model name: MacBookPro3,1 (Mac-F4238BC8)
    System uptime in nanoseconds: 79375620799397
    unloaded kexts:
    com.apple.driver.AppleUSBAudio 2.6.4b17 - last unloaded 77400883751452
    loaded kexts:
    com.Logitech.Control Center.HID Driver 2.7.0
    com.vmware.kext.vmnet 2.0.5
    com.vmware.kext.vmioplug 2.0.5
    com.vmware.kext.vmci 2.0.5
    com.vmware.kext.vmx86 2.0.5
    MonitorControl.drv 1.0d3
    com.AmbrosiaSW.AudioSupport 3
    at.obdev.nke.LittleSnitch 2.1.04
    com.apple.driver.AppleUSBAudio 2.6.4b17 - last loaded 48374836666353
    com.apple.filesystems.msdosfs 1.5.5
    com.apple.driver.AppleHWSensor 1.9d0
    com.apple.driver.IOBluetoothBNEPDriver 2.1.8f2
    com.apple.filesystems.autofs 2.0.2
    com.apple.filesystems.ntfs 2.1
    com.apple.driver.AppleUpstreamUserClient 2.7.5
    com.apple.driver.AppleHDA 1.7.1a2
    com.apple.driver.AirPort.Atheros 320.16.2
    com.apple.driver.AppleHDAController 1.7.1a2
    com.apple.driver.AppleIRController 113
    com.apple.driver.SMCMotionSensor 2.1.1d2
    com.apple.iokit.IOFireWireIP 1.7.7
    com.apple.kext.AppleSMCLMU 1.4.5d1
    com.apple.iokit.IOBluetoothSerialManager 2.1.8f2
    com.apple.DontSteal_Mac_OSX 6.0.3
    com.apple.driver.AudioIPCDriver 1.0.6
    com.apple.driver.ACPISMCPlatformPlugin 3.4.0a17
    com.apple.driver.AppleLPC 1.3.1
    com.apple.driver.AppleBacklight 1.6.0
    com.apple.GeForce 5.4.8
    com.apple.nvidia.nv50hal 5.4.8
    com.apple.driver.CSRUSBBluetoothHCIController 2.1.8f2
    com.apple.driver.AppleUSBTrackpad 1.7.4f1
    com.apple.driver.AppleUSBTCKeyEventDriver 1.7.4f1
    com.apple.driver.AppleUSBTCKeyboard 1.7.4f1
    com.apple.driver.AppleUSBMergeNub 3.4.6
    com.apple.iokit.IOSCSIMultimediaCommandsDevice 2.1.1
    com.apple.iokit.SCSITaskUserClient 2.1.1
    com.apple.driver.XsanFilter 2.7.91
    com.apple.iokit.IOATAPIProtocolTransport 1.5.3
    com.apple.iokit.AppleYukon2 3.1.13b2
    com.apple.driver.AppleIntelPIIXATA 2.0.1
    com.apple.iokit.IOAHCIBlockStorage 1.2.2
    com.apple.driver.AppleUSBHub 3.4.9
    com.apple.iokit.IOUSBUserClient 3.4.9
    com.apple.driver.AppleEFINVRAM 1.2.0
    com.apple.driver.AppleAHCIPort 1.7.0
    com.apple.driver.AppleFWOHCI 3.9.7
    com.apple.driver.AppleUSBEHCI 3.4.6
    com.apple.driver.AppleUSBUHCI 3.3.5
    com.apple.driver.AppleSmartBatteryManager 158.10.5
    com.apple.driver.AppleRTC 1.2.3
    com.apple.driver.AppleHPET 1.4
    com.apple.driver.AppleACPIPCI 1.2.5
    com.apple.driver.AppleACPIButtons 1.2.5
    com.apple.driver.AppleSMBIOS 1.4
    com.apple.driver.AppleACPIEC 1.2.5
    com.apple.driver.AppleAPIC 1.4
    com.apple.security.seatbelt 107.12
    com.apple.nke.applicationfirewall 1.6.77
    com.apple.security.TMSafetyNet 3
    com.apple.driver.AppleIntelCPUPowerManagement 76.2.0
    com.apple.driver.DiskImages 199
    com.apple.BootCache 30.4
    com.apple.driver.DspFuncLib 1.7.1a2
    com.apple.iokit.IO80211Family 216.1
    com.apple.iokit.IOHDAFamily 1.7.1a2
    com.apple.iokit.IOSerialFamily 9.4
    com.apple.iokit.IOAudioFamily 1.6.9fc5
    com.apple.kext.OSvKernDSPLib 1.1
    com.apple.driver.IOPlatformPluginFamily 3.4.0a17
    com.apple.driver.AppleSMC 2.3.1d1
    com.apple.NVDAResman 5.4.8
    com.apple.iokit.IONDRVSupport 1.7.3
    com.apple.iokit.IOGraphicsFamily 1.7.3
    com.apple.driver.AppleUSBBluetoothHCIController 2.1.8f2
    com.apple.iokit.IOBluetoothFamily 2.1.8f2
    com.apple.iokit.IOUSBHIDDriver 3.4.6
    com.apple.driver.AppleUSBComposite 3.2.0
    com.apple.iokit.IOSCSIBlockCommandsDevice 2.1.1
    com.apple.iokit.IOBDStorageFamily 1.5
    com.apple.iokit.IODVDStorageFamily 1.5
    com.apple.iokit.IOCDStorageFamily 1.5
    com.apple.iokit.IOSCSIArchitectureModelFamily 2.1.1
    com.apple.iokit.IONetworkingFamily 1.6.1
    com.apple.iokit.IOATAFamily 2.0.1
    com.apple.iokit.IOAHCIFamily 1.5.0
    com.apple.iokit.IOFireWireFamily 3.4.9
    com.apple.iokit.IOUSBFamily 3.4.9
    com.apple.driver.AppleEFIRuntime 1.2.0
    com.apple.iokit.IOSMBusFamily 1.1
    com.apple.iokit.IOStorageFamily 1.5.6
    com.apple.iokit.IOHIDFamily 1.5.5
    com.apple.driver.AppleACPIPlatform 1.2.5
    com.apple.iokit.IOACPIFamily 1.2.0
    com.apple.iokit.IOPCIFamily 2.6

  • Sometimes when I close Firefox and try to open it in few moments it shows me message "Firefox is already running, but is not responding. To open a new window, you must first close the existing Firefox process, or restart your system." However, I haven't o

    Sometimes when I close Firefox and try to open it in few moments it shows me message "Firefox is already running, but is not responding. To open a new window, you must first close the existing Firefox process, or restart your system." However, I haven't opened any additional Firefox related programs, and previous Firefox is closed. First I though it is because of my computer, but then I discovered that other people have the same problem as well
    == This happened ==
    A few times a week
    == some 2 month ago ==
    == User Agent ==
    Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.5.30729; InfoPath.2; .NET CLR 3.0.30729)

    Hi Andis.
    First of all, this is completely normal behavior, although it's a bit irritating, I know. What happens is that when you close Firefox, despite the window disappearing right there and then, Firefox keeps running for a little bit until the whole closing procedure is completed. This can take a fraction of a second on fast computers, or can take a few seconds on slow computers or when Firefox is storing a large session (if you save your tabs). All you have to do is wait a bit until Firefox closes, and then open it again.
    To see if it's still running, you can press CTRL+SHIFT+ESC and then, under the Processes tab, you can see if firefox.exe is still there. If it's taking an unusual amount of time to close (which happens very rarely, and only if the browser freezes on exit), you can force the application to terminate from this application (task manager).
    Firefox 4.0 will reduce by 97% the time it takes firefox.exe to close, so this problem will be basically erased for Firefox's next version.
    Until then, I can recommend you this extension, which helps you restart your browser more easily and without bothering about closing times:
    https://addons.mozilla.org/en-US/firefox/addon/3559/
    Hopefully this will help.

  • Firefox stops loading new pages, displays "Loading". When I close it it goes. But when I restart it gives me "Another version is running, but not responding. This requires a power cycle reboot.

    Version 3.6.18. Running on Windows XP Pro. (kept current)
    This happens on a variety of pages. I get the little Loading thing in the tab, with the circle moving. So I X out (to exit Firefox). When I go to restart I get the error message "Another version of FireFox is running, but not responding". I give Windows the "three finger salute", and go to Task Manager, and do not see any reference to Firefox, and the Performance, and Processes seem OK. But it never seems to close the earlier Firefox, and won't let me open a new one. Any suggestions? Super Thanks for your help!

    Hi Andis.
    First of all, this is completely normal behavior, although it's a bit irritating, I know. What happens is that when you close Firefox, despite the window disappearing right there and then, Firefox keeps running for a little bit until the whole closing procedure is completed. This can take a fraction of a second on fast computers, or can take a few seconds on slow computers or when Firefox is storing a large session (if you save your tabs). All you have to do is wait a bit until Firefox closes, and then open it again.
    To see if it's still running, you can press CTRL+SHIFT+ESC and then, under the Processes tab, you can see if firefox.exe is still there. If it's taking an unusual amount of time to close (which happens very rarely, and only if the browser freezes on exit), you can force the application to terminate from this application (task manager).
    Firefox 4.0 will reduce by 97% the time it takes firefox.exe to close, so this problem will be basically erased for Firefox's next version.
    Until then, I can recommend you this extension, which helps you restart your browser more easily and without bothering about closing times:
    https://addons.mozilla.org/en-US/firefox/addon/3559/
    Hopefully this will help.

  • I copied this from your 5.0 download information: "All of the App Tabs you have set when you close Firefox will open as App Tabs when you start Firefox again." When I opened my computer today all my apptabs from yesterday had disappeared. Why?

    Your download page for 5.0 stated: All of the App Tabs you have set when you close Firefox will open as App Tabs when you start Firefox again.
    I liked the convenience of using App Tabs and was disappointed to find that the ones I had set up yesterday were gone today. Am I doing something wrong?

    Works fine for me, I can simulate your problem by improperly closing Firefox.
    The correct way would be to close the windows you don't want and then to exit Firefox through the File ("'''Alt+F'''") menu then use '''Exit''' or '''Qui'''t depending on your system.
    But '''I can simulate your problem''' by closing the good window with "X" in the upper right-corner first (the one with the app-tabs) and then close the other window by any means.
    You restart Firefox and open a window, since you closed without app-tabs there are none so you just see a window with your home page.
    Firefox has some things added to Firefox 4 and therefore in Firefox 5.
    # "'''Alt+S'''" (Hi'''s'''tory menu)
    # "'''Restore Previous Session'''" (that's the window without the app-tabs, but you have to this first)
    # "'''Restore Recently Closed Windows'''" -- can choose which window to reopen based on name and the mouse-over tells how many tabs. or you just use "'''Restore All Windows'''" without the guessing.
    ''I know you are on a Mac, and this affects Windows user more than anybody else, but it does affect other systems besides Windows, occasionally, perhaps more often now with the plugins container.''
    The following may not completely eliminate having to terminate Firefox through the Windows Control Panel but it will come very close.
    '''Plug-in and tasks started by Firefox may continue after attempting
    to close Firefox''' The "X" in the upper right-hand corner closes the
    Window (same as Ctrl+Shift+W) but even if it is the last Firefox window,
    it does not necessarily close Firefox .
    The only '''proper way to exit Firefox''' is to use '''Exit''' through the
    File menu, not the "X" in the upper right corner of last Firefox window.
    In the Firefox 4 and 5 that would be Alt+F then X
    * '''Firefox hangs''' | Troubleshooting | Firefox Support <br>http://support.mozilla.com/en-US/kb/Firefox%20hangs#w_hang-at-exit
    Use the '''Windows Task Manger''' to remove all running firefox.exe in the "'''Processes'''" tab of the Windows Task Manager, then restart Firefox.
    If Firefox will still not start, remove the parent.lock file from the profile which is created each time Firefox is started to prevent other Firefox tasks from running, see<br>
    http://kb.mozillazine.org/Profile_in_use#Remove_the_profile_lock_file
    '''Avoiding Problems with close/restart''' ''choose either extension''
    :Use to close and restart Firefox after enabling or disabling an extension, switching to a new theme, or modifying configuration files, then you don't have to worry about delay or have to look in the Task Manager to see if Firefox is closed yet.
    Both extensions use the same keyboard shortcut "'''Ctrl+Alt+R'''" or a file menu option.
    *"'''Restartless Restart'''" extension for Firefox 4.0+ only (2 KB download ) <br>https://addons.mozilla.org/firefox/addon/249342/
    *For older versions use "'''QuickRestart'''" extension (34 KB download) (<br>https://addons.mozilla.org/firefox/addon/3559/

  • Stopping a Thread when downloading

    Hi everyone!
    I'm develop a app to connect to a FTP Server and dowload and upload files. When I click on Cancel button, the app will still running but the download will stop.
    So, my problem is: How can I stop a Thread when i'm donwloading a file?
    I'm using Commons Net 3.0.1 to connect from a FTP. I have tried logout(), disconnect(), abort()... Into Threads I have tried interrupt(), yield(), stop(), destroy()... But not works!
    The "safe way to stop a Thread" don't work for me, becouse I'm not using a While but yes this line code to download the file:
    ftp.retrieveFile(TARGET, SOURCE);
    When I click on cancel button the donwload still running in background.
    PS: Sorry for my english :)

    Problem solved! Using the method retrieveFileStream() and the famous "the safe way to stop a Thread" I can stop it without need to close my app!
    The code was (adapted):
    OutputStream os;
    InputStream is;
    localDownload = new FileOutputStream(new File(LOCAL, NOME_ARQUIVO));
    os = localDownload;
    is = ftp.retrieveFileStream(LOCAL_FTP+NOME_ARQUIVO_FTP);
    if(is != null){
         int bytesRead = -1;
         final byte[] buffer = new byte[4096];
         while ((bytesRead = is.read(buffer)) != -1){
              if(cancelado == false)
                   os.write(buffer, 0, bytesRead);
              else
                   cancelado = false;
    is.close();
    ftp.completePendingCommand();PS: The method completePendingCommand() is fundamental for the download can be stoped.
    Again: sorry for my english :)
    Edited by: 866587 on 17/06/2011 09:53

  • Slideshow crop photos problem when i close the thumbnail botton

    In the slideshow i use thumbnail photo "turned on" to change the pictures (is it the only way to do it?)  and manage them with crop function but when i later close thumbnail (i don't want visible) photos resize. Any suggestion ?

    I have not a link yet, i'm preparing the graphic layout at the time. I bypassed the problem importing in muse the right photos size without use crop. Maybe i should see better edit photo functions tutorials. I'm new with Muse.
    Il giorno 09/ago/2013, alle ore 01.37, Brad Lawryk ha scritto:
    Re: slideshow crop photos problem when i close the thumbnail botton
    created by Brad Lawryk in Help with using Adobe Muse CC - View the full discussion
    Can you provide a link or screenshots so we can see what you are doing and what you are trying to achieve?
    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/5579245#5579245
    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/5579245#5579245
    To unsubscribe from this thread, please visit the message page at http://forums.adobe.com/message/5579245#5579245. In the Actions box on the right, click the Stop Email Notifications link.
    Start a new discussion in Help with using Adobe Muse CC 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.

  • [iOS] Advice on when to close events

    hi all just looking for some advice on when to close some events ..
    my problem is i am working on a iOS app that loads two large swf files and plays them both at the same time. i am loading in the video files on the first frame and adding them to the stage on the second.. the problem is it crashs at random it seems, ( crashes the frist time it loads files , then stable for 5 or 6 runs then crashes again and wont work till i have to reset ipad ) however it crashes at the same place always .. after loading the files.
    also the swf files do not have any AS3 code in them, however they are large 9000 - 11000 frames each
    //imports
        import flash.desktop.NativeApplication;
        import flash.desktop.SystemIdleMode;
        import flash.net.URLRequest;
        import flash.display.Loader;
        import flash.events.Event;
        import flash.events.ProgressEvent;
        import flash.filesystem.File;
        import flash.display.MovieClip;
    //----- sleep & wake settings
    NativeApplication.nativeApplication.systemIdleMode = SystemIdleMode.KEEP_AWAKE;
    stage.addEventListener(Event.DEACTIVATE, ReleaseWakeLock);
    final function ReleaseWakeLock(event:Event):void
         NativeApplication.nativeApplication.systemIdleMode = SystemIdleMode.NORMAL;
    stage.addEventListener(Event.ACTIVATE, RequestWakeLock);
    final function RequestWakeLock(event:Event):void
              NativeApplication.nativeApplication.systemIdleMode = SystemIdleMode.KEEP_AWAKE;
    // vars
    var load1 = 0;
    var load2 = 0;
    var mc1:MovieClip = new MovieClip;
    var mc2:MovieClip = new MovieClip;
    // load video 1
    function startLoad()
         var file2:File = File.applicationDirectory.resolvePath("v1.swf");
         var mLoader2:Loader = new Loader();
         var mRequest2:URLRequest = new URLRequest(file2.url);
         var context2:LoaderContext = new LoaderContext();
         context2.checkPolicyFile = true;
         context2.securityDomain = SecurityDomain.currentDomain;
         context2.applicationDomain = ApplicationDomain.currentDomain;
         mLoader2.contentLoaderInfo.addEventListener(IOErrorEvent.IO_ERROR, ioError);
         mLoader2.contentLoaderInfo.uncaughtErrorEvents.addEventListener(UncaughtErrorEvent.UNCAUG HT_ERROR, handleGlobalErrors);
         mLoader2.contentLoaderInfo.addEventListener(Event.COMPLETE, onCompleteHandler);
         mLoader2.contentLoaderInfo.addEventListener(ProgressEvent.PROGRESS, onProgressHandler);
         try
                   mLoader2.load(mRequest2, context2);
         catch (error:Error)
         mLoader2.load(mRequest2);
    function onCompleteHandler(loadEvent:Event)
         mc1=loadEvent.currentTarget.content;
         load1=1;
         v1_mc.addChildAt(mc1,0);
    //-------- start of video loader 2
    function startLoad2()
         var file:File = File.applicationDirectory.resolvePath("v2.swf");
         var mLoader:Loader = new Loader();
         var mRequest:URLRequest = new URLRequest(file.url);
         var context:LoaderContext = new LoaderContext();
         context.checkPolicyFile = true;
         context.securityDomain = SecurityDomain.currentDomain;
         context.applicationDomain = ApplicationDomain.currentDomain;
         mLoader.contentLoaderInfo.addEventListener(IOErrorEvent.IO_ERROR, ioError);
         mLoader.contentLoaderInfo.uncaughtErrorEvents.addEventListener(UncaughtErrorEvent.UNCAUGH T_ERROR, handleGlobalErrors);
         mLoader.contentLoaderInfo.addEventListener(Event.COMPLETE, onCompleteHandler2);
         mLoader.contentLoaderInfo.addEventListener(ProgressEvent.PROGRESS, onProgressHandler);
         try
              mLoader.load(mRequest, context);
         catch (error:Error)
              mLoader.load(mRequest);
    function handleGlobalErrors( evt : UncaughtErrorEvent ):void
         evt.preventDefault();
    function onCompleteHandler2(loadEvent:Event)
         mc2=loadEvent.currentTarget.content;
         load2 = 1;
        V2_mc.addChildAt(mc2,0);
         removeChild(loadtime_txt);
    function ioError(event:ErrorEvent):void
    startLoad2();
    startLoad();

    Hi,
    Thanks for reporting this issue. Since you are loading very large swfs, it could be possible that iOS is killing your application, since it is consuming a lot of memory. How large are the swfs?
    Could you please file a bug at http://bugbase.adobe.com and attach any test applications that you have? I request you to please post the bug number here so that other developers affected by the bug can vote for it.
    One more thing, you could also set stage.quality = StageQuality.MEDIUM in case you have set it to HIGH.
    Thanks,
    Sanika

  • CS5 doesn't exit when GUI closes

    When I close CS5, the user interface disappears correctly but the process continues in the background using up CPU time until I close it with Task Manager. This also happens with Encore.  I've talked to support but they don't seem to have any idea.
    I also cannot get Analyze content to work - this is not something I need but it would be nice.  Not sure if it's related.
    I'm using a Dell XPS420 and run Comodo firewall (although disabling the firewall doesn't make any difference).

    Yes I have 5.0.3.  Analyze Content is not greyed-out: the problem is that when I use it, Media Encoder starts up but there is nothing in the input queue.  This is the same for face detection and speech recognition.
    The OS is Win 7 Ultimate N (64 bit of course)
    Just looking at the process with process explorer I find that after the exit, there is only one thread running (but it's churning away sucking up CPU time)
    In fact looking at the stack for this process, it seems to be in the ATI driver most of the time.  I'll have a look for an updated driver for my graphics card (it's an ATI Radeon HD 3800)

  • When I close firefox I attempt to reopen, it wont load...looking in task manager shows it as a process, i need to, end the process to restart firefox, Why?

    when I start firefox, then close it..and attempt to restart it, I get a message that its loaded....but its not...but I see it as a process in task manager.I end the process..then start firefox again...........constant problem...............windows 7 system...8gb ram g4bit

    Hi Andis.
    First of all, this is completely normal behavior, although it's a bit irritating, I know. What happens is that when you close Firefox, despite the window disappearing right there and then, Firefox keeps running for a little bit until the whole closing procedure is completed. This can take a fraction of a second on fast computers, or can take a few seconds on slow computers or when Firefox is storing a large session (if you save your tabs). All you have to do is wait a bit until Firefox closes, and then open it again.
    To see if it's still running, you can press CTRL+SHIFT+ESC and then, under the Processes tab, you can see if firefox.exe is still there. If it's taking an unusual amount of time to close (which happens very rarely, and only if the browser freezes on exit), you can force the application to terminate from this application (task manager).
    Firefox 4.0 will reduce by 97% the time it takes firefox.exe to close, so this problem will be basically erased for Firefox's next version.
    Until then, I can recommend you this extension, which helps you restart your browser more easily and without bothering about closing times:
    https://addons.mozilla.org/en-US/firefox/addon/3559/
    Hopefully this will help.

  • Java program shuts down when I close Terminal.

    I use following:
    Java: 1.3.1_01
    Platform: Solaris
    Shell: bourn
    I've a java program in which, I've implemented shutdown hooks (Runtime.addshutdownhook()) for proper shut down of my application.
    I've a shell script to start & stop this application.
    Now, if I use bourn shell to start this app, when I close the terminal window, the program also shuts down.
    I tried using 'nohup' command but its not working. I also tried starting it in background by appending '&'. It is not working either.
    Can someone pls give me solution?
    - Samir

    I don't think there is a solution to your problem (other than not to close the terminal window) because according to the documentation:
    addShutdownHook
    public void addShutdownHook(Thread hook)
    Registers a new virtual-machine shutdown hook.
    The Java virtual machine shuts down in response to two kinds of events:
    1) The program exits normally, when the last non-daemon thread exits or when the exit (equivalently, System.exit) method is invoked, or
    2) The virtual machine is terminated in response to a user interrupt, such as typing ^C, or a system-wide event, such as user logoff or system shutdown.
    The behavior you described is consistent with what I see on my Windows 98SE.
    V.V.

  • What happens if the exception occurs in a thread when it has a lock

    what happens if the exception occurs in a thread when it has a lock
    on object. Is the lock released ?

    Rastogha wrote:
    ok so lock is released if we are putting code in try-catch block. . right ?
    1) But suppose what abt runtime exceptions which i am not catching. It doesn't matter what kind of exception it is. The lock is released when control is transferred outside the sync block.
    2)Also the thread will be suspended in both the cases or not ( both cases mean for runtime exception and checked exception)Again, the kind of exception doesn't matter. Whether you're in a sync block or not doesn't matter: When an exception occurs, control transfers to the nearest catch block that can handle it. If you don't provide a handler for it, the thread terminates.
    If something is not clear, post code that shows the specific situations you're curious about. Make sure you use the CODE button or [code] and [/code] tags.

Maybe you are looking for