Date Time in command prompt

command is date <date> time <time>
On 1 server, the format of date is <dd-mm-yy>
On another server the date is <mm-dd-yy>
Why is the date format different, how to standardise date format to <dd-mm-yy>?

You might want to check the region settings in control panel and see what they are set for.  They can either be manually set to this or it could match the language the machine was installed under.

Similar Messages

  • How to declare a bind variable with 'date' data type in command prompt?

    how to declare a bind variable with 'date' data type in command prompt?
    sql>variable q date;
    when i execute it show list of datatypes

    Hi,
    As Lokanath said, there are no DATE bind variables.
    You can use a VARCHAR2 bind variable, and convert it to a DATE in your SQL statment.
    If you're using SQL*Plus, consider a substitution variable. It won't be as efficient as a bind variable, but it will be as convenient.
    For example:
    DEFINE  first_entrry_date = "DATE '2010-06-20''
    SELECT   ...
    WHERE   entry_date >= &first_entry_date
    {code}                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • Uninstalling bulk dll's from gac folder at one time using command prompt

    Hi All,
    I need to unistall bulk dll's at a time from the GAC folder using command prompt ,can any one suggest how to do this.

    Hi,
    1. Create a batch file as "Uninstall.bat".
    2. Edit this file and copy the below statements in it:
    gacutil.exe /uf DLL1
    gacutil.exe /uf DLL2
    gacutil.exe /uf DLL3
    gacutil.exe /uf DLL4
    gacutil.exe /uf DLL5
    replace DLL1 to DLL5 with your actual DLL names, which you want to uninstall.
    3. Open Visual Studio Command Prompt as Administrator.
    4. Browse to the location where you have placed the above batch file.
    5. Run the batch file.
    Hope this will help.
    HTH,
    Sumit
    Sumit Verma - MCTS BizTalk 2006/2010 - Please indicate "Mark as Answer" or "Mark as Helpful" if this post has answered the question

  • How to return a specific date/time range and last event details, when checking the event log via command prompt

    I am new to scripting (literally started reading/learning scripting a few hours ago), and I am stuck in trying to get my current script/command to filter a specific date range.
    * Note: I am working with Server 2003 and 2008; because of the environment I am in, a lot of scripts (such as Powershell and VBScript) don't work; trying to stick with command line, as it appears to be the only thing that functions correctly in my environment
    I am trying to search the System log in event viewer, for the most recent server reboot. Here is the command that I am currently running:
    ===========================================================
    C:\Windows\System32\cscript C:\Windows\System32\eventquery.vbs /L System /FI "id eq 1074"
    ===========================================================
    When run, the output looks like this:
    ===========================================================
    Microsoft (R) Windows Script Host Version 5.6
    Copyright (C) Microsoft Corporation 1996-2001. All rights reserved
    Listing the events in 'system' log of host 'xxxxxxxxxxxxxxx'
    Type Event
    Date Time    Source
    Information 1074
    12/18/2013 2:48:06 AM    USER32
    Information 1074
    11/20/2013 3:25:04 AM    USER32
    Information 1074
    10/23/2013 2:06:09 AM    USER32
    ===========================================================
    What I would like it to do is only show events that have happened in the last seven days, as well as show the event details if it does find an event that matches the criteria.
    Any help would be greatly appreciated. Thanks!
    Nick

    I would prefer using Powershell , you can use below code 
    function Get-EventViewer
    param(
    [string[]]$ComputerName = $ENV:COMPUTERNAME,[string]$LogName,[int]$eventid
    $Object =@()
    foreach ($Computer in $ComputerName)
    $ApplicationEvents = get-eventlog -logname $LogName -cn $computer -after (Get-Date).AddDays(-7) | ?{$_.eventid -eq "$eventid" }
    foreach ($event in $ApplicationEvents) {
    $Object += New-Object -Type PSObject -Property @{
    ComputerName = $Computer.ToUpper();
    TimeGenerated = $event.TimeGenerated;
    EntryType = $event.EntryType;
    Source = $event.Source;
    Message = $event.Message;
    $column1 = @{expression="ComputerName"; width=12; label="ComputerName"; alignment="left"}
    $column2 = @{expression="TimeGenerated"; width=22; label="TimeGenerated"; alignment="left"}
    $column3 = @{expression="EntryType"; width=10; label="EntryType"; alignment="left"}
    $column4 = @{expression="Source"; width=15; label="Source"; alignment="left"}
    $column5 = @{expression="Message"; width=100; label="Message"; alignment="left"}
    $Object|format-table $column1, $column2, $column3 ,$column4 ,$column5
    $Object.GetEnumerator() | Out-GridView -Title "Event Viewer"
    You can do a function call like
    Get-EventViewer -LogName system -ComputerName "computername" -eventid "2017"

  • Appending a creation date/time stamp to a filename using MS Command Language

    I need to access the creation date and time of an existing file and then append that date/time to the filename using MS command language in a .bat file.  The code executes on a Windows server.   I'm looking at different options for doing
    this.  I know it can be done using MS Powershell scripting.  Any other suggestions appreciated.  Thanks

    I tested the answer you supplied here:
    http://social.technet.microsoft.com/Forums/en-US/38873a13-f3f2-40f2-bb96-c1c63722caab/adding-a-datetime-stamp-to-a-file-using-ms-command-language?forum=winserverpowershell
    and it worked.
    Richard Mueller - MVP Directory Services

  • Date/Time:      2012-03-07 16:29:50 -0500 OS Version:     10.5.8 (Build 9L31a) Architecture:   i386 Report Version: 4  Command:        Adobe Bridge CS5 Path:           /Applications/Adobe Bridge CS5/Adobe Bridge CS5.app/Contents/MacOS/Adobe Bridge CS5 Ver

    Adobe browser hangsup.  I then get the problem report, but it will not let me send it.  THanks for any help.  Here is a copy and paste of the report:
    Date/Time:      2012-03-07 16:29:50 -0500
    OS Version:     10.5.8 (Build 9L31a)
    Architecture:   i386
    Report Version: 4
    Command:        Adobe Bridge CS5
    Path:           /Applications/Adobe Bridge CS5/Adobe Bridge CS5.app/Contents/MacOS/Adobe Bridge CS5
    Version:        4.0.5.11 (4.0.5.11)
    Parent:         launchd [107]
    PID:            260
    Event:          hang
    Time:           9.45s
    Steps:          62
    Process:        Adobe Bridge CS5 [260]
    Path:           /Applications/Adobe Bridge CS5/Adobe Bridge CS5.app/Contents/MacOS/Adobe Bridge CS5
      ADDRESS         BINARY
      00001000        /Applications/Adobe Bridge CS5/Adobe Bridge CS5.app/Contents/MacOS/Adobe Bridge CS5
      0114c000        /Applications/Adobe Bridge CS5/Adobe Bridge CS5.app/Contents/MacOS/../Frameworks/AdobeAXE8SharedExpat.framework/Versions/A/ AdobeAXE8SharedExpat
      01183000        /Applications/Adobe Bridge CS5/Adobe Bridge CS5.app/Contents/MacOS/../Frameworks/AdobeCrashReporter.framework/Versions/A/Ad obeCrashReporter
      0118e000        /Applications/Adobe Bridge CS5/Adobe Bridge CS5.app/Contents/MacOS/../Frameworks/AdobeExtendScript.framework/Versions/A/Ado beExtendScript
      01285000        /Applications/Adobe Bridge CS5/Adobe Bridge CS5.app/Contents/MacOS/../Frameworks/AdobeScCore.framework/Versions/A/AdobeScCo re
      01357000        /Applications/Adobe Bridge CS5/Adobe Bridge CS5.app/Contents/MacOS/../Frameworks/AdobePSL.framework/Versions/A/AdobePSL
      023d9000        /Applications/Adobe Bridge CS5/Adobe Bridge CS5.app/Contents/MacOS/../Frameworks/amtlib.framework/Versions/A/amtlib
      0246f000        /Applications/Adobe Bridge CS5/Adobe Bridge CS5.app/Contents/MacOS/../Frameworks/WRServices.framework/Versions/A/WRServices
      025ed000        /Applications/Adobe Bridge CS5/Adobe Bridge CS5.app/Contents/MacOS/../Frameworks/ICUData.framework/Versions/3.6/libicudata. dylib.36.0
      02fa0000        /Applications/Adobe Bridge CS5/Adobe Bridge CS5.app/Contents/MacOS/../Frameworks/ICUConverter.framework/Versions/3.6/libicu cnv.dylib.36.0
      03050000        /Applications/Adobe Bridge CS5/Adobe Bridge CS5.app/Contents/MacOS/../Frameworks/adbeape.framework/Versions/A/adbeape
      03059000        /Applications/Adobe Bridge CS5/Adobe Bridge CS5.app/Contents/MacOS/../Frameworks/AdobeACE.framework/Versions/A/AdobeACE
      03190000        /Applications/Adobe Bridge CS5/Adobe Bridge CS5.app/Contents/MacOS/../Frameworks/AdobeAGM.framework/Versions/A/AdobeAGM
      03555000        /Applications/Adobe Bridge CS5/Adobe Bridge CS5.app/Contents/MacOS/../Frameworks/AdobeARE.framework/Versions/A/AdobeARE
      0359a000        /Applications/Adobe Bridge CS5/Adobe Bridge CS5.app/Contents/MacOS/../Frameworks/AdobeBIB.framework/Versions/A/AdobeBIB
      035bf000        /Applications/Adobe Bridge CS5/Adobe Bridge CS5.app/Contents/MacOS/../Frameworks/AdobeBIBUtils.framework/Versions/A/AdobeBI BUtils
      035ec000        /Applications/Adobe Bridge CS5/Adobe Bridge CS5.app/Contents/MacOS/../Frameworks/AdobeCoolType.framework/Versions/A/AdobeCo olType
      03966000        /Applications/Adobe Bridge CS5/Adobe Bridge CS5.app/Contents/MacOS/../Frameworks/AdobeXMPFiles.framework/Versions/A/AdobeXM PFiles
      03a29000        /Applications/Adobe Bridge CS5/Adobe Bridge CS5.app/Contents/MacOS/../Frameworks/AdobeXMP.framework/Versions/A/AdobeXMP
      03a90000        /Applications/Adobe Bridge CS5/Adobe Bridge CS5.app/Contents/MacOS/../Frameworks/FileInfo.framework/Versions/A/FileInfo
      03b18000        /Applications/Adobe Bridge CS5/Adobe Bridge CS5.app/Contents/MacOS/../Frameworks/AdobeMPS.framework/Versions/A/AdobeMPS
      0401f000        /Applications/Adobe Bridge CS5/Adobe Bridge CS5.app/Contents/MacOS/../Frameworks/UpdaterNotifications.framework/Versions/A/ UpdaterNotifications
      04073000        /Applications/Adobe Bridge CS5/Adobe Bridge CS5.app/Contents/MacOS/../Frameworks/ICUInternationalization.framework/Versions /3.6/libicui18n.dylib.36.0
      041a3000        /Applications/Adobe Bridge CS5/Adobe Bridge CS5.app/Contents/MacOS/../Frameworks/ICUUnicode.framework/Versions/3.6/libicuuc .dylib.36.0
      042bd000        /System/Library/PrivateFrameworks/vmutils.framework/Versions/A/vmutils
      04335000        /System/Library/TextEncodings/Unicode Encodings.bundle/Contents/MacOS/Unicode Encodings
      16aa4000        /Applications/Adobe Bridge CS5/Adobe Bridge CS5.app/Contents/Frameworks/adobe_caps.framework/adobe_caps
      16b51000        /usr/lib/libmx.A.dylib
      18e00000        /Applications/Adobe Bridge CS5/Required/Photoshop Adapter.plugin/Contents/MacOS/Photoshop Adapter
      18fe2000        /Applications/Adobe Bridge CS5/Plug-Ins/MultiProcessor Support.plugin/Contents/MacOS/MultiProcessor Support
      1908e000        /Applications/Adobe Bridge CS5/Plug-Ins/MMXCore.plugin/Contents/MacOS/MMXCore
      1916a000        /Library/Application Support/Adobe/Plug-Ins/CS5/File Formats/Camera Raw.plugin/Contents/MacOS/Camera Raw
      1ac68000        /Library/Application Support/Adobe/APE/3.1/adbeapecore.framework/adbeapecore
      1bb88000        /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLRendererFloa t.bundle/GLRendererFloat
      1bbb8000        /System/Library/PrivateFrameworks/URLMount.framework/URLMount
      1be00000        /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
      1bfb3000        /System/Library/Extensions/GeForce8xxxGLDriver.bundle/Contents/MacOS/GeForce8xx xGLDriver
      1daa6000        /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/ATSHI.dylib
      1dcbd000        /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
      1e541000        /Applications/Adobe Bridge CS5/Adobe Bridge CS5.app/Contents/Frameworks/SwitchBoardClient.bundle/Contents/MacOS/SwitchBoard Client
      205af000        /Library/Frameworks/DivX Toolkit.framework/Versions/A/DivX Toolkit
      205f7000        /System/Library/CoreServices/Encodings/libSimplifiedChineseConverter.dylib
      20638000        /System/Library/CoreServices/Encodings/libTraditionalChineseConverter.dylib
      22b5e000        /Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder
      40000000        /Applications/Adobe Bridge CS5/Adobe Bridge CS5.app/Contents/MacOS/../Frameworks/AdobeJP2K.framework/Versions/A/AdobeJP2K
      b0000000        /Applications/Adobe Bridge CS5/Adobe Bridge CS5.app/Contents/MacOS/../Frameworks/ahclient.framework/Versions/A/ahclient
      ba300000        /System/Library/CoreServices/Encodings/libCyrillicConverter.dylib
      ba900000        /System/Library/CoreServices/Encodings/libJapaneseConverter.dylib
      bab00000        /System/Library/CoreServices/Encodings/libKoreanConverter.dylib
      Thread id:      7d9dc80
      User stack:
        62 start + 54 (in Adobe Bridge CS5) [0x2ca6]
          62 _main + 91 (in Adobe Bridge CS5) [0x729209]
            62 __ZN5Mondo12CApplication4MainEv + 65 (in Adobe Bridge CS5) [0x728c43]
              62 __ZN5Mondo11CExecutable3RunEv + 43 (in Adobe Bridge CS5) [0x6616d3]
                62 __ZN5Mondo11CExecutable10RunExecuteEv + 79 (in Adobe Bridge CS5) [0x66164d]
                  62 __ZN5Mondo8CProcess7ExecuteENS_6CFlagsImEE + 500 (in Adobe Bridge CS5) [0x66a0f6]
                    62 __ZN5Mondo8CProcess20DispatchProcessEventEv + 77 (in Adobe Bridge CS5) [0x66b4c9]
                      62 __ZN5Mondo13CMessageEvent7ExecuteEv + 104 (in Adobe Bridge CS5) [0x66cfa8]
                        62 __ZN5Mondo10CMessenger7ReceiveERKNS_8CMessageE + 354 (in Adobe Bridge CS5) [0x666ca4]
                          62 __ZN5Mondo10CMessenger12ReceiveOtherERKNS_8CMessageE + 33 (in Adobe Bridge CS5) [0x666edd]
                            62 start + 889420 (in Adobe Bridge CS5) [0xdbebc]
                              62 start + 875976 (in Adobe Bridge CS5) [0xd8a38]
                                62 start + 3812116 (in Adobe Bridge CS5) [0x3a5784]
                                  62 start + 3657439 (in Adobe Bridge CS5) [0x37fb4f]
                                    62 start + 3656395 (in Adobe Bridge CS5) [0x37f73b]
                                      62 __ZN5Mondo9CFilePort4ReadEPvm + 94 (in Adobe Bridge CS5) [0x6afa0e]
                                        62 _FSReadFork + 59 (in CarbonCore) [0x961a7cd1]
                                          62 ___pread + 10 (in libSystem.B.dylib) [0x91aa510a]
      Kernel stack:
        62 _unix_syscall + 572 [0x3e3a7f]
          62 _pread_nocancel + 174 [0x391751]
            62 _nosys + 593 [0x39164d]
              62 _vn_rdwr + 353 [0x1ede33]
                62 _VNOP_READ + 168 [0x1f8492]
                  62 _hfs_vnop_read + 308 [0x32cad0]
                    62 _cluster_read + 61 [0x1d3648]
                      62 _cluster_read_ext + 266 [0x1d2920]
                        62 _cluster_pageout + 2340 [0x1d12ca]
                          62 _cluster_copy_upl_data + 2767 [0x1cf7a7]
                            62 _VNOP_STRATEGY + 47 [0x1f67df]
                              62 _hfs_vnop_strategy + 52 [0x32e382]
                                62 _buf_strategy + 868 [0x1cad62]
                                  62 _spec_strategy + 705 [0x2054fe]
                                    62 com.apple.iokit.IOStorageFamily (1.5.6) + 60194 [0x64cb22]
                                      62 com.apple.iokit.IOStorageFamily (1.5.6) + 34129 [0x646551]
                                        62 com.apple.iokit.IOStorageFamily (1.5.6) + 22029 [0x64360d]
                                          62 com.apple.iokit.IOStorageFamily (1.5.6) + 13317 [0x641405]
                                            62 com.apple.iokit.IOSCSIBlockCommandsDevice (2.1.1) + 5174 [0x669436]
                                              62 com.apple.iokit.IOSCSIArchitectureModelFamily (2.1.1) + 41109 [0x62f095]
                                                62 __ZN13IOCommandGate9runActionEPFiP8OSObjectPvS2_S2_S2_ES2_S2_S2_S2_ + 261 [0x427525]
                                                  62 com.apple.iokit.IOSCSIBlockCommandsDevice (2.1.1) + 43636 [0x672a74]
                                                    62 com.apple.iokit.IOSCSIArchitectureModelFamily (2.1.1) + 41532 [0x62f23c]
                                                      62 _IORecursiveLockSleep + 67 [0x40adad]
                                                        62 _lck_mtx_sleep + 87 [0x130d90]
                                                          62 _thread_block + 33 [0x136f20]
                                                            62 _thread_continue + 1180 [0x136cb3]
      Thread id:      1071b5d0
      User stack:
        62 _thread_start + 34 (in libSystem.B.dylib) [0x91a93f12]
          62 __pthread_start + 321 (in libSystem.B.dylib) [0x91a94055]
            62 _vio_timeout + 883035 (in Adobe Bridge CS5) [0x960ed8]
              62 _vio_timeout + 757734 (in Adobe Bridge CS5) [0x942563]
                62 ___semwait_signal + 10 (in libSystem.B.dylib) [0x91a6a34e]
      Kernel stack:
        1 _unix_syscall + 572 [0x3e3a7f]
          1 ___semwait_signal_nocancel + 104 [0x381fff]
            1 _semaphore_timedwait_trap_internal + 89 [0x139eea]
              1 _semaphore_wait_internal + 565 [0x139c87]
                1 _thread_block + 33 [0x136f20]
                  1 _thread_block_reason + 135 [0x136e7c]
                    1 _thread_setrun + 3597 [0x136217]
                      1 _machine_idle + 271 [0x1ac3ec]
      Thread id:      7fdf7d8
      User stack:
        62 _thread_start + 34 (in libSystem.B.dylib) [0x91a93f12]
          62 __pthread_start + 321 (in libSystem.B.dylib) [0x91a94055]
            62 _PrivateMPEntryPoint + 56 (in CarbonCore) [0x961b8fbb]
              62 ??? [0x30930ed]
                62 ??? [0x30936f1]
                  62 _MPWaitOnQueue + 208 (in CarbonCore) [0x961baa60]
                    62 _TSWaitOnConditionTimedRelative + 202 (in CarbonCore) [0x96199c36]
                      62 _TSWaitOnCondition + 126 (in CarbonCore) [0x961bade3]
                        62 ___semwait_signal + 10 (in libSystem.B.dylib) [0x91a6a34e]
      Thread id:      92bd998
      User stack:
        62 _thread_start + 34 (in libSystem.B.dylib) [0x91a93f12]
          62 __pthread_start + 321 (in libSystem.B.dylib) [0x91a94055]
            62 _PrivateMPEntryPoint + 56 (in CarbonCore) [0x961b8fbb]
              62 _semaphore_timedwait_trap + 10 (in libSystem.B.dylib) [0x91a631ba]
      Thread id:      895b410
      User stack:
        62 _thread_start + 34 (in libSystem.B.dylib) [0x91a93f12]
          62 __pthread_start + 321 (in libSystem.B.dylib) [0x91a94055]
            62 _PrivateMPEntryPoint + 56 (in CarbonCore) [0x961b8fbb]
              62 ??? [0x193ed487]
                62 ??? [0x193ee2d6]
                  62 _MPWaitOnQueue + 208 (in CarbonCore) [0x961baa60]
                    62 _TSWaitOnConditionTimedRelative + 202 (in CarbonCore) [0x96199c36]
                      62 _TSWaitOnCondition + 126 (in CarbonCore) [0x961bade3]
                        62 ___semwait_signal + 10 (in libSystem.B.dylib) [0x91a6a34e]
      Thread id:      8957f20
      User stack:
        62 _thread_start + 34 (in libSystem.B.dylib) [0x91a93f12]
          62 __pthread_start + 321 (in libSystem.B.dylib) [0x91a94055]
            62 ??? [0x192be77c]
              62 _EntryFM + 968916 (in Camera Raw) [0x1957dfe4]
                62 ??? [0x191dc1c8]
                  62 ___semwait_signal + 10 (in libSystem.B.dylib) [0x91a6a34e]
      Thread id:      1071d048
      User stack:
        62 _thread_start + 34 (in libSystem.B.dylib) [0x91a93f12]
          62 __pthread_start + 321 (in libSystem.B.dylib) [0x91a94055]
            62 _PrivateMPEntryPoint + 56 (in CarbonCore) [0x961b8fbb]
              62 __ZN5Mondo7CThread9EntryProcEv + 18 (in Adobe Bridge CS5) [0x736f3a]
                62 start + 3035836 (in Adobe Bridge CS5) [0x2e7f2c]
                  62 start + 3035734 (in Adobe Bridge CS5) [0x2e7ec6]
                    62 start + 3031339 (in Adobe Bridge CS5) [0x2e6d9b]
                      62 _semaphore_wait_signal_trap + 10 (in libSystem.B.dylib) [0x91a631ae]
      Thread id:      92bec80
      User stack:
        62 _thread_start + 34 (in libSystem.B.dylib) [0x91a93f12]
          62 __pthread_start + 321 (in libSystem.B.dylib) [0x91a94055]
            62 _PrivateMPEntryPoint + 56 (in CarbonCore) [0x961b8fbb]
              62 __ZN5Mondo7CThread9EntryProcEv + 18 (in Adobe Bridge CS5) [0x736f3a]
                62 start + 3035836 (in Adobe Bridge CS5) [0x2e7f2c]
                  62 start + 3035734 (in Adobe Bridge CS5) [0x2e7ec6]
                    62 start + 3031339 (in Adobe Bridge CS5) [0x2e6d9b]
                      62 _semaphore_wait_signal_trap + 10 (in libSystem.B.dylib) [0x91a631ae]
      Thread id:      8957b58
      User stack:
        62 _thread_start + 34 (in libSystem.B.dylib) [0x91a93f12]
          62 _kevent + 10 (in libSystem.B.dylib) [0x91a938c6]
      Thread id:      8957790
      User stack:
        62 _thread_start + 34 (in libSystem.B.dylib) [0x91a93f12]
          62 __pthread_start + 321 (in libSystem.B.dylib) [0x91a94055]
            62 _PrivateMPEntryPoint + 56 (in CarbonCore) [0x961b8fbb]
              62 __ZN5Mondo7CThread9EntryProcEv + 18 (in Adobe Bridge CS5) [0x736f3a]
                62 start + 3342240 (in Adobe Bridge CS5) [0x332c10]
                  62 start + 3031339 (in Adobe Bridge CS5) [0x2e6d9b]
                    62 _semaphore_wait_signal_trap + 10 (in libSystem.B.dylib) [0x91a631ae]
      Thread id:      895a4f0
      User stack:
        62 _thread_start + 34 (in libSystem.B.dylib) [0x91a93f12]
          62 __pthread_start + 321 (in libSystem.B.dylib) [0x91a94055]
            62 _PrivateMPEntryPoint + 56 (in CarbonCore) [0x961b8fbb]
              62 __ZN5Mondo7CThread9EntryProcEv + 18 (in Adobe Bridge CS5) [0x736f3a]
                62 start + 2993794 (in Adobe Bridge CS5) [0x2ddaf2]
                  62 start + 3004782 (in Adobe Bridge CS5) [0x2e05de]
                    62 start + 3031339 (in Adobe Bridge CS5) [0x2e6d9b]
                      62 _semaphore_wait_signal_trap + 10 (in libSystem.B.dylib) [0x91a631ae]
      Thread id:      89582e8
      User stack:
        62 _thread_start + 34 (in libSystem.B.dylib) [0x91a93f12]
          62 __pthread_start + 321 (in libSystem.B.dylib) [0x91a94055]
            62 _glvmDoWork + 162 (in libGLProgrammability.dylib) [0x92548b32]
              62 ___semwait_signal + 10 (in libSystem.B.dylib) [0x91a6a34e]
      Thread id:      7abc8b8
      User stack:
        62 _thread_start + 34 (in libSystem.B.dylib) [0x91a93f12]
          62 __pthread_start + 321 (in libSystem.B.dylib) [0x91a94055]
            62 _thread_proxy + 96 (in SwitchBoardClient) [0x1e55b4d0]
              62 __ZN5adobe11switchboard15ConnectionQueue3runEv + 228 (in SwitchBoardClient) [0x1e5b3a94]
                62 ___semwait_signal + 10 (in libSystem.B.dylib) [0x91a6a34e]
      Thread id:      86122e8
      User stack:
        62 _thread_start + 34 (in libSystem.B.dylib) [0x91a93f12]
          62 __pthread_start + 321 (in libSystem.B.dylib) [0x91a94055]
            62 _thread_proxy + 96 (in SwitchBoardClient) [0x1e55b4d0]
              62 __ZN5adobe11switchboard6Client3runEv + 178 (in SwitchBoardClient) [0x1e57ab42]
                62 ___semwait_signal + 10 (in libSystem.B.dylib) [0x91a6a34e]
      Thread id:      7fddd60
      User stack:
        62 _thread_start + 34 (in libSystem.B.dylib) [0x91a93f12]
          62 __pthread_start + 321 (in libSystem.B.dylib) [0x91a94055]
            62 _thread_proxy + 96 (in SwitchBoardClient) [0x1e55b4d0]
              62 ___recvmsg + 10 (in libSystem.B.dylib) [0x91ac50e2]
      Kernel stack:
        62 _unix_syscall + 572 [0x3e3a7f]
          62 _recvmsg_nocancel + 440 [0x3b15d3]
            62 _socketpair + 1219 [0x3b0f79]
              62 _soreceive + 1142 [0x3ac8df]
                62 _sbwait + 159 [0x3add29]
                  62 _msleep + 157 [0x3863e8]
                    62 _uiomove + 653 [0x386037]
                      62 _lck_mtx_sleep + 87 [0x130d90]
                        62 _thread_block + 33 [0x136f20]
                          62 _thread_continue + 1180 [0x136cb3]
      Thread id:      112a8d60
      User stack:
        62 _thread_start + 34 (in libSystem.B.dylib) [0x91a93f12]
          62 __pthread_start + 321 (in libSystem.B.dylib) [0x91a94055]
            62 _thread_proxy + 96 (in SwitchBoardClient) [0x1e55b4d0]
              62 ___recvmsg + 10 (in libSystem.B.dylib) [0x91ac50e2]
      Kernel stack:
        62 _unix_syscall + 572 [0x3e3a7f]
          62 _recvmsg_nocancel + 440 [0x3b15d3]
            62 _socketpair + 1219 [0x3b0f79]
              62 _soreceive + 1142 [0x3ac8df]
                62 _sbwait + 159 [0x3add29]
                  62 _msleep + 157 [0x3863e8]
                    62 _uiomove + 653 [0x386037]
                      62 _lck_mtx_sleep + 87 [0x130d90]
                        62 _thread_block + 33 [0x136f20]
                          62 _thread_continue + 1180 [0x136cb3]
      Thread id:      84efb58
      User stack:
        62 _thread_start + 34 (in libSystem.B.dylib) [0x91a93f12]
          62 __pthread_start + 321 (in libSystem.B.dylib) [0x91a94055]
            62 _PrivateMPEntryPoint + 56 (in CarbonCore) [0x961b8fbb]
              62 _semaphore_timedwait_trap + 10 (in libSystem.B.dylib) [0x91a631ba]
    Process:        ATSServer [130]
    Path:           /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ATS.framewo rk/Support/ATSServer
      ADDRESS         BINARY
      00001000        /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ATS.framewo rk/Support/ATSServer
      Thread id:      826c5d0
      User stack:
        62 ??? [0x4b46]
          62 ??? [0xdd21f]
            62 _CFRunLoopRun + 84 (in CoreFoundation) [0x94721b04]
              62 _mach_msg_trap + 10 (in libSystem.B.dylib) [0x91a63166]
      Thread id:      826be40
      User stack:
        62 _thread_start + 34 (in libSystem.B.dylib) [0x91a93f12]
          62 __pthread_start + 321 (in libSystem.B.dylib) [0x91a94055]
            62 _mach_msg_trap + 10 (in libSystem.B.dylib) [0x91a63166]
    Process:        AirPort Base Station Agent [118]
    Path:           /System/Library/CoreServices/AirPort Base Station Agent.app/Contents/MacOS/AirPort Base Station Agent
      ADDRESS         BINARY
      00001000        /System/Library/CoreServices/AirPort Base Station Agent.app/Contents/MacOS/AirPort Base Station Agent
      Thread id:      826e7d8
      User stack:
        62 ??? [0x25ad]
          62 ??? [0x2680]
            62 _NSApplicationMain + 574 (in AppKit) [0x959471d8]
              62 -[NSApplication run] + 795 (in AppKit) [0x95979f9f]
                62 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 128 (in AppKit) [0x95980f88]
                  62 __DPSNextEvent + 657 (in AppKit) [0x959816d5]
                    62 _BlockUntilNextEventMatchingListInMode + 106 (in HIToolbox) [0x91ecef39]
                      62 _ReceiveNextEventCommon + 374 (in HIToolbox) [0x91ecf0c5]
                        62 _RunCurrentEventLoopInMode + 283 (in HIToolbox) [0x91ecf2ac]
                          62 _CFRunLoopRunInMode + 88 (in CoreFoundation) [0x94721aa8]
                            62 _mach_msg_trap + 10 (in libSystem.B.dylib) [0x91a63166]
      Thread id:      7fdc2e8
      User stack:
        62 _thread_start + 34 (in libSystem.B.dylib) [0x91a93f12]
          62 ___select + 10 (in libSystem.B.dylib) [0x91ab260a]
      Thread id:      84f37d8
      User stack:
        62 _thread_start + 34 (in libSystem.B.dylib) [0x91a93f12]
          62 __pthread_start + 321 (in libSystem.B.dylib) [0x91a94055]
            62 ??? [0x1e458]
              62 ??? [0x1a1cb]
                62 ??? [0x1e759]
                  62 _semaphore_timedwait_signal_trap + 10 (in libSystem.B.dylib) [0x91a631c6]
    Process:        DirectoryService [11]
    Path:           /usr/sbin/DirectoryService
      ADDRESS         BINARY
      00001000        /usr/sbin/DirectoryService
      00160000        /System/Library/PrivateFrameworks/DirectoryServiceCore.framework/Versions/A/Dir ectoryServiceCore
      Thread id:      7203790
      User stack:
        62 start + 54 (in DirectoryService) [0x1631a]
          62 _main + 2767 (in DirectoryService) [0x16e07]
            62 _CFRunLoopRun + 84 (in CoreFoundation) [0x94721b04]
              62 _mach_msg_trap + 10 (in libSystem.B.dylib) [0x91a63166]
      Thread id:      7205d60
      User stack:
        62 _thread_start + 34 (in libSystem.B.dylib) [0x91a93f12]
          62 __pthread_start + 321 (in libSystem.B.dylib) [0x91a94055]
            62 __ZN9DSLThread11_RunWrapperEPv + 84 (in DirectoryServiceCore) [0x168166]
              62 __ZN9DSCThread3RunEv + 39 (in DirectoryServiceCore) [0x167f5b]
                62 __ZN20CPluginRunLoopThread10ThreadMainEv + 222 (in DirectoryService) [0x22fc4]
                  62 _CFRunLoopRun + 84 (in CoreFoundation) [0x94721b04]
                    62 _mach_msg_trap + 10 (in libSystem.B.dylib) [0x91a63166]
      Thread id:      718ee40
      User stack:
        62 _thread_start + 34 (in libSystem.B.dylib) [0x91a93f12]
          62 __pthread_start + 321 (in libSystem.B.dylib) [0x91a94055]
            62 __ZN9DSLThread11_RunWrapperEPv + 84 (in DirectoryServiceCore) [0x168166]
              62 __ZN9DSCThread3RunEv + 39 (in DirectoryServiceCore) [0x167f5b]
                62 __ZN17CMigHandlerThread10ThreadMainEv + 303 (in DirectoryService) [0x231fd]
                  62 _mach_msg_trap + 10 (in libSystem.B.dylib) [0x91a63166]
      Kernel stack:
        62 _dtrace_get_cpu_int_stack_top + 543 [0x198fa3]
          62 _mach_msg_overwrite_trap + 3808 [0x1270ea]
            62 _ipc_mqueue_receive + 750 [0x121292]
              62 _thread_block + 33 [0x136f20]
                62 _thread_continue + 1180 [0x136cb3]
      Thread id:      7204a78
      User stack:
        62 _thread_start + 34 (in libSystem.B.dylib) [0x91a93f12]
          62 _kevent + 10 (in libSystem.B.dylib) [0x91a938c6]
      Thread id:      718d3c8
      User stack:
        62 _thread_start + 34 (in libSystem.B.dylib) [0x91a93f12]
          62 __pthread_start + 321 (in libSystem.B.dylib) [0x91a94055]
            62 __ZN9DSLThread11_RunWrapperEPv + 84 (in DirectoryServiceCore) [0x168166]
              62 __ZN9DSCThread3RunEv + 39 (in DirectoryServiceCore) [0x167f5b]
                62 __ZN17CMigHandlerThread10ThreadMainEv + 162 (in DirectoryService) [0x23170]
                  62 _mach_msg_trap + 10 (in libSystem.B.dylib) [0x91a63166]
      Thread id:      7fde8b8
      User stack:
        62 _thread_start + 34 (in libSystem.B.dylib) [0x91a93f12]
          62 __pthread_start + 321 (in libSystem.B.dylib) [0x91a94055]
            62 __ZN9DSLThread11_RunWrapperEPv + 84 (in DirectoryServiceCore) [0x168166]
              62 ___syscall + 5 (in libSystem.B.dylib) [0x91aa52b5]
    Process:        Dock [128]
    Path:           /System/Library/CoreServices/Dock.app/Contents/MacOS/Dock
      ADDRESS         BINARY
      00001000        /System/Library/CoreServices/Dock.app/Contents/MacOS/Dock
      12f80000        /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
      Thread id:      826c208
      User stack:
        62 ??? [0x537a]
          62 ??? [0x97e97]
            62 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 213 (in Foundation) [0x97e6f3d5]
              62 _CFRunLoopRunInMode + 88 (in CoreFoundation) [0x94721aa8]
                54 _mach_msg_trap + 10 (in libSystem.B.dylib) [0x91a63166]
                8 _CFRunLoopRunSpecific + 3896 (in CoreFoundation) [0x947216b8]
                  8 _mshPerform + 32 (in HIServices) [0x9248d00f]
                    8 ??? [0x2a8cf]
                      8 ??? [0x2a345]
                        8 ??? [0x11ecf]
                          8 ??? [0x245e2]
                            8 __HandlePopUpMenuSelection2 + 111 (in HIToolbox) [0x9203a2eb]
                              8 __HandlePopUpMenuSelection5 + 120 (in HIToolbox) [0x92000790]
                                8 __HandlePopUpMenuSelection7 + 627 (in HIToolbox) [0x91f6d3fb]
                                  8 __Z19PopUpMenuSelectCoreP8MenuData5PointdS1_tjPK4RecttmS4_S4_PK10__CFStringPP13 OpaqueMenuRefPt + 1845 (in HIToolbox) [0x91f6db83]
                                    6 __Z15TrackMenuCommonR14MenuSelectDataPh + 3860 (in HIToolbox) [0x91eff07c]
                                      6 __Z19IsUserStillTrackingP14MenuSelectDataPh + 493 (in HIToolbox) [0x91f15e0f]
                                        6 _ReceiveNextEventCommon + 374 (in HIToolbox) [0x91ecf0c5]
                                          6 _RunCurrentEventLoopInMode + 283 (in HIToolbox) [0x91ecf2ac]
                                            6 _CFRunLoopRunInMode + 88 (in CoreFoundation) [0x94721aa8]
                                              6 _mach_msg_trap + 10 (in libSystem.B.dylib) [0x91a63166]
                                    1 __Z15TrackMenuCommonR14MenuSelectDataPh + 4596 (in HIToolbox) [0x91eff35c]
                                      1 __Z13FlashFeedbackP14MenuSelectData + 154 (in HIToolbox) [0x91f1bd1e]
                                        1 __ZN6HIView13SimulateClickEsmPs + 225 (in HIToolbox) [0x91f1bedb]
                                          1 _SendEventToEventTargetWithOptions + 58 (in HIToolbox) [0x91ea63e0]
                                            1 __Z30SendEventToEventTargetInternalP14OpaqueEventRefP20OpaqueEventTargetRefP14H andlerCallRec + 405 (in HIToolbox) [0x91ea657b]
                                              1 __Z23DispatchEventToHandlersP14EventTargetRecP14OpaqueEventRefP14HandlerCallRec + 1181 (in HIToolbox) [0x91ea713d]
                                                1 __ZN6HIView12EventHandlerEP25OpaqueEventHandlerCallRefP14OpaqueEventRefPv + 1954 (in HIToolbox) [0x91eb55bc]
                                                  1 __ZN6HIView17SimulateClickSelfEsmPs + 41 (in HIToolbox) [0x91f1bfcf]
                                                    1 __Z22SendControlSimulateHitP6HIViewsmPs + 199 (in HIToolbox) [0x91f1c133]
                                                      1 _SendEventToEventTargetWithOptions + 58 (in HIToolbox) [0x91ea63e0]
                                                        1 __Z30SendEventToEventTargetInternalP14OpaqueEventRefP20OpaqueEventTargetRefP14H andlerCallRec + 405 (in HIToolbox) [0x91ea657b]
                                                          1 __Z23DispatchEventToHandlersP14EventTargetRecP14OpaqueEventRefP14HandlerCallRec + 1181 (in HIToolbox) [0x91ea713d]
                                                            1 __ZN6HIView12EventHandlerEP25OpaqueEventHandlerCallRefP14OpaqueEventRefPv + 2185 (in HIToolbox) [0x91eb56a3]
                                                              1 __ZN18HIStandardMenuView15SimulateHitSelfEsmPs + 181 (in HIToolbox) [0x91f1c247]
                                                                1 __ZN10HIMenuView15SimulateHitSelfEsmPs + 194 (in HIToolbox) [0x91f1c34c]
                                                                  1 _RunCurrentEventLoopInMode + 283 (in HIToolbox) [0x91ecf2ac]
                                                                    1 _CFRunLoopRunInMode + 88 (in CoreFoundation) [0x94721aa8]
                                                                      1 _mach_msg_trap + 10 (in libSystem.B.dylib) [0x91a63166]
                                    1 __Z15TrackMenuCommonR14MenuSelectDataPh + 5022 (in HIToolbox) [0x91eff506]
                                      1 _RunCurrentEventLoopInMode + 283 (in HIToolbox) [0x91ecf2ac]
                                        1 _CFRunLoopRunInMode + 88 (in CoreFoundation) [0x94721aa8]
                                          1 _mach_msg_trap + 10 (in libSystem.B.dylib) [0x91a63166]
      Thread id:      826c998
      User stack:
        62 _thread_start + 34 (in libSystem.B.dylib) [0x91a93f12]
          62 __pthread_start + 321 (in libSystem.B.dylib) [0x91a94055]
            62 ??? [0x1340d]
              62 ___semwait_signal + 10 (in libSystem.B.dylib) [0x91a6a34e]
      Thread id:      84f15d0
      User stack:
        62 _thread_start + 34 (in libSystem.B.dylib) [0x91a93f12]
          62 __pthread_start + 321 (in libSystem.B.dylib) [0x91a94055]
            62 ___NSThread__main__ + 308 (in Foundation) [0x97e3a9a4]
              62 _kevent + 10 (in libSystem.B.dylib) [0x91a938c6]
    Process:        Finder [133]
    Path:           /System/Library/CoreServices/Finder.app/Contents/MacOS/Finder
      ADDRESS         BINARY
      00001000        /System/Library/CoreServices/Finder.app/Contents/MacOS/Finder
      004e5000        /System/Library/Frameworks/Collaboration.framework/Versions/A/Collaboration
      004fe000        /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
      00546000        /System/Library/TextEncodings/Unicode Encodings.bundle/Contents/MacOS/Unicode Encodings
      005a0000        /System/Library/PrivateFrameworks/URLMount.framework/URLMount
      12bc2000        /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
      15611000        /Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder
      15694000        /Library/Frameworks/DivX Toolkit.framework/Versions/A/DivX Toolkit
      1669e000        /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
      Thread id:      826a3c8
      User stack:
        62 ??? [0x92d6]
          62 ??? [0xf31d5]
            62 ??? [0x23319]
              62 _RunApplicationEventLoop + 207 (in HIToolbox) [0x91f2c2b3]
                62 __AcquireNextEvent + 58 (in HIToolbox) [0x91f2db56]
                  62 _ReceiveNextEventCommon + 374 (in HIToolbox) [0x91ecf0c5]
                    62 _RunCurrentEventLoopInMode + 283 (in HIToolbox) [0x91ecf2ac]
                      62 _CFRunLoopRunInMode + 88 (in CoreFoundation) [0x94721aa8]
                        62 _mach_msg_trap + 10 (in libSystem.B.dylib) [0x91a63166]
      Thread id:      84ef3c8
      User stack:
        62 _thread_start + 34 (in libSystem.B.dylib) [0x91a93f12]
          62 __pthread_start + 321 (in libSystem.B.dylib) [0x91a94055]
            62 _PrivateMPEntryPoint + 56 (in CarbonCore) [0x961b8fbb]
              62 __ZN23TSystemNotificationTask26SystemNotificationTaskProcEPv + 123 (in DesktopServicesPriv) [0x94624d0f]
                62 _CFRunLoopRun + 84 (in CoreFoundation) [0x94721b04]
                  62 _mach_msg_trap + 10 (in libSystem.B.dylib) [0x91a63166]
      Thread id:      7fdbb58
      User stack:
        62 _thread_start + 34 (in libSystem.B.dylib) [0x91a93f12]
          62 __pthread_start + 321 (in libSystem.B.dylib) [0x91a94055]
            62 _PrivateMPEntryPoint + 56 (in CarbonCore) [0x961b8fbb]
              62 __ZN25TFSEventsNotificationTask28FSEventsNotificationTaskProcEPv + 216 (in DesktopServicesPriv) [0x94624e88]
                62 _CFRunLoopRun + 84 (in CoreFoundation) [0x94721b04]
                  62 _mach_msg_trap + 10 (in libSystem.B.dylib) [0x91a63166]
      Thread id:      8615ba0
      User stack:
        62 _thread_start + 34 (in libSystem.B.dylib) [0x91a93f12]
          62 __pthread_start + 321 (in libSystem.B.dylib) [0x91a94055]
            62 _PrivateMPEntryPoint + 56 (in CarbonCore) [0x961b8fbb]
              62 __ZN13TNodeSyncTask12SyncTaskProcEPv + 84 (in DesktopServicesPriv) [0x9462fe6a]
                62 _MPWaitOnQueue + 208 (in CarbonCore) [0x961baa60]
                  62 _TSWaitOnConditionTimedRelative + 202 (in CarbonCore) [0x96199c36]
                    62 _TSWaitOnCondition + 126 (in CarbonCore) [0x961bade3]
                      62 ___semwait_signal + 10 (in libSystem.B.dylib) [0x91a6a34e]
      Thread id:      86126b0
      User stack:
        62 _thread_start + 34 (in libSystem.B.dylib) [0x91a93f12]
          62 _kevent + 10 (in libSystem.B.dylib) [0x91a938c6]
      Thread id:      8611f20
      User stack:
        62 _thread_start + 34 (in libSystem.B.dylib) [0x91a93f12]
          62 ___select + 10 (in libSystem.B.dylib) [0x91ab260a]
      Thread id:      1071dba0
      User stack:
        62 _thread_start + 34 (in libSystem.B.dylib) [0x91a93f12]
          62 __pthread_start + 321 (in libSystem.B.dylib) [0x91a94055]
            62 _PrivateMPEntryPoint + 56 (in CarbonCore) [0x961b8fbb]
              62 __ZN15TFolderSizeTask18FolderSizeTaskProcEPv + 104 (in DesktopServicesPriv) [0x94631db4]
                62 _MPWaitOnQueue + 208 (in CarbonCore) [0x961baa60]
                  62 _TSWaitOnConditionTimedRelative + 246 (in CarbonCore) [0x96199c62]
                    62 _semaphore_timedwait_signal_trap + 10 (in libSystem.B.dylib) [0x91a631c6]
      Thread id:      10719b58
      User stack:
        62 _thread_start + 34 (in libSystem.B.dylib) [0x91a93f12]
          62 __pthread_start + 321 (in libSystem.B.dylib) [0x91a94055]
            62 ??? [0x9b12]
              62 ??? [0x48a0c]
                62 ??? [0x49bcd]
                  62 ??? [0x49c65]
                    62 _semaphore_timedwait_signal_trap + 10 (in libSystem.B.dylib) [0x91a631c6]
      Thread id:      11b25790
      User stack:
        62 _thread_start + 34 (in libSystem.B.dylib) [0x91a93f12]
          62 __pthread_start + 321 (in libSystem.B.dylib) [0x91a94055]
            62 ??? [0x9b12]
              62 ??? [0xdcfea]
                62 ??? [0xe037b]
                  62 ??? [0x49c65]
                    62 _semaphore_timedwait_signal_trap + 10 (in libSystem.B.dylib) [0x91a631c6]
    Process:        Image Capture Extension [261]
    Path:           /System/Library/Image Capture/Support/Image Capture Extension.app/Contents/MacOS/Image Capture Extension
      ADDRESS         BINARY
      00001000        /System/Library/Image Capture/Support/Image Capture Extension.app/Contents/MacOS/Image Capture Extension
      00069000        /System/Library/PrivateFrameworks/iPod.framework/Versions/A/iPod
      000c4000        /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
      00188000        /System/Library/PrivateFrameworks/BezelServices.framework/Versions/A/BezelServi ces
      Thread id:      1057aba0
      User stack:
        62 start + 54 (in Image Capture Extension) [0x1f2a]
          62 _NSApplicationMain + 574 (in AppKit) [0x959471d8]
            62 -[NSApplication run] + 795 (in AppKit) [0x95979f9f]
              62 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 128 (in AppKit) [0x95980f88]
                62 __DPSNextEvent + 657 (in AppKit) [0x959816d5]
                  62 _BlockUntilNextEventMatchingListInMode + 106 (in HIToolbox) [0x91ecef39]
                    62 _ReceiveNextEventCommon + 374 (in HIToolbox) [0x91ecf0c5]
                      62 _RunCurrentEventLoopInMode + 283 (in HIToolbox) [0x91ecf2ac]
                        62 _CFRunLoopRunInMode + 88 (in CoreFoundation) [0x94721aa8]
                          62 _mach_msg_trap + 10 (in libSystem.B.dylib) [0x91a63166]
      Thread id:      8958a78
      User stack:
        62 _thread_start + 34 (in libSystem.B.dylib) [0x91a93f12]
          62 ___select + 10 (in libSystem.B.dylib) [0x91ab260a]
    Process:        KernelEventAgent [35]
    Path:           /usr/sbin/KernelEventAgent
      ADDRESS         BINARY
      00001000        /usr/sbin/KernelEventAgent
      Thread id:      72a0998
      User stack:
        62 start + 54 (in KernelEventAgent) [0x1bfe]
          62 _main + 1126 (in KernelEventAgent) [0x3b7f]
            62 _CFRunLoopRun + 84 (in CoreFoundation) [0x94721b04]
              62 _mach_msg_trap + 10 (in libSystem.B.dylib) [0x91a63166]
      Thread id:      7ab9f20
      User stack:
        62 _thread_start + 34 (in libSystem.B.dylib) [0x91a93f12]
          62 ___select + 10 (in libSystem.B.dylib) [0x91ab260a]
    Process:        Spotlight [122]
    Path:           /System/Library/CoreServices/Spotlight.app/Contents/MacOS/Spotlight
      ADDRESS         BINARY
      00001000        /System/Library/CoreServices/Spotlight.app/Contents/MacOS/Spotlight
      00057000        /System/Library/PrivateFrameworks/Calculate.framework/Versions/A/Calculate
      00068000        /System/Library/PrivateFrameworks/URLMount.framework/Versions/A/URLMount
      000d1000        /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
      11ef3000        /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
      Thread id:      826d8b8
      User stack:
        62 ??? [0x26ea]
          62 _NSApplicationMain + 574 (in AppKit) [0x959471d8]
            62 -[NSApplication run] + 795 (in AppKit) [0x95979f9f]
              62 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 128 (in AppKit) [0x95980f88]
                62 __DPSNextEvent + 657 (in AppKit) [0x959816d5]
                  62 _BlockUntilNextEventMatchingListInMode + 106 (in HIToolbox) [0x91ecef39]
                    62 _ReceiveNextEventCommon + 374 (in HIToolbox) [0x91ecf0c5]
                      62 _RunCurrentEventLoopInMode + 283 (in HIToolbox) [0x91ecf2ac]
                        62 _CFRunLoopRunInMode + 88 (in CoreFoundation) [0x94721aa8]
                          62 _mach_msg_trap + 10 (in libSystem.B.dylib) [0x91a63166]
      Thread id:      86135d0
      User stack:
        62 _thread_start + 34 (in libSystem.B.dylib) [0x91a93f12]
          62 __pthread_start + 321 (in libSystem.B.dylib) [0x91a94055]
            62 _fe_fragment_thread + 54 (in QuartzCore) [0x968a4a09]
              62 ___semwait_signal + 10 (in libSystem.B.dylib) [0x91a6a34e]
    Process:        SystemUIServer [131]
    Path:           /System/Library/CoreServices/SystemUIServer.app/Contents/MacOS/SystemUIServer
      ADDRESS         BINARY
      00001000        /System/Library/CoreServices/SystemUIServer.app/Contents/MacOS/SystemUIServer
      0006a000        /System/Library/PrivateFrameworks/SystemUIPlugin.framework/Versions/A/SystemUIP lugin
      00078000        /System/Library/PrivateFrameworks/NetworkConfig.framework/Versions/A/NetworkCon fig
      000cc000        /System/Library/PrivateFrameworks/ICANotifications.framework/Versions/A/ICANoti fications
      000f6000        /System/Library/PrivateFrameworks/iPod.framework/Versions/A/iPod
      00101000        /System/Library/PrivateFrameworks/BezelServices.framework/Versions/A/BezelServi ces
      0010a000        /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
      0023e000        /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
      0039c000        /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
      003d7000        /System/Library/Frameworks/AppleTalk.framework/Versions/A/AppleTalk
      003e8000        /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
      0042f000        /usr/lib/libcurl.4.dylib
      004f1000        /System/Library/Extensions/AudioIPCDriver.kext/Contents/Resources/AudioIPCPlugI n.bundle/Contents/MacOS/AudioIPCPlugIn
      00700000        /Applications/iCal.app/Contents/Resources/iCalDockExtra.bundle/Contents/MacOS/i CalDockExtra
      0070a000        /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bun dle/Contents/MacOS/AppleHDAHALPlugIn
      00725000        /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
      00776000        /System/Library/CoreServices/Menu Extras/TextInput.menu/Contents/MacOS/TextInput
      0078c000        /System/Library/CoreServices/Menu Extras/AirPort.menu/Contents/MacOS/AirPort
      11ef3000        /System/Library/CoreServices/Menu Extras/Bluetooth.menu/Contents/MacOS/Bluetooth
      11f0c000        /Library/Frameworks/DivX Toolkit.framework/Versions/A/DivX Toolkit
      11f2b000        /System/Library/Frameworks/IOBluetoothUI.framework/Versions/A/IOBluetoothUI
      11f62000        /System/Library/CoreServices/Menu Extras/TimeMachine.menu/Contents/MacOS/TimeMachine
      11f9f000        /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
      1223d000        /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
      12396000        /Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder
      15cbd000        /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Resources/Cli entController.bundle/Contents/MacOS/ClientController
      15cde000        /System/Library/PrivateFrameworks/EAP8021X.framework/Versions/A/EAP8021X
      15cff000        /System/Library/PrivateFrameworks/InternetConnect.framework/Versions/A/Internet Connect
      Thread id:      7fde128
      User stack:
        62 ??? [0x5646]
          62 ??? [0x5b44]
            62 -[NSApplication run] + 795 (in AppKit) [0x95979f9f]
              62 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 128 (in AppKit) [0x95980f88]
                62 __DPSNextEvent + 657 (in AppKit) [0x959816d5]
                  62 _BlockUntilNextEventMatchingListInMode + 106 (in HIToolbox) [0x91ecef39]
                    62 _ReceiveNextEventCommon + 374 (in HIToolbox) [0x91ecf0c5]
                      62 _RunCurrentEventLoopInMode + 283 (in HIToolbox) [0x91ecf2ac]
                        62 _CFRunLoopRunInMode + 88 (in CoreFoundation) [0x94721aa8]
                          62 _mach_msg_trap + 10 (in libSystem.B.dylib) [0x91a63166]
      Thread id:      84f3048
      User stack:
        62 _thread_start + 34 (in libSystem.B.dylib) [0x91a93f12]
          62 __pthread_start + 321 (in libSystem.B.dylib) [0x91a94055]
            62 __StaticProcessIOObjectsArray + 95 (in ICANotifications) [0xd4e9e]
              62 ___semwait_signal + 10 (in libSystem.B.dylib) [0x91a6a34e]
      Thread id:      84f2c80
      User stack:
        62 _thread_start + 34 (in libSystem.B.dylib) [0x91a93f12]
          62 _kevent + 10 (in libSystem.B.dylib) [0x91a938c6]
      Thread id:      826a790
      User stack:
        62 _thread_start + 34 (in libSystem.B.dylib) [0x91a93f12]
          62 __pthread_start + 321 (in libSystem.B.dylib) [0x91a94055]
            62 ___NSThread__main__ + 308 (in Foundation) [0x97e3a9a4]
              62 -[NSThread main] + 45 (in Foundation) [0x97e3adfd]
                62 ??? [0x2682c]
                  62 _CFRunLoopRunInMode + 88 (in CoreFoundation) [0x94721aa8]
                    62 _mach_msg_trap + 10 (in libSystem.B.dylib) [0x91a63166]
      Thread id:      7abc4f0
      User stack:
        62 _thread_start + 34 (in libSystem.B.dylib) [0x91a93f12]
          62 __pthread_start + 321 (in libSystem.B.dylib) [0x91a94055]
            62 __ZN9CAPThread5EntryEPS_ + 96 (in CoreAudio) [0x904ab480]
              62 __ZN10HALRunLoop9OwnThreadEPv + 160 (in CoreAudio) [0x904ab5f8]
                62 _CFRunLoopRunInMode + 88 (in CoreFoundation) [0x94721aa8]
                  62 _mach_msg_trap + 10 (in libSystem.B.dylib) [0x91a63166]
      Thread id:      8611000
      User stack:
        62 _thread_start + 34 (in libSystem.B.dylib) [0x91a93f12]
          62 __pthread_start + 321 (in libSystem.B.dylib) [0x91a94055]
            62 _fe_fragment_thread + 54 (in QuartzCore) [0x968a4a09]
              62 ___semwait_signal + 10 (in libSystem.B.dylib) [0x91a6a34e]
      Thread id:      895a8b8
      User stack:
        62 _thread_start + 34 (in libSystem.B.dylib) [0x91a93f12]
          62 ___select + 10 (in libSystem.B.dylib) [0x91ab260a]

    Have you checked that your Adobe version is compatible with your OS - 10.5.8 is a bit old; you should consider updating to Snow Leopard regardless. You can buy the retail disk at online resellers or the Apple Store for $29. It'll be at version 10.6.3 or .4; you can then update to the latest via Software Update to 10.6.8.
    In the meantime, you might want to consider to also contact Adobe; ask about the compatibility and if they want to see the report.

  • I am having mac book air 2012model i had installed mavericks and use it, i long press command and power button at a same time and i saw the command prompt, from that i had formated the total hard disk. how to i want to install the OS again ?

    I am having mac book air 2012model i had installed mavericks and use it, i long press command and power button at a same time and i saw the command prompt, from that i had formated the total hard disk. how to i want to install the OS again ?
    i tryed with download mavericks but finally its saying a error message like cant conect to istore like that its saying and every thing is clear like internet and other stuf i tryed with 3times no progress same error pls help.. i bought this lap for my bro with his apple id only we use it now he got a new mac book pro so he gave to me so i formated and use it i use my apple id is that problem come because of changing apple id ? pls eplain

    Firstly, what is the source of the 10.6.4 disc? Is it the original installation disc for your MacBook, or one 'borrowed' from another computer?
    It isn't the retail version, because that's 10.6.3.
    Assuming it's the correct disc (i.e. the one that shipped with your Mac), you need to boot from it again.
    OK the language page.
    From the installer screen, ignore the continue button, go to the menu bar and choose Disk Utility from the Utilities menu.
    In DU, select your internal drive in the sidebar (the top item with the makers name and serial no.).
    Run Repair Disk. If that comes up as disk OK, click the partition tab. Select the partiton from the drop-down above the graphic; 1 partiton is all you need.
    Go to the options button and ensure that the partition scheme is GUID and the file system to Mac OS Extended (Journalled). Name the partiton (usually Macintosh HD), click Apply.
    When the Macintosh HD volume appears below the drive name, quit DU and see if you can then install.
    If the screen after the language screen doesn't show the menu bar, it may be necessary to use another Mac to do the job with the MB in Firewire Target Disc Mode. If it won't boot in TDM, or the MB doesn't have FireWire then it's getting very difficult.

  • How to get the date/time of flush shared_pool commands?

    I think there´s some script, which in been runned with a privileged user, that is recurring flushing the shared_pool.
    Is there a way to know the last date/time when an 'alter system flush shared_pool' was issued?
    Or, better, how can I tell Oracle RDBMS to log these commands on alert.log?
    Best regards,
    Luis Santos

    You can audit the alter system commands:
    audit alter system;
    You probably want to ensure the following two system parameters check the doc for your version:
    audit_trail=db_extended
    audit_sys_operations=true
    They require a system bounce, but by default sys operations are not audited so you'll need the latter.
    Query the dba_audit_trail.

  • Convert date/time to HEX command and write to a bin file

    Hello,
    I have to do the following thing. I have the date/time string, let's say 08:45:23, 12.08.09, where the hour, the minutes, the seconds, the day, the month and the year represent hex number or in other words I have the following command:
    Byte 0 - Byte 5
    0x08; 0x45; 0x23; 0x12; 0x08; 0x09;
    Now I want to write this command in a binary file in order to send thefile later throught serial RS232 connection.
    Now, I am not sure whether I write the command in the binary file in the correct format. What I simply do is to write it as a string
    ("084523120809"). Is this the correct way. I guess no, because when transmitted it does not work as expected.
    How can I write this string as a HEX command in the binary file?
    Thanks for the replies in advance
    IG
    Message Edited by igurov on 08-12-2009 01:51 AM
    Attachments:
    1(2).JPG ‏39 KB

    Do you know the difference between decimal and hex values? It's not the same, that the whole point, and it's why it doesn't make sense. Decimal 32 is not the same as hex 32. These are two different values, even though they both have the digits "3" and "2". The hex value will be the same as the decimal value up to the value of 9. In your example the hour is 8. In decimal this is 8, in hex this is 8. The minutes is 45. That's decimal. In hex, this is 2D, not 45, as you claim in your example. Hex 45 is a completely different number (and a completely different "pattern").
    Attachments:
    time hex.vi ‏12 KB

  • Sql command not working with date time??

    I am using my own sql query to fetch data in the sql command.
    Due to the problem I found - here is the basic example:
    The sql is:
    select to_number(to_date('10/11/2011 10:23:00','dd/mm/yyyy hh24:mi:ss') - to_date('10/11/2011 10:20:00','dd/mm/yyyy hh24:mi:ss'))  minu  from dual
    But I am not getting anything in Crystal Report tool!!
    In any sql tool I get results.
    When I am not using time part (hh24:mi:ss) :
    select to_number(to_date('10/11/2011','dd/mm/yyyy') - to_date('09/11/2011','dd/mm/yyyy'))  minu
    from dual
    I am getting data!!!!
    What is the problem??
    Initially I had it with parameters of type 'Date Time'
    Please, any one knows what the problem is?

    Hi,
    Sorry for the delay and thanks for answering.
    It was partial solution
    Moving to oracle driver, not (OLE DB), this specific one worked fine:
    select to_number(to_date('10/11/2011 10:23:00','dd/mm/yyyy hh24:mi:ss') - to_date('10/11/2011 10:20:00','dd/mm/yyyy hh24:mi:ss'))*100 minu from dual
    BUT
    When I tried to change one of the hardcoded values to be parameter of type 'Date Time' I couldn't pass the validation step - mostly the errors:
    "ORA 00900 Invalid sql statment"   and
    "ORA - 00907: Missing right parnthesis"
    No matter which format I used.
    Last version is:  
    select to_date('{?tsStartReport}','yyyy-mm-dd hh24:mi:ss') from dual
    Any idea why 'Date Time; is so problematic? How can I workaround it?

  • Can't configure date/Time Change by command in W7

    Hello,
     I need to synchronize all my computers, we got a program who does that (and it works), but not on Windows 7.
     Doing a research I found that is for the administrator privileges. I assume there are two ways for solving my issue.
     1) Launch the command as administrator. 
     2) Change the privileges of who can change the date/time.
     About 1), I haven't found nothing of how I can launch it as administrator by program. I know I can do right click and "Launch as administrator" but I need to do it without a mouse and keyboard.
     About 2), I already did this: Edit Group Policy/Local Policy/User Rights Assignment/Change the system Time. And I set it to "All Users". But it doesn't work.Yes, I reboot after changes.
    Any help will be appreciated.
    Thank you.

    Hi Gustavo,
    If you mean to synchronize time in Windows 7 and assume we are in a domain environment, the first blog shared by britishdhez is a good reference.
    For more information, see:
    Configure a client computer for automatic domain time synchronization
    http://technet.microsoft.com/en-us/library/cc758905(WS.10).aspx
    I am not sure which software you are using, if it won't work, please consider contact the vendor support. About running command with admin rights, you may have insterests in the following blog:
    Creating a Self-Elevating Script
    http://blogs.technet.com/b/elevationpowertoys/archive/2010/06/20/creating-a-self-elevating-script.aspx
    If any further help needed, please feel free to post back.
    Best regards
    Michael Shao
    TechNet Community Support

  • Safari crashes shortly after startup. Here is the last crach report:Date/Time:      2011-12-21 14:57:54.740 -0500 OS Version:     10.4.11 (Build 8S2167) Report Version: 4  Command: Safari Path:    /Applications/Safari.app/Contents/MacOS/Safari Parent:  Da

    Date/Time:      2011-12-21 14:57:54.740 -0500
    OS Version:     10.4.11 (Build 8S2167)
    Report Version: 4
    Command: Safari
    Path:    /Applications/Safari.app/Contents/MacOS/Safari
    Parent:  WindowServer [58]
    Version:        4.1.3 (4533.19.4)
    Build Version:  1
    Project Name:   WebBrowser
    Source Version: 75331904
    PID:    198
    Thread: 5
    Exception:  EXC_BAD_ACCESS (0x0001)
    Codes:      KERN_PROTECTION_FAILURE (0x0002) at 0x00000000
    Thread 0 Crashed:
    0   libobjc.A.dylib                          0x90a59387 objc_msgSend + 23
    1   com.apple.Foundation                     0x9283b6e3 -[NSURLRequest dealloc] + 37
    2   com.apple.CoreFoundation                 0x9080dff1 CFRelease + 130
    3   com.apple.WebCore                        0x0168d7be WebCore::DocumentLoader::~DocumentLoader [not-in-charge]() + 792
    4   com.apple.WebKit                         0x010e3866 WebDocumentLoaderMac::~WebDocumentLoaderMac [in-charge deleting]() + 92
    5   com.apple.WebKit                         0x0101e893 -[WebDataSourcePrivate dealloc] + 165
    6   com.apple.WebKit                         0x0101e7c5 -[WebDataSource dealloc] + 59
    7   com.apple.WebKit                         0x01024c18 -[WebHTMLViewPrivate clear] + 142
    8   com.apple.WebKit                         0x01024885 -[WebHTMLView(WebPrivate) close] + 227
    9   com.apple.WebKit                         0x0102475c -[WebHTMLView dealloc] + 74
    10  com.apple.AppKit                         0x9329354b -[NSView release] + 180
    11  com.apple.Foundation                     0x927e72cf NSPopAutoreleasePool + 530
    12  com.apple.Foundation                     0x92867904 -[NSURLConnection(NSURLConnectionInternal) _sendCallbacks] + 951
    13  com.apple.Foundation                     0x928674d6 _sendCallbacks + 201
    14  com.apple.CoreFoundation                 0x9082cfce CFRunLoopRunSpecific + 1413
    15  com.apple.CoreFoundation                 0x9082ca42 CFRunLoopRunInMode + 61
    16  com.apple.HIToolbox                      0x92e01878 RunCurrentEventLoopInMode + 285
    17  com.apple.HIToolbox                      0x92e00f82 ReceiveNextEventCommon + 385
    18  com.apple.HIToolbox                      0x92e00dd9 BlockUntilNextEventMatchingListInMode + 81
    19  com.apple.AppKit                         0x93286f45 _DPSNextEvent + 572
    20  com.apple.AppKit                         0x93286b37 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 137
    21  com.apple.Safari                         0x0000f6f9 0x1000 + 59129
    22  com.apple.AppKit                         0x932808c4 -[NSApplication run] + 512
    23  com.apple.AppKit                         0x93274820 NSApplicationMain + 573
    24  com.apple.Safari                         0x0000749b 0x1000 + 25755
    25  com.apple.Safari                         0x0010e512 0x1000 + 1103122
    26  com.apple.Safari                         0x00007219 0x1000 + 25113
    Thread 1:
    0   libSystem.B.dylib                        0x90024407 semaphore_wait_signal_trap + 7
    1   com.apple.JavaScriptCore                 0x0050ade0 ***::ThreadCondition::wait(***::Mutex&) + 24
    2   com.apple.WebCore                        0x015eadd0 WebCore::IconDatabase::syncThreadMainLoop() + 256
    3   com.apple.WebCore                        0x015e8856 WebCore::IconDatabase::iconDatabaseSyncThread() + 192
    4   libSystem.B.dylib                        0x90023d67 _pthread_body + 84
    Thread 2:
    0   libSystem.B.dylib                        0x90009817 mach_msg_trap + 7
    1   com.apple.CoreFoundation                 0x9082d227 CFRunLoopRunSpecific + 2014
    2   com.apple.CoreFoundation                 0x9082ca42 CFRunLoopRunInMode + 61
    3   com.apple.Foundation                     0x9285f5da +[NSURLCache _diskCacheSyncLoop:] + 206
    4   com.apple.Foundation                     0x92802cfc forkThreadForFunction + 123
    5   libSystem.B.dylib                        0x90023d67 _pthread_body + 84
    Thread 3:
    0   libSystem.B.dylib                        0x90009817 mach_msg_trap + 7
    1   com.apple.CoreFoundation                 0x9082d227 CFRunLoopRunSpecific + 2014
    2   com.apple.CoreFoundation                 0x9082ca42 CFRunLoopRunInMode + 61
    3   com.apple.Safari                         0x00026c6d 0x1000 + 154733
    4   com.apple.Safari                         0x00026b26 0x1000 + 154406
    5   com.apple.Safari                         0x00026aab 0x1000 + 154283
    6   libSystem.B.dylib                        0x90023d67 _pthread_body + 84
    Thread 4:
    0   libSystem.B.dylib                        0x90024407 semaphore_wait_signal_trap + 7
    1   com.apple.Foundation                     0x92858c60 -[NSConditionLock lockWhenCondition:] + 39
    2   com.apple.Syndication                    0x998ce79e -[AsyncDB _run:] + 181
    3   com.apple.Foundation                     0x92802cfc forkThreadForFunction + 123
    4   libSystem.B.dylib                        0x90023d67 _pthread_body + 84
    Thread 5 Crashed:
    0   libobjc.A.dylib                          0x90a59387 objc_msgSend + 23
    1   com.apple.Foundation                     0x92866b96 -[NSConnectionHTTPURLProtocol dealloc] + 124
    2   com.apple.Foundation                     0x927e72cf NSPopAutoreleasePool + 530
    3   com.apple.Foundation                     0x928383a4 +[NSURLConnection(NSURLConnectionInternal) _resourceLoadLoop:] + 267
    4   com.apple.Foundation                     0x92802cfc forkThreadForFunction + 123
    5   libSystem.B.dylib                        0x90023d67 _pthread_body + 84
    Thread 6:
    0   libSystem.B.dylib                        0x90019d0c select + 12
    1   libSystem.B.dylib                        0x90023d67 _pthread_body + 84
    Thread 7:
    0   libSystem.B.dylib                        0x90024407 semaphore_wait_signal_trap + 7
    1   com.apple.JavaScriptCore                 0x00510742 ***::ThreadCondition::timedWait(***::Mutex&, double) + 74
    2   com.apple.Safari                         0x002ddd66 0x1000 + 3001702
    3   com.apple.Safari                         0x002dde5c 0x1000 + 3001948
    4   com.apple.Safari                         0x0003a0cd 0x1000 + 233677
    5   com.apple.Safari                         0x0003a02f 0x1000 + 233519
    6   libSystem.B.dylib                        0x90023d67 _pthread_body + 84
    Thread 8:
    0   libSystem.B.dylib                        0x90024407 semaphore_wait_signal_trap + 7
    1   com.apple.JavaScriptCore                 0x00510742 ***::ThreadCondition::timedWait(***::Mutex&, double) + 74
    2   com.apple.WebCore                        0x018bb8d2 WebCore::LocalStorageThread::threadEntryPoint() + 170
    3   libSystem.B.dylib                        0x90023d67 _pthread_body + 84
    Thread 9:
    0   libSystem.B.dylib                        0x90009817 mach_msg_trap + 7
    1   com.apple.CoreFoundation                 0x9082d227 CFRunLoopRunSpecific + 2014
    2   com.apple.CoreFoundation                 0x9082ca42 CFRunLoopRunInMode + 61
    3   com.apple.audio.CoreAudio                0x91469356 HALRunLoop::OwnThread(void*) + 158
    4   com.apple.audio.CoreAudio                0x91469171 CAPThread::Entry(CAPThread*) + 93
    5   libSystem.B.dylib                        0x90023d67 _pthread_body + 84
    Thread 10:
    0   libSystem.B.dylib                        0x90024407 semaphore_wait_signal_trap + 7
    1   com.apple.ColorSync                      0x915a96ab pthreadSemaphoreWait(t_pthreadSemaphore*) + 35
    2   com.apple.ColorSync                      0x915c3ddc CMMConvTask(void*) + 60
    3   libSystem.B.dylib                        0x90023d67 _pthread_body + 84
    Thread 11:
    0   libSystem.B.dylib                        0x90024407 semaphore_wait_signal_trap + 7
    1   com.apple.Foundation                     0x92858c60 -[NSConditionLock lockWhenCondition:] + 39
    2   com.apple.AppKit                         0x9335dcb4 -[NSUIHeartBeat _heartBeatThread:] + 377
    3   com.apple.Foundation                     0x92802cfc forkThreadForFunction + 123
    4   libSystem.B.dylib                        0x90023d67 _pthread_body + 84
    Thread 12:
    0   libSystem.B.dylib                        0x90024407 semaphore_wait_signal_trap + 7
    1   ...lashPlayer-10.4-10.5.plugin           0x108ccfbf unregister_ShockwaveFlash + 46383
    2   ...lashPlayer-10.4-10.5.plugin           0x104c05af 0x104a7000 + 103855
    3   ...lashPlayer-10.4-10.5.plugin           0x108cd0ac unregister_ShockwaveFlash + 46620
    4   ...lashPlayer-10.4-10.5.plugin           0x108cd0f0 unregister_ShockwaveFlash + 46688
    5   ...lashPlayer-10.4-10.5.plugin           0x108cd216 unregister_ShockwaveFlash + 46982
    6   libSystem.B.dylib                        0x90023d67 _pthread_body + 84
    Thread 13:
    0   libSystem.B.dylib                        0x90024407 semaphore_wait_signal_trap + 7
    1   ...lashPlayer-10.4-10.5.plugin           0x108ccfbf unregister_ShockwaveFlash + 46383
    2   ...lashPlayer-10.4-10.5.plugin           0x104c05af 0x104a7000 + 103855
    3   ...lashPlayer-10.4-10.5.plugin           0x108cd0ac unregister_ShockwaveFlash + 46620
    4   ...lashPlayer-10.4-10.5.plugin           0x108cd0f0 unregister_ShockwaveFlash + 46688
    5   ...lashPlayer-10.4-10.5.plugin           0x108cd216 unregister_ShockwaveFlash + 46982
    6   libSystem.B.dylib                        0x90023d67 _pthread_body + 84
    Thread 14:
    0   libSystem.B.dylib                        0x90047927 semaphore_timedwait_signal_trap + 7
    1   ...lashPlayer-10.4-10.5.plugin           0x108ccf87 unregister_ShockwaveFlash + 46327
    2   ...lashPlayer-10.4-10.5.plugin           0x1068301e 0x104a7000 + 1949726
    3   ...lashPlayer-10.4-10.5.plugin           0x108cd0ac unregister_ShockwaveFlash + 46620
    4   ...lashPlayer-10.4-10.5.plugin           0x108cd0f0 unregister_ShockwaveFlash + 46688
    5   ...lashPlayer-10.4-10.5.plugin           0x108cd216 unregister_ShockwaveFlash + 46982
    6   libSystem.B.dylib                        0x90023d67 _pthread_body + 84
    Thread 15:
    0   libSystem.B.dylib                        0x90047927 semaphore_timedwait_signal_trap + 7
    1   ...lashPlayer-10.4-10.5.plugin           0x108ccf87 unregister_ShockwaveFlash + 46327
    2   ...lashPlayer-10.4-10.5.plugin           0x107bb6d5 0x104a7000 + 3229397
    3   ...lashPlayer-10.4-10.5.plugin           0x108cd0ac unregister_ShockwaveFlash + 46620
    4   ...lashPlayer-10.4-10.5.plugin           0x108cd0f0 unregister_ShockwaveFlash + 46688
    5   ...lashPlayer-10.4-10.5.plugin           0x108cd216 unregister_ShockwaveFlash + 46982
    6   libSystem.B.dylib                        0x90023d67 _pthread_body + 84
    Thread 16:
    0   libSystem.B.dylib                        0x90047927 semaphore_timedwait_signal_trap + 7
    1   ...lashPlayer-10.4-10.5.plugin           0x108ccf87 unregister_ShockwaveFlash + 46327
    2   ...lashPlayer-10.4-10.5.plugin           0x107bb6d5 0x104a7000 + 3229397
    3   ...lashPlayer-10.4-10.5.plugin           0x108cd0ac unregister_ShockwaveFlash + 46620
    4   ...lashPlayer-10.4-10.5.plugin           0x108cd0f0 unregister_ShockwaveFlash + 46688
    5   ...lashPlayer-10.4-10.5.plugin           0x108cd216 unregister_ShockwaveFlash + 46982
    6   libSystem.B.dylib                        0x90023d67 _pthread_body + 84
    Thread 17:
    0   libSystem.B.dylib                        0x90047927 semaphore_timedwait_signal_trap + 7
    1   ...lashPlayer-10.4-10.5.plugin           0x108ccf87 unregister_ShockwaveFlash + 46327
    2   ...lashPlayer-10.4-10.5.plugin           0x1068301e 0x104a7000 + 1949726
    3   ...lashPlayer-10.4-10.5.plugin           0x108cd0ac unregister_ShockwaveFlash + 46620
    4   ...lashPlayer-10.4-10.5.plugin           0x108cd0f0 unregister_ShockwaveFlash + 46688
    5   ...lashPlayer-10.4-10.5.plugin           0x108cd216 unregister_ShockwaveFlash + 46982
    6   libSystem.B.dylib                        0x90023d67 _pthread_body + 84
    Thread 18:
    0   libSystem.B.dylib                        0x90047927 semaphore_timedwait_signal_trap + 7
    1   ...lashPlayer-10.4-10.5.plugin           0x108ccf87 unregister_ShockwaveFlash + 46327
    2   ...lashPlayer-10.4-10.5.plugin           0x107bb6d5 0x104a7000 + 3229397
    3   ...lashPlayer-10.4-10.5.plugin           0x108cd0ac unregister_ShockwaveFlash + 46620
    4   ...lashPlayer-10.4-10.5.plugin           0x108cd0f0 unregister_ShockwaveFlash + 46688
    5   ...lashPlayer-10.4-10.5.plugin           0x108cd216 unregister_ShockwaveFlash + 46982
    6   libSystem.B.dylib                        0x90023d67 _pthread_body + 84
    Thread 19:
    0   libSystem.B.dylib                        0x90047927 semaphore_timedwait_signal_trap + 7
    1   ...lashPlayer-10.4-10.5.plugin           0x108ccf87 unregister_ShockwaveFlash + 46327
    2   ...lashPlayer-10.4-10.5.plugin           0x1068301e 0x104a7000 + 1949726
    3   ...lashPlayer-10.4-10.5.plugin           0x108cd0ac unregister_ShockwaveFlash + 46620
    4   ...lashPlayer-10.4-10.5.plugin           0x108cd0f0 unregister_ShockwaveFlash + 46688
    5   ...lashPlayer-10.4-10.5.plugin           0x108cd216 unregister_ShockwaveFlash + 46982
    6   libSystem.B.dylib                        0x90023d67 _pthread_body + 84
    Thread 20:
    0   libSystem.B.dylib                        0x90047927 semaphore_timedwait_signal_trap + 7
    1   ...lashPlayer-10.4-10.5.plugin           0x108ccf87 unregister_ShockwaveFlash + 46327
    2   ...lashPlayer-10.4-10.5.plugin           0x107bb6d5 0x104a7000 + 3229397
    3   ...lashPlayer-10.4-10.5.plugin           0x108cd0ac unregister_ShockwaveFlash + 46620
    4   ...lashPlayer-10.4-10.5.plugin           0x108cd0f0 unregister_ShockwaveFlash + 46688
    5   ...lashPlayer-10.4-10.5.plugin           0x108cd216 unregister_ShockwaveFlash + 46982
    6   libSystem.B.dylib                        0x90023d67 _pthread_body + 84
    Thread 5 crashed with X86 Thread State (32-bit):
      eax: 0x00000000  ebx: 0x9080df7d  ecx: 0x90abffd0  edx: 0x177af308
      edi: 0x00000008  esi: 0x16a13bc0  ebp: 0xb03a3da8  esp: 0xb03a3d74
       ss: 0x0000001f  efl: 0x00010206  eip: 0x90a59387   cs: 0x00000017
       ds: 0x0000001f   es: 0x0000001f   fs: 0x00000000   gs: 0x00000037
    Binary Images Description:
        0x1000 -   0x330fff com.apple.Safari 4.1.3 (4533.19.4)          /Applications/Safari.app/Contents/MacOS/Safari
      0x505000 -   0x6ddfff com.apple.JavaScriptCore 4533.19 (4533.19.1)          /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptC ore
    0x1008000 -  0x10f5fff com.apple.WebKit 4533.19 (4533.19.4)          /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x119a000 -  0x1448fff com.apple.QuartzCore 1.4.13          /System/Library/PrivateFrameworks/Safari.framework/Frameworks/QuartzCore.f ramework/Versions/A/QuartzCore
    0x14dc000 -  0x15bafff libxml2.2.dylib           /usr/lib/libxml2.2.dylib
    0x15e6000 -  0x20a7fff com.apple.WebCore 4533.19 (4533.19.4)          /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore. framework/Versions/A/WebCore
    0x102ab000 - 0x102aefff com.macromedia.Flash Player.plugin 10.1.102.64          /Library/Internet Plug-Ins/Flash Player.plugin/Contents/MacOS/Flash Player
    0x1035a000 - 0x10363fff com.apple.IOFWDVComponents 1.9.0          /System/Library/Components/IOFWDVComponents.component/Contents/MacOS/IOFWD VComponents
    0x1036c000 - 0x10371fff com.apple.audio.AppleHDAHALPlugIn 1.3.7 (1.3.7a23)          /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugI n.bundle/Contents/MacOS/AppleHDAHALPlugIn
    0x10380000 - 0x1039cfff GLDriver           /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLDriver. bundle/GLDriver
    0x104a7000 - 0x10e69fff com.macromedia.FlashPlayer-10.4-10.5.plugin 10.1.102.64          /Library/Internet Plug-Ins/Flash Player.plugin/Contents/PlugIns/FlashPlayer-10.4-10.5.plugin/Contents/MacOS/Flas hPlayer-10.4-10.5
    0x11101000 - 0x11132fff com.apple.QuickTimeIIDCDigitizer 7.6.4 (1327.73)          /System/Library/QuickTime/QuickTimeIIDCDigitizer.component/Contents/MacOS/ QuickTimeIIDCDigitizer
    0x1113c000 - 0x11185fff com.apple.QuickTimeUSBVDCDigitizer 2.0.5          /System/Library/QuickTime/QuickTimeUSBVDCDigitizer.component/Contents/MacO S/QuickTimeUSBVDCDigitizer
    0x111af000 - 0x11308fff GLEngine           /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEn gine
    0x11334000 - 0x11522fff com.apple.ATIRadeonX1000GLDriver 1.4.56 (4.5.6)          /System/Library/Extensions/ATIRadeonX1000GLDriver.bundle/Contents/MacOS/AT IRadeonX1000GLDriver
    0x1155e000 - 0x11582fff GLRendererFloat           /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLRendere rFloat.bundle/GLRendererFloat
    0x117a7000 - 0x117affff com.apple.iokit.IOUSBLib 2.7.5          /System/Library/Extensions/IOUSBFamily.kext/Contents/PlugIns/IOUSBLib.bund le/Contents/MacOS/IOUSBLib
    0x70000000 - 0x700fafff com.apple.audio.units.Components 1.4.7          /System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio
    0x8fe00000 - 0x8fe4afff dyld 46.16          /usr/lib/dyld
    0x90000000 - 0x90171fff libSystem.B.dylib           /usr/lib/libSystem.B.dylib
    0x901c1000 - 0x901c3fff libmathCommon.A.dylib           /usr/lib/system/libmathCommon.A.dylib
    0x901c5000 - 0x90202fff com.apple.CoreText 1.1.3 (???)          /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Framew orks/CoreText.framework/Versions/A/CoreText
    0x90229000 - 0x902fffff ATS           /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Framew orks/ATS.framework/Versions/A/ATS
    0x9031f000 - 0x90774fff com.apple.CoreGraphics 1.258.85 (???)          /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Framew orks/CoreGraphics.framework/Versions/A/CoreGraphics
    0x9080b000 - 0x908d3fff com.apple.CoreFoundation 6.4.11 (368.35)          /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundat ion
    0x90911000 - 0x90911fff com.apple.CoreServices 10.4 (???)          /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x90913000 - 0x90a07fff libicucore.A.dylib           /usr/lib/libicucore.A.dylib
    0x90a57000 - 0x90ad6fff libobjc.A.dylib           /usr/lib/libobjc.A.dylib
    0x90aff000 - 0x90b63fff libstdc++.6.dylib           /usr/lib/libstdc++.6.dylib
    0x90bd2000 - 0x90bd9fff libgcc_s.1.dylib           /usr/lib/libgcc_s.1.dylib
    0x90bde000 - 0x90c51fff com.apple.framework.IOKit 1.4.8 (???)          /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x90c66000 - 0x90c78fff libauto.dylib           /usr/lib/libauto.dylib
    0x90c7e000 - 0x90f24fff com.apple.CoreServices.CarbonCore 682.31 (682.32)          /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Ca rbonCore.framework/Versions/A/CarbonCore
    0x90f67000 - 0x90fcffff com.apple.CoreServices.OSServices 4.1          /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OS Services.framework/Versions/A/OSServices
    0x91008000 - 0x91047fff com.apple.CFNetwork 129.24          /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CF Network.framework/Versions/A/CFNetwork
    0x9105a000 - 0x9106afff com.apple.WebServices 1.1.3 (1.1.0)          /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/We bServicesCore.framework/Versions/A/WebServicesCore
    0x91075000 - 0x910f4fff com.apple.SearchKit 1.0.8          /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Se archKit.framework/Versions/A/SearchKit
    0x9112e000 - 0x9114cfff com.apple.Metadata 10.4.4 (121.36)          /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Me tadata.framework/Versions/A/Metadata
    0x91158000 - 0x91166fff libz.1.dylib           /usr/lib/libz.1.dylib
    0x91169000 - 0x91308fff com.apple.security 4.5.2 (29774)          /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x91406000 - 0x9140efff com.apple.DiskArbitration 2.1.2          /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitr ation
    0x91415000 - 0x9141cfff libbsm.dylib           /usr/lib/libbsm.dylib
    0x91420000 - 0x91446fff com.apple.SystemConfiguration 1.8.6          /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/System Configuration
    0x91458000 - 0x914cefff com.apple.audio.CoreAudio 3.0.5          /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x9151f000 - 0x9151ffff com.apple.ApplicationServices 10.4 (???)          /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Applic ationServices
    0x91521000 - 0x9154dfff com.apple.AE 316.3          /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Framew orks/AE.framework/Versions/A/AE
    0x91560000 - 0x91634fff com.apple.ColorSync 4.4.13          /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Framew orks/ColorSync.framework/Versions/A/ColorSync
    0x9166f000 - 0x916ecfff com.apple.print.framework.PrintCore 4.6 (177.13)          /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Framew orks/PrintCore.framework/Versions/A/PrintCore
    0x91719000 - 0x917c2fff com.apple.QD 3.10.28 (???)          /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Framew orks/QD.framework/Versions/A/QD
    0x917e8000 - 0x91833fff com.apple.HIServices 1.5.2 (???)          /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Framew orks/HIServices.framework/Versions/A/HIServices
    0x91852000 - 0x91868fff com.apple.LangAnalysis 1.6.3          /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Framew orks/LangAnalysis.framework/Versions/A/LangAnalysis
    0x91874000 - 0x9188efff com.apple.FindByContent 1.5          /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Framew orks/FindByContent.framework/Versions/A/FindByContent
    0x91898000 - 0x918d5fff com.apple.LaunchServices 183.1          /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Framew orks/LaunchServices.framework/Versions/A/LaunchServices
    0x918e9000 - 0x918f5fff com.apple.speech.synthesis.framework 3.5          /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Framew orks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x918fc000 - 0x9193cfff com.apple.ImageIO.framework 1.5.9          /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Framew orks/ImageIO.framework/Versions/A/ImageIO
    0x9194f000 - 0x91a01fff libcrypto.0.9.7.dylib           /usr/lib/libcrypto.0.9.7.dylib
    0x91a47000 - 0x91a5dfff libcups.2.dylib           /usr/lib/libcups.2.dylib
    0x91a62000 - 0x91a80fff libJPEG.dylib           /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Framew orks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x91a85000 - 0x91ae4fff libJP2.dylib           /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Framew orks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x91af6000 - 0x91afafff libGIF.dylib           /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Framew orks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x91afc000 - 0x91b84fff libRaw.dylib           /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Framew orks/ImageIO.framework/Versions/A/Resources/libRaw.dylib
    0x91b88000 - 0x91ba3fff libPng.dylib           /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Framew orks/ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x91ba8000 - 0x91baafff libRadiance.dylib           /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Framew orks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x91ca7000 - 0x91ce6fff libTIFF.dylib           /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Framew orks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x91cec000 - 0x91cecfff com.apple.Accelerate 1.3.1 (Accelerate 1.3.1)          /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x91cee000 - 0x91d7cfff com.apple.vImage 2.5          /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vIma ge.framework/Versions/A/vImage
    0x91d83000 - 0x91d83fff com.apple.Accelerate.vecLib 3.3.1 (vecLib 3.3.1)          /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecL ib.framework/Versions/A/vecLib
    0x91d85000 - 0x91ddefff libvMisc.dylib           /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecL ib.framework/Versions/A/libvMisc.dylib
    0x91de7000 - 0x91e0bfff libvDSP.dylib           /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecL ib.framework/Versions/A/libvDSP.dylib
    0x91e13000 - 0x9221cfff libBLAS.dylib           /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecL ib.framework/Versions/A/libBLAS.dylib
    0x92256000 - 0x9260afff libLAPACK.dylib           /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecL ib.framework/Versions/A/libLAPACK.dylib
    0x92637000 - 0x92724fff libiconv.2.dylib           /usr/lib/libiconv.2.dylib
    0x92726000 - 0x927a4fff com.apple.DesktopServices 1.3.7          /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A /DesktopServicesPriv
    0x927e5000 - 0x92a1dfff com.apple.Foundation 6.4.12 (567.42)          /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x92b3d000 - 0x92b54fff libGL.dylib           /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dyl ib
    0x92b5f000 - 0x92bb7fff libGLU.dylib           /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dy lib
    0x92bcb000 - 0x92bcbfff com.apple.Carbon 10.4 (???)          /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x92bcd000 - 0x92bddfff com.apple.ImageCapture 3.0.4          /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCap ture.framework/Versions/A/ImageCapture
    0x92beb000 - 0x92bf3fff com.apple.speech.recognition.framework 3.6          /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRe cognition.framework/Versions/A/SpeechRecognition
    0x92bf9000 - 0x92bfefff com.apple.securityhi 2.0.1 (24742)          /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Security HI.framework/Versions/A/SecurityHI
    0x92c04000 - 0x92c95fff com.apple.ink.framework 101.2.1 (71)          /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.fram ework/Versions/A/Ink
    0x92ca9000 - 0x92cacfff com.apple.help 1.0.3 (32.1)          /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.fra mework/Versions/A/Help
    0x92caf000 - 0x92ccdfff com.apple.openscripting 1.2.7 (???)          /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScri pting.framework/Versions/A/OpenScripting
    0x92cdf000 - 0x92ce5fff com.apple.print.framework.Print 5.1 (192.3)          /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.fr amework/Versions/A/Print
    0x92ceb000 - 0x92d4efff com.apple.htmlrendering 66.1 (1.1.3)          /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRend ering.framework/Versions/A/HTMLRendering
    0x92d72000 - 0x92db3fff com.apple.NavigationServices 3.4.4 (3.4.3)          /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Navigati onServices.framework/Versions/A/NavigationServices
    0x92dda000 - 0x92de7fff com.apple.audio.SoundManager 3.9.1          /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSo und.framework/Versions/A/CarbonSound
    0x92dee000 - 0x92df3fff com.apple.CommonPanels 1.2.3 (73)          /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPa nels.framework/Versions/A/CommonPanels
    0x92df8000 - 0x930edfff com.apple.HIToolbox 1.4.10 (???)          /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbo x.framework/Versions/A/HIToolbox
    0x931f3000 - 0x931fefff com.apple.opengl 1.4.16          /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x93203000 - 0x9321efff com.apple.DirectoryService.Framework 3.2          /System/Library/Frameworks/DirectoryService.framework/Versions/A/Directory Service
    0x9326e000 - 0x9326efff com.apple.Cocoa 6.4 (???)          /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x93270000 - 0x93926fff com.apple.AppKit 6.4.10 (824.48)          /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x93ca7000 - 0x93d22fff com.apple.CoreData 91 (92.1)          /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x93d5b000 - 0x93e14fff com.apple.audio.toolbox.AudioToolbox 1.4.7          /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x93e57000 - 0x93e57fff com.apple.audio.units.AudioUnit 1.4.2          /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x94060000 - 0x940a1fff libsqlite3.0.dylib           /usr/lib/libsqlite3.0.dylib
    0x940a9000 - 0x940e3fff libGLImage.dylib           /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImag e.dylib
    0x940e8000 - 0x940fefff com.apple.CoreVideo 1.4.2          /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x94198000 - 0x941d6fff com.apple.vmutils 4.0.2 (93.1)          /System/Library/PrivateFrameworks/vmutils.framework/Versions/A/vmutils
    0x9421a000 - 0x9422afff com.apple.securityfoundation 2.2.1 (28150)          /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/Securit yFoundation
    0x94237000 - 0x94274fff com.apple.securityinterface 2.2.1 (27695)          /System/Library/Frameworks/SecurityInterface.framework/Versions/A/Security Interface
    0x94290000 - 0x9429ffff libCGATS.A.dylib           /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Framew orks/CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
    0x942a6000 - 0x942b1fff libCSync.A.dylib           /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Framew orks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x942fd000 - 0x94317fff libRIP.A.dylib           /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Framew orks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x9431d000 - 0x9463cfff com.apple.QuickTime 7.6.4 (1327.73)          /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x94700000 - 0x9470efff com.apple.framework.Apple80211 4.5.5 (455.2)          /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple802 11
    0x947c2000 - 0x94908fff com.apple.AddressBook.framework 4.0.6 (490)          /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x94994000 - 0x949a3fff com.apple.DSObjCWrappers.Framework 1.1          /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSOb jCWrappers
    0x949aa000 - 0x949d3fff com.apple.LDAPFramework 1.4.2 (69.1.1)          /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x949d9000 - 0x949e8fff libsasl2.2.dylib           /usr/lib/libsasl2.2.dylib
    0x949ec000 - 0x94a11fff libssl.0.9.7.dylib           /usr/lib/libssl.0.9.7.dylib
    0x94a1d000 - 0x94a3afff libresolv.9.dylib           /usr/lib/libresolv.9.dylib
    0x94f5c000 - 0x94f94fff com.apple.PDFKit 1.0.4          /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.f ramework/Versions/A/PDFKit
    0x954af000 - 0x954c5fff libJapaneseConverter.dylib           /System/Library/CoreServices/Encodings/libJapaneseConverter.dylib
    0x954c7000 - 0x954e8fff libKoreanConverter.dylib           /System/Library/CoreServices/Encodings/libKoreanConverter.dylib
    0x954f5000 - 0x95503fff libSimplifiedChineseConverter.dylib           /System/Library/CoreServices/Encodings/libSimplifiedChineseConverter.dylib
    0x9550b000 - 0x9551dfff libTraditionalChineseConverter.dylib           /System/Library/CoreServices/Encodings/libTraditionalChineseConverter.dyli b
    0x95ec0000 - 0x95ec0fff com.apple.vecLib 3.3.1 (vecLib 3.3.1)          /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x964a3000 - 0x9657afff libGLProgrammability.dylib           /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProg rammability.dylib
    0x96595000 - 0x96596fff libGLSystem.dylib           /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLSyst em.dylib
    0x96598000 - 0x9659dfff com.apple.agl 2.5.9 (AGL-2.5.9)          /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x96f69000 - 0x97040fff com.apple.QuartzComposer 1.2.6 (32.25)          /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCo mposer.framework/Versions/A/QuartzComposer
    0x970c9000 - 0x970c9fff com.apple.quartzframework 1.0          /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x978a0000 - 0x98797fff com.apple.QuickTimeComponents.component 7.6.4 (1327.73)          /System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/Qui ckTimeComponents
    0x98f2c000 - 0x98f55fff com.apple.CoreMediaPrivate 15.0          /System/Library/PrivateFrameworks/CoreMediaPrivate.framework/Versions/A/Co reMediaPrivate
    0x998cb000 - 0x99902fff com.apple.Syndication 1.0.8 (56.1)          /System/Library/PrivateFrameworks/Syndication.framework/Versions/A/Syndica tion
    0x9b518000 - 0x9b558fff com.apple.CoreMediaIOServicesPrivate 20.0          /System/Library/PrivateFrameworks/CoreMediaIOServicesPrivate.framework/Ver sions/A/CoreMediaIOServicesPrivate
    0x9b8e1000 - 0x9b8f3fff com.apple.SyndicationUI 1.0.8 (56.1)          /System/Library/PrivateFrameworks/SyndicationUI.framework/Versions/A/Syndi cationUI
    0x9feb7000 - 0x9fef3fff com.apple.QuickTimeFireWireDV.component 7.6.4 (1327.73)          /System/Library/QuickTime/QuickTimeFireWireDV.component/Contents/MacOS/Qui ckTimeFireWireDV
    0x9fefc000 - 0x9ffaafff com.apple.QTKit 7.6.4 (1327.73)          /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    Model: iMac4,1, BootROM IM41.0055.B08, 2 processors, Intel Core Duo, 1.83 GHz, 512 MB
    Graphics: ATI Radeon X1600, ATY,RadeonX1600, PCIe, 128 MB
    Memory Module: BANK 1/DIMM1, 512 MB, DDR2 SDRAM, 667 MHz
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x89), Broadcom BCM43xx 1.0 (4.170.46.9)
    Bluetooth: Version 1.9.5f4, 2 service, 1 devices, 1 incoming serial ports
    Network Service: Built-in Ethernet, Ethernet, en0
    Serial ATA Device: Maxtor 6L160M0, 152.67 GB
    Parallel ATA Device: MATSHITADVD-R   UJ-846
    USB Device: Built-in iSight, Micron, Up to 480 Mb/sec, 500 mA
    USB Device: Hub in Apple Pro Keyboard, Mitsumi Electric, Up to 12 Mb/sec, 500 mA
    USB Device: Apple Optical USB Mouse, Mitsumi Electric, Up to 1.5 Mb/sec, 100 mA
    USB Device: Apple Pro Keyboard, Mitsumi Electric, Up to 12 Mb/sec, 250 mA
    USB Device: Bluetooth USB Host Controller, Apple, Inc., Up to 12 Mb/sec, 500 mA
    USB Device: IR Receiver, Apple Computer, Inc., Up to 12 Mb/sec, 500 mA

    In case you need to do this in the future...
    It's "ApplicationCache.db" not Cache.db for Tiger v10.4.11
    Open a Finder window. Select your user account in the Sidebar on the left then open the Library folder, the Caches folder then the com.apple.Safari folder.
    The ApplicationCache.db file is stored there.
    I have an iBookG4 running v10.4.11 / Safari 4.1.3 so I know that file is there.
    Apparently the preferences were corrupted. It happens...
    And you're welcome!

  • How to check all subsites data through command prompt

    I am using MOSS 2007 ,we don't have powershell,  I have to check the size of all subsites size. I run the command in command prompt
    C:\programfiles\commanfiles\microsoftshared\webserverextensions\12\BIN>stsadm -o enumsubwebs -url
    http://abc.xyz.com
    I got all subsites urls, but i need all url's size also. How to do through command prompt?

    Hi Ravikiran,
    The codeplex solution is a custom solution built using SharePoint Server object model, you can download the code also from the following location.
    http://spusedspaceinfo.codeplex.com/releases/view/20413
    The following is the code from the above project.
    using System;
    using System.Collections;
    using System.Configuration;
    using System.Data;
    using System.IO;
    using Microsoft.SharePoint;
    using System.Diagnostics;
    using Microsoft.SharePoint.Administration;
    using System.Collections.Generic;
    namespace SPUsedSpaceInformation
    class Program
    static void Main(string[] args)
    SPFarm farm = SPFarm.Local;
    SPWebService service = farm.Services.GetValue<SPWebService>("");
    Console.WriteLine("Select a Web Application:");
    Console.WriteLine("-------------------------");
    int n = 1;
    List<Guid> webAppIds=new List<Guid>();
    foreach (SPWebApplication webApplication in service.WebApplications)
    Console.WriteLine(string.Format("{0}) {1}", n, webApplication.DisplayName));
    webAppIds.Add(webApplication.Id);
    n++;
    int quit=n;
    Console.WriteLine(string.Format("{0}) Quit",n));
    Console.WriteLine("? ");
    int choice1 = 0;
    while (true)
    string choice2 = Console.ReadLine();
    if (int.TryParse(choice2, out choice1))
    if (choice1 > 0 && choice1 < quit)
    SPWebApplication webApplication = service.WebApplications[webAppIds[choice1 - 1]];
    Console.WriteLine("Select a Site Collection:");
    Console.WriteLine("-------------------------");
    n = 1;
    foreach (SPSite site in webApplication.Sites)
    Console.WriteLine(string.Format("{0}) {1}", n, site.Url));
    n++;
    quit=n;
    Console.WriteLine(string.Format("{0}) Quit",n));
    Console.WriteLine("? ");
    choice1 = 0;
    while (true)
    choice2 = Console.ReadLine();
    if (int.TryParse(choice2, out choice1))
    if (choice1 > 0 && choice1 < quit)
    SPSite siteColl = webApplication.Sites[choice1 - 1];
    DataTable tableStorage = siteColl.StorageManagementInformation(SPSite.StorageManagementInformationType.Document, SPSite.StorageManagementSortOrder.Decreasing, SPSite.StorageManagementSortedOn.Size, 0xf4240);
    Hashtable ht = new Hashtable();
    foreach (DataRow dr in tableStorage.Rows)
    if (ht[dr["WebUrl"].ToString()] == null)
    ht[dr["WebUrl"].ToString()] = (double)dr["TotalSize"];
    else
    ht[dr["WebUrl"].ToString()] = ((double)ht[dr["WebUrl"].ToString()]) + ((double)dr["TotalSize"]);
    string folderPath = string.Concat(new object[] { Directory.GetCurrentDirectory(), Path.DirectorySeparatorChar, "Listings" });
    if (!Directory.Exists(folderPath))
    Directory.CreateDirectory(folderPath);
    using (StreamWriter writer = File.CreateText(string.Concat(new object[] { folderPath, Path.DirectorySeparatorChar, "SitesListingsUsage", DateTime.Now.ToString().Replace("/", "-").Replace(":", "-"), ".csv" })))
    foreach (string key in ht.Keys)
    writer.WriteLine(string.Format("{0};{1}", key, ht[key].ToString()));
    SPWeb currentWeb = siteColl.RootWeb;
    using (currentWeb)
    using (StreamWriter writer = File.CreateText(string.Concat(new object[] { folderPath, Path.DirectorySeparatorChar, "SitesListingsInfo", DateTime.Now.ToString().Replace("/", "-").Replace(":", "-"), ".csv" })))
    string separation = string.Empty;
    ListWebs(currentWeb, separation, writer);
    Console.WriteLine("Press a touch to quit...");
    Console.ReadLine();
    Process.Start(folderPath);
    return;
    else if (choice1 == quit)
    return;
    else
    Console.WriteLine("? ");
    else
    Console.WriteLine("? ");
    else if (choice1 == quit)
    return;
    else
    Console.WriteLine("? ");
    else
    Console.WriteLine("? ");
    private static void ListWebs(SPWeb Web, string Separation, StreamWriter Writer)
    string ownersMail = string.Empty;
    SPGroup ownerGroup = null;
    ownerGroup = Web.AssociatedOwnerGroup;
    if (ownerGroup == null)
    foreach (SPRoleAssignment roleAssignment in Web.RoleAssignments)
    if ((roleAssignment.Member is SPGroup) && roleAssignment.Member.Name.ToLower().Contains("owner"))
    SPGroup group = (SPGroup)roleAssignment.Member;
    foreach (SPUser user in group.Users)
    if (!string.IsNullOrEmpty(user.Email))
    if (string.IsNullOrEmpty(ownersMail))
    ownersMail = user.Email;
    else
    ownersMail = ownersMail + "," + user.Email;
    break;
    else
    foreach (SPUser user in ownerGroup.Users)
    if (!string.IsNullOrEmpty(user.Email))
    if (string.IsNullOrEmpty(ownersMail))
    ownersMail = user.Email;
    else
    ownersMail = ownersMail + "," + user.Email;
    string accessRequestMail = string.Empty;
    if (Web.RequestAccessEnabled)
    accessRequestMail = Web.RequestAccessEmail;
    string authorMail = string.Empty;
    try
    authorMail = Web.Author.Email;
    catch { }
    Writer.WriteLine(string.Format("{0};{1};{2};{3};{4};{5};{6}", new object[] { Web.Title, Web.Url, authorMail, Web.Created.ToString(), accessRequestMail, Web.LastItemModifiedDate.ToString(), ownersMail }));
    Console.WriteLine(string.Format("{0};{1};{2};{3};{4};{5};{6}", new object[] { Web.Title, Web.Url, authorMail, Web.Created.ToString(), accessRequestMail, Web.LastItemModifiedDate.ToString(), ownersMail }));
    foreach (SPWeb childWeb in Web.Webs)
    ListWebs(childWeb, Separation + "--", Writer);
    Please don't forget to mark it as answered, if your problem resolved or helpful.

  • Every time i try to open itunes to update apps for iphone 4s i can never get it to open, i went to command prompt and did the netsh winsock reset, still cannot open itunes

    i cannot open itunes to update apps on my iphone. i did the command prompt-netsh winsock reset, still cannot open itunes.

    Try following steps and test one at a time:
    1. Check to see if this file APSDaemon.exe is the problem here.
    Close your iTunes.
    Press Ctrl-Alt-Del key and choose Task Manager. In the "Processes" Tab, select the file APSDaemon.exe and click End Prosses button, then close the task manager window.
    Now open itunes and see if it is working?
    If that works, to prevent having to do the same process everytime you restart Windows, go to. START button, type in
    MSCONFIG
    Hit ENTER
    Click STARTUP Tab, Uncheck "Apple Push", click OK.
    Restart Windows.
    2. If that fails or you don't see ApsDaemon.exe in the Processes, refer to following article to remove SC files:
    http://support.apple.com/kb/TS2363
    3. If that fails, repair or reinstall your Quicktime. START / CONTROL PANEL / ADD N REMOVE PROGRAMS / hightlight QUICKTIME, click CHANGE or UNINSTALL then REPAIR.

  • Command prompt issue from VBscript

    So I have this script that works perfectly for parsing out a COM number and then sending data to said COM port via the command line (things like 'ipconfig > //./COM15'). The issue is that it only works when I use the /K modifier which tells the command
    windows to stay open.  I don't want them to stay open, but whenever I remove the /K, it doesn't work. Nothing gets copied to the COM port. I suspect the cause of this is the command prompt closing before things like systeminfo can finish running. So is
    there a way to have the command prompt window stay open for a short amount of time and then close?
    'Part 1: FindCOM port
    fileName = "C:\rtlstuff\COM.txt"
    Set regex = New RegExp
    regex.Pattern = "COM(\d+)"
    regex.IgnoreCase = True
    regex.Global = True
    Set fso = CreateObject("Scripting.FileSystemObject")
    Set file = fso.OpenTextFile(fileName)
    text = file.ReadAll()
    file.Close
    Dim ComPort
    Set matches = regex.Execute(text)
    For Each m In matches
    ComPort = m.SubMatches(0)
    Next
    'Part 2: Set file dictionary
    set oDic = CreateObject("Scripting.Dictionary")
    oDic.Add 0, "ECHO %DATE% %TIME% > //./COM"
    oDic.Add 1, "ipconfig > //./COM"
    oDic.Add 2, "systeminfo > //./COM"
    v = 3
    'Part 3: Set COM Variables
    Set oShell = WScript.CreateObject ("WScript.Shell")
    MODE = "MODE COM" & ComPort & " 9600,N,8,1,P"
    oShell.run "cmd.exe /C" & MODE
    'Part 4: Data transmission
    Dim Command
    x=0
    do while x < v
    Command = oDic.Item(x) & Comport
    msgbox Command
    oShell.run "cmd.exe " & Command
    x=x+1
    wscript.sleep 10000
    loop

    Can you help me with syntax? I'm still not hugely familiar with VB and I'm not sure how to set this up. This current iteration does not work.
    'Part 1: FindCOM port
    fileName = "C:\rtlstuff\COM.txt"
    Set regex = New RegExp
    regex.Pattern = "COM(\d+)"
    regex.IgnoreCase = True
    regex.Global = True
    Set fso = CreateObject("Scripting.FileSystemObject")
    Set file = fso.OpenTextFile(fileName)
    text = file.ReadAll()
    file.Close
    Dim ComPort
    Set matches = regex.Execute(text)
    For Each m In matches
    ComPort = m.SubMatches(0)
    Next
    'Part 2: Set file dictionary
    set oDic = CreateObject("Scripting.Dictionary")
    oDic.Add 0, "ECHO %DATE% %TIME% > //./COM"
    oDic.Add 1, "ipconfig > //./COM"
    oDic.Add 2, "systeminfo > //./COM"
    v = 3
    'Part 3: Set COM Variables\par
    Set oShell = WScript.CreateObject ("WScript.Shell")
    MODE = "MODE COM" & ComPort & " 9600,N,8,1,P"
    oShell.run "cmd.exe /C" & MODE
    'Part 4: Data transmission
    Dim Command
    i = True
    x=0
    do while x < v
    Command = oDic.Item(x) & Comport
    msgbox Command
    oShell.run "cmd.exe " & Command , ,True
    x=x+1
    wscript.sleep 10000
    loop

Maybe you are looking for

  • How to list the Cert Issuer for all servers in a Domain

    Hello, The objective is to list the Server name and Cert Issuer for any Cert found in the LocalMachine\My store on all servers in a Domain. Once I'd get to a server, probably by PS remoting, I'd issue the following: dir cert:\localmachine\my -recurse

  • HELP!!! layer 0 exceeds the maximum layer size allowed (DVD STUDIO PRO)

    when I try to burn a dual dvd with 7.1 gb on it. The discs are 8.5gb dual dvd's, it says this in the error box. Formatting was not successful. Layer 0 exceeds the maximum layer size allowed. Please choose a suitable marker location that will support

  • Can't select calendar with creating event on iPod touch

    Hi everyone - Thanks in advance for your help! Here's the deal: I have 4 calendars on Google Calendar. I use google's "Calaboration" to push those calendars to apple ical on my macbook pro. Those calendars then show up just as they should on my ipod

  • Failure to print from PSE 9.0 on MAC to Epson XP-800

    I cannot print photographic images with my desktop MAC (OS X10.8.4) from Photoshop Elements 9.0 to my new Epson XP-800 printer. Printing is not a problem with Word text or images from iPhoto- it is only with PSE that there is a problem.  The problem

  • Won't get to login screen.

    Okay. I am trying to turn my iMac on, first power on, it held at the grey screen, nothing happened, so I shut it down by holding the power button after about 10 minutes of nothing. I turned it back on again after a few minutes, and now I get the grey