How to detect a system crash (shell script)

what is the easiest way to find out if the system has previously crashed or been powered off without a clean shutdown?
i am looking for a way to be used in a unix shell script. is there e.g. a specific text i can look for in a specific logfile?
a panic.log might not be enough because in case of power failure the system will not have time to write to that logfile.
any help is greatly appreciated.

The shutdown codes are not documented anywhere that I know of. I've seen these mentioned, but I don't know whether they're all accurate.
-128: Battery or UPS dead (?)
-62: PMU did not detect heartbeat (PPC Xserve)
-60: Thermal (?)
   0: Low power
   3: Forced shutdown
   5: User requested restart or shutdown

Similar Messages

  • How to handle common system crashes in SAP Business One until you upgrade to SAP Business One 9.1?

    SAP Business One 9.1 is about to release in this year with many feature enhancements in various areas, such as in Business Logic and Localization, Reporting and Analytics, Lifecycle Management and Support, SDK Features for extensibility, Infrastructure and Architecture, etc. , with this upgrade every organization using SAP Business One is also expecting that some previous System Crash problems associated with SAP Business One 8.8 or 9.0, will also be resolved with the advent of 9.1.
    But until 9.1 is available in GA, we have to know and follow some procedures to avoid this situation. Through this blog we have addressed ‘How to handle common system crashes in SAP Business One until you upgrade to SAP Business One 9.1’. In below link you can have a look that what common system crash issues been reported and what solution given by the community members:
    common system crashes in SAP Business One

    Hi,
    Thanks for sharing valuable information with us. You may repost this discussion as "Document" or Blog type.
    Thanks & Regards,
    Nagarajan

  • How to detect whether browser's java script  disabled or not from server

    How to detect whether browser's java script disabled or not from server side

    I would use a hidden parameter created by a javascript. if this is null, javascript is disabled...

  • R/3 to other oracle system Unix Shell scripts Execute

    Hi,
    Here SAP 4.7 version, is it any possibility to run/execute other oracle system Unix shell scripts from sap program?
    With Regards,
    Anil

    ...yes,
    1.define own external command (sm69)
    2. run this command from your ABAP code by callig function module SXPG_COMMAND_EXECUTE
    regards,darek

  • How to execute sql-queries through shell scripting in linux?

    How to execute sql-queries through shell scripting in linux?

    http://www.oracle.com/technology/pub/articles/saternos_scripting.html
    Two simple examples:
    #!/usr/bin/env bash
    set_orafra () {
       orafra=`echo 'set heading off
       select name from v$recovery_file_dest;
       exit' | sqlplus -s / as sysdba`
    set_orafra
    echo $orafra
    #!/usr/bin/env bash
    export ORACLE_SID=instance_name
    export ORACLE_HOME=/path_to_oracle_home_directory
    export LD_LIBRARY_PATH=$ORACLE_HOME/lib
    export PATH=/$ORACLE_HOME/bin/$PATH
    $ORACLE_HOME/bin/sqlplus -s <<EOF
    connect scott/tiger@my_instance_name
    INSERT INTO table VALUES (sysdate);
    exit
    EOFEdited by: Markus Waldorf on Sep 17, 2010 12:19 AM

  • How to prepare for Converting UNIX shell scripts to PL/SQL

    Hi All
    I was said, that i may have to convert a lot of unix shell script to PL/SQL, what are the concepts i need to know to do it efficently,
    what are the options PL/SQL is having to best do that.
    I know the question is little unclear, but I too dont have much inputs about that i'm sorry for that, just its a question of how
    to prepare myself to do it the best way. What are the concepts i have to be familiar with.
    Many Thanks
    MJ

    Just how much work is involved, is hard to say. Many years ago I also wrote (more than once) a complete ETL system using a combination of shell scripts, SQL*Plus and PL/SQL.
    If the PL/SQL code is fairly clean, uses bind variables and not substitution variables, then it should be relatively easy to convert that PL/SQL code in the script to a formal stored procedure in the database.
    There is however bits and pieces that will be difficult to move into the PL/SQL layer as it requires new software - like for example FTP'ing a file from the production server to the ETL server. This can be done using external o/s calls from within PL/SQL. Or, you can install a FTP API library in PL/SQL and FTP that file directly into a CLOB and parse and process the CLOB.
    Think of Oracle as an o/s in its own right. In Oracle we have a mail client, a web browser, IPC methods like pipes and messages queues, cron, file systems, web servers and services, etc. And PL/SQL is the "shell scripting" (times a thousand) language of this Oracle o/s .
    In some cases you will find it fairly easy to map a Unix o/s feature or command to one in Oracle. For example, a Unix wget to fetch a HTML CSV file can easily be replaced in Oracle using a UTL_HTTP call.
    On the other hand, techniques used in Unix like creating a pipe to process data, grep for certain stuff and awk certain tokens for sed to process further... in Oracle this will look and work a lot different and use SQL.

  • How do i print parameters in shell script through java

    Hi,
    I am sorry if have posted this query in wrong thread!!!
    How do i print the parameter in shell script which are passed from java programm?
    i have tried in different ways.. but the actual param value is not printing when i execute the java programm
    java code is here
    import java.io.IOException;
    public class TestShell {
          * @param args
    public static void main(String[] args) {
             String inputFilePath=args[0];
              String inputFileName=args[1];
              String outputFileName=args[2];
              String outputFilePath=args[3];
              Runtime r = Runtime.getRuntime();
              String[] cmdArray = new String[]{"Test.sh",inputFilePath, inputFileName, outputFileName, outputFilePath};
              try {
                   r.exec(cmdArray);
                   System.out.println("Test.sh executed successfully.");
              } catch (IOException e) {
                   e.printStackTrace();
    }I need a shell script to print paramenters (inputFilePath, inputFileName, outputFileName, outputFilePath)
    Thanks,
    Jasmin

    user13836688 wrote:
    But my code is something look like thisWell unless I've completely lost my marbles (possible) or Java Runtime.exec() does something I've never heard of, I can't even see how that will execute. For a start, assignments in the Bourne shell take the form ofinfile = $inputFilename;orinfile = "inputFilename";not what you've got; and the first form would only work if you've set the appropriate environment variables.
    Are you sure you're not confusing this with a Javascript script?
    Winston
    Edited by: YoungWinston on Apr 18, 2011 12:51 PM
    And BTW, you don't need to put ';' at the end of each statement, unless there's more than one on a line.
    Edited by: YoungWinston on Apr 18, 2011 12:54 PM
    BTW2: 'printf "%d", inpath' also looks very dodgy, since 'inpath' is unlikely to be a number (in fact, it's unlikely to be anything).
    I think you might want to get a book on scripting.

  • How to avoid password prompt in shell script for zip password protection

    Hi
    I am trying to set password protection to my oracle database export backup. Once the backup completed, it should compress with a password protection. Thats the plan. Initialy we were using the gzip for the compression. Then realized that there is no password protection for the gzip. Started using zip option. I tried using
    zip -P <password> filename
    But it was throwing below error.
    -bash-3.2$ zip -P expreports REPORTS_2013FEB14.dmp
    zip warning: missing end signature--probably not a zip file (did you
    zip warning: remember to use binary mode when you transferred it?)
    zip warning: (if you are trying to read a damaged archive try -F)
    zip error: Zip file structure invalid (REPORTS_2013FEB14.dmp)
    Not quite sure why.
    Then I used zip -e REPORTS_2013FEB14.dmp.zip REPORTS_2013FEB14.dmp
    But this prompting for the password. As I am trying to put the command in the script. It will be tough if it prompts for the password.
    I would like to know how to avoid the password prompting by saving somewhere or how the code should be written. Tried using expect feature of shell script. Below was the code I tried. It didnt work.
    [oracle@SF40V6636 test]$ cat repexp.sh
    zip -e REPORTS_imp.log.zip REPORTS_imp.log
    expect "Enter password:"
    send "imprep"
    expect "Verify password:"
    send "imprep"
    So please help in avoiding this password prompt or let me know how to change the code.
    Thanks
    SHIYAS M

    How about using gpg and adding a secret key to the requirement of a password? No one should be able to decrypt your file, not by knowing only the password.
    1. Generate a public and private key pair:
    $ gpg --gen-key
    When it shows "We need to generate a lot of random bytes…" open another terminal session and type "dd if=/dev/sda of=/dev/null" to create traffic. When the public and secret key created and signed you can Ctrl-C the dd command.
    To see what you have created:
    $ gpg --list-keys
    2. Encrypt and gzip your stuff:
    $ tar zcf stuff.tgz file_or_folder
    $ gpg recipient "Some Name" encrypt stuff.tgz
    $ rm -f stuff.tgz
    3. Decrypt and extract the archive:
    $ gpg batch yes --passphrase "password" -d stuff.tgz.gpg > stuff.tgz
    $ tar zxvf stuff.tgz
    Again, knowing the password alone will not let anybody decrypt your stuff.

  • How to use encoded password in shell script ?

    Hi everybody,
    For make a load file in oracle table, I'm using a LKM File to Oracle updatding with a sqlldr (shell script).
    My problem is very simple : For security reason in this shell-script , I don't want to see in clear the password of the Oracle user for database connection. Is it possible and how do it ?
    Thanks in advance

    Hi-
    Yes it is possible by the way of KM custamization, You need to modify LKM call sqlldr via jython step to pass the user info and password as variable instead of ODI method. Try this command in your KM step:
    userid=#GLOBAL.user/#GLOBAL.psw
    Hope this will work for you.
    Thanks,
    Saravanan Rajavel

  • How to replace a word thr shell script

    Hi,
    I need a shell script which should read a file(a.txt)
    and need to update the same file( means only replace a word with another one in the same file)
    my unix version is SunOS and i am using ksh
    could you pls provide me some better way.
    My failured trails are as below
    suppose a.txt file having data like,
    column1 column2 column3
    data1 data2 data3
    and my script is,
    #!/usr/bin/ksh
    patha=/tmp
    filea=a.txt
    sed '/column2/s//column4/g' $patha/$filea > $patha/$filea
    And also pls provide how to add data(data into new line) into file(a.txt)
    Thanks in advance.

    This is an Oracle SQL and PL/SQL forum.
    If you want to learn how to write unix shell scripts I suggest you search the internet for a suitable unix forum.

  • How to diagnose a System crash?

    My son has a 2010 iMac and it crashes about once a week.
    I've serviced it with Disk Warrior twice. The first time it found a problem with the Volume map, but the second time nothing.
    Can anyone tell me how to read the Console crash report?
    As this is a total crash, I can't find any reports under the various application tabs that fit the dates in question.
    Where should I look, please?
    pete

    If you're able to boot, launch the Console application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ If you’re running Mac OS X 10.7 or later, open LaunchPad. Click Utilities, then Console in the page that opens.
    Select the most recent panic log under System Diagnostic Reports. Post the contents — the text, please, not a screenshot. For privacy’s sake, I suggest you edit out the “Anonymous UUID,” a long string of letters, numbers, and dashes in the header and body of the report, if it’s present (it may not be.) Please don't post "shutdownStall" or "hang" reports.
    If you can't boot in the usual way, try a safe boot. The instructions provided by Apple are as follows:
    Be sure your Mac is shut down.
    Press the power button.
    Immediately after you hear the startup tone, hold the Shift key. The Shift key should be held as soon as possible after the startup tone, but not before the tone.
    Release the Shift key when you see the gray Apple icon and the progress indicator (looks like a spinning gear).
    During startup, you’ll see a progress bar, and then the login screen, which appears even if you normally log in automatically. You must know your login password in order to log in. If you’ve forgotten the password, you will need to reset it before you begin.
    Safe mode is slower than normal, and some things won’t work at all.

  • How to call a procedure from  Shell Script

    Friends,
    How can i call a procedure from a shell script ? If any one know the answer , let me know immediately .
    Thanks in advance .
    Chakks

    We connect using SQLPlus commands on the Unix server:-
    Our code block is below:- We've got DBMS_OUTPUT in the procedure, hence the spooling. You don't need all this, but you do need the sqlplus directory, etc... in your profile.
    sqlplus -s <<EOF > ${CREATE_LOG_FLE}
    $UserName/$Password@$SID
    SET SERVEROUTPUT ON SIZE 1000000;
    spool ${CREATE_LOG_FLE}
    EXECUTE $STORED_PROC(${Months}, ${DeleteRecords});
    EOF
    Hope that helps

  • How Do I Diagnose System Crash Reports due to iMovie?

    Hi,
    I have had iMovie crash on me around 12 times in the last few weeks.  I can see the system crash reports in Console, but not being a Programmer I have no idea how to translate or interpret them.
    Whilst its reassuring that they are reported to Apple, how do I find out what is causing the crash?
    Thks

    Second report is a Spin:
    Date/Time:       2012-05-03 22:23:26 +0100
    OS Version:      10.7.3 (Build 11D50)
    Architecture:    x86_64
    Report Version:  9
    Command:         iMovie
    Path:            /Applications/iMovie.app/Contents/MacOS/iMovie
    Version:         9.0.4 (1635)
    Build Version:   2
    Project Name:    iMovieApp
    Source Version:  16350000
    App Item ID:     408981434
    App External ID: 3919357
    Parent:          launchd [122]
    PID:             32548
    Event:           timeout
    Duration:        10.74s
    Steps:           109 (100ms sampling interval)
    Pageins:         0
    Pageouts:        0
    Process:         iMovie [32548]
    Path:            /Applications/iMovie.app/Contents/MacOS/iMovie
    Architecture:    i386
    UID:             501
      Thread 0x597d4    
      User stack:
        109 ??? (in iMovie) [0x2a6e]
          109 ??? (in iMovie) [0x31b3]
            109 NSApplicationMain + 1054 (in AppKit) [0x97f4b261]
              109 -[NSApplication run] + 911 (in AppKit) [0x97cb7675]
                109 ??? (in iMovie) [0x44e47]
                  109 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 113 (in AppKit) [0x97cbb306]
                    109 _DPSNextEvent + 678 (in AppKit) [0x97cbba9c]
                      109 BlockUntilNextEventMatchingListInMode + 88 (in HIToolbox) [0x999b6356]
                        109 ReceiveNextEventCommon + 381 (in HIToolbox) [0x999b64e7]
                          109 RunCurrentEventLoopInMode + 318 (in HIToolbox) [0x999af17f]
                            109 CFRunLoopRunInMode + 120 (in CoreFoundation) [0x93f3d328]
                              109 CFRunLoopRunSpecific + 332 (in CoreFoundation) [0x93f3d47c]
                                109 __CFRunLoopRun + 1888 (in CoreFoundation) [0x93f3df70]
                                  109 __CFRunLoopDoTimer + 743 (in CoreFoundation) [0x93f5efe7]
                                    109 __CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__ + 22 (in CoreFoundation) [0x93f5f656]
                                      109 __NSFireDelayedPerform + 615 (in Foundation) [0x9053c7c6]
                                        109 ??? (in iMovie) [0x450b6]
                                          109 -[NSNotificationCenter postNotificationName:object:] + 55 (in Foundation) [0x905482a6]
                                            109 -[NSNotificationCenter postNotificationName:object:userInfo:] + 92 (in Foundation) [0x90533012]
                                              109 _CFXNotificationPost + 2776 (in CoreFoundation) [0x93f52a38]
                                                109 ___CFXNotificationPost_block_invoke_1 + 275 (in CoreFoundation) [0x93f87cb3]
                                                  109 __-[NSNotificationCenter addObserver:selector:name:object:]_block_invoke_1 + 49 (in Foundation) [0x90547e25]
                                                    109 ??? (in iMovie) [0xf4097]
                                                      109 ??? (in iMovie) [0xf8aef]
                                                        109 ??? (in iMovie) [0xf8812]
                                                          66 ??? (in iMovie) [0xf80ae]
                                                            66 -[NSDictionary(NSDictionary) writeToFile:atomically:] + 287 (in Foundation) [0x9054f365]
                                                              66 -[NSData(NSData) writeToFile:atomically:] + 103 (in Foundation) [0x9054f552]
                                                                66 _NSWriteBytesToFile + 60 (in Foundation) [0x9054f599]
                                                                  39 _NSWriteBytesToFileWithExtendedAttributes + 276 (in Foundation) [0x9054f6b5]
                                                                    39 _NSCreateTemporaryFile + 588 (in Foundation) [0x90583657]
                                                                      39 __open + 10 (in libsystem_kernel.dylib) [0x9c0196e6]
                                                                  19 _NSWriteBytesToFileWithExtendedAttributes + 1253 (in Foundation) [0x9054fa86]
                                                                    19 __rename + 10 (in libsystem_kernel.dylib) [0x9c019b0a]
                                                                  8 __fsync + 10 (in libsystem_kernel.dylib) [0x9c01a5fa]
                                                          22 ??? (in iMovie) [0xf8086]
                                                            22 ??? (in iMovie) [0x7213d]
                                                              22 ??? (in iMovie) [0x593c9]
                                                                22 ??? (in iMovie) [0x58575]
                                                                  22 ??? (in iMovie) [0x77375]
                                                                    22 -[NSConcreteFileHandle readDataOfLength:] + 469 (in Foundation) [0x905a4dbc]
                                                                      22 __read + 10 (in libsystem_kernel.dylib) [0x9c01ad4e]
                                                          21 ??? (in iMovie) [0xf806a]
                                                            21 -[NSFileManager fileExistsAtPath:] + 118 (in Foundation) [0x905341f3]
                                                              21 lstat$INODE64 + 10 (in libsystem_kernel.dylib) [0x9c01a9ce]
      Kernel stack:
        109 hndl_unix_scall + 281 (in mach_kernel) [0xffffff80002d7f39]
          109 unix_syscall + 472 (in mach_kernel) [0xffffff80005ca448]
            39 open + 254 (in mach_kernel) [0xffffff800030a80e]
              39 mknod + 1216 (in mach_kernel) [0xffffff800030a290]
                24 vn_open_auth + 1019 (in mach_kernel) [0xffffff800031145b]
                  24 vn_create + 359 (in mach_kernel) [0xffffff80002fda97]
                    17 VNOP_CREATE + 72 (in mach_kernel) [0xffffff800031af68]
                      17 kext_start + 43782 (in ppfs) [0xffffff7f821c4c2f]
                        17 kext_start + 31579 (in ppfs) [0xffffff7f821c1c84]
                          17 ??? (in ppfs) [0xffffff7f821b8b65]
                            17 msleep + 119 (in mach_kernel) [0xffffff8000552a27]
                              17 wakeup + 251 (in mach_kernel) [0xffffff80005523bb]
                                17 lck_mtx_sleep_deadline + 88 (in mach_kernel) [0xffffff8000227db8]
                                  17 thread_block_reason + 299 (in mach_kernel) [0xffffff800022f39b]
                                    17 thread_continue + 1661 (in mach_kernel) [0xffffff800022f11d]
                                      17 machine_switch_context + 361 (in mach_kernel) [0xffffff80002c0939]
                    7 VNOP_CREATE + 114 (in mach_kernel) [0xffffff800031af92]
                      7 VNOP_REMOVE + 456 (in mach_kernel) [0xffffff800031a738]
                        7 namei + 1356 (in mach_kernel) [0xffffff80002f37bc]
                          7 lookup + 234 (in mach_kernel) [0xffffff80002f494a]
                            7 VNOP_LOOKUP + 52 (in mach_kernel) [0xffffff80003169a4]
                              7 kext_start + 43034 (in ppfs) [0xffffff7f821c4943]
                                7 kext_start + 19583 (in ppfs) [0xffffff7f821beda8]
                                  7 ??? (in ppfs) [0xffffff7f821b8b65]
                                    7 msleep + 119 (in mach_kernel) [0xffffff8000552a27]
                                      7 wakeup + 251 (in mach_kernel) [0xffffff80005523bb]
                                        7 lck_mtx_sleep_deadline + 88 (in mach_kernel) [0xffffff8000227db8]
                                          7 thread_block_reason + 299 (in mach_kernel) [0xffffff800022f39b]
                                            7 thread_continue + 1661 (in mach_kernel) [0xffffff800022f11d]
                                              7 machine_switch_context + 361 (in mach_kernel) [0xffffff80002c0939]
                15 vn_open_auth + 1563 (in mach_kernel) [0xffffff800031167b]
                  15 namei + 1356 (in mach_kernel) [0xffffff80002f37bc]
                    15 lookup + 234 (in mach_kernel) [0xffffff80002f494a]
                      15 VNOP_LOOKUP + 52 (in mach_kernel) [0xffffff80003169a4]
                        15 kext_start + 43034 (in ppfs) [0xffffff7f821c4943]
                          15 kext_start + 19583 (in ppfs) [0xffffff7f821beda8]
                            15 ??? (in ppfs) [0xffffff7f821b8b65]
                              15 msleep + 119 (in mach_kernel) [0xffffff8000552a27]
                                15 wakeup + 251 (in mach_kernel) [0xffffff80005523bb]
                                  15 lck_mtx_sleep_deadline + 88 (in mach_kernel) [0xffffff8000227db8]
                                    15 thread_block_reason + 299 (in mach_kernel) [0xffffff800022f39b]
                                      15 thread_continue + 1661 (in mach_kernel) [0xffffff800022f11d]
                                        15 machine_switch_context + 361 (in mach_kernel) [0xffffff80002c0939]
            22 read_nocancel + 120 (in mach_kernel) [0xffffff8000561de8]
              22 write + 209 (in mach_kernel) [0xffffff80005616e1]
                22 utf8_encodelen + 3723 (in mach_kernel) [0xffffff800031066b]
                  22 VNOP_READ + 77 (in mach_kernel) [0xffffff8000318e4d]
                    15 kext_start + 42354 (in ppfs) [0xffffff7f821c469b]
                      15 kext_start + 17637 (in ppfs) [0xffffff7f821be60e]
                        15 cluster_read_ext + 367 (in mach_kernel) [0xffffff80002eed4f]
                          15 advisory_read + 2261 (in mach_kernel) [0xffffff80002ee285]
                            15 cluster_zero + 4020 (in mach_kernel) [0xffffff80002ec664]
                              15 VNOP_STRATEGY + 46 (in mach_kernel) [0xffffff80003170ce]
                                15 kext_start + 41538 (in ppfs) [0xffffff7f821c436b]
                                  15 ??? (in ppfs) [0xffffff7f821b7692]
                                    15 ??? (in ppfs) [0xffffff7f821b8b65]
                                      15 msleep + 119 (in mach_kernel) [0xffffff8000552a27]
                                        15 wakeup + 251 (in mach_kernel) [0xffffff80005523bb]
                                          15 lck_mtx_sleep_deadline + 88 (in mach_kernel) [0xffffff8000227db8]
                                            15 thread_block_reason + 299 (in mach_kernel) [0xffffff800022f39b]
                                              15 thread_continue + 1661 (in mach_kernel) [0xffffff800022f11d]
                                                15 machine_switch_context + 361 (in mach_kernel) [0xffffff80002c0939]
                    7 kext_start + 42346 (in ppfs) [0xffffff7f821c4693]
                      7 ??? (in ppfs) [0xffffff7f821b9ec6]
                        7 lck_mtx_lock + 653 (in mach_kernel) [0xffffff80002b3cdd]
                          7 lck_mtx_lock_wait_x86 + 383 (in mach_kernel) [0xffffff80002b79ef]
                            7 thread_block_reason + 299 (in mach_kernel) [0xffffff800022f39b]
                              7 thread_continue + 1661 (in mach_kernel) [0xffffff800022f11d]
                                7 machine_switch_context + 361 (in mach_kernel) [0xffffff80002c0939]
            21 lstat64 + 140 (in mach_kernel) [0xffffff8000306b4c]
              21 pathconf + 274 (in mach_kernel) [0xffffff8000306362]
                21 namei + 1356 (in mach_kernel) [0xffffff80002f37bc]
                  14 lookup + 234 (in mach_kernel) [0xffffff80002f494a]
                    14 VNOP_LOOKUP + 52 (in mach_kernel) [0xffffff80003169a4]
                      14 kext_start + 43034 (in ppfs) [0xffffff7f821c4943]
                        14 kext_start + 19583 (in ppfs) [0xffffff7f821beda8]
                          14 ??? (in ppfs) [0xffffff7f821b8b65]
                            14 msleep + 119 (in mach_kernel) [0xffffff8000552a27]
                              14 wakeup + 251 (in mach_kernel) [0xffffff80005523bb]
                                14 lck_mtx_sleep_deadline + 88 (in mach_kernel) [0xffffff8000227db8]
                                  14 thread_block_reason + 299 (in mach_kernel) [0xffffff800022f39b]
                                    14 thread_continue + 1661 (in mach_kernel) [0xffffff800022f11d]
                                      14 machine_switch_context + 361 (in mach_kernel) [0xffffff80002c0939]
                  7 lookup + 335 (in mach_kernel) [0xffffff80002f49af]
                    7 vnode_authorize + 90 (in mach_kernel) [0xffffff80002f8a3a]
                      7 kauth_authorize_action + 90 (in mach_kernel) [0xffffff800052a26a]
                        7 vn_attribute_prepare + 1059 (in mach_kernel) [0xffffff80002f9743]
                          7 VNOP_ACCESS + 68 (in mach_kernel) [0xffffff8000318ea4]
                            7 kext_start + 44046 (in ppfs) [0xffffff7f821c4d37]
                              7 ??? (in ppfs) [0xffffff7f821b9ec6]
                                7 lck_mtx_lock + 653 (in mach_kernel) [0xffffff80002b3cdd]
                                  7 lck_mtx_lock_wait_x86 + 383 (in mach_kernel) [0xffffff80002b79ef]
                                    7 thread_block_reason + 299 (in mach_kernel) [0xffffff800022f39b]
                                      7 thread_continue + 1661 (in mach_kernel) [0xffffff800022f11d]
                                        7 machine_switch_context + 361 (in mach_kernel) [0xffffff80002c0939]
            19 rename + 1255 (in mach_kernel) [0xffffff8000308b17]
              12 vn_rename + 846 (in mach_kernel) [0xffffff800031a39e]
                12 namei + 1356 (in mach_kernel) [0xffffff80002f37bc]
                  12 lookup + 234 (in mach_kernel) [0xffffff80002f494a]
                    12 VNOP_LOOKUP + 52 (in mach_kernel) [0xffffff80003169a4]
                      12 kext_start + 43034 (in ppfs) [0xffffff7f821c4943]
                        12 kext_start + 19583 (in ppfs) [0xffffff7f821beda8]
                          12 ??? (in ppfs) [0xffffff7f821b8b65]
                            12 msleep + 119 (in mach_kernel) [0xffffff8000552a27]
                              12 wakeup + 251 (in mach_kernel) [0xffffff80005523bb]
                                12 lck_mtx_sleep_deadline + 88 (in mach_kernel) [0xffffff8000227db8]
                                  12 thread_block_reason + 299 (in mach_kernel) [0xffffff800022f39b]
                                    12 thread_continue + 1661 (in mach_kernel) [0xffffff800022f11d]
                                      12 machine_switch_context + 361 (in mach_kernel) [0xffffff80002c0939]
              7 vn_rename + 676 (in mach_kernel) [0xffffff800031a2f4]
                7 VNOP_RENAME + 90 (in mach_kernel) [0xffffff8000319f9a]
                  7 kext_start + 41946 (in ppfs) [0xffffff7f821c4503]
                    7 kext_start + 37544 (in ppfs) [0xffffff7f821c33d1]
                      7 ??? (in ppfs) [0xffffff7f821b7bfc]
                        7 ??? (in ppfs) [0xffffff7f821b8b65]
                          7 msleep + 119 (in mach_kernel) [0xffffff8000552a27]
                            7 wakeup + 251 (in mach_kernel) [0xffffff80005523bb]
                              7 lck_mtx_sleep_deadline + 88 (in mach_kernel) [0xffffff8000227db8]
                                7 thread_block_reason + 299 (in mach_kernel) [0xffffff800022f39b]
                                  7 thread_continue + 1661 (in mach_kernel) [0xffffff800022f11d]
                                    7 machine_switch_context + 361 (in mach_kernel) [0xffffff80002c0939]
            8 copyfile + 746 (in mach_kernel) [0xffffff8000304c8a]
              8 VNOP_FSYNC + 47 (in mach_kernel) [0xffffff8000316adf]
                8 kext_start + 43646 (in ppfs) [0xffffff7f821c4ba7]
                  8 kext_start + 15383 (in ppfs) [0xffffff7f821bdd40]
                    8 ??? (in ppfs) [0xffffff7f821b6cd3]
                      8 ??? (in ppfs) [0xffffff7f821b8b65]
                        8 msleep + 119 (in mach_kernel) [0xffffff8000552a27]
                          8 wakeup + 251 (in mach_kernel) [0xffffff80005523bb]
                            8 lck_mtx_sleep_deadline + 88 (in mach_kernel) [0xffffff8000227db8]
                              8 thread_block_reason + 299 (in mach_kernel) [0xffffff800022f39b]
                                8 thread_continue + 1661 (in mach_kernel) [0xffffff800022f11d]
                                  8 machine_switch_context + 361 (in mach_kernel) [0xffffff80002c0939]
      Thread 0x597e0      DispatchQueue 1701273966
      User stack:
        109 _dispatch_mgr_thread + 53 (in libdispatch.dylib) [0x92c386a7]
          109 __select_nocancel + 10 (in libsystem_kernel.dylib) [0x9c019b5e]
      Kernel stack:
        106 wakeup + 992 (in mach_kernel) [0xffffff80005526a0]
        3 hndl_unix_scall + 281 (in mach_kernel) [0xffffff80002d7f39]
          3 unix_syscall + 472 (in mach_kernel) [0xffffff80005ca448]
            3 select_nocancel + 1291 (in mach_kernel) [0xffffff8000560bcb]
              3 selprocess + 483 (in mach_kernel) [0xffffff8000560183]
                3 wakeup + 625 (in mach_kernel) [0xffffff8000552531]
                  3 thread_block_reason + 275 (in mach_kernel) [0xffffff800022f383]
                    3 thread_go + 608 (in mach_kernel) [0xffffff800022dfd0]
                      3 processor_idle + 149 (in mach_kernel) [0xffffff800022d2e5]
                        3 machine_idle + 163 (in mach_kernel) [0xffffff80002c4213]
      Thread 0x5988e    
      User stack:
        109 thread_start + 34 (in libsystem_c.dylib) [0x9a1f56de]
          109 _pthread_start + 335 (in libsystem_c.dylib) [0x9a1f1ed9]
            109 _ZN3AVSL27AVCVideoServicesThreadStartEPNS_28AVCVideoServicesThreadParamsE + 254 (in FWAVCPrivate) [0xcaf763]
              109 CFRunLoopRun + 129 (in CoreFoundation) [0x93f4e1a1]
                109 CFRunLoopRunSpecific + 332 (in CoreFoundation) [0x93f3d47c]
                  109 __CFRunLoopRun + 1428 (in CoreFoundation) [0x93f3dda4]
                    109 __CFRunLoopServiceMachPort + 170 (in CoreFoundation) [0x93f34c7a]
                      109 mach_msg_trap + 10 (in libsystem_kernel.dylib) [0x9c017c22]
      Kernel stack:
        109 ipc_mqueue_receive_continue + 0 (in mach_kernel) [0xffffff80002158b0]
      Thread 0x598ad    
      User stack:
        109 thread_start + 34 (in libsystem_c.dylib) [0x9a1f56de]
          109 _pthread_start + 335 (in libsystem_c.dylib) [0x9a1f1ed9]
            109 ??? (in QuickTimeComponents) [0x90f77be6]
              109 TSWaitOnSemaphoreRelative + 24 (in CarbonCore) [0x94ae7f76]
                109 TSWaitOnSemaphoreCommon + 490 (in CarbonCore) [0x94ae8165]
                  109 TSWaitOnConditionTimedRelative + 178 (in CarbonCore) [0x94ae83ef]
                    109 pthread_cond_timedwait_relative_np + 47 (in libsystem_c.dylib) [0x9a1f5f7b]
                      109 __psynch_cvwait + 10 (in libsystem_kernel.dylib) [0x9c01983e]
      Kernel stack:
        109 hndl_unix_scall + 281 (in mach_kernel) [0xffffff80002d7f39]
          109 unix_syscall + 472 (in mach_kernel) [0xffffff80005ca448]
            109 psynch_cvwait + 1913 (in mach_kernel) [0xffffff800059f149]
              109 ksyn_block_thread_locked + 67 (in mach_kernel) [0xffffff800059a7d3]
                109 thread_block_reason + 299 (in mach_kernel) [0xffffff800022f39b]
                  109 thread_continue + 1661 (in mach_kernel) [0xffffff800022f11d]
                    109 machine_switch_context + 361 (in mach_kernel) [0xffffff80002c0939]
      Thread 0x598ae    
      User stack:
        109 thread_start + 34 (in libsystem_c.dylib) [0x9a1f56de]
          109 _pthread_start + 335 (in libsystem_c.dylib) [0x9a1f1ed9]
            109 ??? (in QuickTimeComponents) [0x91452e43]
              109 ??? (in QuickTimeComponents) [0x90fe7d0d]
                109 semaphore_wait_trap + 10 (in libsystem_kernel.dylib) [0x9c017c5e]
      Kernel stack:
        109 semaphore_wait_continue + 0 (in mach_kernel) [0xffffff80002345c0]
      Thread 0x598c4    
      User stack:
        109 thread_start + 34 (in libsystem_c.dylib) [0x9a1f56de]
          109 _pthread_start + 335 (in libsystem_c.dylib) [0x9a1f1ed9]
            109 ??? (in QuickTimeComponents) [0x91099b7d]
              109 pthread_cond_wait + 48 (in libsystem_c.dylib) [0x9a19d82a]
                109 __psynch_cvwait + 10 (in libsystem_kernel.dylib) [0x9c01983e]
      Kernel stack:
        109 hndl_unix_scall + 281 (in mach_kernel) [0xffffff80002d7f39]
          109 unix_syscall + 472 (in mach_kernel) [0xffffff80005ca448]
            109 psynch_cvwait + 1913 (in mach_kernel) [0xffffff800059f149]
              109 ksyn_block_thread_locked + 67 (in mach_kernel) [0xffffff800059a7d3]
                109 thread_block_reason + 299 (in mach_kernel) [0xffffff800022f39b]
                  109 thread_continue + 1661 (in mach_kernel) [0xffffff800022f11d]
                    109 machine_switch_context + 361 (in mach_kernel) [0xffffff80002c0939]
      Thread 0x598c5    
      User stack:
        109 thread_start + 34 (in libsystem_c.dylib) [0x9a1f56de]
          109 _pthread_start + 335 (in libsystem_c.dylib) [0x9a1f1ed9]
            109 ??? (in QuickTimeComponents) [0x91099b7d]
              109 pthread_cond_wait + 48 (in libsystem_c.dylib) [0x9a19d82a]
                109 __psynch_cvwait + 10 (in libsystem_kernel.dylib) [0x9c01983e]
      Kernel stack:
        109 hndl_unix_scall + 281 (in mach_kernel) [0xffffff80002d7f39]
          109 unix_syscall + 472 (in mach_kernel) [0xffffff80005ca448]
            109 psynch_cvwait + 1913 (in mach_kernel) [0xffffff800059f149]
              109 ksyn_block_thread_locked + 67 (in mach_kernel) [0xffffff800059a7d3]
                109 thread_block_reason + 299 (in mach_kernel) [0xffffff800022f39b]
                  109 thread_continue + 1661 (in mach_kernel) [0xffffff800022f11d]
                    109 machine_switch_context + 361 (in mach_kernel) [0xffffff80002c0939]
      Thread 0x598c6    
      User stack:
        109 thread_start + 34 (in libsystem_c.dylib) [0x9a1f56de]
          109 _pthread_start + 335 (in libsystem_c.dylib) [0x9a1f1ed9]
            109 ??? (in QuickTimeComponents) [0x91099b7d]
              109 pthread_cond_wait + 48 (in libsystem_c.dylib) [0x9a19d82a]
                109 __psynch_cvwait + 10 (in libsystem_kernel.dylib) [0x9c01983e]
      Kernel stack:
        109 hndl_unix_scall + 281 (in mach_kernel) [0xffffff80002d7f39]
          109 unix_syscall + 472 (in mach_kernel) [0xffffff80005ca448]
            109 psynch_cvwait + 1913 (in mach_kernel) [0xffffff800059f149]
              109 ksyn_block_thread_locked + 67 (in mach_kernel) [0xffffff800059a7d3]
                109 thread_block_reason + 299 (in mach_kernel) [0xffffff800022f39b]
                  109 thread_continue + 1661 (in mach_kernel) [0xffffff800022f11d]
                    109 machine_switch_context + 361 (in mach_kernel) [0xffffff80002c0939]
      Thread 0x598ca    
      User stack:
        109 thread_start + 34 (in libsystem_c.dylib) [0x9a1f56de]
          109 _pthread_start + 335 (in libsystem_c.dylib) [0x9a1f1ed9]
            109 __select + 10 (in libsystem_kernel.dylib) [0x9c019b42]
      Kernel stack:
        109 wakeup + 992 (in mach_kernel) [0xffffff80005526a0]
      Thread 0x5991a    
      User stack:
        109 thread_start + 34 (in libsystem_c.dylib) [0x9a1f56de]
          109 _pthread_start + 335 (in libsystem_c.dylib) [0x9a1f1ed9]
            109 _ZL13startIOThreadPv + 160 (in CoreVideo) [0x91af4161]
              109 CVDisplayLink::runIOThread() + 945 (in CoreVideo) [0x91af4529]
                109 pthread_cond_wait$UNIX2003 + 71 (in libsystem_c.dylib) [0x9a1a642c]
                  109 __psynch_cvwait + 10 (in libsystem_kernel.dylib) [0x9c01983e]
      Kernel stack:
        109 hndl_unix_scall + 281 (in mach_kernel) [0xffffff80002d7f39]
          109 unix_syscall + 472 (in mach_kernel) [0xffffff80005ca448]
            109 psynch_cvwait + 1913 (in mach_kernel) [0xffffff800059f149]
              109 ksyn_block_thread_locked + 67 (in mach_kernel) [0xffffff800059a7d3]
                109 thread_block_reason + 299 (in mach_kernel) [0xffffff800022f39b]
                  109 thread_continue + 1661 (in mach_kernel) [0xffffff800022f11d]
                    109 machine_switch_context + 361 (in mach_kernel) [0xffffff80002c0939]
      Thread 0x5a149    
      User stack:
        109 thread_start + 34 (in libsystem_c.dylib) [0x9a1f56de]
          109 _pthread_start + 335 (in libsystem_c.dylib) [0x9a1f1ed9]
            109 __NSThread__main__ + 1582 (in Foundation) [0x9058fe09]
              109 -[NSThread main] + 45 (in Foundation) [0x9058fe59]
                109 -[PluginLockPair scanPaths] + 638 (in MIO) [0x2559b909]
                  109 -[NSConditionLock lockWhenCondition:] + 69 (in Foundation) [0x905886da]
                    109 -[NSConditionLock lockWhenCondition:beforeDate:] + 294 (in Foundation) [0x90588806]
                      109 -[NSCondition waitUntilDate:] + 427 (in Foundation) [0x905c23f7]
                        109 pthread_cond_timedwait_relative_np + 47 (in libsystem_c.dylib) [0x9a1f5f7b]
                          109 __psynch_cvwait + 10 (in libsystem_kernel.dylib) [0x9c01983e]
      Kernel stack:
        109 hndl_unix_scall + 281 (in mach_kernel) [0xffffff80002d7f39]
          109 unix_syscall + 472 (in mach_kernel) [0xffffff80005ca448]
            109 psynch_cvwait + 1913 (in mach_kernel) [0xffffff800059f149]
              109 ksyn_block_thread_locked + 67 (in mach_kernel) [0xffffff800059a7d3]
                109 thread_block_reason + 299 (in mach_kernel) [0xffffff800022f39b]
                  109 thread_continue + 1661 (in mach_kernel) [0xffffff800022f11d]
                    109 machine_switch_context + 361 (in mach_kernel) [0xffffff80002c0939]
      Thread 0x5a14b    
      User stack:
        109 thread_start + 34 (in libsystem_c.dylib) [0x9a1f56de]
          109 _pthread_start + 335 (in libsystem_c.dylib) [0x9a1f1ed9]
            109 __NSThread__main__ + 1582 (in Foundation) [0x9058fe09]
              109 -[NSThread main] + 45 (in Foundation) [0x9058fe59]
                109 -[PluginLockPair scanPaths] + 638 (in MIO) [0x2559b909]
                  109 -[NSConditionLock lockWhenCondition:] + 69 (in Foundation) [0x905886da]
                    109 -[NSConditionLock lockWhenCondition:beforeDate:] + 294 (in Foundation) [0x90588806]
                      109 -[NSCondition waitUntilDate:] + 427 (in Foundation) [0x905c23f7]
                        109 pthread_cond_timedwait_relative_np + 47 (in libsystem_c.dylib) [0x9a1f5f7b]
                          109 __psynch_cvwait + 10 (in libsystem_kernel.dylib) [0x9c01983e]
      Kernel stack:
        109 hndl_unix_scall + 281 (in mach_kernel) [0xffffff80002d7f39]
          109 unix_syscall + 472 (in mach_kernel) [0xffffff80005ca448]
            109 psynch_cvwait + 1913 (in mach_kernel) [0xffffff800059f149]
              109 ksyn_block_thread_locked + 67 (in mach_kernel) [0xffffff800059a7d3]
                109 thread_block_reason + 299 (in mach_kernel) [0xffffff800022f39b]
                  109 thread_continue + 1661 (in mach_kernel) [0xffffff800022f11d]
                    109 machine_switch_context + 361 (in mach_kernel) [0xffffff80002c0939]
      Thread 0x5a14d    
      User stack:
        109 thread_start + 34 (in libsystem_c.dylib) [0x9a1f56de]
          109 _pthread_start + 335 (in libsystem_c.dylib) [0x9a1f1ed9]
            109 __NSThread__main__ + 1582 (in Foundation) [0x9058fe09]
              109 -[NSThread main] + 45 (in Foundation) [0x9058fe59]
                109 -[PluginLockPair scanPaths] + 638 (in MIO) [0x2559b909]
                  109 -[NSConditionLock lockWhenCondition:] + 69 (in Foundation) [0x905886da]
                    109 -[NSConditionLock lockWhenCondition:beforeDate:] + 294 (in Foundation) [0x90588806]
                      109 -[NSCondition waitUntilDate:] + 427 (in Foundation) [0x905c23f7]
                        109 pthread_cond_timedwait_relative_np + 47 (in libsystem_c.dylib) [0x9a1f5f7b]
                          109 __psynch_cvwait + 10 (in libsystem_kernel.dylib) [0x9c01983e]
      Kernel stack:
        109 hndl_unix_scall + 281 (in mach_kernel) [0xffffff80002d7f39]
          109 unix_syscall + 472 (in mach_kernel) [0xffffff80005ca448]
            109 psynch_cvwait + 1913 (in mach_kernel) [0xffffff800059f149]
              109 ksyn_block_thread_locked + 67 (in mach_kernel) [0xffffff800059a7d3]
                109 thread_block_reason + 299 (in mach_kernel) [0xffffff800022f39b]
                  109 thread_continue + 1661 (in mach_kernel) [0xffffff800022f11d]
                    109 machine_switch_context + 361 (in mach_kernel) [0xffffff80002c0939]
      Thread 0x5a150    
      User stack:
        109 _pthread_body + 72 (in libsystem_c.dylib) [0x9a1f3f05]
          109 ??? (in AVCHD) [0x2f08e871]
            109 ??? (in AVCHD) [0x2f10bce6]
              109 semaphore_wait_trap + 10 (in libsystem_kernel.dylib) [0x9c017c5e]
      Kernel stack:
        109 semaphore_wait_continue + 0 (in mach_kernel) [0xffffff80002345c0]
      Thread 0x5a151    
      User stack:
        109 _pthread_body + 72 (in libsystem_c.dylib) [0x9a1f3f05]
          109 ??? (in AVCHD) [0x2f08e871]
            109 ??? (in AVCHD) [0x2f1e2bbe]
              109 ??? (in AVCHD) [0x2f2104ea]
                109 ??? (in AVCHD) [0x2f1e2f1f]
                  109 pthread_cond_wait + 48 (in libsystem_c.dylib) [0x9a19d82a]
                    109 __psynch_cvwait + 10 (in libsystem_kernel.dylib) [0x9c01983e]
      Kernel stack:
        109 hndl_unix_scall + 281 (in mach_kernel) [0xffffff80002d7f39]
          109 unix_syscall + 472 (in mach_kernel) [0xffffff80005ca448]
            109 psynch_cvwait + 1913 (in mach_kernel) [0xffffff800059f149]
              109 ksyn_block_thread_locked + 67 (in mach_kernel) [0xffffff800059a7d3]
                109 thread_block_reason + 299 (in mach_kernel) [0xffffff800022f39b]
                  109 thread_continue + 1661 (in mach_kernel) [0xffffff800022f11d]
                    109 machine_switch_context + 361 (in mach_kernel) [0xffffff80002c0939]
      Thread 0x5a153    
      User stack:
        109 _pthread_body + 72 (in libsystem_c.dylib) [0x9a1f3f05]
          109 ??? (in AVCHD) [0x2f08e871]
            109 ??? (in AVCHD) [0x2f090e98]
              109 ??? (in AVCHD) [0x2f10bce6]
                109 semaphore_wait_trap + 10 (in libsystem_kernel.dylib) [0x9c017c5e]
      Kernel stack:
        109 semaphore_wait_continue + 0 (in mach_kernel) [0xffffff80002345c0]
      Thread 0x5a154    
      User stack:
        109 thread_start + 34 (in libsystem_c.dylib) [0x9a1f56de]
          109 _pthread_start + 335 (in libsystem_c.dylib) [0x9a1f1ed9]
            109 CAPThread::Entry(CAPThread*) + 123 (in CoreMediaIO) [0x9c02aa3d]
              109 CMIO::DAL::RunLoop::OwnThread(void*) + 160 (in CoreMediaIO) [0x9c034ed2]
                109 CFRunLoopRunInMode + 120 (in CoreFoundation) [0x93f3d328]
                  109 CFRunLoopRunSpecific + 332 (in CoreFoundation) [0x93f3d47c]
                    109 __CFRunLoopRun + 1428 (in CoreFoundation) [0x93f3dda4]
                      109 __CFRunLoopServiceMachPort + 170 (in CoreFoundation) [0x93f34c7a]
                        109 mach_msg_trap + 10 (in libsystem_kernel.dylib) [0x9c017c22]
      Kernel stack:
        109 ipc_mqueue_receive_continue + 0 (in mach_kernel) [0xffffff80002158b0]
      Thread 0x5a16a    
      User stack:
        109 thread_start + 34 (in libsystem_c.dylib) [0x9a1f56de]
          109 _pthread_start + 335 (in libsystem_c.dylib) [0x9a1f1ed9]
            109 CAPThread::Entry(CAPThread*) + 123 (in CoreMediaIOServices) [0x24902b39]
              109 CMIO::DAL::RunLoop::OwnThread(void*) + 160 (in CoreMediaIOServices) [0x2490c8fa]
                109 CFRunLoopRunInMode + 120 (in CoreFoundation) [0x93f3d328]
                  109 CFRunLoopRunSpecific + 332 (in CoreFoundation) [0x93f3d47c]
                    109 __CFRunLoopRun + 1428 (in CoreFoundation) [0x93f3dda4]
                      109 __CFRunLoopServiceMachPort + 170 (in CoreFoundation) [0x93f34c7a]
                        109 mach_msg_trap + 10 (in libsystem_kernel.dylib) [0x9c017c22]
      Kernel stack:
        109 ipc_mqueue_receive_continue + 0 (in mach_kernel) [0xffffff80002158b0]
      Thread 0x5adbb    
      User stack:
        109 thread_start + 34 (in libsystem_c.dylib) [0x9a1f56de]
          109 _pthread_start + 335 (in libsystem_c.dylib) [0x9a1f1ed9]
            109 DRThreadObject::SymbolRoutine(DRThreadObject*) + 17 (in DiscRecording) [0x917fec75]
              109 DRThreadObject::StartRoutine(DRThreadObject*) + 142 (in DiscRecording) [0x917fed04]
                109 DRWorkLoop::WorkLoopEntry(DRWorkLoop*) + 17 (in DiscRecording) [0x917fef95]
                  109 DRWorkLoop::WorkLoop() + 274 (in DiscRecording) [0x917ff0be]
                    109 CFRunLoopRun + 129 (in CoreFoundation) [0x93f4e1a1]
                      109 CFRunLoopRunSpecific + 332 (in CoreFoundation) [0x93f3d47c]
                        109 __CFRunLoopRun + 1428 (in CoreFoundation) [0x93f3dda4]
                          109 __CFRunLoopServiceMachPort + 170 (in CoreFoundation) [0x93f34c7a]
                            109 mach_msg_trap + 10 (in libsystem_kernel.dylib) [0x9c017c22]
      Kernel stack:
        109 ipc_mqueue_receive_continue + 0 (in mach_kernel) [0xffffff80002158b0]
      Thread 0x5df86    
      User stack:
        109 thread_start + 34 (in libsystem_c.dylib) [0x9a1f56de]
          109 _pthread_start + 335 (in libsystem_c.dylib) [0x9a1f1ed9]
            109 thread_fun + 29 (in QuartzCore) [0x96ccaf3a]
              109 CA::Render::Server::server_thread(void*) + 233 (in QuartzCore) [0x96ccb02d]
                109 mach_msg_trap + 10 (in libsystem_kernel.dylib) [0x9c017c22]
      Kernel stack:
        109 ipc_mqueue_receive_continue + 0 (in mach_kernel) [0xffffff80002158b0]
      Thread 0x6a2d4    
      User stack:
        109 start_wqthread + 30 (in libsystem_c.dylib) [0x9a1f56fe]
          109 __workq_kernreturn + 10 (in libsystem_kernel.dylib) [0x9c01a02e]
      Kernel stack:
        109 workqueue_exit + 1616 (in mach_kernel) [0xffffff80005a1660]
      Thread 0x6a533    
      User stack:
        69 start_wqthread + 30 (in libsystem_c.dylib) [0x9a1f56fe]
          69 __workq_kernreturn + 10 (in libsystem_kernel.dylib) [0x9c01a02e]
      Kernel stack:
        69 workqueue_exit + 1616 (in mach_kernel) [0xffffff80005a1660]
      Binary Images:
          0x1000 -   0x441feb  com.apple.iMovieApp 9.0.4 (1635) <677756C9-3E33-AE1B-EAF8-6A78D6C9DD37> /Applications/iMovie.app/Contents/MacOS/iMovie
        0xcab000 -   0xcdbff7  com.apple.FWAVCPrivate 52.47 (47) <8E724EF3-79D6-3B0D-8A57-6E13DA3EACB5> /System/Library/PrivateFrameworks/FWAVCPrivate.framework/FWAVCPrivate
      0x24900000 - 0x2494affb  com.apple.CoreMediaIOServices 151.0 (3232) <AE0FAE4D-CF41-3345-9930-9B0CD92141F6> /System/Library/PrivateFrameworks/CoreMediaIOServices.framework/Versions/A/Core MediaIOServices
      0x2557b000 - 0x255d8fff  com.apple.proapps.MIO 1.0.5 (509) <DC6326C3-FDA8-3DA3-DFE9-FA268A017B82> /Applications/iMovie.app/Contents/Frameworks/MIO.framework/Versions/A/MIO
      0x2f024000 - 0x2f68bfeb  com.apple.AVCHDPlugin 1.0.3 (416) <EE5E94D7-A159-E3A0-84E9-DF61FF8BBFFC> /Applications/iMovie.app/Contents/RADPlugins/AVCHD.RADPlug/Contents/MacOS/AVCHD
      0x90530000 - 0x9083aff3  com.apple.Foundation 6.7.1 (833.24) <8E2AD829-587C-3146-B483-9D0209B84192> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
      0x9098b000 - 0x916dbfeb  com.apple.QuickTimeComponents.component 7.7.1 (2315) <1826E4DB-15C2-3495-A278-A17ADEDB0A62> /System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickTim eComponents
      0x917fc000 - 0x918ddff7  com.apple.DiscRecording 6.0.3 (6030.4.1) <BB3FE6A8-B9EB-3CA2-B87E-70F7688527EA> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
      0x91af2000 - 0x91b15fff  com.apple.CoreVideo 1.7 (70.1) <3520F013-DF91-364E-88CF-ED252A7BD0AE> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
      0x92c37000 - 0x92c45fff  libdispatch.dylib ??? (???) <B50C62AD-0B5B-34C3-A491-ECFD72ED505E> /usr/lib/system/libdispatch.dylib
      0x93f02000 - 0x940d9fff  com.apple.CoreFoundation 6.7.1 (635.19) <3A07EDA3-F460-3971-BFCB-AFE9A11F74F1> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
      0x94aaa000 - 0x94dacfff  com.apple.CoreServices.CarbonCore 960.20 (960.20) <E6300673-A013-3A91-BB1A-DD793B857E16> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
      0x96cc9000 - 0x96e2affb  com.apple.QuartzCore 1.7 (270.2) <4A6035C8-1237-37E5-9FFF-1EFD735D8B18> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
      0x97cb2000 - 0x98745ff6  com.apple.AppKit 6.7.3 (1138.32) <008E7C05-C20C-344A-B51C-4A2441372785> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
      0x999ad000 - 0x99cf1ffb  com.apple.HIToolbox 1.8 (???) <9540400F-B432-3116-AEAD-C1FBCFE67E73> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
      0x9a195000 - 0x9a260fff  libsystem_c.dylib ??? (???) <1B0A12B3-DAFA-31E2-8F82-E98D620E4D72> /usr/lib/system/libsystem_c.dylib
      0x9c001000 - 0x9c01fff7  libsystem_kernel.dylib ??? (???) <124A6CE3-3934-3994-9D0A-E85A0C0BF082> /usr/lib/system/libsystem_kernel.dylib
      0x9c028000 - 0x9c079ff3  com.apple.CoreMediaIO 210.0 (3180) <6C9974AD-CA84-3C49-B55E-0496B675DBA1> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
    Process:         AirPort Base Station Agent [186]
    Path:            /System/Library/CoreServices/AirPort Base Station Agent.app/Contents/MacOS/AirPort Base Station Agent
    Architecture:    x86_64
    UID:             501
      Thread 0x57f        DispatchQueue 1
      User stack:
        109 ??? (in AirPort Base Station Agent) [0x10d605654]
          109 ??? (in AirPort Base Station Agent) [0x10d616353]
            109 CFRunLoopRun + 95 (in CoreFoundation) [0x7fff8e69238f]
              109 CFRunLoopRunSpecific + 230 (in CoreFoundation) [0x7fff8e682676]
                109 __CFRunLoopRun + 1204 (in CoreFoundation) [0x7fff8e682e64]
                  109 __CFRunLoopServiceMachPort + 188 (in CoreFoundation) [0x7fff8e67a6fc]
                    109 mach_msg_trap + 10 (in libsystem_kernel.dylib) [0x7fff9380167a]
      Kernel stack:
        109 ipc_mqueue_receive_continue + 0 (in mach_kernel) [0xffffff80002158b0]
      Thread 0x590        DispatchQueue 2
      User stack:
        109 _dispatch_mgr_thread + 54 (in libdispatch.dylib) [0x7fff9343414e]
          109 kevent + 10 (in libsystem_kernel.dylib) [0x7fff938037e6]
      Kernel stack:
        109 kqueue_scan + 416 (in mach_kernel) [0xffffff8000537d10]
      Thread 0x5a7      
      User stack:
        109 thread_start + 13 (in libsystem_c.dylib) [0x7fff91f0eb75]
          109 _pthread_start + 335 (in libsystem_c.dylib) [0x7fff91f0b8bf]
            109 __select + 10 (in libsystem_kernel.dylib) [0x7fff93802df2]
      Kernel stack:
        109 wakeup + 992 (in mach_kernel) [0xffffff80005526a0]
      Binary Images:
             0x10d604000 -        0x10d61bfff  com.apple.AirPortBaseStationAgent 1.5.5 (155.7) <0D37CC05-D1C6-3C6C-BACD-A88D4BD4C3CD> /System/Library/CoreServices/AirPort Base Station Agent.app/Contents/MacOS/AirPort Base Station Agent
          0x7fff8e64a000 -     0x7fff8e81efff  com.apple.CoreFoundation 6.7.1 (635.19) <57B77925-9065-38C9-A05B-02F4F9ED007C> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
          0x7fff91ebd000 -     0x7fff91f9afef  libsystem_c.dylib ??? (???) <FF69F06E-0904-3C08-A5EF-536FAFFFDC22> /usr/lib/system/libsystem_c.dylib
          0x7fff93432000 -     0x7fff93440fff  libdispatch.dylib ??? (???) <712AAEAC-AD90-37F7-B71F-293FF8AE8723> /usr/lib/system/libdispatch.dylib
          0x7fff937ec000 -     0x7fff9380cfff  libsystem_kernel.dylib ??? (???) <C56819BB-3779-3726-B610-4CF7B3ABB6F9> /usr/lib/system/libsystem_kernel.dylib
    Process:         aosnotifyd [53]
    Path:            /usr/sbin/aosnotifyd
    Architecture:    x86_64
    UID:             0
      Thread 0x136        DispatchQueue 1
      User stack:
        109 start + 52 (in aosnotifyd) [0x100f020bc]
          109 main + 74 (in aosnotifyd) [0x100f099f4]
            109 -[AOSNotificationDaemon startup] + 1294 (in aosnotifyd) [0x100f097bb]
              109 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 267 (in Foundation) [0x7fff8f819f9f]
                109 CFRunLoopRunSpecific + 230 (in CoreFoundation) [0x7fff8e682676]
                  109 __CFRunLoopRun + 1204 (in CoreFoundation) [0x7fff8e682e64]
                    109 __CFRunLoopServiceMachPort + 188 (in CoreFoundation) [0x7fff8e67a6fc]
                      109 mach_msg_trap + 10 (in libsystem_kernel.dylib) [0x7fff9380167a]
      Kernel stack:
        109 ipc_mqueue_receive_continue + 0 (in mach_kernel) [0xffffff80002158b0]
      Thread 0x2ef        DispatchQueue 2
      User stack:
        109 _dispatch_mgr_thread + 54 (in libdispatch.dylib) [0x7fff9343414e]
          109 kevent + 10 (in libsystem_kernel.dylib) [0x7fff938037e6]
      Kernel stack:
        109 kqueue_scan + 416 (in mach_kernel) [0xffffff8000537d10]
      Thread 0x3c4      
      User stack:
        109 thread_start + 13 (in libsystem_c.dylib) [0x7fff91f0eb75]
          109 _pthread_start + 335 (in libsystem_c.dylib) [0x7fff91f0b8bf]
            109 __NSThread__main__ + 1575 (in Foundation) [0x7fff8f8686c6]
              109 -[NSThread main] + 68 (in Foundation) [0x7fff8f86874e]
                109 +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 335 (in Foundation) [0x7fff8f873ffb]
                  109 CFRunLoopRunSpecific + 230 (in CoreFoundation) [0x7fff8e682676]
                    109 __CFRunLoopRun + 1204 (in CoreFoundation) [0x7fff8e682e64]
                      109 __CFRunLoopServiceMachPort + 188 (in CoreFoundation) [0x7fff8e67a6fc]
                        109 mach_msg_trap + 10 (in libsystem_kernel.dylib) [0x7fff9380167a]
      Kernel stack:
        109 ipc_mqueue_receive_continue + 0 (in mach_kernel) [0xffffff80002158b0]
      Thread 0x3da      
      User stack:
        109 thread_start + 13 (in libsystem_c.dylib) [0x7fff91f0eb75]
          109 _pthread_start + 335 (in libsystem_c.dylib) [0x7fff91f0b8bf]
            109 __select + 10 (in libsystem_kernel.dylib) [0x7fff93802df2]
      Kernel stack:
        109 wakeup + 992 (in mach_kernel) [0xffffff80005526a0]
      Thread 0x6a552    
      User stack:
        17 start_wqthread + 13 (in libsystem_c.dylib) [0x7fff91f0eb85]
          17 __workq_kernreturn + 10 (in libsystem_kernel.dylib) [0x7fff93803192]
      Kernel stack:
        17 workqueue_exit + 1616 (in mach_kernel) [0xffffff80005a1660]
      Binary Images:
             0x100f00000 -        0x100f41fff  aosnotifyd ??? (???) <750811D8-1A2D-3F5A-B157-8A35B8FB04DB> /usr/sbin/aosnotifyd
          0x7fff8e64a000 -     0x7fff8e81efff  com.apple.CoreFoundation 6.7.1 (635.19) <57B77925-9065-38C9-A05B-02F4F9ED007C> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
          0x7fff8f80e000 -     0x7fff8fb27ff7  com.apple.Foundation 6.7.1 (833.24) <6D4E6F93-64EF-3D41-AE80-2BB10E2E6323> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
          0x7fff91ebd000 -     0x7fff91f9afef  libsystem_c.dylib ??? (???) <FF69F06E-0904-3C08-A5EF-536FAFFFDC22> /usr/lib/system/libsystem_c.dylib
          0x7fff93432000 -     0x7fff93440fff  libdispatch.dylib ??? (???) <712AAEAC-AD90-37F7-B71F-293FF8AE8723> /usr/lib/system/libdispatch.dylib
          0x7fff937ec000 -     0x7fff9380cfff  libsystem_kernel.dylib ??? (???) <C56819BB-3779-3726-B610-4CF7B3ABB6F9> /usr/lib/system/libsystem_kernel.dylib
    Process:         applepushserviced [52]
    Path:            /System/Library/PrivateFrameworks/ApplePushService.framework/applepushserviced
    Architecture:    x86_64
    UID:             0
      Thread 0x135        DispatchQueue 1
      User stack:
        109 ??? (in applepushserviced) [0x10e36d8d4]
          109 ??? (in applepushserviced) [0x10e36d9b8]
            109 -[NSRunLoop(NSRunLoop) run] + 62 (in Foundation) [0x7fff8f819e8b]
              109 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 267 (in Foundation) [0x7fff8f819f9f]
                109 CFRunLoopRunSpecific + 230 (in CoreFoundation) [0x7fff8e682676]
                  109 __CFRunLoopRun + 1204 (in CoreFoundation) [0x7fff8e682e64]
                    109 __CFRunLoopServiceMachPort + 188 (in CoreFoundation) [0x7fff8e67a6fc]
                      109 mach_msg_trap + 10 (in libsystem_kernel.dylib) [0x7fff9380167a]
      Kernel stack:
        109 ipc_mqueue_receive_continue + 0 (in mach_kernel) [0xffffff80002158b0]
      Thread 0x151        DispatchQueue 2
      User stack:
        109 _dispatch_mgr_thread + 54 (in libdispatch.dylib) [0x7fff9343414e]
          109 kevent + 10 (in libsystem_kernel.dylib) [0x7fff938037e6]
      Kernel stack:
        109 kqueue_scan + 416 (in mach_kernel) [0xffffff8000537d10]
      Thread 0x3e5      
      User stack:
        109 thread_start + 13 (in libsystem_c.dylib) [0x7fff91f0eb75]
          109 _pthread_start + 335 (in libsystem_c.dylib) [0x7fff91f0b8bf]
            109 __select + 10 (in libsystem_kernel.dylib) [0x7fff93802df2]
      Kernel stack:
        109 wakeup + 992 (in mach_kernel) [0xffffff80005526a0]
      Thread 0x6a546    
      User stack:
        50 start_wqthread + 13 (in libsystem_c.dylib) [0x7fff91f0eb85]
          50 __workq_kernreturn + 10 (in libsystem_kernel.dylib) [0x7fff93803192]
      Kernel stack:
        50 workqueue_exit + 1616 (in mach_kernel) [0xffffff80005a1660]
      Binary Images:
             0x10e36c000 -        0x10e3daff7  applepushserviced ??? (???) <99ACA6F5-6DCE-34D6-A4C6-7D8DE7B88173> /System/Library/PrivateFrameworks/ApplePushService.framework/applepushserviced
          0x7fff8e64a000 -     0x7fff8e81efff  com.apple.CoreFoundation 6.7.1 (635.19) <57B77925-9065-38C9-A05B-02F4F9ED007C> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
          0x7fff8f80e000 -     0x7fff8fb27ff7  com.apple.Foundation 6.7.1 (833.24) <6D4E6F93-64EF-3D41-AE80-2BB10E2E6323> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
          0x7fff91ebd000 -     0x7fff91f9afef  libsystem_c.dylib ??? (???) <FF69F06E-0904-3C08-A5EF-536FAFFFDC22> /usr/lib/system/libsystem_c.dylib
          0x7fff93432000 -     0x7fff93440fff  libdispatch.dylib ??? (???) <712AAEAC-AD90-37F7-B71F-293FF8AE8723> /usr/lib/system/libdispatch.dylib
          0x7fff937ec000 -     0x7fff9380cfff  libsystem_kernel.dylib ??? (???) <C56819BB-3779-3726-B610-4CF7B3ABB6F9> /usr/lib/system/libsystem_kernel.dylib
    Process:         AppleSpell [437]
    Path:            /System/Library/Services/AppleSpell.service/Contents/MacOS/AppleSpell
    Architecture:    x86_64
    UID:             501
      Thread 0xf07        DispatchQueue 1
      User stack:
        109 ??? (in AppleSpell) [0x10f5a7a7c]
          109 ??? (in AppleSpell) [0x10f5a7d2e]
            109 -[NSSpellServer run] + 74 (in Foundation) [0x7fff8f96ac66]
              109 CFRunLoopRun + 95 (in CoreFoundation) [0x7fff8e69238f]
                109 CFRunLoopRunSpecific + 230 (in CoreFoundation) [0x7fff8e682676]
                  109 __CFRunLoopRun + 1204 (in CoreFoundation) [0x7fff8e682e64]
                    109 __CFRunLoopServiceMachPort + 188 (in CoreFoundation) [0x7fff8e67a6fc]
                      109 mach_msg_trap + 10 (in libsystem_kernel.dylib) [0x7fff9380167a]
      Kernel stack:
        109 ipc_mqueue_receive_continue + 0 (in mach_kernel) [0xffffff80002158b0]
      Thread 0xf09        DispatchQueue 2
      User stack:
        109 _dispatch_mgr_thread + 54 (in libdispatch.dylib) [0x7fff9343414e]
          109 kevent + 10 (in libsystem_kernel.dylib) [0x7fff938037e6]
      Kernel stack:
        109 kqueue_scan + 416 (in mach_kernel) [0xffffff8000537d10]

  • How To Execute SQL Statements From Shell Scripts?

    I need to extecute some SELECT statements from a shell scripts. Could anybody kindly tell me how to do that, or which document i should refer to ? Thank you very much!

    You can execute SQLPlus with the SQL in a file (sqlplus -s @<sql-script>).

  • How to prevent Automator's "run shell script" to create fully decomposed forms of my strings ?

    I am using Automator's "run shell script" and I am seeing that it outputs fully decomposed forms of my strings.
    For example, when I set the action to "echo été" in a service (with "Replace selected text" activated) and run that into a Textwrangler window, I'll get fully decomposed forms that Textwrangler won't understand. But when I simply type that command into Terminal, I get my string in composed form.
    The problem is not the display issue, but the fact that if I want to run grep for example in "run shell script", I will not be able to find the proper strings since the forms are different.

    Originally I was using $@ to parse a string and get the result pasted by the service. That was a while ago. There, I noticed that some Japanese characters were messed up. Basically all the kana characters that come with voicing markers like が-ga (instead of か-ka) etc. I did not have the time to pursue that issue though.
    Then, last night, I found that a colleague of mine had tried to use $@ to feed to a local dictionary application called ding (http://ftp.tu-chemnitz.de/pub/Local/urz/ding/). His problem was with characters that had umlauts. After verifying how he wrote his action I remembered that I had similar issues with Japanese.
    Basically his command was "/path/to/ding $@"
    That's supposed to use the selected string as an argument to pass to ding, which will launch a Wish application where the string is used as the searched item.
    From Terminal, that works a treat. But the exact same line in Automator (with input as argument, not as stdin) messed the composition and the resulting string was not recognized by ding as a match to what it was supposed to match.
    So, I tried a few things to get to the core of the issue and found that a simple "echo [accented characters]" was enough to reproduce the difference in string handling between Automator and Terminal. That difference is also reproduced on a number of person's machines.
    I have a number of services that basically revolve on "run shell script" actions and involve 3rd party application outputs, preference files etc. so it would not be convenient to show that to you.
    I have sent a mail about this issue to the automator list yesterday too:
    http://lists.apple.com/archives/Automator-users/2011/Jun/msg00004.html

Maybe you are looking for

  • Changing the Default Save Directory in Acrobat

    I am currently working with multiple systems, some using Acrobat 7.0 and some using 6.0. Basically, I am wondering if in either of these versions of Acrobat it is possible to change the default save directory to something other than 'My Documents.' A

  • Convert a report painter in a report writer

    Hi. How can we convert a «report painter report» into a «report writer report»? Thanks, Julien

  • Upgrade CSA MC v5.1.0.106 to v5.2.0.245 - password error

    Hi, I've just upgraded CSA MC from v5.1.0.106 to v5.2.0.245 (the latest hotfix which is a full product). The upgrade process went fine with no errors. I rebooted and things look fine. However, when I try to log into the web frontend either locally or

  • Adobe Acrobat 8.1.0 update

    I need to install the Adobe Acrobat 8.1.0 update and can't find it anywhere to download. Can anyone direct me to it? Thanks

  • Manual disk removal?

    I am trying to install XP using boot camp. At one point of the installation I am prompted to insert an XP CD to verify that I qualify for the XP Pro upgrade I am installing. I have an XP Home Edition CD to put in the slot to verify, but I cannot ejec