Pro*C sqlcxt undefined

Sorry to post this in LINUX, my problem is on Windows. There doesn't seem to be a place to post poblems with windows c programming problems with pro*c. Also, no downloads seem to be available to fix problems with pro*c.
I am getting this error when compiling and linking:
makegcc -oreplaceCard.exe C:\oracle\ora92\precomp\lib\msvc\oraSQL9.lib replaceCard.c
c:/djgpp/tmp/ccqESSA5.o(.text+0x58a):replaceCard.c: undefined reference to `_sqlcxt'
c:/djgpp/tmp/ccqESSA5.o(.text+0x11a7):replaceCard.c: undefined reference to `_sqlcxt'
collect2: ld returned 1 exit status
make.exe: *** [replaceCard] Error 1
Does my makefile look OK:
CC = gcc
LIB = C:\oracle\ora92\precomp\lib\msvc\oraSQL9.lib
all: replaceCard
replaceCard: replaceCard.c
     $(CC) -oreplaceCard.exe $(LIB) replaceCard.c

Hi Chris!
I believe that you miss a -l (minus lowercase L) in the makefile. You try to compile the library itself.
cu
Andreas

Similar Messages

  • Problem of Pro*C

    to compile a Pro*c source file in SGI IRIX env and test it to connect Oracle db.
    the source file is 'sample1.pc' which is a sample from oracle product.
    then,it is ok that i had precompile the file with 'proc' .but it is error to compile it with 'cc'.
    the error is:
    ERROR 33: Unresolved text symbol "sqlcxt" -- 1st referenced by test02.o.
    Use linker option -v to see when and which objects, archives and dsos are loaded.
    ERROR 33: Unresolved text symbol "sqlglm" -- 1st referenced by test02.o.
    Use linker option -v to see when and which objects, archives and dsos are loaded.
    the 'sqlcxt' and 'sqlglm' is also the oracle functions. i thought it must to be link some 'libxxx.a' object. but i don't know which object needed to link. who can give me a hand? pls to tell me. thanks!
    hope to reply.null

    I too have been blocked from compiling proc generated code by this same sqlcxt undefined reference error. I tried linking all of the $ORACLE_HOME/precomp/public .a files in sysliblist as you suggested, and I found that the sqlcxt undefined error no longer appeared. Unfortunately, a huge amount of new undefined symbol errors took its place. Unlike sqlcxt, these symbols are not in my .c source file. Adding -lsql8 to sysliblist was the key to defining sqlcxt, but that link by itself brought many undefined references.
    I found a similar bug description at http://technet.oracle.com/support/bboard/content/123.htm, so I wonder if something similar is the culprit here.
    I don't know about the libnldap8.a error, but I did have the same error for a .so file I accidentally entered in sysliblist, also for a mistaken .a name I typed in. Sorry, I don't have file libnldap8.a installed for my linux Oracle 8i Workgroup Server 8.1.5 package.

  • Help with linking ProC sample1.pc

    Hi, I can precompile and compile the demo program sample1.pc,
    but when I link it fails. Here is the command I'm using:
    proc MODE=ORACLE sample1.pc
    gcc -I$ORACLE_HOME/precomp/public -L$ORACLE_HOME/lib -lsql
    sample1.c
    The error I get is
    In function 'sq_error':
    undefined reference to 'sqlglm'
    undefined reference to 'sqlcxt'
    In function 'main':
    undefined reference to 'sqlcxt'
    undefined reference to 'sqlcxt'
    undefined reference to 'sqlcxt'
    sqlcxt is a function in the sql lib, so I thought the linker
    might not be finding the library, but it is. I get an error if
    I try making the library path incorrect and using -lsql
    I'm using gcc 2.7.2.3 and RedHat 5.2
    If anyone can tell me what I need to do or change I would really
    appreciate it.
    Thanks! R. Patton
    null

    Valeri Velkov (guest) wrote:
    : Hi there ,
    : I'm sory I added an extra message repeating yours !
    : I'm using RedHat 5.1 and the same gcc 2.7.2.3.
    : As some of the header files were not in the /usr/include
    : I created symbolic links to the correct directory in the
    : /usr/include .
    : But my problem is even worse than yours !!!
    : proc core-dumps BIG TIME !
    : Any help on this will be appreciated !
    : Thanks
    : Valeri
    : : I'm using gcc 2.7.2.3 and RedHat 5.2
    : : If anyone can tell me what I need to do or change I would
    : really
    : : appreciate it.
    : : Thanks! R. Patton
    Whenever proc core-dumps, the first thing to check is that
    LD_LIBRARY_PATH contains $ORACLE_HOME/lib.
    Then check that $ORACLE_HOME/precomp/admin/pcscfg.cfg is
    correct (I needed to expand $ORACLE_HOME to get it working).
    And finally, you NEED to use the supplied makefile (demo_proc.mk)
    to call proc. (do a "make -f demo_proc.mk myfile.c"
    instead of "proc myfile")
    I have been using Pro*C on Linux for some time, and it worked
    fine until I upgraded gcc (I now have gcc 2.8.1 installed, and
    Pro*C hasn't worked since - so beware)
    null

  • Initiate and Fill BIA Index Step Fails in Process Chain

    HI!
           In our weekend scenario for a cube, we refresh the data in a cube. What we do is, we delete BIA indexes before the data refresh in the cube, load the data, recreate the indexes using "Initialize and Fill BIA" step.
    Last run the filling process failed and in the log it showed this message:
    Lock for table 'table name'. Job will be restarted again later
    We have it for many tables and at the end of the log:
    FILLING_FAILED  >CHECK LOG!!!!!
    Please any advice in this?
    Thanks,
    Ghassan Matar

    HI!
        After the investigation, we found that the root cause of the lock is the ODS Activation. We have two ODS's activation jobs running at the same time we were initialize and fill BIA indexes. We tested that in Staging and it causes the lock as well.
    We implemented the Note 1223239 by setting the following parameters:
    WRITEINDEX =        180
    WAITTIME =            60
    This weekend, the ODS Activation step ended before the BIA Initialize and Fill step by 4 minutes. The step created the indexes for the cube tables but it didn't continue to fill any index and it failed.
    The Log is here.
    NEW INDEX: /BI0/SVTYPE                                                                                RSD_TREX        100          S
    NEW INDEX: /BI0/SSALESORG                                                                                RSD_TREX        100          S
    NEW INDEX: /BIC/SZREGION                                                                                RSD_TREX        100          S
    Event RSPROCESS with parameter 4L1CWG1AC7C479GIO3Z5A5GPH successfully triggered      RSMPC         090          S
    Job finished                                                                                00           517          S
    Also, after implementing the note: 1223239 with the parameters above, THE ODS Activation step was running in parallel with BIA Initalize and Fill step. the lock occured and after the completion of ODS Activation step all the locked tables get unlocked and filled properly except for 5 tables. It seems to me like kind of dead lock between these 5 tables. they take all the remaining time of the step and at the end BIA Initalize and Fill fails.
    If you will notice in our log, it is only 5 tables remaining and they are repeated every minute. At the end, the step failed.
    03:59:26 Lock for table '/BIC/SSEGRULE'. Job will be restarted again later
    03:59:26 Lock for table '/BIC/SNPM_YEAR'. Job will be restarted again later
    03:59:26 Lock for table '/BIC/SNPM_ENDYR'. Job will be restarted again later
    03:59:26 Lock for table '/BIC/SNPMPERCNT'. Job will be restarted again later
    03:59:26 Lock for table '/BIC/SDOMRULE'. Job will be restarted again later
    04:00:26 Lock for table '/BIC/SSEGRULE'. Job will be restarted again later
    04:00:26 Lock for table '/BIC/SNPM_YEAR'. Job will be restarted again later
    04:00:26 Lock for table '/BIC/SNPM_ENDYR'. Job will be restarted again later
    04:00:26 Lock for table '/BIC/SNPMPERCNT'. Job will be restarted again later
    04:00:26 Lock for table '/BIC/SDOMRULE'. Job will be restarted again later
    04:01:26 Lock for table '/BIC/SSEGRULE'. Job will be restarted again later
    04:01:26 Lock for table '/BIC/SNPM_YEAR'. Job will be restarted again later
    04:01:26 Lock for table '/BIC/SNPM_ENDYR'. Job will be restarted again later
    04:01:26 Lock for table '/BIC/SNPMPERCNT'. Job will be restarted again later
    04:01:26 Lock for table '/BIC/SDOMRULE'. Job will be restarted again later
    04:01:26 FILLING_FAILED  >CHECK LOG!!!!!
    04:01:27 Entire chain now has status 'R'
    04:01:28 Process ABAP Program, variant Rebuild BIA Indexes - Daily Inventory - End of Pro has status Undefined (instance )
    Please advise.
    Thanks,
    Ghassan Matar

  • PRO*C: undefined reference to sqlcxt

    Precompilation runs without error (proc test.pc).
    But Linker (after compiler-run) says:
    gcc -L/save/u01/app/oracle/product/815/lib
    -I/save/u01/app/oracle/product/815/precomp/public test.c
    /tmp/ccKOZqpD: In function `main':
    /tmp/ccKOZqpD(.text+0x1d7): undefined reference to `sqlcxt'
    /tmp/ccKOZqpD(.text+0x37b): undefined reference to `sqlcxt'
    bash-2.01$
    Looking up test.c I found a comment saying that sqlcxt is
    member of sqllib:
    /* SQLLIB Prototypes */
    extern sqlcxt (/*_ void **, unsigned int *,
    struct sqlexd *, struct sqlcxp * _*/);
    Unfortunately in library .../lib/sqllib I can3t find sqlcxt.
    No Problems running sqlplus, sqlload, exp, imp,...
    Anybody any idea why linking doesn3t work?
    Which library includes function sqlcxt?
    Thank You.
    null

    Hi,
    This is often the result of failing to include the orasqlX.lib file as input to the linker.
    I have a walkthrough of integrating Pro*C with Visual Studio here:
    http://oradim.blogspot.com/2009/05/oracle-proc-on-windows-with-express.html
    Maybe that will be of some help.
    How are you linking?
    Regards,
    Mark

  • Pro*C using Oracle 11g - ld: 0711-317 ERROR: Undefined symbol: .sqlcxt

    Hi
    We we are migrating from oracle 10g to 11g and AIX 5.3 to AIX 6.1. When I run the make file I get the following link errors. Note the 10g system is running using 32bit libs, and the new system is runing the 64bit libs.
    makegmake -f Makefile.all all SYSTEM=rs6k CC="cc_r" LINKER="cc_r"
    cc_r -lclntsh -L/wfm/usr/oracle/product/11.2.0/db/lib /home/Builds/CommonLib/Lib/AIX/cuCommonLib.a TagCommonLib/tagCommonLi
    b.a ObjFiles/TagDailyStats.o ObjFiles/TagCreate.o ObjFiles/EventLogMessageFormat.o ObjFiles/TagHeartBeatMsg.o ObjFiles/TagWriteTimingLog.o ObjFiles/Ta
    gGenMain.o -o TagTG
    ld: 0711-317 ERROR: Undefined symbol: .sqlcxt
    ld: 0711-317 ERROR: Undefined symbol: .sqlglm
    ld: 0711-317 ERROR: Undefined symbol: .sqlbuft
    ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information.
    gmake: *** [TagTG] Error 8
    make: 1254-004 The error code from the last command is 2.
    After reading some of the ideas on the web, I added the following options, -lsql11 -I/wfm/usr/oracle/product/11.2.0/db/precomp/public, but got the same error.
    > make
    gmake -f Makefile.all all SYSTEM=rs6k CC="cc_r" LINKER="cc_r"
    cc_r -lclntsh -lsql11 -I/wfm/usr/oracle/product/11.2.0/db/precomp/public -L/wfm/usr/oracle/product/11.2.0/db/lib /home/Buil
    ds/CommonLib/Lib/AIX/cuCommonLib.a TagCommonLib/tagCommonLib.a ObjFiles/TagDailyStats.o ObjFiles/TagCreate.o ObjFiles/EventLogMessageFormat.o ObjFiles
    /TagHeartBeatMsg.o ObjFiles/TagWriteTimingLog.o ObjFiles/TagGenMain.o -o TagTG
    ld: 0711-317 ERROR: Undefined symbol: .sqlcxt
    ld: 0711-317 ERROR: Undefined symbol: .sqlglm
    ld: 0711-317 ERROR: Undefined symbol: .sqlbuft
    ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information.
    gmake: *** [TagTG] Error 8
    make: 1254-004 The error code from the last command is 2.
    Can anyone please suggest to me what I am doing wrong .
    Thanks,
    Jim

    Hi,
    I'm experiencing the same problem, thank you for your 32 bit tip.
    I installed InstantClient for 64bit and didn't find any of the sql??? functions.
    http://download.oracle.com/otn/linux/instantclient/112010/oracle-instantclient11.2-precomp-11.2.0.1.0-1.x86_64.zip
    After that I installed the 64 bit client with universal installer, sql*plus, programmer and OCI packets, got lots of errors, cause I have not the official distribution and scripts are partly wrong.
    T24-SMS-1:/usr/lib# uname --all
    Linux T24-SMS-1 2.6.26-2-amd64 #1 SMP Wed May 12 18:03:14 UTC 2010 x86_64 GNU/Linux
    Then again I searched for sql??? functions sqlcxt I took and found them: (Note: they were not present with the instantclient distri with proc libraries
    T24-SMS-1:/usr/lib# find /home/sms/instantclient_11_2/lib -type f -exec grep -H -i sqlcxt {} \; | grep Binary
    Binary file /home/sms/instantclient_11_2/lib/libsql11.a matches
    Binary file /home/sms/instantclient_11_2/lib/liborasdk.so.11.1 matches
    Binary file /home/sms/instantclient_11_2/lib/libsrvmhas11.so matches
    Binary file /home/sms/instantclient_11_2/lib/libclntsh.so.11.1 matches
    Binary file /home/sms/instantclient_11_2/lib/libsqlplus.a matches
    After that I again got the same errors. I will try the 32 bit distribution and I hope I will find some header file with sql??? functions in it.

  • UNDEFINED SQLCXT ERROR(PRO*C)

    제품 : PRECOMPILERS
    작성날짜 : 1997-12-01
    SQLCXT symbol not found 시는 다음처럼 처리 한다.
    1) path 와 LD_LIBRARY_PATH 가 제대로 setting 되어있는지를 check 한다.
    2)$ORACLE_HOME/lib 아래 libsql.a 가 있는지를 확인후
    ?/precomp/env_precomp.mk 에서 다음처럼 수정한다.
    #LLIBSQL=-lsql
    add new line:
    LLIBSQL=$(LIBHOME)/libsql.a
    save file!
    3) make -nf proc.mk OBJS=sample1.o EXE=sample1 > mk
    (단 AIX 경우 make -nf build OBJS=sample1.o EXE=sample1> mk 로 build
    이하를 모두 명시해야 가능 :workaround)
    4) chmod 777 mk
    5) vi mk 해서 -lsql 을 추가
    6) mk (mk 를 실행한다.)
    환경변수 setting 시는 아래를 참조 한다.
    ORACLE_HOME
    ORACLE_SID
    SET THE LD_LIBARY_PATH $ORACLE_HOME/lib:/usr/lib
    7). core dump가 발생했을때는
    % strings core | more
    이때 다음과 같은 error 가 나타나면 OS library problem 이므로
    (주로 HP) OS 에 문의 한다.
    error 내용 : "/usr/lib/dld.sl B:10.19",

    Hi,
    This is often the result of failing to include the orasqlX.lib file as input to the linker.
    I have a walkthrough of integrating Pro*C with Visual Studio here:
    http://oradim.blogspot.com/2009/05/oracle-proc-on-windows-with-express.html
    Maybe that will be of some help.
    How are you linking?
    Regards,
    Mark

  • ReferenceError: photoshop is undefined? Trying to use Dr. Brown Image Processor Pro

    Hello!
    I installed Dr. Brown Image Processor Pro.
    I have Bridge and PS (CS6, CC and CC 2014) x64.
    Had to do a manual install to each folder.
    In Bridge I get the error
    ReferenceError: photoshop is undefined? Trying to use Dr. Brown Image Processor Pro.
    I tried both the CC and CS6 bridge same result.
    I have about 100 1GB plus files I want to size down. and need Image processor.
    Any Advice?
    I tried Dr. Brown's JUST FIX IT, bit it just brought me to the script editor. I'm not a programmer.
    Any advice will be appreciated.
    Maxi

    I wonder if this PDF Processor script would work better for you:
    http://www.ps-bridge-scripts.talktalk.net/
    Look under PSCS Scripts in left most column

  • Why does cool edit pro saying undefined external error when i try to preview my waves plugin

    please help

    Cool Edit Pro as far as I recollect could only use Direct X audio plugins. Perhaps your Waves plugins are VST which Cool Edit didn't support.

  • MACBOOK Pro- FF V3.6.10 - trying to access a Na vy Knowledge online course and can access the site but when I click to launch course I get an error that says: https\\ site**** says : error creating debug log: undefined" can someone please help me

    i can access this site using IE on my PC but can't access it using Firefox

    Is this the correct URL for that website? <br />
    https://wwwa.nko.navy.mil/
    I get this when trying to load that web site:
    wwwa.nko.navy.mil uses an invalid security certificate. <br />
    The certificate is not trusted because the issuer certificate is unknown. <br />
    (Error code: sec_error_unknown_issuer)
    Sorry, I can't help you with that issue. A problem like that is beyond my knowledge level.

  • Error in Pro*c compilation

    Hi !
    I have written a Pro*c program with Oracle 7 version (Solaris). It works fine . But when now USING Oracle 10G (Linux)...I am trying to compile it , I could convert the sample.pc into sample.c using the command
    $proc sample.pc.......
    But using the gcc command when I try to generate the executable code......I get the error........as shown below....
    $ gcc -o sample sample.c
    /tmp/cc24QDcV.o(.text+0x74): In function `main':
    : undefined reference to `sqlca'
    /tmp/cc24QDcV.o(.text+0x19f): In function `main':
    : undefined reference to `sqlcxt'
    /tmp/cc24QDcV.o(.text+0x205): In function `main':
    : undefined reference to `sqlca'
    /tmp/cc24QDcV.o(.text+0x361): In function `main':
    : undefined reference to `sqlcxt'
    collect2: ld returned 1 exit status
    The header files listed above are in $ORACLE_HOME/precomp/public directory.
    Can anyone point out the cause and remedy for this error....
    regds.
    J.S.Sachdeva

    Please explain it. how to use demo_proc.mk and how it will resolve "
    Undefined first referenced
    symbol in file
    sqlcxt /var/tmp/ccojYPSj.o
    ld: fatal: Symbol referencing errors. No output written to a.out
    collect2: ld returned 1 exit status
    problem.
    Thanks in advance

  • How to compile and execute a Pro*C program on Unix?

    Hello Gurus,
    I am new to Pro*C. I just wrote a sample Pro*C program 'first.pc' to read some information from some tables and print it on screen.
    I am not sure how to compile it and execute it to see the output of my very first program.
    After searching a lot I tried following ..
    -- Step 1 compile the program into .c program
    $->ls -lrt first.pc
    -rwxrwxrwx    1 sqloper4 staff          1069 Oct 31 03:39 first.pc
    $->proc first.pc
    Pro*C/C++: Release 8.1.7.0.0 - Production on Sat Oct 31 05:43:35 2009
    (c) Copyright 2000 Oracle Corporation.  All rights reserved.
    System default option values taken from: /oracle/app/oracle/product/8.1.7/precomp/admin/pcscfg.cfg
    $->ls -lrt first*
    -rwxrwxrwx    1 sqloper4 staff          1069 Oct 31 03:39 first.pc
    -rw-r--r--    1 sqloper4 staff             0 Oct 31 05:43 first.lis
    -rw-r--r--    1 sqloper4 staff          6648 Oct 31 05:43 first.c
    $->
    -- Step 2 Generate the .o file
    $->cc -I${ORACLE_HOME}/precomp/public -c first.c
    first.c: In function 'main':
    first.c:154: warning: return type of 'main' is not 'int'
    $->
    $->ls -lrt first*
    -rwxrwxrwx    1 sqloper4 staff          1069 Oct 31 03:39 first.pc
    -rw-r--r--    1 sqloper4 staff             0 Oct 31 05:43 first.lis
    -rw-r--r--    1 sqloper4 staff          6648 Oct 31 05:43 first.c
    -rw-r--r--    1 sqloper4 staff          3709 Oct 31 05:45 first.o
    $->
    -- Step 3 After that link the .o to libraries and produce the exe
    $->cc -o exe_name -L $ORACLE_HOME/lib -lclntsh
    ld: 0711-317 ERROR: Undefined symbol: .main
    ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information.
    collect2: ld returned 8 exit status
    $->
    $->ls -lrt first*
    -rwxrwxrwx    1 sqloper4 staff          1069 Oct 31 03:39 first.pc
    -rw-r--r--    1 sqloper4 staff             0 Oct 31 05:43 first.lis
    -rw-r--r--    1 sqloper4 staff          6648 Oct 31 05:43 first.c
    -rw-r--r--    1 sqloper4 staff          3709 Oct 31 05:45 first.o
    $->After all above still I am not sure how to proceed and 'execute' the program.
    Could you please help me with the steps to 'Compile and execute' a Pro*C program ?
    Oracle DB Version : Oracle8i Enterprise Edition Release 8.1.7.4.0 - Production
    OS : Unix
    Thanks in advance!

    Hi All,
    After reading Pro*C Question thread I have tried below steps to compile my .C program, but failed with the given errors
    $->cc -I$ORACLE_HOME/precomp/public -L$ORACLE_HOME/lib first.c -o sample
    ld: 0711-317 ERROR: Undefined symbol: .sqlcxt
    ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information.
    collect2: ld returned 8 exit statusAfter receiving above error I tried below command as an alternative
    $->cc -I$ORACLE_HOME/precomp/public -L$ORACLE_HOME/lib first.c -o first -lclntsh -lsql10
    collect2: library libsql10 not foundCould you please help in resolving above error? Whats missing exactly?

  • Mac Pro - Keeps crashing more frequently

    Hi All,
    I wonder if anyone can help as I keep having issues with my Mac Pro crashing more and more frequently.
    Its an early 2008 model 2 x 2.8ghz, 10gb ram, Nvidia 8800 GT512 card.  Im on mountain lion which is up to date.
    I'm a photographer and whenever im creating a batch of previews in lightroom for instance it wont get all the way through without crashing and rebooting.  I thought at first it was getting to hot but after using SMC to run the fans at max during the preview creation, it now still crashes.
    Below is a copy of the error report, which to be fair at the moment doesnt mean a lot to me, im hoping that some of you more advanced users can decipher it a little?
    Many thanks in the first instance.
    Dave
    Interval Since Last Panic Report:  16361 sec
    Panics Since Last Report:          5
    Anonymous UUID:                    0E2222FE-96CF-ED85-F5B6-7E95217B1F3C
    Sun Dec  9 07:02:24 2012
    Machine-check capabilities 0x0000000000000806:
    family: 6 model: 23 stepping: 6 microcode: 1547
    Intel(R) Xeon(R) CPU           E5462  @ 2.80GHz
    6 error-reporting banks
    threshold-based error status present
    Processor 0: no machine-check status reported
    Processor 1: no machine-check status reported
    Processor 2: machine-check status 0x0000000000000004:
    machine-check in progress
    MCA error-reporting registers:
    IA32_MC0_STATUS(0x401): 0x1000000000000000 invalid
    IA32_MC1_STATUS(0x405): 0x0000000000000000 invalid
    IA32_MC2_STATUS(0x409): 0x0000000000000000 invalid
    IA32_MC3_STATUS(0x40d): 0xf62000530002010a valid
      MCA error code:            0x010a
      Model specific error code: 0x0002
      Other information:         0x00000053
      Threshold-based status:    Undefined
      Status bits:
       Processor context corrupt
       ADDR register valid
       Error enabled
       Uncorrected error
       Error overflow
    IA32_MC3_ADDR(0x40e): 0x00000001d9305c80
    IA32_MC4_STATUS(0x411): 0x0000000000000011 invalid
    IA32_MC5_STATUS(0x415): 0xf20000200c000e0f valid
      MCA error code:            0x0e0f
      Model specific error code: 0x0c00
      Other information:         0x00000020
      Threshold-based status:    Undefined
      Status bits:
       Processor context corrupt
       Error enabled
       Uncorrected error
       Error overflow
    Processor 3: machine-check status 0x0000000000000005:
    restart IP valid
    machine-check in progress
    MCA error-reporting registers:
    IA32_MC0_STATUS(0x401): 0x1000000000000000 invalid
    IA32_MC1_STATUS(0x405): 0x0000000000000000 invalid
    IA32_MC2_STATUS(0x409): 0x0000000000000000 invalid
    IA32_MC3_STATUS(0x40d): 0xf62000530002010a valid
      MCA error code:            0x010a
      Model specific error code: 0x0002
      Other information:         0x00000053
      Threshold-based status:    Undefined
      Status bits:
       Processor context corrupt
       ADDR register valid
       Error enabled
       Uncorrected error
       Error overflow
    IA32_MC3_ADDR(0x40e): 0x00000001d9305c80
    IA32_MC4_STATUS(0x411): 0x0000000000000011 invalid
    IA32_MC5_STATUS(0x415): 0xf200000802000e0f valid
      MCA error code:            0x0e0f
      Model specific error code: 0x0200
      Other information:         0x00000008
      Threshold-based status:    Undefined
      Status bits:
       Processor context corrupt
       Error enabled
       Uncorrected error
       Error overflow
    Processor 4: no machine-check status reported
    Processor 5: no machine-check status reported
    Processor 6: no machine-check status reported
    Processor 7: no machine-check status reported
    panic(cpu 2 caller 0xffffff80162b83c9): "Machine Check at 0x00000001097a0c21, registers:\n" "CR0: 0x0000000080010033, CR2: 0x000000013e5e9040, CR3: 0x000000003e2ea000, CR4: 0x0000000000000660\n" "RAX: 0x000000000000002b, RBX: 0x0000000147460d60, RCX: 0x0000000000000022, RDX: 0x0000000000001ad0\n" "RSP: 0x00000001278001a8, RBP: 0x00000001278001d0, RSI: 0x0000000147460c20, RDI: 0x00000001474609b0\n" "R8:  0x0000000000001ad0, R9:  0xffffffffffffe530, R10: 0x000000000000000e, R11: 0x0000000147460af0\n" "R12: 0x000000000001b6e0, R13: 0x0000000000000da9, R14: 0x00000000000002c9, R15: 0x0000000000000010\n" "RFL: 0x0000000000010202, RIP: 0x00000001097a0c21, CS:  0x000000000000002b, SS:  0x0000000000000023\n" "Error code: 0x0000000000000000\n"@/SourceCache/xnu/xnu-2050.18.24/osfmk/i386/trap_native.c: 280
    Backtrace (CPU 2), Frame : Return Address
    0xffffff813740dec0 : 0xffffff801621d626
    0xffffff813740df30 : 0xffffff80162b83c9
    0xffffff813740e0a0 : 0xffffff80162cedbf
    BSD process name corresponding to current thread: Adobe Photoshop
    Mac OS version:
    12C60
    Kernel version:
    Darwin Kernel Version 12.2.0: Sat Aug 25 00:48:52 PDT 2012; root:xnu-2050.18.24~1/RELEASE_X86_64
    Kernel UUID: 69A5853F-375A-3EF4-9247-478FD0247333
    Kernel slide:     0x0000000016000000
    Kernel text base: 0xffffff8016200000
    System model name: MacPro3,1 (Mac-F42C88C8)
    System uptime in nanoseconds: 271460227072
    last loaded kext at 11614698823: com.parallels.kext.prl_vnic          7.0 15106.786747 (addr 0xffffff7f98560000, size 20480)
    last unloaded kext at 168988184726: com.apple.driver.AppleFileSystemDriver          3.0.1 (addr 0xffffff7f9840e000, size 8192)
    loaded kexts:
    com.parallels.kext.prl_vnic          7.0 15106.786747
    com.parallels.kext.prl_netbridge          7.0 15106.786747
    com.parallels.kext.prl_hid_hook          7.0 15106.786747
    com.parallels.kext.prl_hypervisor          7.0 15106.786747
    com.parallels.kext.prl_usb_connect          7.0 15106.786747
    com.silabs.driver.CP210xVCPDriver          2.9.0d1
    com.logmein.driver.LogMeInSoundDriver          1.0.0
    com.Logitech.Unifying.HID Driver          1.2.0
    com.Logitech.Control Center.HID Driver          3.5.1
    at.obdev.nke.LittleSnitch          3894
    com.apple.driver.AppleHWSensor          1.9.5d0
    com.apple.filesystems.autofs          3.0
    com.apple.iokit.IOBluetoothSerialManager          4.0.9f33
    com.apple.driver.AppleHDA          2.3.1f2
    com.apple.iokit.CSRBluetoothHCIControllerUSBTransport          4.0.9f33
    com.apple.driver.AppleLPC          1.6.0
    com.apple.driver.AudioAUUC          1.60
    com.apple.iokit.IOUserEthernet          1.0.0d1
    com.apple.Dont_Steal_Mac_OS_X          7.0.0
    com.apple.driver.ApplePolicyControl          3.2.11
    com.apple.driver.AppleMCEDriver          1.1.9
    com.apple.driver.ACPI_SMC_PlatformPlugin          1.0.0
    com.apple.driver.AppleUpstreamUserClient          3.5.10
    com.apple.driver.AppleMCCSControl          1.0.33
    com.apple.GeForce          8.0.0
    com.apple.driver.Oxford_Semi          3.1.0
    com.apple.iokit.SCSITaskUserClient          3.5.1
    com.apple.driver.XsanFilter          404
    com.apple.AppleFSCompression.AppleFSCompressionTypeDataless          1.0.0d1
    com.apple.AppleFSCompression.AppleFSCompressionTypeZlib          1.0.0d1
    com.apple.BootCache          34
    com.apple.iokit.IOAHCIBlockStorage          2.2.2
    com.apple.driver.AirPortBrcm43224          600.36.17
    com.apple.driver.AppleAHCIPort          2.4.1
    com.apple.driver.AppleIntelPIIXATA          2.5.1
    com.apple.driver.AppleUSBHub          5.2.5
    com.apple.driver.AppleIntel8254XEthernet          3.1.1b1
    com.apple.driver.AppleFWOHCI          4.9.6
    com.apple.driver.AppleUSBEHCI          5.4.0
    com.apple.driver.AppleUSBUHCI          5.2.5
    com.apple.driver.AppleEFINVRAM          1.6.1
    com.apple.driver.AppleACPIButtons          1.6
    com.apple.driver.AppleRTC          1.5
    com.apple.driver.AppleHPET          1.7
    com.apple.driver.AppleSMBIOS          1.9
    com.apple.driver.AppleACPIEC          1.6
    com.apple.driver.AppleAPIC          1.6
    com.apple.driver.AppleIntelCPUPowerManagementClient          196.0.0
    com.apple.nke.applicationfirewall          4.0.39
    com.apple.security.quarantine          2
    com.apple.driver.AppleIntelCPUPowerManagement          196.0.0
    com.apple.kext.triggers          1.0
    com.apple.iokit.IOSerialFamily          10.0.6
    com.apple.driver.AppleUSBAudio          2.9.0f6
    com.apple.driver.DspFuncLib          2.3.1f2
    com.apple.driver.AppleHDAController          2.3.1f2
    com.apple.iokit.IOHDAFamily          2.3.1f2
    com.apple.iokit.IOFireWireIP          2.2.5
    com.apple.iokit.AppleBluetoothHCIControllerUSBTransport          4.0.9f33
    com.apple.iokit.IOAudioFamily          1.8.9fc10
    com.apple.kext.OSvKernDSPLib          1.6
    com.apple.iokit.IOSurface          86.0.3
    com.apple.iokit.IOBluetoothFamily          4.0.9f33
    com.apple.driver.AppleGraphicsControl          3.2.11
    com.apple.driver.AppleSMC          3.1.4d2
    com.apple.driver.IOPlatformPluginLegacy          1.0.0
    com.apple.driver.IOPlatformPluginFamily          5.2.0d16
    com.apple.driver.AppleSMBusController          1.0.10d0
    com.apple.nvidia.nv50hal          8.0.0
    com.apple.NVDAResman          8.0.0
    com.apple.iokit.IONDRVSupport          2.3.5
    com.apple.iokit.IOGraphicsFamily          2.3.5
    com.apple.driver.AppleUSBHIDKeyboard          165.5
    com.apple.driver.AppleHIDKeyboard          165.5
    com.apple.driver.AppleUSBMergeNub          5.2.5
    com.apple.iokit.IOUSBHIDDriver          5.2.5
    com.apple.iokit.IOSCSIBlockCommandsDevice          3.5.1
    com.apple.iokit.IOFireWireSerialBusProtocolTransport          2.1.1
    com.apple.iokit.IOFireWireSBP2          4.2.0
    com.apple.iokit.IOUSBMassStorageClass          3.5.0
    com.apple.driver.AppleUSBComposite          5.2.5
    com.apple.iokit.IOSCSIMultimediaCommandsDevice          3.5.1
    com.apple.iokit.IOBDStorageFamily          1.7
    com.apple.iokit.IODVDStorageFamily          1.7.1
    com.apple.iokit.IOCDStorageFamily          1.7.1
    com.apple.iokit.IOATAPIProtocolTransport          3.5.0
    com.apple.iokit.IOSCSIArchitectureModelFamily          3.5.1
    com.apple.iokit.IO80211Family          500.15
    com.apple.iokit.IOAHCIFamily          2.2.1
    com.apple.iokit.IOATAFamily          2.5.1
    com.apple.iokit.IOUSBUserClient          5.2.5
    com.apple.iokit.IONetworkingFamily          3.0
    com.apple.iokit.IOFireWireFamily          4.5.5
    com.apple.iokit.IOUSBFamily          5.4.0
    com.apple.iokit.IOHIDFamily          1.8.0
    com.apple.driver.AppleEFIRuntime          1.6.1
    com.apple.iokit.IOSMBusFamily          1.1
    com.apple.security.sandbox          220
    com.apple.kext.AppleMatch          1.0.0d1
    com.apple.security.TMSafetyNet          7
    com.apple.driver.DiskImages          344
    com.apple.iokit.IOStorageFamily          1.8
    com.apple.driver.AppleKeyStore          28.21
    com.apple.driver.AppleACPIPlatform          1.6
    com.apple.iokit.IOPCIFamily          2.7.2
    com.apple.iokit.IOACPIFamily          1.4
    com.apple.kec.corecrypto          1.0
    Model: MacPro3,1, BootROM MP31.006C.B05, 8 processors, Quad-Core Intel Xeon, 2.8 GHz, 10 GB, SMC 1.25f4
    Graphics: NVIDIA GeForce 8800 GT, NVIDIA GeForce 8800 GT, PCIe, 512 MB
    Memory Module: DIMM Riser B/DIMM 1, 2 GB, DDR2 FB-DIMM, 800 MHz, 0x0000, 0x000000463732353642363145353830304600
    Memory Module: DIMM Riser B/DIMM 2, 2 GB, DDR2 FB-DIMM, 800 MHz, 0x0000, 0x000000463732353642363145353830304600
    Memory Module: DIMM Riser A/DIMM 1, 2 GB, DDR2 FB-DIMM, 800 MHz, 0x0000, 0x000000463732353642363145353830304600
    Memory Module: DIMM Riser A/DIMM 2, 2 GB, DDR2 FB-DIMM, 800 MHz, 0x0000, 0x000000463732353642363145353830304600
    Memory Module: DIMM Riser A/DIMM 3, 1 GB, DDR2 FB-DIMM, 800 MHz, 0x80AD, 0x48594D5035313241373243503844332D5335
    Memory Module: DIMM Riser A/DIMM 4, 1 GB, DDR2 FB-DIMM, 800 MHz, 0x80AD, 0x48594D5035313241373243503844332D5335
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x88), Broadcom BCM43xx 1.0 (5.10.131.36.16)
    Bluetooth: Version 4.0.9f33 10885, 2 service, 11 devices, 1 incoming serial ports
    Network Service: Ethernet 2, Ethernet, en1
    PCI Card: NVIDIA GeForce 8800 GT, sppci_displaycontroller, Slot-1
    Serial ATA Device: ST2000DM001-9YN164, 2 TB
    Serial ATA Device: SAMSUNG HD501LJ, 500.11 GB
    Serial ATA Device: ST3750330AS, 750.16 GB
    Serial ATA Device: ST3750330AS, 750.16 GB
    Serial ATA Device: OCZ-AGILITY3, 60.02 GB
    Serial ATA Device: WDC WD5000AAKS-41YGA0, 500.11 GB
    Parallel ATA Device: OPTIARC DVD RW AD-7170A
    USB Device: CFUDMA_SD Reader, 0x05dc  (Lexar Media, Inc.), 0xb035, 0xfd100000 / 4
    USB Device: hub_device, 0x050d  (Belkin Corporation), 0x0237, 0xfd400000 / 3
    USB Device: hub_device, 0x050d  (Belkin Corporation), 0x0237, 0xfd410000 / 10
    USB Device: Logitech Camera, 0x046d  (Logitech Inc.), 0x0991, 0xfd412000 / 13
    USB Device: Datacolor Spyder3, 0x085c, 0x0300, 0xfd414000 / 12
    USB Device: MG6200 series, 0x04a9  (Canon Inc.), 0x1755, 0xfd430000 / 9
    USB Device: CTE-650, 0x056a  (WACOM Co., Ltd.), 0x0018, 0xfd440000 / 8
    USB Device: Keyboard Hub, apple_vendor_id, 0x1006, 0xfd420000 / 7
    USB Device: Apple Keyboard, apple_vendor_id, 0x0250, 0xfd422000 / 11
    USB Device: hub_device, 0x050d  (Belkin Corporation), 0x0237, 0xfd300000 / 2
    USB Device: hp color LaserJet 2550 series, 0x03f0  (Hewlett Packard), 0x1c17, 0xfd340000 / 6
    USB Device: NovaT 500Stick, 0x2040  (Hauppauge Computer Works, Inc.), 0x9580, 0xfd320000 / 5
    USB Device: USB Receiver, 0x046d  (Logitech Inc.), 0xc52b, 0x1d200000 / 2
    USB Device: Bluetooth USB Host Controller, apple_vendor_id, 0x8206, 0x5d200000 / 3
    USB Device: Fitbit Base Station, 0x10c4  (Silicon Laboratories, Inc.), 0x84c4, 0x5d100000 / 2
    FireWire Device: FreeAgent Go FW, Seagate, 800mbit_speed
    FireWire Device: built-in_hub, 800mbit_speed
    FireWire Device: My Book, WD, 800mbit_speed

    Well Linc I think you're right, just done a fresh install and its started crashing still, not even stressing it in lightroom or anything, the latest report is below.
    I'm going to have a session of swapping memory in and out to see if theres an issue there.
    Interval Since Last Panic Report:  5337 sec
    Panics Since Last Report:          1
    Anonymous UUID:                    A2CB9F26-4629-F1CF-C000-98542E60AD85
    Sun Dec 16 08:49:59 2012
    Machine-check capabilities 0x0000000000000806:
    family: 6 model: 23 stepping: 6 microcode: 1547
    Intel(R) Xeon(R) CPU           E5462  @ 2.80GHz
    6 error-reporting banks
    threshold-based error status present
    Processor 0: no machine-check status reported
    Processor 1: no machine-check status reported
    Processor 2: machine-check status 0x0000000000000004:
    machine-check in progress
    MCA error-reporting registers:
    IA32_MC0_STATUS(0x401): 0x1000000000000000 invalid
    IA32_MC1_STATUS(0x405): 0x0000000000000000 invalid
    IA32_MC2_STATUS(0x409): 0x0000000000000000 invalid
    IA32_MC3_STATUS(0x40d): 0xb62000130002010a valid
      MCA error code:            0x010a
      Model specific error code: 0x0002
      Other information:         0x00000013
      Threshold-based status:    Undefined
      Status bits:
       Processor context corrupt
       ADDR register valid
       Error enabled
       Uncorrected error
    IA32_MC3_ADDR(0x40e): 0x0000000202a07c00
    IA32_MC4_STATUS(0x411): 0x0000000000000011 invalid
    IA32_MC5_STATUS(0x415): 0xb20000200c000e0f valid
      MCA error code:            0x0e0f
      Model specific error code: 0x0c00
      Other information:         0x00000020
      Threshold-based status:    Undefined
      Status bits:
       Processor context corrupt
       Error enabled
       Uncorrected error
    Processor 3: machine-check status 0x0000000000000005:
    restart IP valid
    machine-check in progress
    MCA error-reporting registers:
    IA32_MC0_STATUS(0x401): 0x1000000000000000 invalid
    IA32_MC1_STATUS(0x405): 0x0000000000000000 invalid
    IA32_MC2_STATUS(0x409): 0x0000000000000000 invalid
    IA32_MC3_STATUS(0x40d): 0xb62000130002010a valid
      MCA error code:            0x010a
      Model specific error code: 0x0002
      Other information:         0x00000013
      Threshold-based status:    Undefined
      Status bits:
       Processor context corrupt
       ADDR register valid
       Error enabled
       Uncorrected error
    IA32_MC3_ADDR(0x40e): 0x0000000202a07c00
    IA32_MC4_STATUS(0x411): 0x0000000000000011 invalid
    IA32_MC5_STATUS(0x415): 0xb200000802000e0f valid
      MCA error code:            0x0e0f
      Model specific error code: 0x0200
      Other information:         0x00000008
      Threshold-based status:    Undefined
      Status bits:
       Processor context corrupt
       Error enabled
       Uncorrected error
    Processor 4: no machine-check status reported
    Processor 5: no machine-check status reported
    Processor 6: no machine-check status reported
    Processor 7: no machine-check status reported
    panic(cpu 3 caller 0xffffff801eab83c9): "Machine Check at 0x00007fff8aec2119, registers:\n" "CR0: 0x0000000080010033, CR2: 0x00000001115004f0, CR3: 0x0000000028c0c000, CR4: 0x0000000000000660\n" "RAX: 0x000000000000002a, RBX: 0x0000000000000000, RCX: 0x00007fff75741a90, RDX: 0x00007fff75741a90\n" "RSP: 0x00007fff54933260, RBP: 0x00007fff54933280, RSI: 0x00007fff54933380, RDI: 0x00007fa4eb8183e0\n" "R8:  0x00007fff54933380, R9:  0x00007fff89826811, R10: 0x00007fff89826811, R11: 0x00007fff8982680e\n" "R12: 0x00007fff54933380, R13: 0x0000000000000013, R14: 0x00007fff54933380, R15: 0x00007fa4eb8183e0\n" "RFL: 0x0000000000000246, RIP: 0x00007fff8aec2119, CS:  0x000000000000002b, SS:  0x0000000000000023\n" "Error code: 0x0000000000000000\n"@/SourceCache/xnu/xnu-2050.18.24/osfmk/i386/trap_native.c: 280
    Backtrace (CPU 3), Frame : Return Address
    0xffffff813fad5ec0 : 0xffffff801ea1d626
    0xffffff813fad5f30 : 0xffffff801eab83c9
    0xffffff813fad60a0 : 0xffffff801eacedbf
    BSD process name corresponding to current thread: iTunes
    Mac OS version:
    12C60
    Kernel version:
    Darwin Kernel Version 12.2.0: Sat Aug 25 00:48:52 PDT 2012; root:xnu-2050.18.24~1/RELEASE_X86_64
    Kernel UUID: 69A5853F-375A-3EF4-9247-478FD0247333
    Kernel slide:     0x000000001e800000
    Kernel text base: 0xffffff801ea00000
    System model name: MacPro3,1 (Mac-F42C88C8)
    System uptime in nanoseconds: 7408810963716
    last loaded kext at 5200006951104: com.Logitech.Unifying.HID Driver          1.2.0 (addr 0xffffff7fa0c65000, size 90112)
    last unloaded kext at 5260050605093: com.apple.driver.IOBluetoothHIDDriver          4.0.9f33 (addr 0xffffff7fa0c0d000, size 73728)
    loaded kexts:
    com.apple.filesystems.afpfs          10.0
    com.apple.nke.asp_tcp          7.0.0
    com.apple.filesystems.smbfs          1.8
    com.apple.driver.AppleHWSensor          1.9.5d0
    com.apple.filesystems.autofs          3.0
    com.apple.driver.AudioAUUC          1.60
    com.apple.iokit.IOBluetoothSerialManager          4.0.9f33
    com.apple.driver.AppleUpstreamUserClient          3.5.10
    com.apple.driver.AppleMCCSControl          1.0.33
    com.apple.iokit.CSRBluetoothHCIControllerUSBTransport          4.0.9f33
    com.apple.driver.AppleHDA          2.3.1f2
    com.apple.driver.AppleMCEDriver          1.1.9
    com.apple.GeForce          8.0.0
    com.apple.iokit.IOUserEthernet          1.0.0d1
    com.apple.driver.AppleLPC          1.6.0
    com.apple.Dont_Steal_Mac_OS_X          7.0.0
    com.apple.driver.ApplePolicyControl          3.2.11
    com.apple.driver.ACPI_SMC_PlatformPlugin          1.0.0
    com.apple.driver.Oxford_Semi          3.1.0
    com.apple.iokit.SCSITaskUserClient          3.5.1
    com.apple.driver.XsanFilter          404
    com.apple.AppleFSCompression.AppleFSCompressionTypeDataless          1.0.0d1
    com.apple.AppleFSCompression.AppleFSCompressionTypeZlib          1.0.0d1
    com.apple.BootCache          34
    com.apple.iokit.IOAHCIBlockStorage          2.2.2
    com.apple.driver.AppleUSBHub          5.2.5
    com.apple.driver.AppleIntel8254XEthernet          3.1.1b1
    com.apple.driver.AppleFWOHCI          4.9.6
    com.apple.driver.AppleAHCIPort          2.4.1
    com.apple.driver.AirPortBrcm43224          600.36.17
    com.apple.driver.AppleIntelPIIXATA          2.5.1
    com.apple.driver.AppleUSBEHCI          5.4.0
    com.apple.driver.AppleUSBUHCI          5.2.5
    com.apple.driver.AppleEFINVRAM          1.6.1
    com.apple.driver.AppleACPIButtons          1.6
    com.apple.driver.AppleRTC          1.5
    com.apple.driver.AppleHPET          1.7
    com.apple.driver.AppleSMBIOS          1.9
    com.apple.driver.AppleACPIEC          1.6
    com.apple.driver.AppleAPIC          1.6
    com.apple.driver.AppleIntelCPUPowerManagementClient          196.0.0
    com.apple.nke.applicationfirewall          4.0.39
    com.apple.security.quarantine          2
    com.apple.driver.AppleIntelCPUPowerManagement          196.0.0
    com.apple.security.SecureRemotePassword          1.0
    com.apple.kext.triggers          1.0
    com.apple.iokit.IOSerialFamily          10.0.6
    com.apple.driver.AppleSMBusController          1.0.10d0
    com.apple.driver.AppleUSBAudio          2.9.0f6
    com.apple.iokit.AppleBluetoothHCIControllerUSBTransport          4.0.9f33
    com.apple.driver.DspFuncLib          2.3.1f2
    com.apple.iokit.IOAudioFamily          1.8.9fc10
    com.apple.kext.OSvKernDSPLib          1.6
    com.apple.iokit.IOFireWireIP          2.2.5
    com.apple.nvidia.nv50hal          8.0.0
    com.apple.NVDAResman          8.0.0
    com.apple.driver.AppleHDAController          2.3.1f2
    com.apple.iokit.IOHDAFamily          2.3.1f2
    com.apple.iokit.IOSurface          86.0.3
    com.apple.iokit.IOBluetoothFamily          4.0.9f33
    com.apple.driver.AppleGraphicsControl          3.2.11
    com.apple.iokit.IONDRVSupport          2.3.5
    com.apple.iokit.IOGraphicsFamily          2.3.5
    com.apple.driver.AppleSMC          3.1.4d2
    com.apple.driver.IOPlatformPluginLegacy          1.0.0
    com.apple.driver.IOPlatformPluginFamily          5.2.0d16
    com.apple.driver.AppleUSBHIDKeyboard          165.5
    com.apple.driver.AppleHIDKeyboard          165.5
    com.apple.driver.AppleUSBMergeNub          5.2.5
    com.apple.iokit.IOSCSIBlockCommandsDevice          3.5.1
    com.apple.iokit.IOUSBMassStorageClass          3.5.0
    com.apple.iokit.IOUSBHIDDriver          5.2.5
    com.apple.driver.AppleUSBComposite          5.2.5
    com.apple.iokit.IOFireWireSerialBusProtocolTransport          2.1.1
    com.apple.iokit.IOFireWireSBP2          4.2.0
    com.apple.iokit.IOSCSIMultimediaCommandsDevice          3.5.1
    com.apple.iokit.IOBDStorageFamily          1.7
    com.apple.iokit.IODVDStorageFamily          1.7.1
    com.apple.iokit.IOCDStorageFamily          1.7.1
    com.apple.iokit.IOATAPIProtocolTransport          3.5.0
    com.apple.iokit.IOSCSIArchitectureModelFamily          3.5.1
    com.apple.iokit.IOUSBUserClient          5.2.5
    com.apple.iokit.IOFireWireFamily          4.5.5
    com.apple.iokit.IOAHCIFamily          2.2.1
    com.apple.iokit.IO80211Family          500.15
    com.apple.iokit.IONetworkingFamily          3.0
    com.apple.iokit.IOATAFamily          2.5.1
    com.apple.iokit.IOUSBFamily          5.4.0
    com.apple.iokit.IOHIDFamily          1.8.0
    com.apple.driver.AppleEFIRuntime          1.6.1
    com.apple.iokit.IOSMBusFamily          1.1
    com.apple.security.sandbox          220
    com.apple.kext.AppleMatch          1.0.0d1
    com.apple.security.TMSafetyNet          7
    com.apple.driver.DiskImages          344
    com.apple.iokit.IOStorageFamily          1.8
    com.apple.driver.AppleKeyStore          28.21
    com.apple.driver.AppleACPIPlatform          1.6
    com.apple.iokit.IOPCIFamily          2.7.2
    com.apple.iokit.IOACPIFamily          1.4
    com.apple.kec.corecrypto          1.0
    Model: MacPro3,1, BootROM MP31.006C.B05, 8 processors, Quad-Core Intel Xeon, 2.8 GHz, 10 GB, SMC 1.25f4
    Graphics: NVIDIA GeForce 8800 GT, NVIDIA GeForce 8800 GT, PCIe, 512 MB
    Memory Module: DIMM Riser B/DIMM 1, 2 GB, DDR2 FB-DIMM, 800 MHz, 0x0000, 0x000000463732353642363145353830304600
    Memory Module: DIMM Riser B/DIMM 2, 2 GB, DDR2 FB-DIMM, 800 MHz, 0x0000, 0x000000463732353642363145353830304600
    Memory Module: DIMM Riser A/DIMM 1, 2 GB, DDR2 FB-DIMM, 800 MHz, 0x0000, 0x000000463732353642363145353830304600
    Memory Module: DIMM Riser A/DIMM 2, 2 GB, DDR2 FB-DIMM, 800 MHz, 0x0000, 0x000000463732353642363145353830304600
    Memory Module: DIMM Riser A/DIMM 3, 1 GB, DDR2 FB-DIMM, 800 MHz, 0x80AD, 0x48594D5035313241373243503844332D5335
    Memory Module: DIMM Riser A/DIMM 4, 1 GB, DDR2 FB-DIMM, 800 MHz, 0x80AD, 0x48594D5035313241373243503844332D5335
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x88), Broadcom BCM43xx 1.0 (5.10.131.36.16)
    Bluetooth: Version 4.0.9f33 10885, 2 service, 18 devices, 1 incoming serial ports
    Network Service: Ethernet 2, Ethernet, en1
    PCI Card: NVIDIA GeForce 8800 GT, sppci_displaycontroller, Slot-1
    Serial ATA Device: ST2000DM001-9YN164, 2 TB
    Serial ATA Device: SAMSUNG HD501LJ, 500.11 GB
    Serial ATA Device: ST3750330AS, 750.16 GB
    Serial ATA Device: ST3750330AS, 750.16 GB
    Serial ATA Device: OCZ-AGILITY3, 60.02 GB
    Serial ATA Device: WDC WD5000AAKS-41YGA0, 500.11 GB
    Parallel ATA Device: OPTIARC DVD RW AD-7170A
    USB Device: hub_device, 0x050d  (Belkin Corporation), 0x0237, 0xfd300000 / 3
    USB Device: CTE-650, 0x056a  (WACOM Co., Ltd.), 0x0018, 0xfd340000 / 10
    USB Device: MG6200 series, 0x04a9  (Canon Inc.), 0x1755, 0xfd330000 / 9
    USB Device: hub_device, 0x050d  (Belkin Corporation), 0x0237, 0xfd310000 / 8
    USB Device: Datacolor Spyder3, 0x085c, 0x0300, 0xfd314000 / 12
    USB Device: Logitech Camera, 0x046d  (Logitech Inc.), 0x0991, 0xfd312000 / 11
    USB Device: Keyboard Hub, apple_vendor_id, 0x1006, 0xfd320000 / 7
    USB Device: Apple Keyboard, apple_vendor_id, 0x0250, 0xfd322000 / 13
    USB Device: hub_device, 0x050d  (Belkin Corporation), 0x0237, 0xfd400000 / 2
    USB Device: CFUDMA_SD Reader, 0x05dc  (Lexar Media, Inc.), 0xb035, 0xfd430000 / 6
    USB Device: Elements 1023, 0x1058  (Western Digital Technologies, Inc.), 0x1023, 0xfd460000 / 5
    USB Device: NovaT 500Stick, 0x2040  (Hauppauge Computer Works, Inc.), 0x9580, 0xfd420000 / 4
    USB Device: USB Receiver, 0x046d  (Logitech Inc.), 0xc52b, 0x1d200000 / 2
    USB Device: Bluetooth USB Host Controller, apple_vendor_id, 0x8206, 0x5d200000 / 3
    USB Device: Fitbit Base Station, 0x10c4  (Silicon Laboratories, Inc.), 0x84c4, 0x5d100000 / 2
    FireWire Device: FreeAgent Go FW, Seagate, 800mbit_speed
    FireWire Device: built-in_hub, 800mbit_speed
    FireWire Device: My Book, WD, 800mbit_speed

  • I can't get Dr Browns Image Processor Pro to work from Bridge with Photoshop CC 2014

    We use the wonderful DR Browns Image Processor Pro script a lot, but cannot get it to work from Bridge with PS CC 2014. When I select files in Bridge CC and then go to Tools> Dr Browns Services 2.3.1 > Image Processor Pro it just pops up an error message that says ReferenceError: photoshop is undefined.
    The actual script works fine if I launch it from Photoshop CC 2014 - just not if I load it from Bridge CC.
    I have unistalled it and re installed a few times, both manually and through the Extension Manager CC.
    I am using a Win 7 64bit computer.
    I assume there is some change in the scripting part that loads Photoshop from bridge but not sure. It worked fine in CC. Just not CC 2014.
    I opened the Dr Browns Services .jsx file but don't see anything obvious. This is the section related to the Image Processor Pro part:
      // This routine takes an array of files. If called by Photoshop,
      // it will invoke Dr. Brown's Process 1-2-3 with the files. If called by
      // any other app, it will send a BridgeTalk message to Photoshop
      // to invoke this routine with the same arguments.
    drbrownserv.process123 = function (files) {
    // Bring Photoshop to the foreground.
      BridgeTalk.bringToFront ("photoshop");
      // Create a new BridgeTalk message for Photoshop to invoke
      // Image Processor with the selected files
      var btMessage = new BridgeTalk;
    btMessage.target = "photoshop";
      btMessage.body = "drbrownserv.process123 (" + files.toSource () + ");";
      btMessage.send ();
      } else {
    photoshop.runActionCommand ('611736f0-9c46-11e0-aa82-0800200c9a66', files);
      catch (error) {
      if (error.number != 8007) // Don't report user cancelled errors.
      drbrownserv.alert (error);

    I copied that .jsx file to a new name "Xbytor Image Processor Pro.jsx" edit that file changed the string Dr Browns services to "Xbytor Image Processor Pro" then commented out all the code that added tools menu items but "Image Processor Pro" and I put that file into
    "C:\Program Files (x86)\Common Files\Adobe\Startup Scripts CC\Adobe Bridge" even though Bridge CC is 64Bit seems to use theat location.
    Bridge CC was updated by the creative clouds update and opens Photoshop CC 2014 now

  • Photoshop CC and Illustrator CC crash on my MacBook Pro 15" Retina (2013)

    I have a Mac Pro 12-Core (Late 2013) and a MacBook Pro 15" Retina (Late 2013). While there is no problem with the Adobe Creative Cloud products on the Mac Pro, I can't work with Photoshop and Illustrator on the MacBook Pro, cause it always tells me "undefined error" or that I wouldn't have the write-rights for the hard drive or file, even when there's no file opened. Illustrator crashes constantly while starting the program.
    I tried to do a new installation by de-installing the programs including cloud desktop program with the Adobe de-installers. Didn't help at all. I tried to delete the programs including all hidden files manually, but it didn't work. After the new installation of the programs I still get the same error information. What else can I do? Other Non-Adobe programs like Final Cut, QuarkXpress aso work without problems and I really don't want to do a new setup on my Mac just because of the Adobe problem.
    So, who can help me? What can I do to solve the problem?
    Error Info Photoshop:
    Error Logs Illustrator:
    Process:         Adobe Illustrator [3662]
    Path:            /Applications/Adobe Illustrator CC 2014/Adobe Illustrator.app/Contents/MacOS/Adobe Illustrator
    Identifier:      com.adobe.illustrator
    Version:         18.0.0 (18.0.0)
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [151]
    Responsible:     Adobe Illustrator [3662]
    User ID:         501
    Date/Time:       2014-06-23 10:31:07.584 +0200
    OS Version:      Mac OS X 10.9.3 (13D65)
    Report Version:  11
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000000
    VM Regions Near 0:
    -->
        __TEXT                 0000000100000000-00000001014ca000 [ 20.8M] r-x/rwx SM=COW  /Applications/Adobe Illustrator CC 2014/Adobe Illustrator.app/Contents/MacOS/Adobe Illustrator
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   com.adobe.illustrator         0x0000000100f0884d std::vector<boost::shared_ptr<uxtech::c4::Collection>, std::allocator<boost::shared_ptr<uxtech::c4::Collection> > >::_M_insert_aux(__gnu_cxx::__normal_iterator<boost::shared_ptr<uxtech::c4::Collection>*, std::vector<boost::shared_ptr<uxtech::c4::Collection>, std::allocator<boost::shared_ptr<uxtech::c4::Collection> > > >, boost::shared_ptr<uxtech::c4::Collection> const&) + 11597
    1   com.adobe.illustrator         0x0000000100f12bbe std::vector<NewItemTableEntry, std::allocator<NewItemTableEntry> >::_M_insert_aux(__gnu_cxx::__normal_iterator<NewItemTableEntry*, std::vector<NewItemTableEntry, std::allocator<NewItemTableEntry> > >, NewItemTableEntry const&) + 20142
    2   com.adobe.illustrator         0x0000000100ec07be void boost::detail::sp_pointer_construct<uxtech::c4::AssetImpl, uxtech::c4::AssetImpl>(boost::shared_ptr<uxtech::c4::AssetImpl>*, uxtech::c4::AssetImpl*, boost::detail::shared_count&) + 26782
    3   com.adobe.illustrator         0x0000000100ed2416 void boost::detail::sp_pointer_construct<uxtech::c4::ResourceProviderImpl, uxtech::c4::ResourceProviderImpl>(boost::shared_ptr<uxtech::c4::ResourceProviderImpl>*, uxtech::c4::ResourceProviderImpl*, boost::detail::shared_count&) + 10870
    4   com.adobe.illustrator         0x0000000100ee2bef std::_Rb_tree<std::string, std::pair<std::string const, uxtech::serialize::JsonValue>, std::_Select1st<std::pair<std::string const, uxtech::serialize::JsonValue> >, std::less<std::string>, std::allocator<std::pair<std::string const, uxtech::serialize::JsonValue> > >::find(std::string const&) + 2399
    5   com.adobe.illustrator         0x0000000100ee2dfc std::_Rb_tree<std::string, std::pair<std::string const, uxtech::serialize::JsonValue>, std::_Select1st<std::pair<std::string const, uxtech::serialize::JsonValue> >, std::less<std::string>, std::allocator<std::pair<std::string const, uxtech::serialize::JsonValue> > >::find(std::string const&) + 2924
    6   com.apple.Foundation           0x00007fff8d73413e __NSThreadPerformPerform + 229
    7   com.apple.CoreFoundation       0x00007fff8933e661 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 17
    8   com.apple.CoreFoundation       0x00007fff8932fd12 __CFRunLoopDoSources0 + 242
    9   com.apple.CoreFoundation       0x00007fff8932f49f __CFRunLoopRun + 831
    10  com.apple.CoreFoundation       0x00007fff8932ef25 CFRunLoopRunSpecific + 309
    11  com.apple.HIToolbox           0x00007fff80715a0d RunCurrentEventLoopInMode + 226
    12  com.apple.HIToolbox           0x00007fff807157b7 ReceiveNextEventCommon + 479
    13  com.apple.HIToolbox           0x00007fff807155bc _BlockUntilNextEventMatchingListInModeWithFilter + 65
    14  com.apple.AppKit               0x00007fff8477f26e _DPSNextEvent + 1434
    15  com.apple.AppKit               0x00007fff8477e8bb -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 122
    16  com.adobe.dvaui.framework     0x0000000109698ba9 dvaui::ui::OS_Dialog::ModalLoop() + 169
    17  com.adobe.dvaui.framework     0x00000001096987ed dvaui::ui::OS_Dialog::RunModal() + 173
    18  com.adobe.illustrator         0x0000000100a064d7 AIUIBaseDialog<dvaui::ui::UI_Dialog>::RunModal() + 39
    19  com.adobe.illustrator         0x000000010053b1db std::vector<UndoCropmarksDataExtra, std::allocator<UndoCropmarksDataExtra> >::_M_insert_aux(__gnu_cxx::__normal_iterator<UndoCropmarksDataExtra*, std::vector<UndoCropmarksDataExtra, std::allocator<UndoCropmarksDataExtra> > >, UndoCropmarksDataExtra const&) + 62379
    20  com.adobe.illustrator         0x000000010053ae43 std::vector<UndoCropmarksDataExtra, std::allocator<UndoCropmarksDataExtra> >::_M_insert_aux(__gnu_cxx::__normal_iterator<UndoCropmarksDataExtra*, std::vector<UndoCropmarksDataExtra, std::allocator<UndoCropmarksDataExtra> > >, UndoCropmarksDataExtra const&) + 61459
    21  com.adobe.illustrator         0x000000010043d7f6 std::_Rb_tree<_t_AIMenuItemOpaque*, std::pair<_t_AIMenuItemOpaque* const, AMTMenuItemList>, std::_Select1st<std::pair<_t_AIMenuItemOpaque* const, AMTMenuItemList> >, std::less<_t_AIMenuItemOpaque*>, std::allocator<std::pair<_t_AIMenuItemOpaque* const, AMTMenuItemList> > >::_M_erase(std::_Rb_tree_node<std::pair<_t_AIMenuItemOpaque* const, AMTMenuItemList> >*) + 87734
    22  com.adobe.illustrator         0x00000001005a88de TXMPFiles<std::string>::GetXMP(TXMPMeta<std::string>*, std::string*, XMP_PacketInfo*) + 23694
    23  com.adobe.illustrator         0x00000001005a83fc TXMPFiles<std::string>::GetXMP(TXMPMeta<std::string>*, std::string*, XMP_PacketInfo*) + 22444
    24  com.adobe.illustrator         0x000000010043d62a std::_Rb_tree<_t_AIMenuItemOpaque*, std::pair<_t_AIMenuItemOpaque* const, AMTMenuItemList>, std::_Select1st<std::pair<_t_AIMenuItemOpaque* const, AMTMenuItemList> >, std::less<_t_AIMenuItemOpaque*>, std::allocator<std::pair<_t_AIMenuItemOpaque* const, AMTMenuItemList> > >::_M_erase(std::_Rb_tree_node<std::pair<_t_AIMenuItemOpaque* const, AMTMenuItemList> >*) + 87274
    25  com.adobe.illustrator         0x000000010049692b std::_Rb_tree<short, std::pair<short const, unsigned short>, std::_Select1st<std::pair<short const, unsigned short> >, std::less<short>, std::allocator<std::pair<short const, unsigned short> > >::_M_insert_unique(std::pair<short const, unsigned short> const&) + 5899
    26  com.adobe.dvacore.framework   0x0000000108ee5c94 int dvacore::config::ErrorManager::ExecuteFunction<void>(boost::function0<void>*, void*) + 68
    27  com.adobe.illustrator         0x000000010049b812 std::_Rb_tree<std::basic_string<unsigned short, std::char_traits<unsigned short>, dvacore::utility::SmallBlockAllocator::STLAllocator<unsigned short> >, std::pair<std::basic_string<unsigned short, std::char_traits<unsigned short>, dvacore::utility::SmallBlockAllocator::STLAllocator<unsigned short> > const, boost::shared_ptr<devtech::Dictionary> >, std::_Select1st<std::pair<std::basic_string<unsigned short, std::char_traits<unsigned short>, dvacore::utility::SmallBlockAllocator::STLAllocator<unsigned short> > const, boost::shared_ptr<devtech::Dictionary> > >, std::less<std::basic_string<unsigned short, std::char_traits<unsigned short>, dvacore::utility::SmallBlockAllocator::STLAllocator<unsigned short> > >, std::allocator<std::pair<std::basic_string<unsigned short, std::char_traits<unsigned short>, dvacore::utility::SmallBlockAllocator::STLAllocator<unsigned short> > const, boost::shared_ptr<devtech::Dictionary> > > >::_M_erase(std::_Rb_tree_node<std::pair<std::basic_string<unsigned short, std::char_traits<unsigned short>, dvacore::utility::SmallBlockAllocator::STLAllocator<unsigned short> > const, boost::shared_ptr<devtech::Dictionary> > >*) + 242
    28  com.adobe.dvacore.framework   0x0000000108ee5d2c void dvacore::config::ErrorManager::ExecuteFunctionWithTopLevelExceptionHandler<void>(boost::f unction0<void>, bool*) + 140
    29  com.adobe.dvacore.framework   0x0000000108ee70dd void dvacore::config::ExecuteTopLevelFunction<void>(boost::function0<void>, bool*) + 125
    30  com.adobe.exo.framework       0x000000010a06a9e2 -[ExoMacApplication sendEvent:] + 1058
    31  com.apple.AppKit               0x00007fff84772a19 -[NSApplication run] + 646
    32  com.adobe.exo.framework       0x000000010a06a208 exo::app::OS_AppBase::RunEventLoop() + 56
    33  com.adobe.illustrator         0x0000000100498745 std::_Rb_tree<short, std::pair<short const, unsigned short>, std::_Select1st<std::pair<short const, unsigned short> >, std::less<short>, std::allocator<std::pair<short const, unsigned short> > >::_M_insert_unique(std::pair<short const, unsigned short> const&) + 13605
    34  com.adobe.illustrator         0x000000010043c4cc std::_Rb_tree<_t_AIMenuItemOpaque*, std::pair<_t_AIMenuItemOpaque* const, AMTMenuItemList>, std::_Select1st<std::pair<_t_AIMenuItemOpaque* const, AMTMenuItemList> >, std::less<_t_AIMenuItemOpaque*>, std::allocator<std::pair<_t_AIMenuItemOpaque* const, AMTMenuItemList> > >::_M_erase(std::_Rb_tree_node<std::pair<_t_AIMenuItemOpaque* const, AMTMenuItemList> >*) + 82828
    35  com.adobe.illustrator         0x000000010042d247 std::_Rb_tree<_t_AIMenuItemOpaque*, std::pair<_t_AIMenuItemOpaque* const, AMTMenuItemList>, std::_Select1st<std::pair<_t_AIMenuItemOpaque* const, AMTMenuItemList> >, std::less<_t_AIMenuItemOpaque*>, std::allocator<std::pair<_t_AIMenuItemOpaque* const, AMTMenuItemList> > >::_M_erase(std::_Rb_tree_node<std::pair<_t_AIMenuItemOpaque* const, AMTMenuItemList> >*) + 20743
    36  com.adobe.illustrator         0x0000000100002f04 0x100000000 + 12036
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib         0x00007fff88c30662 kevent64 + 10
    1   libdispatch.dylib             0x00007fff89951421 _dispatch_mgr_invoke + 239
    2   libdispatch.dylib             0x00007fff89951136 _dispatch_mgr_thread + 52
    VM Region Summary:
    ReadOnly portion of Libraries: Total=446.2M resident=148.1M(33%) swapped_out_or_unallocated=298.1M(67%)
    Writable regions: Total=888.7M written=386.5M(43%) resident=442.6M(50%) swapped_out=12K(0%) unallocated=446.1M(50%)
    Model: MacBookPro11,3, BootROM MBP112.0138.B02, 4 processors, Intel Core i7, 2.3 GHz, 16 GB, SMC 2.19f3
    Graphics: Intel Iris Pro, Intel Iris Pro, Built-In
    Graphics: NVIDIA GeForce GT 750M, NVIDIA GeForce GT 750M, PCIe, 2048 MB
    Memory Module: BANK 0/DIMM0, 8 GB, DDR3, 1600 MHz, 0x80AD, 0x484D54343147533641465238412D50422020
    Memory Module: BANK 1/DIMM0, 8 GB, DDR3, 1600 MHz, 0x80AD, 0x484D54343147533641465238412D50422020
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x134), Broadcom BCM43xx 1.0 (6.30.223.154.63)
    Bluetooth: Version 4.2.4f1 13674, 3 services, 23 devices, 1 incoming serial ports
    Network Service: Ethernet, Ethernet, en0
    Network Service: AirPort, AirPort, en1
    Serial ATA Device: APPLE SSD SM0512F, 500,28 GB
    USB Device: Internal Memory Card Reader
    USB Device: Apple Internal Keyboard / Trackpad
    USB Device: BRCM20702 Hub
    USB Device: Bluetooth USB Host Controller
    Thunderbolt Bus: MacBook Pro, Apple Inc., 17.1

    Nobody who has the same problem or who can help me?
    Keiner, der die gleichen Probleme hat und mir helfen kann?

Maybe you are looking for

  • Availability check

    Dear All We have a requirement that if a material say stock is 10 in unrestricted then we create a STO for 10 units then in MMBE  say in a plant 1000 still unrestricted will be 10 but in that details there will be 10 units STCK TRPSTORDER REL (under

  • How do you configure spaces in Lion?

    OK, I've found most of what I need to configure Lion but I can't find the preference panel to change the 'all spaces' view to the old style (where you see all the spaces or desktops placed on the screen in equal sizes). The new default 'mission contr

  • Maintain JCo Destination for ESS on EP 7.0

    On Installling ESS Package on EP-7.0 and SAP ECC 6.0 i got following dump on ESS overview page I have maintained all SAP_R3* JCo Destinations but for 'SAP_R3_SelfServiceGenerics_MetaData' test and pinging is giving error test:    <b>com.sap.tc.webdyn

  • Abstract Trace into a string

    HI Folks, I am working on a graphical mapping and I am using a global container to write all my traces say     trace.addInfo("Line 1");   trace.addInfo("Line 4"); etc etc Now I want to retrieve  the trace information and return them as a string or an

  • Harddisk almost full

    HI everyone My harddisk has a storage of 27 GB, but it has been taken up by 20GB. How can i free up more space? BTW, I have already minimise the songs, movies, pictures storage. Hoping to delete some program that takes up the storage. I am a new MAC