--eh-frame-hdr

I'm trying to install Oracle 9ir2 on Red Hat 9. I keep getting to a point in the linking portion where I get this error:
Error in invoking target install of makefile /opt/ora9/product/9.2/plsql/lib/ins_plsql.mk
I tried changing:
LD_SELF_CONTAINED="-z defs"
to:
LD_SELF_CONTAINED=""
per instructions I've seen at several places on the web including Oracle.
I did a grep search for "eh-frame-hdr" and only got log files containing this string.
Can anyone offer any suggestions for what to try next?
Thanks,
Chuck
Here is the terminal window output:
[oracle@werewolf 9.2]$ $ORACLE_HOME/bin/genclntsh
/usr/bin/ld: unrecognized option `--eh-frame-hdr'
/usr/bin/ld: use the --help option for usage information
collect2: ld returned 1 exit status
cat: /tmp/clntst9.16066/*.nm: No such file or directory
sort: open failed: /tmp/clntst9.16066/*.objs: No such file or directory
Usage: ar [-]{dmpqrstx}[abcfilNoPsSuvV] [member-name] [count] archive-file file...
ar -M [<mri-script]
commands:
d - delete file(s) from the archive
m[ab] - move file(s) in the archive
p - print file(s) found in the archive
q[f] - quick append file(s) to the archive
r[ab][f] - replace existing or insert new file(s) into the archive
t - display contents of archive
x[o] - extract file(s) from the archive
command specific modifiers:
[a] - put file(s) after [member-name]
- put file(s) before [member-name] (same as )
[N] - use instance [count] of name
[f] - truncate inserted file names
[P] - use full path names when matching
[o] - preserve original dates
- only replace files that are newer than current archive contents generic modifiers:
[c] - do not warn if the library had to be created
[s] - create an archive index (cf. ranlib)
[S] - do not build a symbol table
[v] - be verbose
[V] - display the version number
ar: supported targets: elf32-i386 a.out-i386-linux efi-app-ia32 elf32-little elf32-big srec symbolsrec tekhex binary ihex trad-core
Created /opt/ora9/product/9.2/lib/libclntst9.a
[oracle@werewolf 9.2]$

Hi,
DISPLAY seams to be ok because I can send an xclock from the same console to the maschine.
Got some extra infos about the current linking problem:
- Linking Webcache
rm -f webcached
gcc -o webcached -L/home/oracle/midtier//lib/ -L/home/oracle/midtier/lib/ main.o -Wl,-rpath,/home/oracle/midtier/lib libwebcache.a -lxml9 -lclntsh -lwtc9 -lcore9 -lunls9 -lnls9 -lpthread `cat /home/oracle/midtier/lib/sysliblist` -Wl,-rpath,/home/oracle/midtier/lib:/lib:/usr/lib -lm `cat /home/oracle/midtier/lib/sysliblist` -ldl -lm
libwebcache.a(platutil.o)(.text+0x157): In function `Platform_GetWorkingDirectory':
/ee/9.0.2.3/calypso/src/utl/sosd/unix/platutil.c:29: the `getwd' function is dangerous and should not be used.
libwebcache.a(init.o)(.text+0xc9d): In function `accept_mutex_init':
/ee/9.0.2.3/calypso/src/listener4081/main/init.c:234: the use of `mktemp' is dangerous, better use `mkstemp'
libwebcache.a(gzio.o)(.text+0x23e): In function `gz_open':
/ee/9.0.2.3/calypso/src/zlib-1.1.3/gzio.c:145: undefined reference to `errno'
libwebcache.a(gzio.o)(.text+0x3c7): In function `gzStart':
/ee/9.0.2.3/calypso/src/zlib-1.1.3/gzio.c:214: undefined reference to `errno'
libwebcache.a(gzio.o)(.text+0x458): In function `check_header':
/ee/9.0.2.3/calypso/src/zlib-1.1.3/gzio.c:302: undefined reference to `errno'
libwebcache.a(gzio.o)(.text+0x508):/ee/9.0.2.3/calypso/src/zlib-1.1.3/gzio.c:302: undefined reference to `errno'
libwebcache.a(gzio.o)(.text+0x57b):/ee/9.0.2.3/calypso/src/zlib-1.1.3/gzio.c:302: undefined reference to `errno'
libwebcache.a(gzio.o)(.text+0x61e):/ee/9.0.2.3/calypso/src/zlib-1.1.3/gzio.c:302: more undefined references to `errno' follow
collect2: ld returned 1 exit status
Have no clue

Similar Messages

  • Installation problem: What/where is --eh-frame-hdr?

    I'm trying to install Oracle 9iR2 on Red Hat 9. I keep getting to a point in the linking portion where I get this error:
    Error in invoking target install of makefile /opt/ora9/product/9.2/plsql/lib/ins_plsql.mk
    I tried changing:
    LD_SELF_CONTAINED="-z defs"
    to:
    LD_SELF_CONTAINED=""
    per instructions I've seen at several places on the web including Oracle.
    I did a grep search for "eh-frame-hdr" and only got log files containing this string.
    Can anyone offer any suggestions for what to try next?
    Thanks,
    Chuck
    Here is the terminal window output:
    [oracle@werewolf 9.2]$ $ORACLE_HOME/bin/genclntsh
    /usr/bin/ld: unrecognized option `--eh-frame-hdr'
    /usr/bin/ld: use the --help option for usage information
    collect2: ld returned 1 exit status
    cat: /tmp/clntst9.16066/*.nm: No such file or directory
    sort: open failed: /tmp/clntst9.16066/*.objs: No such file or directory
    Usage: ar [-]{dmpqrstx}[abcfilNoPsSuvV] [member-name] [count] archive-file file...
    ar -M [<mri-script]
    commands:
    d - delete file(s) from the archive
    m[ab] - move file(s) in the archive
    p - print file(s) found in the archive
    q[f] - quick append file(s) to the archive
    r[ab][f] - replace existing or insert new file(s) into the archive
    t - display contents of archive
    x[o] - extract file(s) from the archive
    command specific modifiers:
    [a] - put file(s) after [member-name]
    - put file(s) before [member-name] (same as )
    [N] - use instance [count] of name
    [f] - truncate inserted file names
    [P] - use full path names when matching
    [o] - preserve original dates
    - only replace files that are newer than current archive contents generic modifiers:
    [c] - do not warn if the library had to be created
    [s] - create an archive index (cf. ranlib)
    [S] - do not build a symbol table
    [v] - be verbose
    [V] - display the version number
    ar: supported targets: elf32-i386 a.out-i386-linux efi-app-ia32 elf32-little elf32-big srec symbolsrec tekhex binary ihex trad-core
    Created /opt/ora9/product/9.2/lib/libclntst9.a
    [oracle@werewolf 9.2]$

    hi,
    I'm getting the same error during install. My log file shows there is a problem with ld command, and the --eh-frame-hdr option.
    What shouls I do?
    Andrea

  • /usr/bin/ld unrecognized option '--eh-frame-hdr'

    Hi,
    I get this message during Installation of Collab Suite on Red Hat.
    Have applied all the patches and the libhacks.
    I guess it is just a little step. Does anybody know what this error can caused by ?
    /usr/bin/ld unrecognized option '--eh-frame-hdr'
    Regards
    Eric

    Hi,
    DISPLAY seams to be ok because I can send an xclock from the same console to the maschine.
    Got some extra infos about the current linking problem:
    - Linking Webcache
    rm -f webcached
    gcc -o webcached -L/home/oracle/midtier//lib/ -L/home/oracle/midtier/lib/ main.o -Wl,-rpath,/home/oracle/midtier/lib libwebcache.a -lxml9 -lclntsh -lwtc9 -lcore9 -lunls9 -lnls9 -lpthread `cat /home/oracle/midtier/lib/sysliblist` -Wl,-rpath,/home/oracle/midtier/lib:/lib:/usr/lib -lm `cat /home/oracle/midtier/lib/sysliblist` -ldl -lm
    libwebcache.a(platutil.o)(.text+0x157): In function `Platform_GetWorkingDirectory':
    /ee/9.0.2.3/calypso/src/utl/sosd/unix/platutil.c:29: the `getwd' function is dangerous and should not be used.
    libwebcache.a(init.o)(.text+0xc9d): In function `accept_mutex_init':
    /ee/9.0.2.3/calypso/src/listener4081/main/init.c:234: the use of `mktemp' is dangerous, better use `mkstemp'
    libwebcache.a(gzio.o)(.text+0x23e): In function `gz_open':
    /ee/9.0.2.3/calypso/src/zlib-1.1.3/gzio.c:145: undefined reference to `errno'
    libwebcache.a(gzio.o)(.text+0x3c7): In function `gzStart':
    /ee/9.0.2.3/calypso/src/zlib-1.1.3/gzio.c:214: undefined reference to `errno'
    libwebcache.a(gzio.o)(.text+0x458): In function `check_header':
    /ee/9.0.2.3/calypso/src/zlib-1.1.3/gzio.c:302: undefined reference to `errno'
    libwebcache.a(gzio.o)(.text+0x508):/ee/9.0.2.3/calypso/src/zlib-1.1.3/gzio.c:302: undefined reference to `errno'
    libwebcache.a(gzio.o)(.text+0x57b):/ee/9.0.2.3/calypso/src/zlib-1.1.3/gzio.c:302: undefined reference to `errno'
    libwebcache.a(gzio.o)(.text+0x61e):/ee/9.0.2.3/calypso/src/zlib-1.1.3/gzio.c:302: more undefined references to `errno' follow
    collect2: ld returned 1 exit status
    Have no clue

  • Ugly banding in sky (32-bit HDR)

    I've seen this a few times now, and decided to ask if anyone else has come across it.
    When developing 32-bit HDR images in Lightroom (merged in Photoshop) I sometimes get these discoloured bands across the sky. (Top left corner.)
    I tried to see if any of the sliders (clarity/shadows/highlights/etc) caused these coloured bands, but they are there even if I reset everything and just lower the exposure to get the colour back in the sky:
    For comparison, here is the -3 EV exposure which was part of the (three-frame) HDR. As you can('t) see, there is no banding going on here:

    Canon only offers this capability to pros shooting 1 series bodies, but you can still shoot six images almost as fast with other bodies like your 7D.
    Adjust all the camera settings normally used for HDR shoots. Next set Exposure Comp./AEB for ±2 EV exposure bracketing, shift it -3 EV (-5, -3, -1) and save to Camera User Setting C1. Next shift the ±2 EV bracket to +3 EV (+1, +3, +5) and save to custom function C2. Shoot the first bracket with Camera User setting C1, select C2 and shoot the second bracket. You will have six 2 EV spaced exposures spanning 10 EV (-5, -3, -1, +1, +3, +5) from which you can select the best three, five, or even all seven for the HDR merge.
    You could also use a ±1 1/3 EV bracket, which will give you six images spanning  6 2/3 EV. This is more than the 6 EV range you're using now and with less than 1/2 the EV spacing. You can select the best five images based on the scene exposure, or use all six.
    This of course assumes you don't need the two custom functions for other purposes and are using a tripod. I use a Canon RC-6 remote to help prevent tripod shake. You must set the camera's drive mode to 10 sec. or 2 sec Timer/Remote Control and set the RC-6 remote switch to the lower setting ( not 2 sec. delay). Canon's documentation on remote usage isn't very detailed so it took me a while to figure this out.  This also works best when shooting tripod mounted without the remote, since the 2 sec. delay lets the tripod settle after pushing the shutter button with your finger.
    There are more costly alternatives like the 'Promote' remote controller or running tethered with a laptop.
    http://www.promotesystems.com/products/Promote-Control.html

  • Install oracle 9i on redhat9

    when i install the oracle9i on redhat9,there is an error in invoking target installof makefile /usr/local/opt/oracle/product/9.2.0/ctx/lib/ins_precomp.mk,and i saw the make.log,it shows:
    /usr/bin/make -f ins_precomp.mk relink ORACLE_HOME=/usr/local/opt/oracle/product/9.2.0 EXENAME=ott8
    Linking /usr/local/opt/oracle/product/9.2.0/precomp/lib/ott8
    /usr/bin/ld: unrecognized option `--eh-frame-hdr'
    /usr/bin/ld: use the --help option for usage information
    collect2: ld returned 1 exit status
    /bin/chmod: failed to get attributes of `/usr/local/opt/oracle/product/9.2.0/precomp/lib/ott8': No such file or directory
    and who knows the cause and can resovle it,thanks alot.

    I guess this document is going to resolve your problem:
    Print
    Email article link
    Discuss
    Blog this
    Installing Oracle 9iR2 on Red Hat 9
    by Roko Roic
    09/04/2003
    There are an ever-growing number of reasons to run the Oracle database server on a Linux-based OS. The price factor is obvious, as OS licenses can really boost the total price of your multiple workstation or clustered (RAC) server installation. Then there's the stability factor, the possibility of total remote administration, the availability of platform source code, speed, flexible filesystem, the strong Unix legacy .... Heck, even Oracle itself runs its business on what they like to call Unbreakable Linux.
    http://linux.oreillynet.com/pub/a/linux/2003/09/04/oracle_install.html
    Joel P�rez

  • Makepkg not passing CXXFLAGS

    I recently installed genepop (a population genetics software), and I saw something curious. There are very few source files for this program, and the build/compile step is simple:
    g++ -v -DNO_MODULES -o genepop GenepopS.cpp
    However, it does not seem as if the CXXFLAGS specified in /etc/makepkg.conf are being passed here.
    /etc/makepkg.conf:
    #-- Exclusive: will only run on i686
    # -march (or -mcpu) builds exclusively for an architecture
    # -mtune optimizes for an architecture, but builds for whole processor family
    CFLAGS="-march=native -mtune=native -O2 -pipe -mfpmath=sse"
    CXXFLAGS="-march=native -mtune=native -O2 -pipe -mfpmath=sse"
    LDFLAGS="-Wl,--hash-style=gnu -Wl,--as-needed"
    Output during build step:
    Using built-in specs.
    COLLECT_GCC=g++
    COLLECT_LTO_WRAPPER=/usr/lib/gcc/i686-pc-linux-gnu/4.5.1/lto-wrapper
    Target: i686-pc-linux-gnu
    Configured with: ../configure --prefix=/usr --enable-languages=c,c++,fortran,objc,obj-c++,ada --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --enable-gnu-unique-object --enable-lto --enable-plugin --disable-multilib --disable-libstdcxx-pch --with-system-zlib --with-ppl --with-cloog --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info
    Thread model: posix
    gcc version 4.5.1 (GCC)
    COLLECT_GCC_OPTIONS='-v' '-DNO_MODULES' '-o' 'genepop' '-shared-libgcc' '-mtune=generic' '-march=pentiumpro'
    /usr/lib/gcc/i686-pc-linux-gnu/4.5.1/cc1plus -quiet -v -D_GNU_SOURCE -DNO_MODULES GenepopS.cpp -quiet -dumpbase GenepopS.cpp -mtune=generic -march=pentiumpro -auxbase GenepopS -version -o /tmp/ccPw9M6D.s
    GNU C++ (GCC) version 4.5.1 (i686-pc-linux-gnu)
    compiled by GNU C version 4.5.1, GMP version 5.0.1, MPFR version 3.0.0-p3, MPC version 0.8.2
    GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
    ignoring nonexistent directory "/usr/lib/gcc/i686-pc-linux-gnu/4.5.1/../../../../i686-pc-linux-gnu/include"
    #include "..." search starts here:
    #include <...> search starts here:
    /usr/lib/gcc/i686-pc-linux-gnu/4.5.1/../../../../include/c++/4.5.1
    /usr/lib/gcc/i686-pc-linux-gnu/4.5.1/../../../../include/c++/4.5.1/i686-pc-linux-gnu
    /usr/lib/gcc/i686-pc-linux-gnu/4.5.1/../../../../include/c++/4.5.1/backward
    /usr/local/include
    /usr/lib/gcc/i686-pc-linux-gnu/4.5.1/include
    /usr/lib/gcc/i686-pc-linux-gnu/4.5.1/include-fixed
    /usr/include
    End of search list.
    GNU C++ (GCC) version 4.5.1 (i686-pc-linux-gnu)
    compiled by GNU C version 4.5.1, GMP version 5.0.1, MPFR version 3.0.0-p3, MPC version 0.8.2
    GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
    Compiler executable checksum: 09c286d6478a532084f45ddd675021da
    COLLECT_GCC_OPTIONS='-v' '-DNO_MODULES' '-o' 'genepop' '-shared-libgcc' '-mtune=generic' '-march=pentiumpro'
    as -V -Qy --32 -o /tmp/cce7St6v.o /tmp/ccPw9M6D.s
    GNU assembler version 2.20.1 (i686-pc-linux-gnu) using BFD version (GNU Binutils) 2.20.1.20100521
    COMPILER_PATH=/usr/lib/gcc/i686-pc-linux-gnu/4.5.1/:/usr/lib/gcc/i686-pc-linux-gnu/4.5.1/:/usr/lib/gcc/i686-pc-linux-gnu/:/usr/lib/gcc/i686-pc-linux-gnu/4.5.1/:/usr/lib/gcc/i686-pc-linux-gnu/
    LIBRARY_PATH=/usr/lib/gcc/i686-pc-linux-gnu/4.5.1/:/usr/lib/gcc/i686-pc-linux-gnu/4.5.1/../../../:/lib/:/usr/lib/
    COLLECT_GCC_OPTIONS='-v' '-DNO_MODULES' '-o' 'genepop' '-shared-libgcc' '-mtune=generic' '-march=pentiumpro'
    /usr/lib/gcc/i686-pc-linux-gnu/4.5.1/collect2 --eh-frame-hdr -m elf_i386 --hash-style=both -dynamic-linker /lib/ld-linux.so.2 -o genepop /usr/lib/gcc/i686-pc-linux-gnu/4.5.1/../../../crt1.o /usr/lib/gcc/i686-pc-linux-gnu/4.5.1/../../../crti.o /usr/lib/gcc/i686-pc-linux-gnu/4.5.1/crtbegin.o -L/usr/lib/gcc/i686-pc-linux-gnu/4.5.1 -L/usr/lib/gcc/i686-pc-linux-gnu/4.5.1/../../.. /tmp/cce7St6v.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/i686-pc-linux-gnu/4.5.1/crtend.o /usr/lib/gcc/i686-pc-linux-gnu/4.5.1/../../../crtn.o
    So, why would the flags in /etc/makepkg.conf not be respected here?
    Last edited by machoo02 (2010-10-29 02:30:16)

    Crappy PKGBUILD:
    Change:
    g++ -v -DNO_MODULES -o genepop GenepopS.cpp
    to
    g++ $CXXFLAGS -v -DNO_MODULES -o genepop GenepopS.cpp

  • Cloning ebs R12 on guest os OUL5x64 bit on oracle VM

    Hi All,
    Please share information if anyone has successfully cloned ebs r12 on a guest OS OU5x64 bit HVM on oracle VM 2.1.2 64bit.
    Thanks in advance!

    Hi HSanwan,
    the server is a guest OS, i have to install from ssh or vnc terminal.
    below are returned from opmn and dprod
    thanks very much,
    [root@dprod ~]# ps -ef |grep opmn
    root 2172 2142 0 04:14 pts/4 00:00:00 grep opmn
    [root@dprod ~]# ps -ef |grep dgold
    dgold 2109 4248 0 04:14 pts/1 00:00:00 make -f ins_rdbms.mk ioracle ORACLE_HOME=/u01/oracle/GOLD/db/tech_st/10.2.0
    dgold 2115 2109 0 04:14 pts/1 00:00:00 gcc -o /u01/oracle/GOLD/db/tech_st/10.2.0/rdbms/lib/oracle -L/u01/oracle/GOLD/db/tech_st/10.2.0/rdbms/lib/ -L/u01/oracle/GOLD/db/tech_st/10.2.0/lib/ -L/u01/oracle/GOLD/db/tech_st/10.2.0/lib/stubs/ -Wl,-E /u01/oracle/GOLD/db/tech_st/10.2.0/rdbms/lib/opimai.o /u01/oracle/GOLD/db/tech_st/10.2.0/rdbms/lib/ssoraed.o /u01/oracle/GOLD/db/tech_st/10.2.0/rdbms/lib/ttcsoi.o /u01/oracle/GOLD/db/tech_st/10.2.0/rdbms/lib/defopt.o -Wl,--whole-archive -lperfsrv10 -Wl,--no-whole-archive /u01/oracle/GOLD/db/tech_st/10.2.0/lib/nautab.o /u01/oracle/GOLD/db/tech_st/10.2.0/lib/naeet.o /u01/oracle/GOLD/db/tech_st/10.2.0/lib/naect.o /u01/oracle/GOLD/db/tech_st/10.2.0/lib/naedhs.o /u01/oracle/GOLD/db/tech_st/10.2.0/rdbms/lib/config.o -lserver10 -lodm10 -lnnet10 -lskgxp10 -lsnls10 -lnls10 -lcore10 -lsnls10 -lnls10 -lcore10 -lsnls10 -lnls10 -lxml10 -lcore10 -lunls10 -lsnls10 -lnls10 -lcore10 -lnls10 -lhasgen10 -lcore10 -lskgxn2 -locr10 -locrb10 -locrutl10 -lhasgen10 -lcore10 -lskgxn2 -lclient10 -lvsn10 -lcommon10 -lgeneric10 -lknlopt -loraolap10 -lslax10 -lpls10 -lplp10 -lserver10 -lclient10 -lvsn10 -lcommon10 -lgeneric10 -lavstub10 -lknlopt -lslax10 -lpls10 -lplp10 -ljox10 -lserver10 -lclsra10 -ldbcfg10 -locijdbcst10 -lwwg -lnbeq10 -lnhost10 -lnus10 -lnldap10 -lldapclnt10 -lnsslb10 -lntcp10 -lntcps10 -lnsslb10 -lntcp10 -lntns10 -lnsslb10 -lncrypt10 -lnsgr10 -lnzjs10 -ln10 -lnnz10 -lnl10 -lnro10 -lnbeq10 -lnhost10 -lnus10 -lnldap10 -lldapclnt10 -lnsslb10 -lntcp10 -lntcps10 -lnsslb10 -lntcp10 -lntns10 -lnsslb10 -lncrypt10 -lnsgr10 -lnzjs10 -ln10 -lnnz10 -lnl10 -lmm -lsnls10 -lnls10 -lcore10 -lsnls10 -lnls10 -lcore10 -lsnls10 -lnls10 -lxml10 -lcore10 -lunls10 -lsnls10 -lnls10 -lcore10 -lnls10 -lnbeq10 -lnhost10 -lnus10 -lnldap10 -lldapclnt10 -lnsslb10 -lntcp10 -lntcps10 -lnsslb10 -lntcp10 -lntns10 -lnsslb10 -lncrypt10 -lnsgr10 -lnzjs10 -ln10 -lnnz10 -lnl10 -lnro10 -lnbeq10 -lnhost10 -lnus10 -lnldap10 -lldapclnt10 -lnsslb10 -lntcp10 -lntcps10 -lnsslb10 -lntcp10 -lntns10 -lnsslb10 -lncrypt10 -lnsgr10 -lnzjs10 -ln10 -lnnz10 -lnl10 -lsnls10 -lnls10 -lcore10 -lsnls10 -lnls10 -lcore10 -lsnls10 -lnls10 -lxml10 -lcore10 -lunls10 -lsnls10 -lnls10 -lcore10 -lnls10 -lordsdo10 -lctxc10 -lctx10 -lzx10 -lgx10 -lctx10 -lzx10 -lgx10 -lordimt10 -lsnls10 -lnls10 -lcore10 -lsnls10 -lnls10 -lcore10 -lsnls10 -lnls10 -lxml10 -lcore10 -lunls10 -lsnls10 -lnls10 -lcore10 -lnls10 -lsnls10 -lunls10 -lsnls10 -lnls10 -lcore10 -lsnls10 -lnls10 -lcore10 -lsnls10 -lnls10 -lxml10 -lcore10 -lunls10 -lsnls10 -lnls10 -lcore10 -lnls10 -laio -ldl -lm -lpthread -lnsl -lirc -Wl,-rpath,/u01/oracle/GOLD/db/tech_st/10.2.0/lib -lm -ldl -lm -lpthread -lnsl -lirc -ldl -lm -L/u01/oracle/GOLD/db/tech_st/10.2.0/lib
    dgold 2138 2115 0 04:14 pts/1 00:00:00 /usr/libexec/gcc/x86_64-redhat-linux/4.1.2/collect2 eh-frame-hdr -m elf_x86_64 hash-style=gnu -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o /u01/oracle/GOLD/db/tech_st/10.2.0/rdbms/lib/oracle /usr/lib/gcc/x86_64-redhat-linux/4.1.2/../../../../lib64/crt1.o /usr/lib/gcc/x86_64-redhat-linux/4.1.2/../../../../lib64/crti.o /usr/lib/gcc/x86_64-redhat-linux/4.1.2/crtbegin.o -L/u01/oracle/GOLD/db/tech_st/10.2.0/rdbms/lib/ -L/u01/oracle/GOLD/db/tech_st/10.2.0/lib/ -L/u01/oracle/GOLD/db/tech_st/10.2.0/lib/stubs/ -L/u01/oracle/GOLD/db/tech_st/10.2.0/lib -L/usr/lib/gcc/x86_64-redhat-linux/4.1.2 -L/usr/lib/gcc/x86_64-redhat-linux/4.1.2 -L/usr/lib/gcc/x86_64-redhat-linux/4.1.2/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -E /u01/oracle/GOLD/db/tech_st/10.2.0/rdbms/lib/opimai.o /u01/oracle/GOLD/db/tech_st/10.2.0/rdbms/lib/ssoraed.o /u01/oracle/GOLD/db/tech_st/10.2.0/rdbms/lib/ttcsoi.o /u01/oracle/GOLD/db/tech_st/10.2.0/rdbms/lib/defopt.o whole-archive -lperfsrv10 no-whole-archive /u01/oracle/GOLD/db/tech_st/10.2.0/lib/nautab.o /u01/oracle/GOLD/db/tech_st/10.2.0/lib/naeet.o /u01/oracle/GOLD/db/tech_st/10.2.0/lib/naect.o /u01/oracle/GOLD/db/tech_st/10.2.0/lib/naedhs.o /u01/oracle/GOLD/db/tech_st/10.2.0/rdbms/lib/config.o -lserver10 -lodm10 -lnnet10 -lskgxp10 -lsnls10 -lnls10 -lcore10 -lsnls10 -lnls10 -lcore10 -lsnls10 -lnls10 -lxml10 -lcore10 -lunls10 -lsnls10 -lnls10 -lcore10 -lnls10 -lhasgen10 -lcore10 -lskgxn2 -locr10 -locrb10 -locrutl10 -lhasgen10 -lcore10 -lskgxn2 -lclient10 -lvsn10 -lcommon10 -lgeneric10 -lknlopt -loraolap10 -lslax10 -lpls10 -lplp10 -lserver10 -lclient10 -lvsn10 -lcommon10 -lgeneric10 -lavstub10 -lknlopt -lslax10 -lpls10 -lplp10 -ljox10 -lserver10 -lclsra10 -ldbcfg10 -locijdbcst10 -lwwg -lnbeq10 -lnhost10 -lnus10 -lnldap10 -lldapclnt10 -lnsslb10 -lntcp10 -lntcps10 -lnsslb10 -lntcp10 -lntns10 -lnsslb10 -lncrypt10 -lnsgr10 -lnzjs10 -ln10 -lnnz10 -lnl10 -lnro10 -lnbeq10 -lnhost10 -lnus10 -lnldap10 -lldapclnt10 -lnsslb10 -lntcp10 -lntcps10 -lnsslb10 -lntcp10 -lntns10 -lnsslb10 -lncrypt10 -lnsgr10 -lnzjs10 -ln10 -lnnz10 -lnl10 -lmm -lsnls10 -lnls10 -lcore10 -lsnls10 -lnls10 -lcore10 -lsnls10 -lnls10 -lxml10 -lcore10 -lunls10 -lsnls10 -lnls10 -lcore10 -lnls10 -lnbeq10 -lnhost10 -lnus10 -lnldap10 -lldapclnt10 -lnsslb10 -lntcp10 -lntcps10 -lnsslb10 -lntcp10 -lntns10 -lnsslb10 -lncrypt10 -lnsgr10 -lnzjs10 -ln10 -lnnz10 -lnl10 -lnro10 -lnbeq10 -lnhost10 -lnus10 -lnldap10 -lldapclnt10 -lnsslb10 -lntcp10 -lntcps10 -lnsslb10 -lntcp10 -lntns10 -lnsslb10 -lncrypt10 -lnsgr10 -lnzjs10 -ln10 -lnnz10 -lnl10 -lsnls10 -lnls10 -lcore10 -lsnls10 -lnls10 -lcore10 -lsnls10 -lnls10 -lxml10 -lcore10 -lunls10 -lsnls10 -lnls10 -lcore10 -lnls10 -lordsdo10 -lctxc10 -lctx10 -lzx10 -lgx10 -lctx10 -lzx10 -lgx10 -lordimt10 -lsnls10 -lnls10 -lcore10 -lsnls10 -lnls10 -lcore10 -lsnls10 -lnls10 -lxml10 -lcore10 -lunls10 -lsnls10 -lnls10 -lcore10 -lnls10 -lsnls10 -lunls10 -lsnls10 -lnls10 -lcore10 -lsnls10 -lnls10 -lcore10 -lsnls10 -lnls10 -lxml10 -lcore10 -lunls10 -lsnls10 -lnls10 -lcore10 -lnls10 -laio -ldl -lm -lpthread -lnsl -lirc -rpath /u01/oracle/GOLD/db/tech_st/10.2.0/lib -lm -ldl -lm -lpthread -lnsl -lirc -ldl -lm -lgcc as-needed -lgcc_s no-as-needed -lc -lgcc as-needed -lgcc_s no-as-needed /usr/lib/gcc/x86_64-redhat-linux/4.1.2/crtend.o /usr/lib/gcc/x86_64-redhat-linux/4.1.2/../../../../lib64/crtn.o
    dgold 2139 2138 32 04:14 pts/1 00:00:08 /usr/bin/ld eh-frame-hdr -m elf_x86_64 hash-style=gnu -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o /u01/oracle/GOLD/db/tech_st/10.2.0/rdbms/lib/oracle /usr/lib/gcc/x86_64-redhat-linux/4.1.2/../../../../lib64/crt1.o /usr/lib/gcc/x86_64-redhat-linux/4.1.2/../../../../lib64/crti.o /usr/lib/gcc/x86_64-redhat-linux/4.1.2/crtbegin.o -L/u01/oracle/GOLD/db/tech_st/10.2.0/rdbms/lib/ -L/u01/oracle/GOLD/db/tech_st/10.2.0/lib/ -L/u01/oracle/GOLD/db/tech_st/10.2.0/lib/stubs/ -L/u01/oracle/GOLD/db/tech_st/10.2.0/lib -L/usr/lib/gcc/x86_64-redhat-linux/4.1.2 -L/usr/lib/gcc/x86_64-redhat-linux/4.1.2 -L/usr/lib/gcc/x86_64-redhat-linux/4.1.2/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -E /u01/oracle/GOLD/db/tech_st/10.2.0/rdbms/lib/opimai.o /u01/oracle/GOLD/db/tech_st/10.2.0/rdbms/lib/ssoraed.o /u01/oracle/GOLD/db/tech_st/10.2.0/rdbms/lib/ttcsoi.o /u01/oracle/GOLD/db/tech_st/10.2.0/rdbms/lib/defopt.o whole-archive -lperfsrv10 no-whole-archive /u01/oracle/GOLD/db/tech_st/10.2.0/lib/nautab.o /u01/oracle/GOLD/db/tech_st/10.2.0/lib/naeet.o /u01/oracle/GOLD/db/tech_st/10.2.0/lib/naect.o /u01/oracle/GOLD/db/tech_st/10.2.0/lib/naedhs.o /u01/oracle/GOLD/db/tech_st/10.2.0/rdbms/lib/config.o -lserver10 -lodm10 -lnnet10 -lskgxp10 -lsnls10 -lnls10 -lcore10 -lsnls10 -lnls10 -lcore10 -lsnls10 -lnls10 -lxml10 -lcore10 -lunls10 -lsnls10 -lnls10 -lcore10 -lnls10 -lhasgen10 -lcore10 -lskgxn2 -locr10 -locrb10 -locrutl10 -lhasgen10 -lcore10 -lskgxn2 -lclient10 -lvsn10 -lcommon10 -lgeneric10 -lknlopt -loraolap10 -lslax10 -lpls10 -lplp10 -lserver10 -lclient10 -lvsn10 -lcommon10 -lgeneric10 -lavstub10 -lknlopt -lslax10 -lpls10 -lplp10 -ljox10 -lserver10 -lclsra10 -ldbcfg10 -locijdbcst10 -lwwg -lnbeq10 -lnhost10 -lnus10 -lnldap10 -lldapclnt10 -lnsslb10 -lntcp10 -lntcps10 -lnsslb10 -lntcp10 -lntns10 -lnsslb10 -lncrypt10 -lnsgr10 -lnzjs10 -ln10 -lnnz10 -lnl10 -lnro10 -lnbeq10 -lnhost10 -lnus10 -lnldap10 -lldapclnt10 -lnsslb10 -lntcp10 -lntcps10 -lnsslb10 -lntcp10 -lntns10 -lnsslb10 -lncrypt10 -lnsgr10 -lnzjs10 -ln10 -lnnz10 -lnl10 -lmm -lsnls10 -lnls10 -lcore10 -lsnls10 -lnls10 -lcore10 -lsnls10 -lnls10 -lxml10 -lcore10 -lunls10 -lsnls10 -lnls10 -lcore10 -lnls10 -lnbeq10 -lnhost10 -lnus10 -lnldap10 -lldapclnt10 -lnsslb10 -lntcp10 -lntcps10 -lnsslb10 -lntcp10 -lntns10 -lnsslb10 -lncrypt10 -lnsgr10 -lnzjs10 -ln10 -lnnz10 -lnl10 -lnro10 -lnbeq10 -lnhost10 -lnus10 -lnldap10 -lldapclnt10 -lnsslb10 -lntcp10 -lntcps10 -lnsslb10 -lntcp10 -lntns10 -lnsslb10 -lncrypt10 -lnsgr10 -lnzjs10 -ln10 -lnnz10 -lnl10 -lsnls10 -lnls10 -lcore10 -lsnls10 -lnls10 -lcore10 -lsnls10 -lnls10 -lxml10 -lcore10 -lunls10 -lsnls10 -lnls10 -lcore10 -lnls10 -lordsdo10 -lctxc10 -lctx10 -lzx10 -lgx10 -lctx10 -lzx10 -lgx10 -lordimt10 -lsnls10 -lnls10 -lcore10 -lsnls10 -lnls10 -lcore10 -lsnls10 -lnls10 -lxml10 -lcore10 -lunls10 -lsnls10 -lnls10 -lcore10 -lnls10 -lsnls10 -lunls10 -lsnls10 -lnls10 -lcore10 -lsnls10 -lnls10 -lcore10 -lsnls10 -lnls10 -lxml10 -lcore10 -lunls10 -lsnls10 -lnls10 -lcore10 -lnls10 -laio -ldl -lm -lpthread -lnsl -lirc -rpath /u01/oracle/GOLD/db/tech_st/10.2.0/lib -lm -ldl -lm -lpthread -lnsl -lirc -ldl -lm -lgcc as-needed -lgcc_s no-as-needed -lc -lgcc as-needed -lgcc_s no-as-needed /usr/lib/gcc/x86_64-redhat-linux/4.1.2/crtend.o /usr/lib/gcc/x86_64-redhat-linux/4.1.2/../../../../lib64/crtn.o
    root 2175 2142 0 04:15 pts/4 00:00:00 grep dgold
    root 2561 2474 0 03:12 pts/1 00:00:00 su - dgold
    dgold 2562 2561 0 03:12 pts/1 00:00:00 -bash
    dgold 3867 2562 0 03:18 pts/1 00:00:00 perl adcfgclone.pl dbTier
    dgold 3985 3867 0 03:18 pts/1 00:00:00 perl /u01/oracle/GOLD/db/tech_st/10.2.0/appsutil/clone/bin/adclone.pl java=/u01/oracle/GOLD/db/tech_st/10.2.0/appsutil/clone/bin/../jre mode=apply stage=/u01/oracle/GOLD/db/tech_st/10.2.0/appsutil/clone component=dbTier method=CUSTOM dbctxtg=/u01/oracle/GOLD/db/tech_st/10.2.0/appsutil/GOLD_dprod.xml showProgress contextValidated=true
    dgold 3998 3985 2 03:18 pts/1 00:01:39 /u01/oracle/GOLD/db/tech_st/10.2.0/appsutil/clone/bin/../jre/bin/java -Xmx600M -DCONTEXT_VALIDATED=true -Doracle.installer.oui_loc=/u01/oracle/GOLD/db/tech_st/10.2.0/oui -classpath /u01/oracle/GOLD/db/tech_st/10.2.0/appsutil/clone/jlib/xmlparserv2.jar:/u01/oracle/GOLD/db/tech_st/10.2.0/appsutil/clone/jlib/ojdbc14.jar:/u01/oracle/GOLD/db/tech_st/10.2.0/appsutil/clone/jlib/java:/u01/oracle/GOLD/db/tech_st/10.2.0/appsutil/clone/jlib/oui/OraInstaller.jar:/u01/oracle/GOLD/db/tech_st/10.2.0/appsutil/clone/jlib/oui/ewt3.jar:/u01/oracle/GOLD/db/tech_st/10.2.0/appsutil/clone/jlib/oui/share.jar:/u01/oracle/GOLD/db/tech_st/10.2.0/appsutil/clone/jlib/oui/srvm.jar:/u01/oracle/GOLD/db/tech_st/10.2.0/appsutil/clone/jlib/ojmisc.jar oracle.apps.ad.clone.ApplyDBTier -e /u01/oracle/GOLD/db/tech_st/10.2.0/appsutil/GOLD_dprod.xml -stage /u01/oracle/GOLD/db/tech_st/10.2.0/appsutil/clone -showProgress
    dgold 4248 3998 0 03:21 pts/1 00:00:00 /bin/sh /u01/oracle/GOLD/db/tech_st/10.2.0/appsutil/clone/adlnkoh.sh -nopromptmsg
    [root@dprod ~]#

  • Cross-compiling

    I'm using the Clang compiler (on i686) and would like to cross-compile for x86-64.
    The command I'm using is:
    $ clang -ccc-host-triple x86_64-unknown-linux [...]
    It seems to generate valid 64-bit assembler code but it's compiled in x86 mode.
    /tmp/cc-J3OsmS.s: Assembler messages:
    /tmp/cc-J3OsmS.s:36: Error: bad register name `%rbp'
    /tmp/cc-J3OsmS.s:38: Error: bad register name `%rsp'
    /tmp/cc-J3OsmS.s:40: Error: bad register name `%rdi'
    /tmp/cc-J3OsmS.s:41: Error: bad register name `%rbp)'
    /tmp/cc-J3OsmS.s:186: Error: `movabs' is only supported in 64-bit mode
    What's the recommended way of solving it?
    Clang uses the GCC assembler. Can I specify a different one, say nasm?
    So far, I only managed to find GCC cross-compile packages for ARM and some other architectures but not for x86-64.
    Any help is appreciated.
    Last edited by tindzk (2010-08-01 12:03:27)

    Compiling your PKGBUILD worked perfectly, thanks. I also added "--enable-64-bit-bfd" (cf. http://wiki.osdev.org/GCC_Cross-Compiler_for_x86_64)
    Modifying the PATH variable spawns at least the right "as"...
    export PATH=/usr/lib/cross-x86_64-unknown-linux-gnu/x86_64-unknown-linux-gnu/bin/:$PATH
    ...but the errors posted above still remain, because "as" is getting passed "--32".
    So after lots of experimenting I came up with the following parameters:
    CC = clang -include config.h
    CC += -ccc-host-triple x86_64-unknown-linux
    CC += -m64
    CC += -Wa,--64
    CC += -Wl,"-L/usr/lib/cross-x86_64-unknown-linux-gnu/x86_64-unknown-linux-gnu/lib"
    CC += -Wl,"-melf_x86_64"
    CC += -v
    It's very hackish because Clang doesn't support proper cross-compiling on Linux. By the way, other architectures seem to have much more sophisticated heuristics: http://clang.llvm.org/doxygen/ToolChain … ource.html
    This all works fine for the assembler and I also managed to eliminate some errors with "ld" but it's not working completely. "ld" gets called like this:
    /usr/lib/gcc/i686-pc-linux-gnu/4.5.0/collect2 --eh-frame-hdr -m elf_i386 --hash-style=both -dynamic-linker /lib/ld-linux.so.2 -o a.out /usr/lib/gcc/i686-pc-linux-gnu/4.5.0/../../../crt1.o /usr/lib/gcc/i686-pc-linux-gnu/4.5.0/../../../crti.o /usr/lib/gcc/i686-pc-linux-gnu/4.5.0/crtbegin.o -L/usr/lib/gcc/i686-pc-linux-gnu/4.5.0 -L/usr/lib/gcc/i686-pc-linux-gnu/4.5.0/../../.. -L/usr/lib/cross-x86_64-unknown-linux-gnu/x86_64-unknown-linux-gnu/lib -melf_x86_64 /tmp/cc-AIbI5G.o /tmp/cc-UiUGe7.o /tmp/cc-Kj0Hnx.o /tmp/cc-AIILwX.o /tmp/cc-yj4RFn.o /tmp/cc-6KT0ON.o /tmp/cc-ooccYd.o /tmp/cc-GTVp7D.o /tmp/cc-0DiGg4.o /tmp/cc-C7lZpu.o /tmp/cc-6OUkzU.o /tmp/cc-QwMVIk.o /tmp/cc-cY4MSK.o /tmp/cc-E2WG2a.o /tmp/cc-YwgDcB.o /tmp/cc-SFTBm1.o /tmp/cc-ki0Cwr.o /tmp/cc-IOEGGR.o /tmp/cc-C7CMQh.o /tmp/cc-sCQV0H.o /tmp/cc-cAB7a8.o /tmp/cc-I2Olly.o /tmp/cc-KttCvY.o /tmp/cc-wwrVFo.o /tmp/cc-ujWgQO.o /tmp/cc-gqUE0e.o /tmp/cc-4Ra5aF.o /tmp/cc-24Mxl5.o /tmp/cc-WtH2vv.o /tmp/cc-oeaAGV.o /tmp/cc-KzU9Ql.o /tmp/cc-WheM1L.o /tmp/cc-ONPqcc.o /tmp/cc-AuW8mC.o /tmp/cc-4NYUx2.o /tmp/cc-MujJIs.o /tmp/cc-W5eATS.o /tmp/cc-6UBt4i.o -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/lib/gcc/i686-pc-linux-gnu/4.5.0/crtend.o /usr/lib/gcc/i686-pc-linux-gnu/4.5.0/../../../crtn.o
    Interestingly, I'm experiencing exactly the same issue described in the sources:
    // FIXME: Figure out some way to get gcc's libdir
    // (e.g. /usr/lib/gcc/i486-linux-gnu/4.3/ for Ubuntu 32-bit); we need
    // crtbegin.o/crtend.o/etc., and want static versions of various
    // libraries. If we had our own crtbegin.o/crtend.o/etc, we could probably
    // get away with using shared versions in /usr/lib, though.
    // We could fall back to the approach we used for includes (a massive
    // list), but that's messy at best.
    Can I still use the 32-bit crtend.o or will it conflict?
    However, the command fails with:
    /usr/lib/cross-x86_64-unknown-linux-gnu/x86_64-unknown-linux-gnu/bin/ld: skipping incompatible /usr/lib/gcc/i686-pc-linux-gnu/4.5.0/libgcc.a when searching for -lgcc
    /usr/lib/cross-x86_64-unknown-linux-gnu/x86_64-unknown-linux-gnu/bin/ld: cannot find -lgcc
    What do I need libgcc for? Can I disable it? Looks like I have to compile the complete GCC toolchain otherwise.
    Last edited by tindzk (2010-08-03 13:13:42)

  • IMovie 09 crashes when capturing HD video from Sony HDR-FX1

    I have done this many times before on an white iMac 24" and an aluminum MB Pro. However, on my new MB Pro 13", when I attempt to capture video from my Sony HDR-FX1, the program crashes. I have removed and reinstalled iMove, including updates, but still nothing. Any ideas? Here's the crash report is:
    Process: iMovie [930]
    Path: /Applications/iMovie.app/Contents/MacOS/iMovie
    Identifier: com.apple.iMovie8
    Version: 8.0 (717)
    Build Info: iMovieApp-7170000~52
    Code Type: X86 (Native)
    Parent Process: launchd [211]
    Date/Time: 2009-12-14 21:45:40.737 -0800
    OS Version: Mac OS X 10.6.2 (10C540)
    Report Version: 6
    Interval Since Last Report: 74446 sec
    Crashes Since Last Report: 8
    Per-App Interval Since Last Report: 404 sec
    Per-App Crashes Since Last Report: 2
    Anonymous UUID: C2DE9415-4661-437E-9221-8607B17AB056
    Exception Type: EXCBADACCESS (SIGBUS)
    Exception Codes: KERNPROTECTIONFAILURE at 0x0000000000000010
    Crashed Thread: 21
    Thread 0: Dispatch queue: com.apple.main-thread
    0 libSystem.B.dylib 0x928cc8da machmsgtrap + 10
    1 libSystem.B.dylib 0x928cd047 mach_msg + 68
    2 com.apple.CoreFoundation 0x9128077f __CFRunLoopRun + 2079
    3 com.apple.CoreFoundation 0x9127f864 CFRunLoopRunSpecific + 452
    4 com.apple.CoreFoundation 0x9127f691 CFRunLoopRunInMode + 97
    5 com.apple.HIToolbox 0x9563ff0c RunCurrentEventLoopInMode + 392
    6 com.apple.HIToolbox 0x9563fcc3 ReceiveNextEventCommon + 354
    7 com.apple.HIToolbox 0x9563fb48 BlockUntilNextEventMatchingListInMode + 81
    8 com.apple.AppKit 0x96f97ac5 _DPSNextEvent + 847
    9 com.apple.AppKit 0x96f97306 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 156
    10 com.apple.iMovie8 0x000386b5 0x1000 + 226997
    11 com.apple.AppKit 0x96f5949f -[NSApplication run] + 821
    12 com.apple.AppKit 0x96f51535 NSApplicationMain + 574
    13 com.apple.iMovie8 0x00003ed9 0x1000 + 11993
    14 com.apple.iMovie8 0x0000333c 0x1000 + 9020
    15 com.apple.iMovie8 0x00003269 0x1000 + 8809
    Thread 1: Dispatch queue: com.apple.libdispatch-manager
    0 libSystem.B.dylib 0x928f30ea kevent + 10
    1 libSystem.B.dylib 0x928f3804 dispatch_mgrinvoke + 215
    2 libSystem.B.dylib 0x928f2cc3 dispatch_queueinvoke + 163
    3 libSystem.B.dylib 0x928f2a68 dispatch_workerthread2 + 234
    4 libSystem.B.dylib 0x928f24f1 pthreadwqthread + 390
    5 libSystem.B.dylib 0x928f2336 start_wqthread + 30
    Thread 2:
    0 libSystem.B.dylib 0x928cc8da machmsgtrap + 10
    1 libSystem.B.dylib 0x928cd047 mach_msg + 68
    2 com.apple.CoreFoundation 0x9128077f __CFRunLoopRun + 2079
    3 com.apple.CoreFoundation 0x9127f864 CFRunLoopRunSpecific + 452
    4 com.apple.CoreFoundation 0x912857a4 CFRunLoopRun + 84
    5 com.apple.QTKit 0x95086cdd QTVisualContextImageProviderWorkLoop + 114
    6 libSystem.B.dylib 0x928f9fbd pthreadstart + 345
    7 libSystem.B.dylib 0x928f9e42 thread_start + 34
    Thread 3:
    0 libSystem.B.dylib 0x928f2182 _workqkernreturn + 10
    1 libSystem.B.dylib 0x928f2718 pthreadwqthread + 941
    2 libSystem.B.dylib 0x928f2336 start_wqthread + 30
    Thread 4:
    0 libSystem.B.dylib 0x928cc8da machmsgtrap + 10
    1 libSystem.B.dylib 0x928cd047 mach_msg + 68
    2 com.apple.CoreFoundation 0x9128077f __CFRunLoopRun + 2079
    3 com.apple.CoreFoundation 0x9127f864 CFRunLoopRunSpecific + 452
    4 com.apple.CoreFoundation 0x912857a4 CFRunLoopRun + 84
    5 com.apple.DVCPROHDMuxer 0x19b120fb AVS::DestroyAVCDeviceController(AVS::AVCDeviceController*) + 297
    6 libSystem.B.dylib 0x928f9fbd pthreadstart + 345
    7 libSystem.B.dylib 0x928f9e42 thread_start + 34
    Thread 5:
    0 libSystem.B.dylib 0x928cc8da machmsgtrap + 10
    1 libSystem.B.dylib 0x928cd047 mach_msg + 68
    2 com.apple.CoreFoundation 0x9128077f __CFRunLoopRun + 2079
    3 com.apple.CoreFoundation 0x9127f864 CFRunLoopRunSpecific + 452
    4 com.apple.CoreFoundation 0x912857a4 CFRunLoopRun + 84
    5 com.apple.FWAVCPrivate 0x00a051b8 AVS::AVCVideoServicesThreadStart(AVS::AVCVideoServicesThreadParams*) + 135
    6 libSystem.B.dylib 0x928f9fbd pthreadstart + 345
    7 libSystem.B.dylib 0x928f9e42 thread_start + 34
    Thread 6:
    0 libSystem.B.dylib 0x928cc8da machmsgtrap + 10
    1 libSystem.B.dylib 0x928cd047 mach_msg + 68
    2 com.apple.CoreFoundation 0x9128077f __CFRunLoopRun + 2079
    3 com.apple.CoreFoundation 0x9127f864 CFRunLoopRunSpecific + 452
    4 com.apple.CoreFoundation 0x9127f691 CFRunLoopRunInMode + 97
    5 com.apple.CoreMediaIOServices 0x93d7e4a7 MIO::DAL::RunLoop::OwnThread(void*) + 157
    6 com.apple.CoreMediaIOServices 0x93d8036c CAPThread::Entry(CAPThread*) + 180
    7 libSystem.B.dylib 0x928f9fbd pthreadstart + 345
    8 libSystem.B.dylib 0x928f9e42 thread_start + 34
    Thread 7:
    0 libSystem.B.dylib 0x928cc8da machmsgtrap + 10
    1 libSystem.B.dylib 0x928cd047 mach_msg + 68
    2 com.apple.CoreFoundation 0x9128077f __CFRunLoopRun + 2079
    3 com.apple.CoreFoundation 0x9127f864 CFRunLoopRunSpecific + 452
    4 com.apple.CoreFoundation 0x912857a4 CFRunLoopRun + 84
    5 com.apple.iMovie8 0x0001c5b2 0x1000 + 112050
    6 com.apple.Foundation 0x914118d8 -[NSThread main] + 45
    7 com.apple.Foundation 0x91411888 _NSThread__main_ + 1499
    8 libSystem.B.dylib 0x928f9fbd pthreadstart + 345
    9 libSystem.B.dylib 0x928f9e42 thread_start + 34
    Thread 8:
    0 libSystem.B.dylib 0x928cc916 semaphorewaittrap + 10
    1 com.apple.AVCHDPlugin 0x1f7295d8 0x1f200000 + 5412312
    2 com.apple.AVCHDPlugin 0x1f7a6bf6 0x1f200000 + 5925878
    3 com.apple.AVCHDPlugin 0x1f729a61 0x1f200000 + 5413473
    4 libSystem.B.dylib 0x929c2e52 pthreadbody + 27
    Thread 9:
    0 libSystem.B.dylib 0x928cc922 semaphorewait_signaltrap + 10
    1 libSystem.B.dylib 0x928fa45c pthread_condwait + 1089
    2 libSystem.B.dylib 0x92943503 pthreadcondwait + 48
    3 com.apple.AVCHDPlugin 0x1f5f7ddf 0x1f200000 + 4160991
    4 com.apple.AVCHDPlugin 0x1f6252d0 0x1f200000 + 4346576
    5 com.apple.AVCHDPlugin 0x1f5f7a7e 0x1f200000 + 4160126
    6 com.apple.AVCHDPlugin 0x1f729a61 0x1f200000 + 5413473
    7 libSystem.B.dylib 0x929c2e52 pthreadbody + 27
    Thread 10:
    0 libSystem.B.dylib 0x928cc916 semaphorewaittrap + 10
    1 com.apple.AVCHDPlugin 0x1f7295d8 0x1f200000 + 5412312
    2 com.apple.AVCHDPlugin 0x1f7a6bf6 0x1f200000 + 5925878
    3 com.apple.AVCHDPlugin 0x1f72c088 0x1f200000 + 5423240
    4 com.apple.AVCHDPlugin 0x1f729a61 0x1f200000 + 5413473
    5 libSystem.B.dylib 0x929c2e52 pthreadbody + 27
    Thread 11:
    0 libSystem.B.dylib 0x928cc8da machmsgtrap + 10
    1 libSystem.B.dylib 0x928cd047 mach_msg + 68
    2 com.apple.CoreFoundation 0x9128077f __CFRunLoopRun + 2079
    3 com.apple.CoreFoundation 0x9127f864 CFRunLoopRunSpecific + 452
    4 com.apple.CoreFoundation 0x912857a4 CFRunLoopRun + 84
    5 com.apple.DiscRecording 0x936001d7 DRWorkLoop::WorkLoop() + 271
    6 com.apple.DiscRecording 0x936000b5 DRWorkLoop::WorkLoopEntry(DRWorkLoop*) + 17
    7 com.apple.DiscRecording 0x935ffe21 DRThreadObject::StartRoutine(DRThreadObject*) + 151
    8 libSystem.B.dylib 0x928f9fbd pthreadstart + 345
    9 libSystem.B.dylib 0x928f9e42 thread_start + 34
    Thread 12:
    0 libSystem.B.dylib 0x928cc93a semaphoretimedwait_signaltrap + 10
    1 libSystem.B.dylib 0x928fa445 pthread_condwait + 1066
    2 libSystem.B.dylib 0x92929028 pthreadcond_timedwait_relativenp + 47
    3 ...ple.CoreServices.CarbonCore 0x941ba235 TSWaitOnConditionTimedRelative + 242
    4 ...ple.CoreServices.CarbonCore 0x941b9f73 TSWaitOnSemaphoreCommon + 511
    5 ...ickTimeComponents.component 0x98419035 ReadSchedulerThreadEntryPoint + 4698
    6 libSystem.B.dylib 0x928f9fbd pthreadstart + 345
    7 libSystem.B.dylib 0x928f9e42 thread_start + 34
    Thread 13:
    0 libSystem.B.dylib 0x928cc93a semaphoretimedwait_signaltrap + 10
    1 libSystem.B.dylib 0x928fa445 pthread_condwait + 1066
    2 libSystem.B.dylib 0x92929028 pthreadcond_timedwait_relativenp + 47
    3 ...ple.CoreServices.CarbonCore 0x941ba235 TSWaitOnConditionTimedRelative + 242
    4 ...ple.CoreServices.CarbonCore 0x941b9f73 TSWaitOnSemaphoreCommon + 511
    5 ...ple.CoreServices.CarbonCore 0x94214508 AIOFileThread(void*) + 1127
    6 libSystem.B.dylib 0x928f9fbd pthreadstart + 345
    7 libSystem.B.dylib 0x928f9e42 thread_start + 34
    Thread 14:
    0 libSystem.B.dylib 0x928cc922 semaphorewait_signaltrap + 10
    1 libSystem.B.dylib 0x928fa45c pthread_condwait + 1089
    2 libSystem.B.dylib 0x92943503 pthreadcondwait + 48
    3 ...ickTimeComponents.component 0x98586443 jpegdecompress_MPLoop + 79
    4 libSystem.B.dylib 0x928f9fbd pthreadstart + 345
    5 libSystem.B.dylib 0x928f9e42 thread_start + 34
    Thread 15:
    0 libSystem.B.dylib 0x928cc9ee machwaituntil + 10
    1 libSystem.B.dylib 0x929549e5 nanosleep + 345
    2 libSystem.B.dylib 0x92954886 usleep + 61
    3 com.apple.iMovie8 0x00016a63 0x1000 + 88675
    4 com.apple.Foundation 0x914118d8 -[NSThread main] + 45
    5 com.apple.Foundation 0x91411888 _NSThread__main_ + 1499
    6 libSystem.B.dylib 0x928f9fbd pthreadstart + 345
    7 libSystem.B.dylib 0x928f9e42 thread_start + 34
    Thread 16:
    0 libSystem.B.dylib 0x928cc922 semaphorewait_signaltrap + 10
    1 libSystem.B.dylib 0x928fa45c pthread_condwait + 1089
    2 libSystem.B.dylib 0x92943503 pthreadcondwait + 48
    3 com.apple.MPEG2TSDecoder 0x003b03f5 MP2Dec_AudioVideoDecoder::Start() + 709
    4 com.apple.iMovie8 0x000179d2 0x1000 + 92626
    5 com.apple.Foundation 0x914118d8 -[NSThread main] + 45
    6 com.apple.Foundation 0x91411888 _NSThread__main_ + 1499
    7 libSystem.B.dylib 0x928f9fbd pthreadstart + 345
    8 libSystem.B.dylib 0x928f9e42 thread_start + 34
    Thread 17:
    0 libSystem.B.dylib 0x928f2182 _workqkernreturn + 10
    1 libSystem.B.dylib 0x928f2718 pthreadwqthread + 941
    2 libSystem.B.dylib 0x928f2336 start_wqthread + 30
    Thread 18:
    0 libSystem.B.dylib 0x928cc8da machmsgtrap + 10
    1 libSystem.B.dylib 0x928cd047 mach_msg + 68
    2 com.apple.CoreFoundation 0x9128077f __CFRunLoopRun + 2079
    3 com.apple.CoreFoundation 0x9127f864 CFRunLoopRunSpecific + 452
    4 com.apple.CoreFoundation 0x912857a4 CFRunLoopRun + 84
    5 com.apple.FWAVCPrivate 0x00a0cf68 AVS::MPEG2ReceiverRTThreadStart(AVS::MPEG2ReceiverThreadParams*) + 238
    6 libSystem.B.dylib 0x928f9fbd pthreadstart + 345
    7 libSystem.B.dylib 0x928f9e42 thread_start + 34
    Thread 19:
    0 libSystem.B.dylib 0x928cc922 semaphorewait_signaltrap + 10
    1 libSystem.B.dylib 0x928fa45c pthread_condwait + 1089
    2 libSystem.B.dylib 0x92943503 pthreadcondwait + 48
    3 com.apple.MPEG2TSDecoder 0x003c7bdf TransportStreamPacketManager::examinesMiddleTspChunkForDiskCaching() + 975
    4 com.apple.MPEG2TSDecoder 0x003c7cd8 TransportStreamPacketManager::tspmThreadFunction(void*) + 24
    5 libSystem.B.dylib 0x928f9fbd pthreadstart + 345
    6 libSystem.B.dylib 0x928f9e42 thread_start + 34
    Thread 20:
    0 libSystem.B.dylib 0x928cc922 semaphorewait_signaltrap + 10
    1 libSystem.B.dylib 0x928fa45c pthread_condwait + 1089
    2 libSystem.B.dylib 0x92943503 pthreadcondwait + 48
    3 com.apple.MPEG2TSDecoder 0x003c7f9f TransportStreamPacketManager::getTspChunk() + 431
    4 com.apple.MPEG2TSDecoder 0x003bfbab Mpeg2TsParser::mtpThreadFunction(void*) + 59
    5 libSystem.B.dylib 0x928f9fbd pthreadstart + 345
    6 libSystem.B.dylib 0x928f9e42 thread_start + 34
    Thread 21 Crashed:
    0 com.apple.AppleVAFramework 0x925f45cc AVAFQTInitDecoder + 300
    1 com.apple.MPEG2TSDecoder 0x003af0ce MP2Dec_AudioVideoDecoder::SequenceStart(int, int, unsigned int, unsigned int) + 238
    2 com.apple.MPEG2TSDecoder 0x003af519 MP2DecAudioVideoDecoder::SetupVideoFrame(MP2DecVideoFrame*) + 89
    3 com.apple.MPEG2TSDecoder 0x003b0671 MP2DecAudioVideoDecoder::DecodeVideo(MP2DecVideoFrame*) + 33
    4 com.apple.MPEG2TSDecoder 0x003bb64e ThreadFunction(void*) + 30
    5 libSystem.B.dylib 0x928f9fbd pthreadstart + 345
    6 libSystem.B.dylib 0x928f9e42 thread_start + 34
    Thread 22:
    0 libSystem.B.dylib 0x928fa806 _semwaitsignal + 10
    1 libSystem.B.dylib 0x92926441 nanosleep$UNIX2003 + 188
    2 com.apple.Foundation 0x9149bbe8 +[NSThread sleepForTimeInterval:] + 123
    3 com.apple.iLMBiMoviePlugin 0x196dc8ae 0x196d6000 + 26798
    4 com.apple.iLifeMediaBrowser 0x921119e1 -[ILMediaBrowserPathWatcher notifyObserverThreaded:] + 455
    5 com.apple.Foundation 0x914118d8 -[NSThread main] + 45
    6 com.apple.Foundation 0x91411888 _NSThread__main_ + 1499
    7 libSystem.B.dylib 0x928f9fbd pthreadstart + 345
    8 libSystem.B.dylib 0x928f9e42 thread_start + 34
    Thread 21 crashed with X86 Thread State (32-bit):
    eax: 0xb0a15dbc ebx: 0x925f44b1 ecx: 0x00000000 edx: 0x00000005
    edi: 0xb0a15e48 esi: 0x1de0c800 ebp: 0xb0a15dd8 esp: 0xb0a157d0
    ss: 0x0000001f efl: 0x00010283 eip: 0x925f45cc cs: 0x00000017
    ds: 0x0000001f es: 0x0000001f fs: 0x0000001f gs: 0x00000037
    cr2: 0x00000010
    Binary Images:
    0x1000 - 0x311ff4 com.apple.iMovie8 8.0 (717) <5342EC0F-6142-8B6C-DAFF-59F185EFB31A> /Applications/iMovie.app/Contents/MacOS/iMovie
    0x3aa000 - 0x3e3fe3 com.apple.MPEG2TSDecoder 1.0 (84) <C7B8AFF8-2054-420E-9439-566B4E3CE95F> /Applications/iMovie.app/Contents/Frameworks/Mpeg2TsDecoder.framework/Versions/ A/Mpeg2TsDecoder
    0x419000 - 0x43afff com.apple.iWidgets 1.0.0 (24) /Applications/iMovie.app/Contents/Frameworks/iWidgets.framework/Versions/A/iWid gets
    0x44b000 - 0x4eeff4 com.apple.DotMacKit 47 (3.0.2L) <5C3FF2BA-7124-3DF9-B197-19DD4D543798> /Applications/iMovie.app/Contents/Frameworks/DotMacKit.framework/Versions/A/Dot MacKit
    0x551000 - 0x552ff7 com.apple.Helium 3.0.0 (157) <E042B44B-7255-5716-F418-55D3E57E149F> /Applications/iMovie.app/Contents/Frameworks/Helium.framework/Versions/A/Helium
    0x556000 - 0x557fff +com.bensyverson.dvmatte.autopicker 1.0 (1.0) <5FB2D0C9-D6D7-036E-F739-DA7CE5BAD36E> /Applications/iMovie.app/Contents/Frameworks/DVMAutopick.framework/Versions/A/D VMAutopick
    0x55c000 - 0x611fe7 libcrypto.0.9.7.dylib ??? (???) <4917E4F2-817F-5AC4-3FBE-54BC96360448> /usr/lib/libcrypto.0.9.7.dylib
    0x657000 - 0x789fe4 com.apple.Helium.HeliumRender 2.0.0 (157) <D54435F7-8FD3-6721-32CB-46C51A64A4C4> /Applications/iMovie.app/Contents/Frameworks/Helium.framework/Versions/A/Framew orks/HeliumRender.framework/Versions/A/HeliumRender
    0x7df000 - 0x7dfff7 libmx.A.dylib ??? (???) <01401BF8-3FC7-19CF-ACCE-0F292BFD2F25> /usr/lib/libmx.A.dylib
    0xa00000 - 0xa33ff3 com.apple.FWAVCPrivate 1.46 (46) <B94E91F9-5D42-B8A7-59E6-C040938CF307> /System/Library/PrivateFrameworks/FWAVCPrivate.framework/FWAVCPrivate
    0xaa2000 - 0xabeff7 GLRendererFloat ??? (???) <FE1D4967-5C89-4C0F-FA40-5AF1EB1A742D> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GL RendererFloat
    0xc11000 - 0xc13ff7 com.apple.PDFImporter 2.1 (???) <C78368B0-3712-067C-9467-55932890C979> /System/Library/Components/PDFImporter.component/Contents/MacOS/PDFImporter
    0xcd6000 - 0xce8fd9 com.apple.FCP Uncompressed 422.component 1.5 (1.5) /Library/QuickTime/FCP Uncompressed 422.component/Contents/MacOS/FCP Uncompressed 422
    0xd00000 - 0xe71ff7 GLEngine ??? (???) <132E6F18-BD3F-53AC-8448-2B68A83B0393> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
    0xf51000 - 0xf54fef com.apple.LiveType.component 2.1.3 (2.1.3) /Library/QuickTime/LiveType.component/Contents/MacOS/LiveType
    0xf59000 - 0xfbefde com.apple.LiveType.framework 2.1.3 (2.1.3) /System/Library/PrivateFrameworks/LiveType.framework/Versions/A/LiveType
    0xfde000 - 0xfe102f Motion ??? (???) <B5E862EE-E0FF-4F86-A789-98E3E601A18C> /Library/Frameworks/Motion.framework/Versions/A/Motion
    0x12d59000 - 0x1315ffef libclh.dylib ??? (???) <3ACD0D90-B1E9-59DA-729E-7E97092F9A24> /System/Library/Extensions/GeForce8xxxGLDriver.bundle/Contents/MacOS/libclh.dyl ib
    0x13183000 - 0x131c9fc3 com.apple.motion.component 1.0 (1.0) <77973A13-4E79-426F-853F-2318E52A2207> /Library/QuickTime/Motion.component/Contents/MacOS/Motion
    0x134f8000 - 0x134f9ff7 com.apple.iLMBAppDefPlugin 2.1.3 (110.0.3) <1AB6E764-5484-676C-3FC5-E53783C50170> /Library/Application Support/iLifeMediaBrowser/Plug-Ins/iLMBAppDefPlugin.ilmbplugin/Contents/MacOS/i LMBAppDefPlugin
    0x13f92000 - 0x13f97ff7 com.apple.AppleMPEG2Codec 1.0.1 (220) <6FDFF3C8-7ECE-CB74-1374-9C0230C54F78> /Library/QuickTime/AppleMPEG2Codec.component/Contents/MacOS/AppleMPEG2Codec
    0x13f9d000 - 0x13fa4ffb com.apple.IOFireWireAVCLib 4.0.6 (4.0.6) <5D2F23E8-F2E5-9A20-9777-2017AC2223CE> /System/Library/Extensions/IOFireWireAVC.kext/Contents/PlugIns/IOFireWireAVCLib .plugin/Contents/MacOS/IOFireWireAVCLib
    0x151f5000 - 0x151f6ff7 com.apple.iLMBFolderPlugin 2.1.3 (110.0.3) <A7B27EE5-BC0F-0E44-404C-125BD2695489> /Library/Application Support/iLifeMediaBrowser/Plug-Ins/iLMBFolderPlugin.ilmbplugin/Contents/MacOS/i LMBFolderPlugin
    0x175e4000 - 0x175ebff7 com.apple.iLMBAperturePlugin 2.1.3 (110.0.3) <CC5BD6F4-E4B3-FA73-15FF-C4943DA587A6> /Library/Application Support/iLifeMediaBrowser/Plug-Ins/iLMBAperturePlugin.ilmbplugin/Contents/MacOS /iLMBAperturePlugin
    0x175f2000 - 0x175f6ff7 com.apple.iLMBGarageBandPlugin 2.1.3 (110.0.3) <15887956-ED89-D9F8-9F8D-E9181F52CB13> /Library/Application Support/iLifeMediaBrowser/Plug-Ins/iLMBGarageBandPlugin.ilmbplugin/Contents/Mac OS/iLMBGarageBandPlugin
    0x17fee000 - 0x17ff7ff7 com.apple.iLMBiPhotoPlugin 2.1.3 (110.0.3) <5288A476-63F2-0F4C-EEE4-B0E2326047A6> /Library/Application Support/iLifeMediaBrowser/Plug-Ins/iLMBiPhotoPlugin.ilmbplugin/Contents/MacOS/i LMBiPhotoPlugin
    0x196d6000 - 0x196e2ff7 com.apple.iLMBiMoviePlugin 2.1.3 (110.0.3) <52F28367-C3FE-3634-8FFE-C982307AAE1B> /Library/Application Support/iLifeMediaBrowser/Plug-Ins/iLMBiMoviePlugin.ilmbplugin/Contents/MacOS/i LMBiMoviePlugin
    0x1970f000 - 0x19720ffb com.apple.iLMBiPhoto8Plugin 2.1.3 (110.0.3) <E38BD03F-207A-2B60-46F9-EBB56357DD09> /Library/Application Support/iLifeMediaBrowser/Plug-Ins/iLMBiPhoto8Plugin.ilmbplugin/Contents/MacOS/ iLMBiPhoto8Plugin
    0x19728000 - 0x19730ff7 com.apple.iLMBiTunesPlugin 2.1.3 (110.0.3) <067E1370-7995-4EFF-E710-C2F9EDB44848> /Library/Application Support/iLifeMediaBrowser/Plug-Ins/iLMBiTunesPlugin.ilmbplugin/Contents/MacOS/i LMBiTunesPlugin
    0x19737000 - 0x197fffe3 com.apple.iTunesAccess 9.0.2 (9.0.2) <BE683D34-0A0C-4153-FF5E-21CBBBFDD447> /System/Library/PrivateFrameworks/iTunesAccess.framework/iTunesAccess
    0x19820000 - 0x19822ff7 com.apple.iLMBMoviesFolderPlugin 2.1.3 (110.0.3) <9876D044-6851-5103-4282-EF72255F73EA> /Library/Application Support/iLifeMediaBrowser/Plug-Ins/iLMBMoviesFolderPlugin.ilmbplugin/Contents/M acOS/iLMBMoviesFolderPlugin
    0x19827000 - 0x19829ff7 com.apple.iLMBPhotoBoothPlugin 2.1.3 (110.0.3) <3342BF75-0C3C-32B2-B365-2F511F3B0164> /Library/Application Support/iLifeMediaBrowser/Plug-Ins/iLMBPhotoBoothPlugin.ilmbplugin/Contents/Mac OS/iLMBPhotoBoothPlugin
    0x1992e000 - 0x19932ff3 com.apple.audio.AudioIPCPlugIn 1.1.2 (1.1.2) <39CD9296-183C-5603-94A4-0A0EC327BA69> /System/Library/Extensions/AudioIPCDriver.kext/Contents/Resources/AudioIPCPlugI n.bundle/Contents/MacOS/AudioIPCPlugIn
    0x19937000 - 0x1993dffb com.apple.audio.AppleHDAHALPlugIn 1.7.9 (1.7.9a4) <A686EC36-C3D5-131F-46D2-F174F5477C77> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bun dle/Contents/MacOS/AppleHDAHALPlugIn
    0x19942000 - 0x19998fd6 com.apple.DVCPROHDAudio 1.3 (1.3) /Library/Audio/Plug-Ins/HAL/DVCPROHDAudio.plugin/Contents/MacOS/DVCPROHDAudio
    0x19b00000 - 0x19b4afec com.apple.DVCPROHDMuxer 1.3 (1.3) /Library/QuickTime/DVCPROHDMuxer.component/Contents/MacOS/DVCPROHDMuxer
    0x1a248000 - 0x1a289fe3 com.apple.audio.SoundManager.Components 3.9.4 (3.9.4) <AD66647C-03A9-EBAF-6FFC-E5A631F4D6BE> /System/Library/Components/SoundManagerComponents.component/Contents/MacOS/Soun dManagerComponents
    0x1a6eb000 - 0x1a6f0fff com.apple.MP4RADPlugin 1.0 (1.0) /Applications/iMovie.app/Contents/RADPlugins/MP4.RADPlug/Contents/MacOS/MP4
    0x1aab8000 - 0x1aad2fc3 com.apple.AppleIntermediateCodec 1.2 (145) /Library/QuickTime/AppleIntermediateCodec.component/Contents/MacOS/AppleInterme diateCodec
    0x1ac76000 - 0x1ad0cff3 com.apple.GeForceVADriver 1.6.6 (6.0.6) <1CA173D6-85E2-5C67-3FB1-3829D9ED44EE> /System/Library/Extensions/GeForceVADriver.bundle/Contents/MacOS/GeForceVADrive r
    0x1b200000 - 0x1b22dfff com.apple.mio.DAL.AVC_4 124.0 (850) <51E9489E-96E2-DC19-48BE-0B091CC636E0> /System/Library/PrivateFrameworks/CoreMediaIOServices.framework/Resources/AVC.p lugin/Contents/MacOS/AVC
    0x1b41a000 - 0x1b456ff7 com.apple.DP.ScreenInputDevice 7.0 (7.0) <EEB9C00A-4B5E-3B2D-22D7-852541DD4785> /System/Library/PrivateFrameworks/CoreMediaIOServices.framework/Resources/Apple ScreenInputDevice.plugin/Contents/MacOS/AppleScreenInputDevice
    0x1b461000 - 0x1b4defe7 com.apple.AppleVADriver 4.7.5 (4.7.5) <15B7CB52-74FE-06EF-2D5F-381566CE8A05> /System/Library/Extensions/AppleVADriver.bundle/Contents/MacOS/AppleVADriver
    0x1b59f000 - 0x1b5a4ff7 com.apple.iokit.SCSITaskLib 2.6.0 (2.6.0) <2C1678A0-A9D1-0053-2A59-F20B59F1E1BA> /System/Library/Extensions/IOSCSIArchitectureModelFamily.kext/Contents/PlugIns/ SCSITaskUserClient.kext/Contents/PlugIns/SCSITaskLib.plugin/Contents/MacOS/SCSIT askLib
    0x1b5bf000 - 0x1b5d8fe7 com.apple.applepixletvideo 1.2.19 (1.2d19) <4A68731C-8071-6CF5-012C-40F00CD1333A> /System/Library/QuickTime/ApplePixletVideo.component/Contents/MacOS/ApplePixlet Video
    0x1b656000 - 0x1b689ff3 com.apple.FWAVC 124.46 (46) <20704FAF-AAA6-1131-AB13-73A09A3910AB> /System/Library/PrivateFrameworks/FWAVC.framework/Versions/A/FWAVC
    0x1b69e000 - 0x1b6c8fff com.apple.mio.DAL.VDC_4 124.0 (850) <14566EB9-3599-2304-6C38-EB558A9562C0> /System/Library/PrivateFrameworks/CoreMediaIOServices.framework/Resources/VDC.p lugin/Contents/MacOS/VDC
    0x1b6d1000 - 0x1b86cfff com.apple.TundraUnits 124.0 (850) <344D3438-14F5-332E-9569-D92D304BC327> /System/Library/PrivateFrameworks/CoreMediaIOServices.framework/Resources/Tundr aUnits.bundle/Contents/MacOS/TundraUnits
    0x1b88e000 - 0x1b8b8ffb com.apple.QuickTimeIIDCDigitizer 7.6.3 (1591.3) <73B2D191-434A-BF2D-046F-8C4E84113637> /System/Library/QuickTime/QuickTimeIIDCDigitizer.component/Contents/MacOS/Quick TimeIIDCDigitizer
    0x1d6a8000 - 0x1d6c8ff3 com.apple.IMXCodec 1.3.1 (147) /Library/QuickTime/IMXCodec.component/Contents/MacOS/IMXCodec
    0x1e080000 - 0x1e0bcfe3 com.apple.QuickTimeFireWireDV.component 7.6.3 (1591.3) <8E3D38A3-1005-305C-7B70-D400AB4AC0F3> /System/Library/QuickTime/QuickTimeFireWireDV.component/Contents/MacOS/QuickTim eFireWireDV
    0x1e108000 - 0x1e14cfe7 com.apple.DVCPROHDCodec 1.4 (231) /Library/QuickTime/DVCPROHDCodec.component/Contents/MacOS/DVCPROHDCodec
    0x1e18c000 - 0x1e1a9ff7 com.apple.IOFireWireLib 4.1.7 (4.1.7) <E8209019-3593-E872-EF40-B02434D321A4> /System/Library/Extensions/IOFireWireFamily.kext/Contents/PlugIns/IOFireWireLib .plugin/Contents/MacOS/IOFireWireLib
    0x1ec00000 - 0x1ec55fef com.apple.AppleProResDecoder 2.0 (223) <793BA98A-2E7D-1C39-998D-805B60034DF4> /System/Library/QuickTime/AppleProResDecoder.component/Contents/MacOS/AppleProR esDecoder
    0x1ed5f000 - 0x1edb6ffb com.apple.proapps.MIO 1.0.2 (1.0.2) /Applications/iMovie.app/Contents/Frameworks/MIO.framework/Versions/A/MIO
    0x1ef00000 - 0x1ef3afff com.apple.CoreMediaIOServicesPrivate 23.0 (951) <596EF646-C29C-1B9E-4FE3-8301C1648381> /System/Library/PrivateFrameworks/CoreMediaIOServicesPrivate.framework/Versions /A/CoreMediaIOServicesPrivate
    0x1ef56000 - 0x1ef7fff7 com.apple.CoreMediaPrivate 20.0 (20.0) <29A9848F-2C1C-BDE4-EADC-2A3C71C1DBC4> /System/Library/PrivateFrameworks/CoreMediaPrivate.framework/Versions/A/CoreMed iaPrivate
    0x1f200000 - 0x1f8fefeb com.apple.AVCHDPlugin 1.0.1 (1.0.1) <ED369564-9C7B-4609-CEF4-0D1A2DB794F5> /Applications/iMovie.app/Contents/RADPlugins/AVCHD.RADPlug/Contents/MacOS/AVCHD
    0x1f9d0000 - 0x1fb8dfec com.apple.MPEG2PSRADPlugin 1.2 (1.2) <6C43F60E-90E2-5CAA-4B0D-950C0E12C509> /Applications/iMovie.app/Contents/RADPlugins/MPEG2PS.RADPlug/Contents/MacOS/MPE G2PS
    0x22200000 - 0x22279fef com.apple.AppleVAH264HW.component 2.0 (1.0) <FFC0DED4-1AA1-267E-CE43-0261727DA31D> /System/Library/QuickTime/AppleVAH264HW.component/Contents/MacOS/AppleVAH264HW
    0x2233b000 - 0x223defd3 com.apple.AppleHDVCodec 1.4.1 (222) <68ABD695-E990-4F5F-9074-D2C4AE440637> /Library/QuickTime/AppleHDVCodec.component/Contents/MacOS/AppleHDVCodec
    0x22900000 - 0x22b23fe7 com.apple.audio.codecs.Components 2.0 (2.0) <064E9181-38CC-C2D3-070D-4D162D2903E8> /System/Library/Components/AudioCodecs.component/Contents/MacOS/AudioCodecs
    0x70000000 - 0x700cbffb com.apple.audio.units.Components 1.6.1 (1.6.1) <600769A2-479A-CA6E-A214-C8766F7CBD0F> /System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio
    0x8f611000 - 0x8fa52fe7 com.apple.GeForce8xxxGLDriver 1.6.6 (6.0.6) <205911D0-3CE3-D53C-289B-319A4E4BA153> /System/Library/Extensions/GeForce8xxxGLDriver.bundle/Contents/MacOS/GeForce8xx xGLDriver
    0x8fe00000 - 0x8fe4162b dyld 132.1 (???) <211AF0DD-42D9-79C8-BB6A-1F4BEEF4B4AB> /usr/lib/dyld
    0x90003000 - 0x90042ff7 com.apple.ImageCaptureCore 1.0 (1.0) <D8767350-A10D-B6B5-3A8D-05888A7758ED> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCo re
    0x90043000 - 0x90225fff com.apple.imageKit 2.0.1 (1.0) <3CD99122-4DC8-00CE-4BD7-E3E1E1C71C30> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
    0x90226000 - 0x90a50fe7 com.apple.WebCore 6531.21 (6531.21.8) <A1527339-942C-164F-03CB-0949EEA144C4> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x90a51000 - 0x90a51ff7 com.apple.Carbon 150 (152) <608A04AB-F35D-D2EB-6629-16B88FB32074> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x90a8c000 - 0x90b8dfe7 libxml2.2.dylib ??? (???) <C242A74D-280A-90C3-3F79-891624AA45D2> /usr/lib/libxml2.2.dylib
    0x90b8e000 - 0x90bceff3 com.apple.securityinterface 4.0.1 (37214) <BBC88C96-8827-91DC-0CF6-7CB639183395> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x90c19000 - 0x90d20fe3 com.apple.DiskImagesFramework 10.6 (281) <B57DDA36-9B4B-9D57-7072-91D531BDD2BC> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
    0x90dd0000 - 0x90efefe7 com.apple.CoreData 102.1 (250) <F33FF4A1-D7F9-4F6D-3153-E5F2588479EB> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x90f07000 - 0x90fe1ff3 com.apple.DesktopServices 1.5.3 (1.5.3) <DA02AC94-7B0C-BD75-2305-C46A307A5FB0> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x90fe2000 - 0x90fe4ff7 libRadiance.dylib ??? (???) <0E03CF64-0931-7B9A-F617-4387B809D6D8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x90fe5000 - 0x9105eff7 com.apple.PDFKit 2.5 (2.5) <58603BDB-337F-FBE3-EB11-7C31CF261995> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
    0x9105f000 - 0x91066ff7 com.apple.agl 3.0.12 (AGL-3.0.12) <6BF89127-C18C-27A9-F94A-981836A822FE> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x91067000 - 0x910b8ff7 com.apple.HIServices 1.8.0 (???) <B8EC13DB-A81A-91BF-8C82-66E840C64C91> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x910b9000 - 0x91160fe7 com.apple.CFNetwork 454.5 (454.5) <7C563385-9893-3B48-8607-5BC81DA2C4CF> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x91161000 - 0x91162ff7 com.apple.TrustEvaluationAgent 1.1 (1) <71E2DA16-83EC-6056-FFEE-862A04B5599F> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
    0x91163000 - 0x911fffe7 com.apple.ApplicationServices.ATS 4.1 (???) <EA26375D-8276-9671-645D-D28CAEC95292> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x91200000 - 0x91231ff3 libTrueTypeScaler.dylib ??? (???) <F326E053-7425-2F10-F883-CBD56A1E1B72> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
    0x91232000 - 0x91243ff7 com.apple.LangAnalysis 1.6.6 (1.6.6) <7A3862F7-3730-8F6E-A5DE-8E2CCEA979EF> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x91244000 - 0x913bbfef com.apple.CoreFoundation 6.6.1 (550.13) <AE9FC6F7-F0B2-DE58-759E-7DB89C021A46> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x913bc000 - 0x913faff7 com.apple.QuickLookFramework 2.1 (327.3) <84AF77F0-DAFD-DCED-FBD4-DCF827650F44> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x913fb000 - 0x9166bffb com.apple.Foundation 6.6.1 (751.14) <CD815A50-BB33-5AA1-DD73-A5B07D394DDA> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x916aa000 - 0x916aeff7 libGFXShared.dylib ??? (???) <ED62E870-E219-C873-88AA-9CE08108F811> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
    0x916af000 - 0x916d7ff7 libxslt.1.dylib ??? (???) <769EF4B2-C1AD-73D5-AAAD-1564DAEA77AF> /usr/lib/libxslt.1.dylib
    0x916d8000 - 0x916f6ff7 com.apple.CoreVideo 1.6.0 (43.1) <1FB01BE0-B013-AE86-A063-481BB547D2F5> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x9174a000 - 0x9174dfe7 libmathCommon.A.dylib ??? (???) <1622A54F-1A98-2CBE-B6A4-2122981A500E> /usr/lib/system/libmathCommon.A.dylib
    0x9174e000 - 0x91760ff7 com.apple.CoreMediaAuthoring 0.677 (677) <197EAB61-ACCE-E5AC-08FA-2A2D4E122E86> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreM ediaAuthoring
    0x91761000 - 0x9176eff7 com.apple.opengl 1.6.5 (1.6.5) <59D86286-B46F-B0E4-68F8-E5CDCADE393E> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x9176f000 - 0x91799ff7 com.apple.shortcut 1.1 (1.1) <B0514FA9-7CAE-AD94-93CA-7B2A2C5F7B8A> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
    0x9179a000 - 0x917b2ff7 com.apple.CFOpenDirectory 10.6 (10.6) <1537FB4F-C112-5D12-1E5D-3B1002A4038F> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
    0x917b3000 - 0x917d3fe7 com.apple.opencl 12 (12) <2DB56F60-577B-6724-5708-7B082F62CC0F> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x91883000 - 0x919affe3 com.apple.audio.toolbox.AudioToolbox 1.6.1 (1.6.1) <C226DF5C-35B0-98B8-95ED-FE5FE24E62C8> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x919b0000 - 0x91a5eff3 com.apple.ink.framework 1.3.1 (105) <CA3FBDC3-4BBA-7BD9-0777-A7B0751292CD> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x91a5f000 - 0x91a62ffb com.apple.help 1.3.1 (41) <67F1F424-3983-7A2A-EC21-867BE838E90B> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x91a63000 - 0x91b10fe7 libobjc.A.dylib ??? (???) <DF8E4CFA-3719-3415-0BF1-E8C5E561C3B1> /usr/lib/libobjc.A.dylib
    0x91b11000 - 0x91caefef com.apple.JavaScriptCore 6531.21 (6531.21.9) <FF236E3F-A016-2AEB-3E62-7108E76EF825> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x91caf000 - 0x91cb0ff7 com.apple.MonitorPanelFramework 1.3.0 (1.3.0) <0EC4EEFF-477E-908E-6F21-ED2C973846A4> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPane l
    0x91cb1000 - 0x91dbeff7 com.apple.MediaToolbox 0.420.18 (420.18) <31935D52-1F8D-4AB2-CCA5-4CF615CBCE24> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbo x
    0x91dbf000 - 0x91dbfff7 com.apple.CoreServices 44 (44) <AC35D112-5FB9-9C8C-6189-5F5945072375> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x91e2f000 - 0x91ee2fff libFontParser.dylib ??? (???) <FAD5E96D-CF93-CC86-6B30-A6594B930772> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x91ee3000 - 0x91f17ff7 libssl.0.9.8.dylib ??? (???) <F3402001-EC8D-58E5-4A23-02A979C9E857> /usr/lib/libssl.0.9.8.dylib
    0x920da000 - 0x9214bff7 com.apple.iLifeMediaBrowser 2.1.3 (346.0.3) <C862CAE1-1906-CD45-7D66-F8798483BAA5> /System/Library/PrivateFrameworks/iLifeMediaBrowser.framework/Versions/A/iLifeM ediaBrowser
    0x9214c000 - 0x92153fff com.apple.print.framework.Print 6.0 (237) <7A06B15C-B835-096E-7D96-C2FE8F0D21E1> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x92154000 - 0x92162fe7 libz.1.dylib ??? (???) <7B7A02AB-DA99-6180-880E-D28E4F9AA8EB> /usr/lib/libz.1.dylib
    0x92163000 - 0x92163ff7 com.apple.Accelerate.vecLib 3.5 (vecLib 3.5) <3E039E14-2A15-56CC-0074-EE59F9FBB913> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x92227000 - 0x9227dff7 com.apple.MeshKitRuntime 1.0 (49.0) <BCB920E3-C567-3F37-D404-F518A256859E> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshK itRuntime.framework/Versions/A/MeshKitRuntime
    0x9227e000 - 0x922b6ff7 com.apple.LDAPFramework 2.0 (120.1) <681A0B2E-BCB2-D2BA-3D02-A4989E9C7686> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x922e1000 - 0x92390ff3 com.apple.ColorSync 4.6.2 (4.6.2) <F3F097AC-FDB7-3357-C64F-E28BECF4C15F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x923b3000 - 0x923d7ff7 libJPEG.dylib ??? (???) <265DBF67-994E-E320-4CB1-9C3DE792C3B2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x9240f000 - 0x92501ff7 libcrypto.0.9.8.dylib ??? (???) <792B8722-3091-5E9F-E25F-67499CFE0599> /usr/lib/libcrypto.0.9.8.dylib
    0x9257e000 - 0x925d8ff7 com.apple.framework.IOKit 2.0 (???) <7618DDEC-2E3B-9C6E-FDC9-15169E24B4FB> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x925d9000 - 0x92649ff3 com.apple.AppleVAFramework 4.7.5 (4.7.5) <464A915D-E670-FA22-7799-454259D42B82> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x92691000 - 0x926c6ff7 libcups.2.dylib ??? (???) <BE4E095C-EECA-017E-11AA-C65F4D2B15C8> /usr/lib/libcups.2.dylib
    0x928cc000 - 0x92a70feb libSystem.B.dylib ??? (???) <D45B91B2-2B4C-AAC0-8096-1FC48B7E9672> /usr/lib/libSystem.B.dylib
    0x92a71000 - 0x92ab7ff7 libauto.dylib ??? (???) <85670A64-3B67-8162-D441-D8E0BE15CA94> /usr/lib/libauto.dylib
    0x92adf000 - 0x92f14ff7 libLAPACK.dylib ??? (???) <5E2D2283-57DE-9A49-1DB0-CD027FEFA6C2> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x92f15000 - 0x92f31fe3 com.apple.openscripting 1.3.1 (???) <DA16DE48-59F4-C94B-EBE3-7FAF772211A2> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x92f32000 - 0x93144fff com.apple.RawCamera.bundle 2.2.1 (477) <10937A0D-0856-1B69-AE27-43BC15B7DD21> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x93287000 - 0x932cbfe7 com.apple.Metadata 10.6.2 (507.4) <DBCBAE7D-7B34-7806-C0B9-1E6E6D45562F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x932cc000 - 0x932ccff7 com.apple.vecLib 3.5 (vecLib 3.5) <17BEEF92-DF30-CD52-FD65-0B7B43B93617> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x932cd000 - 0x932ddff7 libsasl2.2.dylib ??? (???) <C8744EA3-0AB7-CD03-E639-C4F2B910BE5D> /usr/lib/libsasl2.2.dylib
    0x932de000 - 0x93355fe3 com.apple.backup.framework 1.2 (1.2) <411D14B1-0E2D-25FF-F329-CE92C70DDEC3> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x93356000 - 0x93581ff3 com.apple.QuartzComposer 4.1 (156.10) <24293329-50D7-D12F-51B3-57976A4E52B1> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
    0x93582000 - 0x935b8fff libtidy.A.dylib ??? (???) <DDFAB560-3883-A6A2-7BDD-D91730982B48> /usr/lib/libtidy.A.dylib
    0x935b9000 - 0x935fcff7 com.apple.NavigationServices 3.5.3 (181) <28CDD978-030E-7D4A-5334-874A8EBE6C29> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x935fd000 - 0x936d8ff7 com.apple.DiscRecording 5.0.3 (5030.4.2) <CC86EBA6-5E48-32C0-77AE-81479DFF6D4A> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
    0x936d9000 - 0x93729ff7 com.apple.framework.familycontrols 2.0 (2.0) <50617342-E578-4C1C-938A-19A37ECA91CA> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
    0x9372a000 - 0x9372dff7 libCGXType.A.dylib ??? (???) <3FB5E457-EABF-B33E-E01B-C695FB2D72EE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
    0x9372e000 - 0x93798fe7 libstdc++.6.dylib ??? (???) <411D87F4-B7E1-44EB-F201-F8B4F9227213> /usr/lib/libstdc++.6.dylib
    0x937bf000 - 0x93817fe7 com.apple.datadetectorscore 2.0 (80.7) <A40AA74A-9D13-2A6C-5440-B50905923251> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
    0x93818000 - 0x939f3ff3 libType1Scaler.dylib ??? (???) <BD3674DE-EAD9-C57A-0072-3C18970DCC1C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libType1Scaler.dylib
    0x939f4000 - 0x93c56ff7 com.apple.security 6.0 (36910) <32B8FA26-CD73-4C45-C15A-EF8406D51FCC> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x93c57000 - 0x93c5dfff com.apple.CommonPanels 1.2.4 (91) <2438AF5D-067B-B9FD-1248-2C9987F360BA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x93c5e000 - 0x93c8eff7 com.apple.MeshKit 1.0 (49.0) <435718C1-ED40-6BCC-F0D8-67FA05CFFF1E> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/MeshKit
    0x93c8f000 - 0x93c8fff7 com.apple.quartzframework 1.5 (1.5) <CEB78F00-C5B2-3B3F-BF70-DD6D578719C0> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x93c90000 - 0x93d2dfe3 com.apple.LaunchServices 362 (362) <8BE1C1A1-BF71-CE07-F3FB-6057D47AF461> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x93d2e000 - 0x93d6fff7 libRIP.A.dylib ??? (???) <6DB158C6-A84D-98C9-1D48-868A3DB17D09> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x93d70000 - 0x93dacfff com.apple.CoreMediaIOServices 124.0 (850) <FD86FB28-9BA1-0993-1172-F10F61EA6344> /System/Library/PrivateFrameworks/CoreMediaIOServices.framework/Versions/A/Core MediaIOServices
    0x93dcf000 - 0x94136ff7 com.apple.QuartzCore 1.6.1 (227.8) <8B90AB08-46A4-1C5C-4E71-C6AB652477B9> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x94173000 - 0x94492fe7 com.apple.CoreServices.CarbonCore 861.2 (861.2) <A9077470-3786-09F2-E0C7-F082B7F97838> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x94493000 - 0x94570ff7 com.apple.vImage 4.0 (4.0) <64597E4B-F144-DBB3-F428-0EC3D9A1219E> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x94571000 - 0x945f1feb com.apple.SearchKit 1.3.0 (1.3.0) <9E18AEA5-F4B4-8BE5-EEA9-818FC4F46FD9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x945f2000 - 0x9468afe7 edu.mit.Kerberos 6.5.9 (6.5.9) <BA9BD282-FF56-3BFD-E78C-7DBE73B48480> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x9468b000 - 0x94aa1ff7 libBLAS.dylib ??? (???) <C4FB303A-DB4D-F9E8-181C-129585E59603> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x94aa2000 - 0x94aa6ff7 IOSurface ??? (???) <C11D3FF3-EB51-A07D-EF24-9C2004115724> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x94abb000 - 0x94ac0ff7 com.apple.OpenDirectory 10.6 (10.6) <92582807-E8F3-3DD9-EB42-4195CFB754A1> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x94ac1000 - 0x94af4ff7 com.apple.AE 496.1 (496.1) <B638FDD4-7322-F0E4-ACEB-777D8A1399E1> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x94b36000 - 0x94b36ff7 com.apple.Cocoa 6.6 (???) <EA27B428-5904-B00B-397A-185588698BCC> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x94b8b000 - 0x94b98ff7 com.apple.NetFS 3.2.1 (3.2.1) <E6FD80B0-0238-0C42-A3EC-EBDEC107A1C3> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x94b99000 - 0x94bc0ff7 com.apple.quartzfilters 1.6.0 (1.6.0) <879A3B93-87A6-88FE-305D-DF1EAED04756> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
    0x94bc1000 - 0x94d43fe7 libicucore.A.dylib ??? (???) <2B0182F3-F459-B452-CC34-46FE73ADE348> /usr/lib/libicucore.A.dylib
    0x94d44000 - 0x94da8ffb com.apple.htmlrendering 72 (1.1.4) <4D451A35-FAB6-1288-71F6-F24A4B6E2371> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x94da9000 - 0x94dadff7 libGIF.dylib ??? (???) <51848EBF-27D4-0F85-C22A-D1AE10D328F3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x94db1000 - 0x94df3fe7 libvDSP.dylib ??? (???) <8F8FFFB3-81E3-2969-5688-D5B0979182E6> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x94df4000 - 0x94e6efef com.apple.audio.CoreAudio 3.2.2 (3.2.2) <1F97B48A-327B-89CC-7C01-3865179716E0> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x94e6f000 - 0x94ea4ff7 libGLImage.dylib ??? (???) <A6007BF7-BF3C-96DC-C435-849C6B88C58A> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x94ea5000 - 0x94f36fe7 com.apple.print.framework.PrintCore 6.1 (312.3) <6D4322AF-703C-CC19-77B4-53E6D3BB18D4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x94f37000 - 0x94fa5ff7 com.apple.QuickLookUIFramework 2.1 (327.3) <2F51D9CB-F827-E0AF-F201-5F4244C0D02A> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.f ramework/Versions/A/QuickLookUI
    0x94fab000 - 0x94fb5fe7 com.apple.audio.SoundManager 3.9.3 (3.9.3) <5F494955-7290-2D91-DA94-44B590191771> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x94fb6000 - 0x950f5fe3 com.apple.QTKit 7.6.3 (1591.3) <18F25C19-F0B8-5907-D6D6-65EC53DF0D3B> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x950f6000 - 0x95103ff7 libbz2.1.0.dylib ??? (???) <495732E1-2AC4-44FC-E633-4CBCC503B924> /usr/lib/libbz2.1.0.dylib
    0x95104000 - 0x95118ffb com.apple.speech.synthesis.framework 3.10.35 (3.10.35) <57DD5458-4F24-DA7D-0927-C3321A65D743> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x9512c000 - 0x951e5fe7 libsqlite3.dylib ??? (???) <16CEF8E8-8C9A-94CD-EF5D-05477844C005> /usr/lib/libsqlite3.dylib
    0x95340000 - 0x9537efe7 com.apple.MediaKit 10.0 (472) <8B1C89AF-6A2A-8D01-D723-22A4DBEA7760> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
    0x9537f000 - 0x9538bff7 libkxld.dylib ??? (???) <152C8DBB-0149-5827-3240-E57CA85CFE5F> /usr/lib/system/libkxld.dylib
    0x9538c000 - 0x953dcfe7 libGLU.dylib ??? (???) <55A69DCE-1237-341E-F239-CDFE1F5B19BB> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x953dd000 - 0x953e3ff7 com.apple.DisplayServicesFW 2.2 (2.2) <72C790A9-F4D2-DA92-015B-4CAF478FC0C2> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
    0x953e4000 - 0x954aefef com.apple.CoreServices.OSServices 352 (352) <D9F21CA4-EED0-705F-8F3C-F1322D114B52> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x955c6000 - 0x9560aff3 com.apple.coreui 2 (113) <A810DFFD-6314-5E2B-93A4-D5626634B1EE> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x9560b000 - 0x9592efef com.apple.HIToolbox 1.6.2 (???) <E02640B9-7BC3-A4B4-6202-9E4127DDFDD6> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x9592f000 - 0x9597cfeb com.apple.DirectoryService.PasswordServerFramework 6.0 (6.0) <BF66BA5D-BBC8-78A5-DBE2-F9DE3DD1D775> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordS erver
    0x9598b000 - 0x95a3afe3 com.apple.QuickTimeImporters.component 7.6.3 (1591.3) <34BF4FBA-BFCD-9A47-4BA9-E2B155C5C881> /System/Library/QuickTime/QuickTimeImporters.component/Contents/MacOS/QuickTime Importers
    0x95a3b000 - 0x95a50fff com.apple.ImageCapture 6.0 (6.0) <3F31833A-38A9-444E-02B7-17619CA6F2A0> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x95a51000 - 0x95d4afef com.apple.QuickTime 7.6.3 (1591.3) <687233E1-F428-5224-08D5-5874BEA2300D> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x95d4b000 - 0x95dbaff7 libvMisc.dylib ??? (???) <59243A8C-2B98-3E71-8032-884D4853E79F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x95dbb000 - 0x95dc4ff7 com.apple.DiskArbitration 2.3 (2.3) <E9C40767-DA6A-6CCB-8B00-2D5706753000> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x95e13000 - 0x95e4aff7 com.apple.CoreMedia 0.420.18 (420.18) <43747711-B334-B0C7-4971-15FA586DAFBF> /System/Library/PrivateFrameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x95e4b000 - 0x9662e4b7 com.apple.CoreGraphics 1.536.12 (???) <263EB5FC-DEAD-7C5B-C486-EC86C173F952> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x9662f000 - 0x96666fe7 libcurl.4.dylib ??? (???) <D6299871-E1C9-5238-FE18-0B3C02025376> /usr/lib/libcurl.4.dylib
    0x96667000 - 0x96867feb com.apple.AddressBook.framework 5.0.1 (864) <878FE5D9-6C49-000F-D5D1-DF8054BFC0F0> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x96870000 - 0x96918ffb com.apple.QD 3.33 (???) <196CDBA6-5B87-2767-DD57-082D71B0A5C7> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x96919000 - 0x96919ff7 liblangid.dylib ??? (???) <B99607FC-5646-32C8-2C16-AFB5EA9097C2> /usr/lib/liblangid.dylib
    0x9692b000 - 0x969fcfe3 ColorSyncDeprecated.dylib ??? (???) <1CEB1F35-EF10-A63D-AD9E-D7BD391D4719> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ColorSync.f ramework/Versions/A/Resources/ColorSyncDeprecated.dylib
    0x969fd000 - 0x96afffef com.apple.MeshKitIO 1.0 (49.0) <E4436373-BF5D-9644-F8B7-B72762BEC08B> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshK itIO.framework/Versions/A/MeshKitIO
    0x96b00000 - 0x96bdefff com.apple.QuickTimeMPEG4.component 7.6.3 (1591.3) <75DC17F7-B0A5-2D13-C8CA-569A8C3BAAD3> /System/Library/QuickTime/QuickTimeMPEG4.component/Contents/MacOS/QuickTimeMPEG 4
    0x96bdf000 - 0x96c1cff7 com.apple.SystemConfiguration 1.10.1 (1.10.1) <BA676C76-6AAD-F630-626D-B9248535294D> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x96c1d000 - 0x96c43fff com.apple.DictionaryServices 1.1.1 (1.1.1) <02709230-9B37-C743-6E27-3FCFD18211F8> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x96c55000 - 0x96cd7ffb SecurityFoundation ??? (???) <29C27E0E-B2B3-BF6B-B1F8-5783B8B01535> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x96cd8000 - 0x96d12ffb libFontRegistry.dylib ??? (???) <72342297-E8D6-B071-A752-014134129282> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x96d13000 - 0x96d35ff3 com.apple.DirectoryService.Framework 3.6 (621.1) <61569C79-6567-BE8F-4F76-BAC04E5FBF79> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x96d36000 - 0x96d40ff7 libGL.dylib ??? (???) <B375A3B6-2983-A4E4-50FB-9087FD606FD6> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x96d41000 - 0x96d42ff7 com.apple.audio.units.AudioUnit 1.6.1 (1.6.1) <68180B96-381C-A09D-5576-606A134FD953> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x96d43000 - 0x96d8cfe7 libTIFF.dylib ??? (???) <6EF87001-6FB4-1405-C588-F6D8042D3534> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x96d8d000 - 0x96d90ff7 libCoreVMClient.dylib ??? (???) <16BB2178-B32D-E57E-F1E4-D177F7754232> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
    0x96d91000 - 0x96f4dfef com.apple.ImageIO.framework 3.0.1 (3.0.1) <A37E541F-3D6A-2BE9-AB32-F60CCDE13608> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x96f4e000 - 0x96f4eff7 com.apple.ApplicationServices 38 (38) <8012B504-3D83-BFBB-DA65-065E061CFE03> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x96f4f000 - 0x9782dff7 com.apple.AppKit 6.6.3 (1038.25) <72A9AA47-8DCB-DB07-64F5-F837E98C62D8> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x9786e000 - 0x97952ff7 com.apple.WebKit 6531.21 (6531.21.8) <E2506911-46B5-0CFE-0C49-77EA8F216E8C> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x97c5e000 - 0x97c6eff7 com.apple.DSObjCWrappers.Framework 10.6 (134) <81A0B409-3906-A98F-CA9B-A49E75007495> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x97c6f000 - 0x97c8aff7 libPng.dylib ??? (???) <38DD4AA1-0643-85A0-F2F5-EE9269729975> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x97c8b000 - 0x97d81ff7 libGLProgrammability.dylib ??? (???) <B8E40851-3A01-7D01-2F96-537BF7FA63B5> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x97d82000 - 0x97d96fe7 libbsm.0.dylib ??? (???) <14CB053A-7C47-96DA-E415-0906BA1B78C9> /usr/lib/libbsm.0.dylib
    0x97d97000 - 0x97df7fe7 com.apple.CoreText 3.1.0 (???) <8F4FCAE2-8E6F-F0DE-A6AA-15D0228B7F13> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x97e16000 - 0x98da4ff7 com.apple.QuickTimeComponents.component 7.6.3 (1591.3) /System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickTim eComponents
    0x98da5000 - 0x99253fe7 com.apple.VideoToolbox 0.420.18 (420.18) <CB16BB7D-FBE2-A2AD-490A-18479A8321BA> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbo x
    0x9926d000 - 0x9928dfe7 libresolv.9.dylib ??? (???) <A48921CB-3FA7-3071-AF9C-2D86FB493A3A> /usr/lib/libresolv.9.dylib
    0x9928e000 - 0x99298ffb com.apple.speech.recognition.framework 3.11.1 (3.11.1) <E106CC3A-7633-5587-0B29-64E19FCBC613> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x992cb000 - 0x992cdff7 com.apple.QuickTimeH264.component 7.6.3 (1591.3) /System/Library/QuickTime/QuickTimeH264.component/Contents/MacOS/QuickTimeH264
    0x992ce000 - 0x992d8ff7 com.apple.HelpData 2.0.4 (34) <9128FFEB-0F6C-B273-FCF4-D87A20227345> /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
    0x992d9000 - 0x992dbff7 com.apple.securityhi 4.0 (36638) <962C66FB-5BE9-634E-0810-036CB340C059> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x992dc000 - 0x992dcff7 com.apple.Accelerate 1.5 (Accelerate 1.5) <F642E7A0-3720-FA19-0190-E6DBD9EF2D9B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x992fc000 - 0x99420ff7 com.apple.CoreAUC 5.03.2 (5.03.2) <38C77DF1-6F98-4ABF-BE8F-ADA70E9C622D> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
    0x99421000 - 0x9942cff7 libCSync.A.dylib ??? (???) <9292E6E3-70C1-1DD7-4213-1044F0FA8381> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x99459000 - 0x9946bff7 com.apple.MultitouchSupport.framework 204.9 (204.9) <B639F02B-33CC-150C-AE8C-1007EA7648F9> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
    0x9946c000 - 0x994c6fe7 com.apple.CorePDF 1.1 (1.1) <8ED0FB5F-D498-D012-DF09-DE5378D40D52> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
    0xffff0000 - 0xffff1fff libSystem.B.dylib ??? (???) <D45B91B2-2B4C-AAC0-8096-1FC48B7E9672> /usr/lib/libSystem.B.dylib
    Model: MacBookPro5,5, BootROM MBP55.00AC.B03, 2 processors, Intel Core 2 Duo, 2.26 GHz, 2 GB, SMC 1.47f2
    Graphics: NVIDIA GeForce 9400M, NVIDIA GeForce 9400M, PCI, 256 MB
    Memory Module: global_name
    AirPort: spairportwireless_card_type_airportextreme (0x14E4, 0x8D), Broadcom BCM43xx 1.0 (5.10.91.26)
    Bluetooth: Version 2.2.4f3, 2 service, 1 devices, 1 incoming serial ports
    Network Service: AirPort, AirPort, en1
    Serial ATA Device: ST9500420AS, 465.76 GB
    Serial ATA Device: HL-DT-ST DVDRW GS23N
    USB Device: Hub, 0x058f (Alcor Micro, Corp.), 0x6254, 0x24100000
    USB Device: Hub in Apple Pro Keyboard, 0x05ac (Apple Inc.), 0x1003, 0x24120000
    USB Device: Apple Optical USB Mouse, 0x05ac (Apple Inc.), 0x0304, 0x24121000
    USB Device: Apple Pro Keyboard, 0x05ac (Apple Inc.), 0x020b, 0x24123000
    USB Device: USB Card Reader, 0x058f (Alcor Micro, Corp.), 0x6361, 0x24110000
    USB Device: Built-in iSight, 0x05ac (Apple Inc.), 0x8507, 0x24400000
    USB Device: Internal Memory Card Reader, 0x05ac (Apple Inc.), 0x8403, 0x26500000
    USB Device: Apple Internal Keyboard / Trackpad, 0x05ac (Apple Inc.), 0x0236, 0x04600000
    USB Device: IR Receiver, 0x05ac (Apple Inc.), 0x8242, 0x04500000
    USB Device: BRCM2046 Hub, 0x0a5c (Broadcom Corp.), 0x4500, 0x06100000
    USB Device: Bluetooth USB Host Controller, 0x05ac (Apple Inc.), 0x8213, 0x06110000
    FireWire Device: HDR-FX1, Sony, Up to 400 Mb/sec
    FireWire Device: My Book, WD, Up to 800 Mb/sec
    FireWire Device: Rev2, Drobo, Up to 800 Mb/sec

    To David Babsky and others, I am very sorry and apologize for jumping in like this but, where I would normally start a new tread, I came across a previous thread (that has since been closed) which goes directly to the heart of my question where David Babsky wrote:
    *Installing iM'08/09, of course, creates a new folder called 'iMovie (previous version)' into which it moves iMovie '06 (iMovie HD) when the newest iMovie is installed, thus letting you keep and run iMovie '06 (the "traditional style" iMovie with a "shelf" on the right and a "Timeline" at the bottom) besides continuing to use the "newer-style" iMovie '08/09+.*
    David, please excuse this intrusion but you bring up an interesting point that I am trying to clear up before I buy my new iMac Intel. My present G4 has iMovie 2.1 and iMovie HD 6.04. I got the 6.04 version for free by downloading it from the Apple site which they allowed when you bought and installed iLife 08. It resides in the Application Folder called "iMovie previous version." It is no longer available for download.
    I have read in these forums that if I used the Setup or Migration Assistant to bring these over, iMovie 2.1 and 6.4 will not install on the new Intel and will be overwritten by the iMovie 9 in iLife 09 which is already present in 10.6. I have heard that iMovie 9 must be deleted first before trying to install iMovie 6.04 (I have the dmg) and then you can reinstall iMovie 9. You seem to indicate otherwise and I was hoping that you could elaborate on how you got all the iMovies to exist at the same time.
    Again with my apologies,
    Thanks. Rich

  • Advantages of FCE HD over iMovie HD (with Sony HDR HC3)?

    Hi!
    I'm new to the digital Video world. Sadly I'm always a bit crazy and thought to buy a camera which will be a bit more future proof and decided to go for a Sony HDR HC3. I was using iMovie 6 HD with it and can import movies fine (ok not full speed on my 2Ghz iMac G5 but I can live with that), I can cut them but I can't realy render them as normal movies out of iMovie. Actually I can't do anything with them it always turns out to be a very bad jerky output format. So reading the iMovie forum, it seems thats normal behavior. People say it needs to be sent back on camera tape and get it converted by the camera to DV and then use it. Actually importing DV and then writing a DVD or encoding it to an other fileformat really works well.
    So my question is, can FCE HD handle HDV better? Like export it to normal DVD? Meaning like rendering the 1440 x 1080 interlaced to the DVD non interlaced resolution?
    iMovie shows me the Project is 1080i-25 (yes I'm using PAL). So I asume it merges the two half pictures to one 1080 and that results in 25 frames/sec...
    Any experiance with FCE and Sony HC3 here? Roughly 300 Euros/$300 is a bit too much to buy it and it turns out to be not much of a difference then iMovie (for exporting and handling HDV).
    Thanks for your help and feedback!
    Holger

    Hi!
    The reason why I ask is some weired behavior I have with IMovie 6 HD/Quicktime 7 on the latest Tiger release:
    I can import HDV from my Sony HC3 perfectly, and also export every unedited material to the camera perfectly. But when the HD material needs to recoded for use on DVD or as quicktime movie or just when you add titles effects etc. Output is getting very jerky.
    To test I did the following. I recorded a 360 degrees turn in a room in HDV. It shows perfectly smooth on the camera screen when playbacked, smooth on TV etc. Smooth means as you see it when turning your head..
    So now I import it in HDV into iMovie. If i take the unedited film and want it to export it to any other format like DVD or an MPEG4 movie, things get jerky, the 360 degrees turn doesn't look nice anymore.
    I read in other forums, that thats in issue with HDV and you should let the camera convert it to DV, so the cuted material needs to be transfered back to the camera, and then let it convert it to DV.
    OK, so if I import HDV converted by the camera to DV its perfectly smooth, also on DVD on quicktime movies etc.
    When I import HDV in iMovie, and put a title text in the movie for like 10 secs out of the 20. iMovie will split the clip to two 10 sec ones and render the text in the first block. If I record it back as HDV on the camera tape and then reimport it with beeing converted as DV the following happens:
    The first 10 secs with the title are jerky, the second 10 secs are smooth as before.
    This needs to be related with the IMovie/Quicktime encoding, not with the camera (I have two of it to see if its not the hardware). So I'm really thinking It's either an iMovie problem an Quicktime problem or both together...
    So if FCE would handle the rendering process different... It would be worth to get it...
    Any ideas?
    Holger

  • Sony HDR-HC1 with iMovie HD 6 experience

    Well, I took the plunge and picked up a Sony HDR-HC1
    HD camcorder. I took it for its first drive. The video
    is awesome but iMovie HD 6 has some quirks.
    I imported the video into the computer. It imports
    at 1/2 real time. I learned later that this is a
    function of my computer speed. The camera was actually
    playing at normal speed; the computer was processing
    at 1/2 that rate.
    When I attempted to play the movie, iMovie hung on
    me. In hindsight, it appears that there was some
    corrupted data at the very beginning of the tape.
    I waited and waited while my CPU was pegged at 100%
    not knowing if this was normal processing or what.
    I had to kill the application to get out of this hang.
    It took a number of hangs/kills before I got out of
    this loop.
    In iMovie, the colors came and went. Sometimes the
    color was perfect; other times it was a tint of
    psychedelic purple/green. I don't know what the
    heck was going on. It seems good now after I
    created a new project.
    The 16:9 movie was being displayed as 4:3.
    Everything looked narrow. I created a new project
    and this problem went away.
    When I tried to use an external Firewire drive for
    the project, it said "no camera connected."
    Apparently, you can't connect to the camera
    (with Firewire) when a Firewire drive is in use.
    This is something else I learned the hard way.

    "..When I tried to use an external Firewire drive for the project, it said "no camera connected.."
    This may depend on (a) the make and model of external drive, (b) which socket on the drive you connect the camera to ..assuming there are at least two FireWire sockets on the drive.
    You might also try using a FireWire hub (..some work, and some don't, but the Belkin and Dino hubs work for me and my G4 PowerBook..) to connect both devices to your Mac.
    Here's another surprise waiting for you, if you haven't yet tried doing it (..we-ell; it's no longer a surprise, as I'm describing it here!..) ..when you come to export HDV back to the camera, you may find that it takes far longer than importing. The last-but-one issue of the UK's "MacUser" magazine suggests that it may take 10x real time to export HDV back to the camcorder. I sent 24 seconds' worth back to the camera yesterday, and that took about 8 minutes; seven or eight seconds for every 12 frames.
    iMovie has to re-encode into MPEG-2 HDV from the DV/QuickTime footage within iMovie, and that can take a -l-o-n-g- time before it switches the camera to 'Record' and actually starts sending video down the FireWire cable into the HC1.
    ..I just thought you ought to know, and be prepared for the wait!

  • Importing video from Sony HDR-CX410 FCP 6.0.6 will not recognise AVCHD files. what is the solution?

    First I have to admit I'm not technical in any way so I'm easily confused so please forgive me if my question sounds unprofessional.
    The computer is a Mac desk top tower with Lion OS x 2x2.66 GHz Dual-Core Intel Xeon with an  internal hard drive plus a number of remote hard drives.
    I'm using Final cut pro 6.0.6 to edit video.
    The question is, up until now I've been using material shot on mini DV tapes, then digitised into the computer via the camera. As this format is getting long in the tooth I decided to get one of the latest DVCAM cameras, I went for the Sony HDR-CX410.
    It was not until I had purchased the camera & shot a few test seq. & then tried to down load into the computer that I found out that Final cut does not recognise the AVCHD files on the SD card.I've tried importing from the camera as well as a card reader with no result.
    I've looked at a number of sites including Apple support community where it looks like this is a major issue for many people but I can't find anyone who is using the same camera. I wondered if this issue is something you have covered in the magazine, if so please let me know which copy, if not can you help in any way. It appears that Final cut proX may be able to translate the AVCHD files but I'm not sure. Am I right in thinking that if I do upgrade to FCPX I will still have to convert the files, if so would you recommend a suitable software program.  Is there any reason why Apple make it so difficult to edit this AVCHD format when all the latest cameras are using it, perhaps its time to change back to a PC?

    Eric,
    FCP 6.0.2 (compared to previous version) comes with the latest improvement and support for AVCHD.
    However, here is a suggestion:
    In Log&Transfer (top frame) on the right of *search field* there are three buttons, click on the one showing a little arrow-down and a sort of little star. Choose preferences then in the *transcode to* section click on those two tiny arrows pointing one up and the other down and choose Apple Intermediate Codec. Can you now transfer? (Add selection to queue)
    Once again 6.0.2 might provide better support for your camera.
    Use the search tool for more info.
    G.
    PS. Please note that some people have had problems with 6.0.2 so get us much info as you can before updating.

  • CS6 - Merge to HDR Pro fails to complete

    I'm running Win 7, 32-bit and just picked up LR 4.1 and CS6.  I've updated everything to the latest versions.  I'm shooting with a Nikon D800.
    I'm trying to merge 7 pictures using Merge to HDR Pro.  I've tried this using raw files (NEF) and converted JPG files.  I select the 7 files, PS comes up with the first picture showing.  It starts to process the second picture and the filename changes to something like Untitled_HDR1.  After a few seconds, that picture goes away and nothing else happens.
    Have I got my settings screwed up?
    Here is my System Info:
    Adobe Photoshop Version: 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00) x32
    Operating System: Windows 7 32-bit
    Version: 6.1 Service Pack 1
    System architecture: Intel CPU Family:6, Model:10, Stepping:5 with MMX, SSE Integer, SSE FP, SSE2, SSE3, SSE4.1, SSE4.2, HyperThreading
    Physical processor count: 4
    Logical processor count: 8
    Processor speed: 2664 MHz
    Built-in memory: 3582 MB
    Free memory: 1542 MB
    Memory available to Photoshop: 1665 MB
    Memory used by Photoshop: 85 %
    Image tile size: 128K
    Image cache levels: 4
    OpenGL Drawing: Enabled.
    OpenGL Drawing Mode: Advanced
    OpenGL Allow Normal Mode: True.
    OpenGL Allow Advanced Mode: True.
    OpenGL Allow Old GPUs: Not Detected.
    Video Card Vendor: NVIDIA Corporation
    Video Card Renderer: GeForce GTS 250/PCIe/SSE2
    Display: 1
    Display Bounds:=  top: 0, left: 0, bottom: 1080, right: 1920
    Video Card Number: 1
    Video Card: NVIDIA GeForce GTS 250
    OpenCL Unavailable
    Driver Version: 8.17.12.9573
    Driver Date: 20120209000000.000000-000
    Video Card Driver: nvd3dum.dll,nvwgf2um.dll,nvwgf2um.dll
    Video Mode: 1920 x 1080 x 4294967296 colors
    Video Card Caption: NVIDIA GeForce GTS 250
    Video Card Memory: 1024 MB
    Video Rect Texture Size: 8192
    Serial number: [removed by admin]
    Application folder: C:\Program Files\Adobe\Adobe Photoshop CS6\
    Temporary file path: C:\Users\RandG\AppData\Local\Temp\
    Photoshop scratch has async I/O enabled
    Scratch volume(s):
      C:\, 465.8G, 166.0G free
      E:\, 931.5G, 542.6G free
    Required Plug-ins folder: C:\Program Files\Adobe\Adobe Photoshop CS6\Required\
    Primary Plug-ins folder: C:\Program Files\Adobe\Adobe Photoshop CS6\Plug-ins\
    Additional Plug-ins folder: not set
    Installed components:
       A3DLIBS.dll   A3DLIB Dynamic Link Library   9.2.0.112  
       ACE.dll   ACE 2012/01/18-15:07:40   66.492997   66.492997
       adbeape.dll   Adobe APE 2012/01/25-10:04:55   66.1025012   66.1025012
       AdobeLinguistic.dll   Adobe Linguisitc Library   6.0.0  
       AdobeOwl.dll   Adobe Owl 2012/02/09-16:00:02   4.0.93   66.496052
       AdobePDFL.dll   PDFL 2011/12/12-16:12:37   66.419471   66.419471
       AdobePIP.dll   Adobe Product Improvement Program   6.0.0.1654  
       AdobeXMP.dll   Adobe XMP Core 2012/02/06-14:56:27   66.145661   66.145661
       AdobeXMPFiles.dll   Adobe XMP Files 2012/02/06-14:56:27   66.145661   66.145661
       AdobeXMPScript.dll   Adobe XMP Script 2012/02/06-14:56:27   66.145661   66.145661
       adobe_caps.dll   Adobe CAPS   6,0,29,0  
       AGM.dll   AGM 2012/01/18-15:07:40   66.492997   66.492997
       ahclient.dll    AdobeHelp Dynamic Link Library   1,7,0,56  
       aif_core.dll   AIF   3.0   62.490293
       aif_ocl.dll   AIF   3.0   62.490293
       aif_ogl.dll   AIF   3.0   62.490293
       amtlib.dll   AMTLib   6.0.0.75 (BuildVersion: 6.0; BuildDate: Mon Jan 16 2012 18:00:00)   1.000000
       ARE.dll   ARE 2012/01/18-15:07:40   66.492997   66.492997
       AXE8SharedExpat.dll   AXE8SharedExpat 2011/12/16-15:10:49   66.26830   66.26830
       AXEDOMCore.dll   AXEDOMCore 2011/12/16-15:10:49   66.26830   66.26830
       Bib.dll   BIB 2012/01/18-15:07:40   66.492997   66.492997
       BIBUtils.dll   BIBUtils 2012/01/18-15:07:40   66.492997   66.492997
       boost_date_time.dll   DVA Product   6.0.0  
       boost_signals.dll   DVA Product   6.0.0  
       boost_system.dll   DVA Product   6.0.0  
       boost_threads.dll   DVA Product   6.0.0  
       cg.dll   NVIDIA Cg Runtime   3.0.00007  
       cgGL.dll   NVIDIA Cg Runtime   3.0.00007  
       CIT.dll   Adobe CIT   2.0.5.19287   2.0.5.19287
       CoolType.dll   CoolType 2012/01/18-15:07:40   66.492997   66.492997
       data_flow.dll   AIF   3.0   62.490293
       dvaaudiodevice.dll   DVA Product   6.0.0  
       dvacore.dll   DVA Product   6.0.0  
       dvamarshal.dll   DVA Product   6.0.0  
       dvamediatypes.dll   DVA Product   6.0.0  
       dvaplayer.dll   DVA Product   6.0.0  
       dvatransport.dll   DVA Product   6.0.0  
       dvaunittesting.dll   DVA Product   6.0.0  
       dynamiclink.dll   DVA Product   6.0.0  
       ExtendScript.dll   ExtendScript 2011/12/14-15:08:46   66.490082   66.490082
       FileInfo.dll   Adobe XMP FileInfo 2012/01/17-15:11:19   66.145433   66.145433
       filter_graph.dll   AIF   3.0   62.490293
       hydra_filters.dll   AIF   3.0   62.490293
       icucnv40.dll   International Components for Unicode 2011/11/15-16:30:22    Build gtlib_3.0.16615  
       icudt40.dll   International Components for Unicode 2011/11/15-16:30:22    Build gtlib_3.0.16615  
       image_compiler.dll   AIF   3.0   62.490293
       image_flow.dll   AIF   3.0   62.490293
       image_runtime.dll   AIF   3.0   62.490293
       JP2KLib.dll   JP2KLib 2011/12/12-16:12:37   66.236923   66.236923
       libeay32.dll   The OpenSSL Toolkit   0.9.8g  
       libifcoremd.dll   Intel(r) Visual Fortran Compiler   10.0 (Update A)  
       libmmd.dll   Intel(r) C Compiler, Intel(r) C++ Compiler, Intel(r) Fortran Compiler   10.0  
       LogSession.dll   LogSession   2.1.2.1640  
       mediacoreif.dll   DVA Product   6.0.0  
       MPS.dll   MPS 2012/02/03-10:33:13   66.495174   66.495174
       msvcm80.dll   Microsoft® Visual Studio® 2005   8.00.50727.6195  
       msvcm90.dll   Microsoft® Visual Studio® 2008   9.00.30729.1  
       msvcp100.dll   Microsoft® Visual Studio® 2010   10.00.40219.1  
       msvcp71.dll   Microsoft® Visual Studio .NET   7.10.3077.0  
       msvcp80.dll   Microsoft® Visual Studio® 2005   8.00.50727.6195  
       msvcp90.dll   Microsoft® Visual Studio® 2008   9.00.30729.1  
       msvcr100.dll   Microsoft® Visual Studio® 2010   10.00.40219.1  
       msvcr71.dll   Microsoft® Visual Studio .NET   7.10.3052.4  
       msvcr80.dll   Microsoft® Visual Studio® 2005   8.00.50727.6195  
       msvcr90.dll   Microsoft® Visual Studio® 2008   9.00.30729.1  
       pdfsettings.dll   Adobe PDFSettings   1.04  
       Photoshop.dll   Adobe Photoshop CS6   CS6  
       Plugin.dll   Adobe Photoshop CS6   CS6  
       PlugPlug.dll   Adobe(R) CSXS PlugPlug Standard Dll (32 bit)   3.0.0.383  
       PSArt.dll   Adobe Photoshop CS6   CS6  
       PSViews.dll   Adobe Photoshop CS6   CS6  
       SCCore.dll   ScCore 2011/12/14-15:08:46   66.490082   66.490082
       ScriptUIFlex.dll   ScriptUIFlex 2011/12/14-15:08:46   66.490082   66.490082
       shfolder.dll   Microsoft(R) Windows (R) 2000 Operating System   5.50.4027.300  
       ssleay32.dll   The OpenSSL Toolkit   0.9.8g  
       tbb.dll   Intel(R) Threading Building Blocks for Windows   3, 0, 2010, 0406  
       tbbmalloc.dll   Intel(R) Threading Building Blocks for Windows   3, 0, 2010, 0406  
       TfFontMgr.dll   FontMgr   9.3.0.113  
       TfKernel.dll   Kernel   9.3.0.113  
       TFKGEOM.dll   Kernel Geom   9.3.0.113  
       TFUGEOM.dll   Adobe, UGeom©   9.3.0.113  
       updaternotifications.dll   Adobe Updater Notifications Library   6.0.0.24 (BuildVersion: 1.0; BuildDate: BUILDDATETIME)   6.0.0.24
       WRServices.dll   WRServices Friday January 27 2012 13:22:12   Build 0.17112   0.17112
       wu3d.dll   U3D Writer   9.3.0.113  
    Required plug-ins:
       Accented Edges 13.0
       Adaptive Wide Angle 13.0
       ADM 3.11x01
       Angled Strokes 13.0
       Average 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Bas Relief 13.0
       BMP 13.0
       Camera Raw 7.1
       Chalk & Charcoal 13.0
       Charcoal 13.0
       Chrome 13.0
       Cineon 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Clouds 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Collada 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Color Halftone 13.0
       Colored Pencil 13.0
       CompuServe GIF 13.0
       Conté Crayon 13.0
       Craquelure 13.0
       Crop and Straighten Photos 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Crop and Straighten Photos Filter 13.0
       Crosshatch 13.0
       Crystallize 13.0
       Cutout 13.0
       Dark Strokes 13.0
       De-Interlace 13.0
       Difference Clouds 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Diffuse Glow 13.0
       Displace 13.0
       Dry Brush 13.0
       Eazel Acquire 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Embed Watermark 4.0
       Extrude 13.0
       FastCore Routines 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Fibers 13.0
       Film Grain 13.0
       Filter Gallery 13.0
       Fresco 13.0
       Glass 13.0
       Glowing Edges 13.0
       Grain 13.0
       Graphic Pen 13.0
       Halftone Pattern 13.0
       HDRMergeUI 13.0
       IFF Format 13.0
       Ink Outlines 13.0
       JPEG 2000 13.0
       Lens Blur 13.0
       Lens Correction 13.0
       Lens Flare 13.0
       Liquify 13.0
       Matlab Operation 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Measurement Core 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Mezzotint 13.0
       MMXCore Routines 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Mosaic Tiles 13.0
       Multiprocessor Support 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Neon Glow 13.0
       Note Paper 13.0
       NTSC Colors 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Ocean Ripple 13.0
       Oil Paint 13.0
       OpenEXR 13.0
       Paint Daubs 13.0
       Palette Knife 13.0
       Patchwork 13.0
       Paths to Illustrator 13.0
       PCX 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Photocopy 13.0
       Photoshop 3D Engine 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Picture Package Filter 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Pinch 13.0
       Pixar 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Plaster 13.0
       Plastic Wrap 13.0
       PNG 13.0
       Pointillize 13.0
       Polar Coordinates 13.0
       Portable Bit Map 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Poster Edges 13.0
       Radial Blur 13.0
       Radiance 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Read Watermark 4.0
       Reticulation 13.0
       Ripple 13.0
       Rough Pastels 13.0
       Save for Web 13.0
       ScriptingSupport 13.0
       Shear 13.0
       Smart Blur 13.0
       Smudge Stick 13.0
       Solarize 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Spatter 13.0
       Spherize 13.0
       Sponge 13.0
       Sprayed Strokes 13.0
       Stained Glass 13.0
       Stamp 13.0
       Sumi-e 13.0
       Targa 13.0
       Texturizer 13.0
       Tiles 13.0
       Torn Edges 13.0
       Twirl 13.0
       Underpainting 13.0
       Vanishing Point 13.0
       Variations 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Water Paper 13.0
       Watercolor 13.0
       Wave 13.0
       WIA Support 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Wind 13.0
       Wireless Bitmap 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       ZigZag 13.0
    Optional and third party plug-ins:
       Portrait Professional 1, 4, 1, 0
       Twain Acquire 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
       Twain Select 11.0 (11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch])
    Plug-ins that failed to load: NONE
    Flash:
       Mini Bridge
       Kuler
    Installed TWAIN devices:
       WIA-Apple iPhone
       EPSON TWAIN 5

    From March 2012 Forum thread
    http://forums.adobe.com/message/4339337#4339337%234339337
    Although you are on Win7 32-bit, this may apply to your issue.
    There are some 32-bit XP-specific issues we're addressing before shipping that are related to memory.
    I'm pretty sure that's the issue you're running into. I'm sorry for the trouble it's causing you.
    Here are some suggestions to work around the issue. In the meantime, we'll work on helping XP-32 & Photoshop play nicely.
    Try a different memory setting (65%-ish. Try to give Photoshop ~1G and leave the rest to the system). Restart.
    Quit unnecessary applications.
    Try quitting Bridge and running Merge to HDR from File > Automate > Merge to HDR
    Other things to test out in the Performance Preference panel
             •  Try a larger or the largest Tile Size - you've got it set to smallest. Not sure which is better for this case.         •  Try lowering History States to 5.  Other, less likely, suspects:
    Corrupt prefs: Reset preference file: http://forums.adobe.com/message/4209421#4209421
    Same-named drive: Be sure there is no other directory is named identically to a folder in the Photoshop app path.
    Conflict with "Open Documents as Tabs = OFF" Prefrence (Interface) setting.
    Please let us know what ends up working best for your system.
    Thanks,
    Meredith
    Also, if Remove Ghosts = ON, it sometimes selects an extreme exposure as its base image (noted by green frame around the thumbnail in the dialog). Try selecting a different base image - just click on a different thumbnail.
    Are you still having issues after updating (Photoshop: Help > Updates...) ?
    Do any of these solve the problem for you?

  • Dropped frames or out-of-sync audio

    Using Sony HDR-FX1 and FCE-HD is set to DV-NTSC. I've also tried DV-NTSC Firewire Basic. I've been trying various suggestions I've found in the Discussions to cure dropped frames that prevent me from capturing and out-of-sync audio making footage I do capture useless. Mac is running 10.4 with 5.5 GB of RAM and dual 2 GHz G5.
    I'm capturing to my main hard drive which has plenty of space - when I'm done editing, I archive old footage on an external drive.
    "Abort capture on dropped frames" is currently checked. Lately, this means I can't get more than a few seconds without the capture stopping. This never used to happen, now it happens all the time no matter what tapes I'm capturing from.
    If I uncheck it, the audio on the captured footage is out of sync. Over time, as I've been trying to trouble shoot this using the Discussions, my projects remain unfinished and deadlines are looming sooner and sooner.
    If someonce could please help me I'd be very grateful.

    Hi(Bonjour)!
    Did you shoot in DV or HDV ?
    Did you try to capture HDV with Apple Intermediate Codec 1080i60 (or 50 for europe)?
    Does you downconvert HDV shooted to DV upon capturing from camcorder ?
    DV-NTSC 48 kHz is the way to go with downconverted material.
    Does your DV audio setting is 16 bit on FX1 ? (HDV is a fixed one).
    Michel Boissonneault

  • Repeated frames when time remapping AVCHD clips in AE

    I will try to explain the best I can. Keep in mind I am a novice and by no means highly technical. First some background: I edit sports video for college bound athletes. I put together highlight videos for them. When I am filming I start/stop the camera at the beginning/end of a play so I can easily identify/edit "clips". I have imported 10 AVCHD "clips" from my Sony HDR-SR11 to a Premiere Pro CS4 project. I am using the "AVCHD 1080i anamorphic/29.97fps" sequence setting as my output for this project will be a 1440x1080 mepeg2 file. So I get my clips in the timeline add some transitions, no major edits, render the work area and playback. Everything looks fine, all clips play smooth. Now here's the rub. I want to freeze play, highlight an athlete then continue play. To do this I am using AFTER EFFECTS (NOTE I have done this with HDV footage off my Canon HV20 camera with no problems) so anyway with the new CS4 edition I can right click on a clip in my timeline and choose "replace with after effects composition"....I do and the clip migrates to AE into a a composition ready for me to work my magic. So my method for freezing play is select the "clip" in the composition, Ctrl-Alt-T for time remapping. I add 5 seconds to the duration of the composition since I am going to add time when I freeze the clip. I find the point in the clip where I want to freeze it. I place a "time remap" keyframe at that point. I then drag my mouse to highlight the keyframe I just placed and the keyframe at the end of the clip......I drag them to the right 2 seconds, then cut/paste the keyframe I added which is placed by the CTI (which is still at the original point). Now I have a 2 second freeze in play. I add a white solid and do some masking to highlight the athlete during that freeze. And that's it.....I press "O" then "N" to define the work area then I choose "trim comp to work area" from the composition menu. I repeat this process to all my clips and here is where I see the problem. I go back to my timeline in PP and I play the clips......I see my freeze/highlight edits from AE just fine but on SOME clips......2 out of 5 for example.....I get jittery playback. So I decided to scrub thru the clip frame by frame to see what is going on. So within 29 frames this is what I see. Girl is getting ready to serve a volleyball....Frame 1-15....she steps forward to serve THEN at frame 18 she pops back to the starting point...IT LOOKS LIKE FRAMES 1-12 ARE BEING REPEATED. I scrub the rest of the clip and this happens at random points....a small block of frames gets repeated throughout the clip which in the end looks like "jitter" or "jumpy" motion. I follow the same workflow in AE for each clip BUT this "jitter" does not happen on every clip...only some. So is my workflow at fault or is AE/PP/Adobe still buggy when it comes to working with AVCHD codec?? Anyone else experience this, if so do you have a fix?

    I haven't tested your theory yet Andrew but I did do this. In trying to track down exactly where these repeated frames are occurring. In AE I redid one clip that was repeating frames. I went frame by frame in AE and see no repeated frames. These changes should occur automatically in PP since the AE comp is still dynamically linked to my PP timeline. So I scrubbed the "source" (AE comp) file from the PP project panel frame by frame. And low and behold there are repeated frames, so it appears the problem is the handoff from AE to PP Sooooooo, ok I deleted the source file in the PP project panel and reimport it via dynamic link. Open the clip in the source monitor and yes...repeated frames at same point....recheck the comp in AE....no repeated frames. Delete the clip from PP project panel and this time import the clip directly instead of dynamic link.....repeated frames still there. So how about rendering the clip in AE the old fashion way then import to PP. AE Render Queue best settings - lossless.....blah blah blah. I ended up with an .avi file with no repeated frames. So to me the problem is the handoff between AE & PP. So rendering my AVCHD comps in AE first is my work around for now. Andrew...thanks! I will try your theory of converting the clip prior to the comp asap...right now I am trying to meet a deadline.

Maybe you are looking for

  • How to compare the current date to an inputed date?

    I am having a validation to check if the date is not After the current System Date?      public String getDate_trans()          try {          Date x=new Date();<<Get the current Date          Date date=new Date();          DateFormat formatter ;    

  • Itunes won't detect ipad 2

    I've installed and re-installed the latest itunes 64bit on my win 7 machine. yet itunes will not detect it. I've tried multiple usb cables. tried differnt usb ports yet to no avail. every so often it will detect and let me sync but 99% of the time it

  • Non-English's bold font problem

    I want to set the label's font by bold. This is the part of my code. UIFont* font = [UIFont boldSystemFontOfSize: 20]; UILabel* label = [[UILabel alloc] initWithFrame:CGRectMake(100, 100, 100, 50)]]; label.font = font; label.text = @"ようこそ"; If text i

  • BPC 7.5 NW SP10 on BW 7.3

    Hi. Has anyone succeded in installing BPC 7.5 NW SP10 on BW 7.3. It should be supported. At least it says so on SMP. We are facing some troubles. We did install an all new BW system to be used for BPC. The component CPMBPC 753 was installed as this s

  • ISE and Guest Portal

    WLC - 7.2.110.0 ISE - 1.1.1 I'm new to ISE. I want to set up a very basic method for BYOD users to access our wireless network. I've set up an SSID for external Web Auth, where users get redirected to the ISE Guest Portal: https://1.2.3.4:8443/guestp