Calling throwNew 2 times cause hotspot to crash

I've been running into a problem in my program where it would crash if we
happened to call throwNew 2 times in a row (from different invocations of
a native method). I have been able to reproduce this in a very simple test case.
basically I have code which does the following in Java:
for (int i = 0; i < 2; i++) {
try {
   jniException.loadLib(args[0]);
catch(Exception e) {
   e.printStackTrace();
}In my native code I do the following:
    (*env)->ExceptionClear(env);
    throwJavaException(env, "Throw test error");The throwJavaException function is as follows:
static jboolean throwJavaException(JNIEnv* env, const char* err)
     static jclass clz = NULL;
     jboolean ret = JNI_TRUE;
// see if we have gotten the class yet
     if (clz == NULL)
          // nope, clear any existing exceptions
        (*env)->ExceptionClear(env);
        // Find the exception class
          clz = (*env)->FindClass(env, "java/lang/Exception");
        // again clear any exceptions created by the above
          (*env)->ExceptionClear(env);
          if (clz == NULL)
               // We did not get the class, fail
               ret = JNI_FALSE;
     if (ret == JNI_TRUE)
          // Everything is OK, throw the exception
          if ((*env)->ThrowNew(env, clz, err) != 0)
               // eek - failed. now what??!!
               ret = JNI_FALSE;
     return ret;
}When I run this code I get the following output:
C:\Documents and Settings\jmars\workspace-jnitest\jni_exp>java jniException nosuchlib
java.lang.Exception: Throw test error
at jniException.loadLib(Native Method)
at jniException.main(jniException.java:28)
# An unexpected error has been detected by HotSpot Virtual Machine:
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x6d6baad0, pid=10056, tid=492
# Java VM: Java HotSpot(TM) Client VM (1.5.0_10-b03 mixed mode, sharing)
# Problematic frame:
# V [jvm.dll+0x8aad0]
# An error report file with more information is saved as hs_err_pid10056.log
# If you would like to submit a bug report, please visit:
# http://java.sun.com/webapps/bugreport/crash.jsp
C:\Documents and Settings\jmars\workspace-jnitest\jni_exp>notepad hs_err_pid10056.log
As you can see the first exception is caught and printed, but the second call causes the VM to crash.
Any ideas what I might be doing wrong?
I have this simple example and I can send it to you to look at if you want.
Thanks

Hi Jim,
the previous poster was right that removin the "static" from jclass clz will work, but if you know the reason, you will find another solution.
The jclass returned from FindClass is a reference to a java.lang.Class object. It is a so called local rerefence which means, that it gets freed when the JNI call returns. So after calling your throwJavaException for the first time you end up with a value in clz which is an invalid local reference.
One solution is of course to acquire the clz each time. Another solution would be to create a global reference and to store that in clz:
jclass clz = (jclass)(*env)->NewGlobalRef(env, (*env)->FindClass(env, "java/lang/Exception")));This clz value is then valid during multiple JNI invocations. To clean up, you should however delete this global reference when the Java class owning the JNI code gets unloaded, i.e. in a finalizer.
Hope this helps and makes things clearer.
Martin

Similar Messages

  • Had to start Firefox in safe mode cause it kept crashing after i deleted the file. Now Fire fox Crashes every time I open it and I have to put it in safe mode j

    Had to start Firefox in safe mode cause it kept crashing after i deleted the file. Now Fire fox Crashes every time I open it and I have to put it in safe mode just to use it, also it's not syncing with my iPad.

    If you use Norton software, try disabling your Norton extensions. As of last week, there were severe compatibility issues with Firefox 24.

  • Somehow I have AcronisMigrateEasy on my Mac - it causes Safari to crash several times a day.  How do I get rid  of it?  Or, does it do anything I want?

    Somehow I have AcronisMigrateEasy on my Mac (I do not remember installing it - it causes Safari to crash several times a day (I get a message blaming the crash on this plugin).  How do I get rid  of it?  Or, does it do anything I want?

    There are three popular methods of uninstalling apps on a Mac.
    Contact the developer and see if they have an uninstall routine. You can also look in the Apps folder to see if that app has it's own folder and look in the folder for something that will uninstall it.
    Drag the app to the trash
    Use a utility such as AppCleaner.

  • A hardware failure could cause applications to crash ?? stack in respring during a safari work  its iPhone 4..all the time crashing ...any idea will be gladly accepted.. it is not jailbroken. it is not a recovery thing i did a clean Restore

    A hardware failure could cause applications to crash?
    hi
    A hardware failure could cause applications to crash ??stack in respring during a safari work
    its iPhone 4..all the time crashing ...any idea will be gladly accepted..
    it is not jailbroken. it is not a recovery thing. . i did a clean Restore without a Restor from backup? Version 6.0.1 ... Is there anything hardware-based Wide that could cause such phenomena?? What element or antenna or chip can do this ?. I'm really desperate I have never met such a bug.     
    thanks

    A hardware failure could cause applications to crash?
    hi
    A hardware failure could cause applications to crash ??stack in respring during a safari work
    its iPhone 4..all the time crashing ...any idea will be gladly accepted..
    it is not jailbroken. it is not a recovery thing. . i did a clean Restore without a Restor from backup? Version 6.0.1 ... Is there anything hardware-based Wide that could cause such phenomena?? What element or antenna or chip can do this ?. I'm really desperate I have never met such a bug.     
    thanks

  • Flash causes Firefox to crash several times a day

    Flash causes Firefox to crash several times a day.
    My cash report is below. Can you help or advise of where I can go for assistance?
    Report ID Date Submitted
    acfa63f7-0c4b-4fac-a6d3-fc0a646403c2 12/12/2013 09:04
    8161f097-63ae-41b6-861d-958bcc327cb7 12/12/2013 08:13
    3388e919-422d-4ce0-8137-8d267731fa88 11/12/2013 17:52
    bp-cedb707f-a218-49e1-89a3-7a3bd2131211 11/12/2013 10:16
    38bbb23b-1dc9-481c-a41e-974eda12e83c 10/12/2013 11:02

    Try with Flash beta version
    *http://labs.adobe.com/downloads/flashplayer.html

  • Microsoft Office for Mac open recent File menu option causing AFP to crash

    Hi all,
    We have an Xserve running Mac OS X Server Leopard 10.5.8. The Xserve hosts three file shares for about 60 users. Our network is 99% Mac based running mostly 10.5.8 with a few 10.6.x. We have historically over the past several years had the AFP service become unreliable and crash frequently. Late last week the AFP service crashes constantly. The quick solution to getting it up and running is to delete the AFP.conf file in /etc.
    We have troubleshot one cause of AFP crashing to the Open Recent... File menu option in Microsoft Office for Mac applications. That is, through some amount (haven't been able to narrow it down to how much) of opening documents on the share via the Open Recent menu the AFP service will crash.
    Here's what's happening in the AppleFileServer .crash file:
    Process: AppleFileServer [26065]
    Path: /usr/sbin/AppleFileServer
    Identifier: AppleFileServer
    Version: ??? (???)
    Code Type: X86 (Native)
    Parent Process: launchd [1]
    Date/Time: 2010-04-12 13:25:54.666 -0700
    OS Version: Mac OS X Server 10.5.8 (9L34)
    Report Version: 6
    Anonymous UUID: 273147DD-D725-4DAB-B403-95391FF85FE1
    Exception Type: EXCBADACCESS (SIGBUS)
    Exception Codes: KERNPROTECTIONFAILURE at 0x0000000000000015
    Crashed Thread: XX
    ******** blah *********
    Thread XX Crashed:
    0 AppleFileServer 0x0004bc15 operator+(OSException&) + 103513
    1 AppleFileServer 0x00064988 operator+(OSException&) + 205260
    2 AppleFileServer 0x0006da4e operator+(OSException&) + 242322
    3 AppleFileServer 0x000711f3 operator+(OSException&) + 256567
    4 AppleFileServer 0x00071446 operator+(OSException&) + 257162
    5 AppleFileServer 0x00076686 operator+(OSException&) + 278218
    6 AppleFileServer 0x000790d7 operator+(OSException&) + 289051
    7 AppleFileServer 0x0004560c operator+(OSException&) + 77392
    8 AppleFileServer 0x00044269 operator+(OSException&) + 72365
    9 AppleFileServer 0x00044343 operator+(OSException&) + 72583
    10 libSystem.B.dylib 0x9587c155 pthreadstart + 321
    11 libSystem.B.dylib 0x9587c012 thread_start + 34
    This is followed by a lot of these entries in AppleFileService.log file:
    IP xx.xx.xx.xx - - [12/Apr/2010:13:25:54 -0800] "Login username" 0 0 0
    IP xx.xx.xx.xx - - [12/Apr/2010:13:25:54 -0800] "No matching key: username" 1271103954 1271103943 1
    ** - - [12/Apr/2010:13:26:15 -0800] "Mounted Volume VOLUME1" 0 0 0
    ** - - [12/Apr/2010:13:26:15 -0800] "Mounted Volume VOLUME2" 1 0 0
    ** - - [12/Apr/2010:13:26:15 -0800] "DiskArbStart -" 0 0 0
    Our solution is to have all our users turn off the open recent option in Word, Excel, and PowerPoint. Not an ideal solution but it may get the AFP service running "good enough."
    Has anyone had an experience like this before or can anyone duplicate the AFP service crashing when trying to open documents on a share via the open recent menu? Any other ideas?
    Thanks

    Update.
    I have been able to consistently reproduce a problem where the AFP service will crash if a file that a user has an alias to is moved to a folder and the user is denied access to .
    1. On your Mac create an alias to a file or folder, that you have access to, that is stored on a share served via AFP. The alias can be in the Places section of a Finder window, on the Desktop, or anywhere an alias can be created. Lets call what the alias points to the target.
    2. Move the target to a folder on the AFP share and deny the user or group Read & Write access to that folder.
    3. Try accessing the target via the alias created in step 1.
    The AFP service should crash.
    Can anyone reproduce this crash scenario too?

  • JVM Hotspot compiler crashed

    Hello,
    The JVM crashed in one of our Solaris production environments. The cause of the crash appears to be the HotSpot compiler. It seems that the JVM was trying to compile frequently used code and then it crashed. I have checked the forums and I found one other message with the same Internal Error ID. However, in that message, it is suggested that the JVM itself is running out of C malloc space (http://forum.java.sun.com/thread.jspa?forumID=37&threadID=5127551).
    I have verified that the JVM was not running out of memory when it crashed. There was over 9 GB of swap and physical memory available to the JVM when the crash happened.
    Below are the contents of the hs_err_pid file.
    # An unexpected error has been detected by HotSpot Virtual Machine:
    # Internal Error (434F44452255464645520E4350500060 01), pid=2355, tid=13
    # Java VM: Java HotSpot(TM) Server VM (1.5.0_07-b03 mixed mode)
    --------------- T H R E A D ---------------
    Current thread (0x0017fcb8): JavaThread "CompilerThread0" daemon [_thread_in_native, id=13]
    Stack: [0xa2300000,0xa2380000), sp=0xa237e370, free space=504k
    Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
    V [libjvm.so+0x6f5644]
    V [libjvm.so+0x4369b0]
    V [libjvm.so+0x1b5140]
    V [libjvm.so+0x21b8b0]
    V [libjvm.so+0x227b70]
    V [libjvm.so+0x224ce4]
    V [libjvm.so+0x21ab78]
    V [libjvm.so+0x282d78]
    V [libjvm.so+0x278d04]
    V [libjvm.so+0x2799c0]
    V [libjvm.so+0x336548]
    V [libjvm.so+0x2deae8]
    V [libjvm.so+0x6691b0]
    Current CompileTask:
    opto:4113 gov.nist.javax.sip.stack.SIPDialog.setLastResponse(Lgov/nist/javax/sip/stack/SIPTransaction;Lgov/nist/javax/sip/message/SIPResponse;)V (954 bytes)
    --------------- P R O C E S S ---------------
    Java Threads: ( => current thread )
    0x01a70548 JavaThread "RMI ConnectionExpiration-[90.0.64.65:49888]" daemon [_thread_blocked, id=121153]
    0x01d8a5e0 JavaThread "RMI RenewClean-[90.0.64.65:49888]" daemon [_thread_blocked, id=5835]
    0x005433e0 JavaThread "Thread-29" [_thread_in_native, id=1227]
    0x0110a820 JavaThread "Thread-30" [_thread_blocked, id=1226]
    0x016d2ae8 JavaThread "RMI RenewClean-[90.0.64.64:32827]" daemon [_thread_blocked, id=167]
    0x00d31a28 JavaThread "UDPMessageChannelThread" daemon [_thread_blocked, id=120]
    0x0151a1a8 JavaThread "UDPMessageProcessorThread" daemon [_thread_in_native, id=119]
    0x01519f38 JavaThread "MitelTCPServer" [_thread_in_native, id=118]
    0x00f1ced8 JavaThread "MitelTCPHandler" [_thread_in_native, id=117]
    0x00f1d478 JavaThread "MinetEncryptedServer" [_thread_blocked, id=116]
    0x00f1afb8 JavaThread "JainMgcpStackImpl" [_thread_in_native, id=115]
    0x0079baf0 JavaThread "Thread-24" daemon [_thread_blocked, id=113]
    0x00d22018 JavaThread "Thread-20" daemon [_thread_blocked, id=111]
    0x00d21e50 JavaThread "Thread-18" daemon [_thread_blocked, id=110]
    0x008e4090 JavaThread "Thread-15" [_thread_in_native, id=73]
    0x01069af8 JavaThread "Thread-16" [_thread_blocked, id=72]
    0x010e5720 JavaThread "Thread-14" [_thread_blocked, id=69]
    0x000388d8 JavaThread "DestroyJavaVM" [_thread_blocked, id=1]
    0x01e6b3b0 JavaThread "RTSEngine Watchdog" [_thread_blocked, id=68]
    0x007826e0 JavaThread "RTSEngine" [_thread_in_Java, id=67]
    0x00be1cd8 JavaThread "DBEngine Watchdog" [_thread_blocked, id=66]
    0x00bdde38 JavaThread "DBEngine" [_thread_blocked, id=65]
    0x00fc8a08 JavaThread "DefaultDomain:class=SnmpV3AdaptorServer,protocol=snmp,port=8163" [_thread_in_native, id=63]
    0x00605e60 JavaThread "DefaultDomain:class=HtmlAdaptorServer,protocol=html,port=9001" [_thread_in_native, id=62]
    0x001f98a0 JavaThread "CDR Processor" [_thread_blocked, id=61]
    0x00fcb680 JavaThread "Python Server" [_thread_in_native, id=60]
    0x00a15bc0 JavaThread "CDR File Manager" [_thread_blocked, id=59]
    0x00542bb0 JavaThread "MemoryLogger" [_thread_blocked, id=58]
    0x00541d20 JavaThread "Globals Executioner" [_thread_blocked, id=57]
    0x00a16068 JavaThread "Remote Command Executioner" [_thread_blocked, id=56]
    0x0157ab78 JavaThread "CallpAuditor" [_thread_blocked, id=55]
    0x00664068 JavaThread "VACommClient" [_thread_blocked, id=54]
    0x003f34e0 JavaThread "Thread-11" [_thread_blocked, id=50]
    0x005844a8 JavaThread "Thread-10" daemon [_thread_blocked, id=34]
    0x00f95e60 JavaThread "RMI LeaseChecker" daemon [_thread_blocked, id=32]
    0x010821f0 JavaThread "GC Daemon" daemon [_thread_blocked, id=30]
    0x00587928 JavaThread "RMI Reaper" [_thread_blocked, id=29]
    0x015fd208 JavaThread "Timer-3" [_thread_blocked, id=28]
    0x009b4200 JavaThread "EventScannerThread" [_thread_blocked, id=27]
    0x006df418 JavaThread "Timer-2" [_thread_blocked, id=26]
    0x0051d958 JavaThread "MemoryHandlerEx" [_thread_blocked, id=20]
    0x0035cef8 JavaThread "RMI TCP Accept-4003" daemon [_thread_in_native, id=18]
    0x00357d70 JavaThread "RMI TCP Accept-0" daemon [_thread_in_native, id=17]
    0x003555c8 JavaThread "Timer-0" daemon [_thread_blocked, id=16]
    0x00181d90 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=15]
    0x00180c10 JavaThread "CompilerThread1" daemon [_thread_blocked, id=14]
    =>0x0017fcb8 JavaThread "CompilerThread0" daemon [_thread_in_native, id=13]
    0x0017e370 JavaThread "AdapterThread" daemon [_thread_blocked, id=12]
    0x0017d1e8 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=11]
    0x0017c118 JavaThread "JDWP Event Helper Thread" daemon [_thread_blocked, id=10]
    0x00174030 JavaThread "JDWP Transport Listener: dt_socket" daemon [_thread_in_native, id=9]
    0x00171420 JavaThread "Surrogate Locker Thread (CMS)" daemon [_thread_blocked, id=8]
    0x00164aa8 JavaThread "Finalizer" daemon [_thread_blocked, id=7]
    0x00164568 JavaThread "Reference Handler" daemon [_thread_blocked, id=6]
    Other Threads:
    0x00162488 VMThread [id=5]
    0x003b28f0 WatcherThread [id=19]
    VM state:not at safepoint (normal execution)
    VM Mutex/Monitor currently owned by a thread: None
    Heap
    par new generation total 7424K, used 3798K [0xa5800000, 0xa6000000, 0xa6000000)
    eden space 6656K, 45% used [0xa5800000, 0xa5af5b48, 0xa5e80000)
    from space 768K, 100% used [0xa5e80000, 0xa5f40000, 0xa5f40000)
    to space 768K, 0% used [0xa5f40000, 0xa5f40000, 0xa6000000)
    concurrent mark-sweep generation total 1220608K, used 354273K [0xa6000000, 0xf0800000, 0xf0800000)
    concurrent-mark-sweep perm gen total 46400K, used 27804K [0xf0800000, 0xf3550000, 0xf8800000)
    Dynamic libraries:
    0x00010000      /usr/jdk1.5.0_07/bin/java
    0xff370000      /usr/lib/libthread.so.1
    0xff3fa000      /usr/lib/libdl.so.1
    0xff280000      /usr/lib/libc.so.1
    0xff3a0000      /usr/platform/SUNW,Sun-Fire-V240/lib/libc_psr.so.1
    0xfe800000      /usr/jdk1.5.0_07/jre/lib/sparc/server/libjvm.so
    0xff240000      /usr/lib/libsocket.so.1
    0xff220000      /usr/lib/libsched.so.1
    0xff1f0000      /usr/lib/libCrun.so.1
    0xff1a0000      /usr/lib/libm.so.1
    0xff080000      /usr/lib/libnsl.so.1
    0xff170000      /usr/lib/libmp.so.2
    0xff050000      /usr/jdk1.5.0_07/jre/lib/sparc/native_threads/libhpi.so
    0xfe7b0000      /usr/jdk1.5.0_07/jre/lib/sparc/libjdwp.so
    0xfe770000      /usr/jdk1.5.0_07/jre/lib/sparc/libverify.so
    0xfe720000      /usr/jdk1.5.0_07/jre/lib/sparc/libjava.so
    0xfe700000      /usr/jdk1.5.0_07/jre/lib/sparc/libzip.so
    0xfbfb0000      /usr/lib/locale/en_US.ISO8859-1/en_US.ISO8859-1.so.2
    0xfbf90000      /usr/jdk1.5.0_07/jre/lib/sparc/libdt_socket.so
    0xfbee0000      /usr/lib/nss_files.so.1
    0xfbec0000      /usr/jdk1.5.0_07/jre/lib/sparc/libmanagement.so
    0xfbdd0000      /usr/jdk1.5.0_07/jre/lib/sparc/libnet.so
    0xf8ab0000      /usr/jdk1.5.0_07/jre/lib/sparc/libnio.so
    0xf8a90000      /usr/lib/librt.so.1
    0xf8860000      /usr/lib/libaio.so.1
    0xf8840000      /usr/lib/libmd5.so.1
    0xf8820000      /usr/lib/libsendfile.so.1
    0xa57e0000      /usr/jdk1.5.0_07/jre/lib/sparc/librmi.so
    0x9dc00000      /nci/vks.2.0.9.0.1/callp/libmgcpca.so.3.0.0.0.0
    0xa5690000      /usr/local/lib/libstdc++.so.2.10.0
    VM Arguments:
    jvm_args: -XX:+UseISM -Xms1200m -Xmx1200m -XX:+UseParNewGC -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:+CMSIncrementalPacing -XX:+CMSPermGenSweepingEnabled -XX:+CMSClassUnloadingEnabled -XX:+CMSParallelRemarkEnabled -XX:+DisableExplicitGC -XX:MaxPermSize=128m -XX:SurvivorRatio=8 -verbose:gc -XX:+PrintGCDetails -XX:+PrintGCTimeStamps -XX:-TraceClassUnloading -Xdebug -Xnoagent -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=4001 -Dcom.sun.management.jmxremote.port=4003 -Dcom.sun.management.jmxremote.ssl=false -Dcom.sun.management.jmxremote.password.file=/nci/vks/callp/jmxremote.password -Dnci.callp.state=2
    java_command: com.nci.callp.MainApplication
    Launcher Type: SUN_STANDARD
    Environment Variables:
    JAVA_HOME=/usr/java
    CLASSPATH=:/usr/java/lib/tools.jar:/usr/java/jre/lib/rt.jar:.:/nci/vks/lib/bitlib.jar:/nci/vks/lib/nist.jar:/nci/vks/lib/antlrall.jar:/nci/vks/lib/common.jar:/nci/vks/lib/jconn2.jar:/nci/vks/callp/callp.jar:/nci/vks/callp/lib/3comlib.jar:/nci/vks/callp/lib/jcert.jar:/nci/vks/callp/lib/jnet.jar:/nci/vks/callp/lib/jsse.jar:/nci/vks/callp/lib/mitellib.jar:/nci/vks/mediaserver/mediaserver.jar:/nci/vks/snmp/snmp.jar:/nci/vks/snmp/lib/solaris/jdmkrt.jar:/nci/vks/snmp/lib/solaris/jdmktk.jar:/nci/vks/snmp/lib/solaris/jsnmpapi.jar:/nci/vks/auditor/auditor.jar:.:/nci/vks/lib/bitlib.jar:/nci/vks/lib/nist.jar:/nci/vks/lib/antlrall.jar:/nci/vks/lib/common.jar:/nci/vks/lib/jconn2.jar:/vks_shared/callp/resources:/nci/vks/callp/callp.jar:/nci/vks/callp/lib/3comlib.jar:/nci/vks/callp/lib/jcert.jar:/nci/vks/callp/lib/jnet.jar:/nci/vks/callp/lib/jsse.jar:/nci/vks/callp/lib/mitellib.jar:/nci/vks/callp/lib/cpl.jar:/nci/vks/callp/lib/asbsdk.jar:/nci/vks/mediaserver/mediaserver.jar:/nci/vks/snmp/snmp.jar:/nci/vks/snmp/lib/solaris/jdmkrt.jar:/nci/vks/snmp/lib/solaris/jdmktk.jar:/nci/vks/snmp/lib/solaris/jsnmpapi.jar:/nci/vks/lib/commons-collections-3.0.jar:/nci/vks/lib/commons-lang-2.0.jar:/nci/vks/lib/jython.jar:/nci/vks/lib/castor-0.9.7.jar:/usr/java/lib/tools.jar:/nci/vks/lib/commons-logging-1.0.3.jar://nci/vks/lib/common.nist.jar://nci/vks/lib/concurrent.jar://nci/vks/lib/log4j-1.2.8.jar
    PATH=/nci/sybase/SYBSsa9/bin32:/nci/sybase/shared9/sybcentral43:/usr/sbin:/usr/bin:/nci/sybase/SYBSsa9/bin:/usr/sbin:/opt/SUNWcgha/sbin:/nci/vks/bin:/usr/local/bin:/usr/ccs/bin:/opt/SUNWcgha/sbin:/nci/mysql/bin
    LD_LIBRARY_PATH=/usr/jdk1.5.0_07/jre/lib/sparc/server:/usr/jdk1.5.0_07/jre/lib/sparc:/usr/jdk1.5.0_07/jre/../lib/sparc:/nci/sybase/SYBSsa9/lib32:/nci/sybase/SYBSsa9/lib64:/nci/sybase/SYBSsa9/jre142/lib/sparc/client:/nci/sybase/SYBSsa9/jre142/lib/sparc:/nci/sybase/SYBSsa9/jre142/lib/sparc/native_threads:/nci/sybase/SYBSsa9/drivers/lib::/usr/lib:/nci/sybase/SYBSsa9/lib:/usr/local/lib
    SHELL=/usr/bin/bash
    HOSTTYPE=sparc
    OSTYPE=solaris2.9
    MACHTYPE=sparc-sun-solaris2.9
    Signal Handlers:
    SIGSEGV: [libjvm.so+0x6f60b8], sa_mask[0]=0x7fbffeff, sa_flags=0x00000004
    SIGBUS: [libjvm.so+0x6f60b8], sa_mask[0]=0x7fbffeff, sa_flags=0x00000004
    SIGFPE: [libjvm.so+0x276398], sa_mask[0]=0x7fbffeff, sa_flags=0x0000000c
    SIGPIPE: [libjvm.so+0x276398], sa_mask[0]=0x7fbffeff, sa_flags=0x0000000c
    SIGILL: [libjvm.so+0x276398], sa_mask[0]=0x7fbffeff, sa_flags=0x0000000c
    SIGUSR1: [libjvm.so+0x66b714], sa_mask[0]=0x00000000, sa_flags=0x00000008
    SIGUSR2: [libjvm.so+0x276398], sa_mask[0]=0x7fbffeff, sa_flags=0x0000000c
    SIGHUP: [libjvm.so+0x66a38c], sa_mask[0]=0x7fbffeff, sa_flags=0x00000004
    SIGINT: SIG_IGN, sa_mask[0]=0x00000000, sa_flags=0x00000000
    SIGQUIT: [libjvm.so+0x66a38c], sa_mask[0]=0x7fbffeff, sa_flags=0x00000004
    SIGTERM: [libjvm.so+0x66a38c], sa_mask[0]=0x7fbffeff, sa_flags=0x00000004
    --------------- S Y S T E M ---------------
    OS: Solaris 9 9/04 s9s_u7wos_09 SPARC
    Copyright 2004 Sun Microsystems, Inc. All Rights Reserved.
    Use is subject to license terms.
    Assembled 29 June 2004
    uname:SunOS 5.9 Generic_118558-28 sun4u (T2 libthread)
    rlimit: STACK 8192k, CORE infinity, NOFILE 65536, AS infinity
    load average:0.49 0.59 0.61
    CPU:total 2 has_v8, has_v9, has_vis1, has_vis2, is_ultra3
    Memory: 8k page, physical 4194304k(839536k free)
    vm_info: Java HotSpot(TM) Server VM (1.5.0_07-b03) for solaris-sparc, built on May 3 2006 01:22:35 by unknown with unknown Workshop:0x550

    0x00181d90 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=15]
    0x00180c10 JavaThread "CompilerThread1" daemon [_thread_blocked, id=14]
    =>0x0017fcb8 JavaThread "CompilerThread0" daemon [_thread_in_native, id=13]
    0x0017e370 JavaThread "AdapterThread" daemon [_thread_blocked, id=12]
    0x0017d1e8 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=11]upgrade ur java to 1.5u11, this may solve the problem
    the application is crashing in compiler thread.
    the easiest workaround is to use -server or -client (vice versa) and check with which option your application doesn't crash.

  • External hard drive causing finder to crash

    The problem in a nutshell:
    On 2 different occasions today, trying to open the hard drive folder (after not accessing the EHD for a couple hours) caused Finder to crash and my Macbook hung on shutdown - I had to unplug the USB hub or do a forced manual shutdown. When restarting the computer, my computer couldn't read the hard drive - I did find a way to fix that (see details below).
    I don't know why this is happening in the first place or whether this indicates a bigger problem. Thus far, all data on these drives is backed up elsewhere, but I want these drives to be my backup (aside from DVD hard copies, of course). If anyone knows what may be causing this problem, I'd appreciate your help, thanks!
    My system:
    I have an early 2008 Macbook with OSX 10.6.8 and 4GB RAM.
    Last week I bought two identical Hitachi DeskPro 3TB USB hard drives -- call them External HD A & B --, connected to my Macbook via a USB hub that has its own power source. The EHDs have their own power sources as well. All power sources are plugged into surge-protected power strips. (The EHD B is a cloned copy of the EHD A using backup software).
    Each EHD is divided into 3 partitions.
    In System Preferences, I did NOT choose to have the hard drive(s) go to sleep whereever possible.
    Both EHDs run cool - I've never seen any sign of overheating.
    Details of What Happened:
    Both times, I was actively using my computer but hadn't accessed the EHD for a couple hours or so.  Both times, only EHD A was present in the Finder. (EHD B was physically plugged in, but ejected from Finder, as is my ususal practice.)
    Upon restart, I got a message that "a drive plugged into this computer cannot be read", giving me the option to Initialize, Ignore, or Eject. Restarting my Macbook (with one or both EHDs connected) didn't make a difference.
    Neither drive showed up in Disk Utility, but they both showed up in System Profiler under USB, albeit with much fewer details than when the drives are showing up normally. The scanner attached to the USB hub has worked just fine.
    Both times, the solution to the undetectable EHD problem was to plug in the drive's power source directly into the wall socket and the drive would promptly show up on my desktop. (It doesn't matter whether I plugged the USB directly into my Macbook or kept it plugged into the USB hub.) Once I do that, I can eject the drive, plug it back into the power strip, and it works just fine. I verified the drives in Disk Utility both times and they tested ok.

    I'm replying to my own post here since it's far to late to update the original message: To update: after more than 6 months, I can verify that the solution given at bottom of my original post (plugging the drive directly into a wall socket) has worked every time, both in the US and in Asia.  I have no idea why this is so, just that it works.

  • [CS4/5][JS] Script causes InDesign to crash

    Hello,
    I'm having a bit of an issue with some InDesign scripting i'm working on, and wonder if anyone else has had the same issue.
    I have a script that uses app.dialog to prompt for user information.  It then takes the result of that dialog, and uses it in the script.  Pretty standard so far, and if i run this from the scripts panel, or from ESTK, it works fine.  If I set it up as a Script Menu Action, when I run the script via the menu, it executes, then crashes InDesign.
    I have tried this with multiple dialog's, and each time a dialog is called from a SMA, InDesign crashes.  The following code is fairly pointless, but will cause InDesign to crash when the SMA is run.
    //failTest.jsx
    //Test script will cause InDesign to crash when the SMA is invoked
    //Daniel Cole
    //Wed Jun 09 2010 13:26:47 GMT-0400
    #targetengine "session"
    //set up the SMA and eventListener
    var saTest = app.scriptMenuActions.add("Test SMA");
    var elTest = saTest.eventListeners.add("onInvoke", function()
              alert(testFunc());
    //Check for the menu, and create it if it doesn't exist
    try{
        var menuTest = app.menus.item("$ID/Main").submenus.item("Test");
        menuTest.title;
    catch (e){
        var menuTest = app.menus.item("$ID/Main").submenus.add("Test");
    menuTest.menuItems.add(saTest)
    //test function
    //creates a dialog box with a text edit box
    //returns the content of the text edit box
    function testFunc(){
         testDialog = app.dialogs.add({name:"Enter Text:", canCancel:true});
              with(testDialog){
                   with(dialogColumns.add()){
                        var getTextField = textEditboxes.add({editContents: "Test Text", minWidth:250});
         testResult = testDialog.show()
         if(testResult == true){
              var testText = getTextField.editContents;
              testDialog.destroy();
              return testText;
         else{
              return "No Text Entered";
              myFileDialog.destroy();
    I've tried this on CS4 and CS5, on multiple installs, and it crashes every time.  Can anyone else replicate this?  Is this a known issue?  Is there any way to work around it?
    thanks,
    Daniel Cole
    Electronic Prepress and Automation Specialist
    Disc Makers

    I don't know exactly why your code crashes ID in some versions, but there are potential issues in using:
    - unneeded global variables in a function scope,
    - the with statement,
    - the "var menuTest" redeclaration in the try...catch,
    - a generic #targetengine "session" directive,
    - menu and menuAction creation procedure without preventing object duplication (beware of application/session persistence),
    - the myFileDialog.destroy() instruction when myFileDialog is unknown (in your original code).
    In order to isolate the "destroy" bug, I suggest you separate the process from the menu installer (see http://bit.ly/cIsZuG for more detail about menu management).
    Here is a possible structure:
    #targetengine "DanielColeTest"
    // YOUR PROCESS
    // Use clean local vars within the func
    var testFunc = function()
         var dlg = app.dialogs.add({
              name:"Enter Text:",
              canCancel:true
         var textField = dlg.dialogColumns.add().textEditboxes.add({
              editContents: "Test Text",
              minWidth:250
         var r = (dlg.show())?
              textField.editContents:
              "No Text Entered - Marc";
         dlg.destroy();
         return r;
    var testInvokeHandler = function(/*onInvoke*/)
         alert( testFunc() );
    // YOUR MENU INSTALLER
    // Encapsulate the routine to avoid duplication issues
    // - a SMA is session-persistent
    // - a menu is application-persistent
    var testInstaller = testInstaller||(function()
         var smaTitle = "Test SMA",
              mnuTitle = "Test",
              subs = app.menus.item("$ID/Main").submenus,
              sma, mnu;
         // 1. Create the script menu action
         sma = app.scriptMenuActions.add(smaTitle);
         // 2. Attach the onInvoke event handler
         sma.eventListeners.add("onInvoke",testInvokeHandler);
         // 3. Create and/or target the menu
         mnu = subs.item(mnuTitle);
         if( !mnu.isValid ) mnu = subs.add(mnuTitle);
         // 4. Create the menu item
         mnu.menuItems.add(sma);
         return true;
    Hope it could help.
    Regards,
    Marc

  • HOTSPOT JVM crash with EXCEPTION_ACCESS_VIOLATION

    From a C++ application, I use Invocation APIs to create a JVM and call some Java methods using JNI
    I get a crash in jvm.dll with EXCEPTION_ACCESS_VIOLATION
    when I try to call "getFields" method of java.lang.Class in order to get the Fields of the java class
    This method call, should return a java/lang/reflect/Fields[] on success
    I am able to get the method ID of this method by using pEnv->GetMethodID(..)
    However, when I call this method using CallObjectMethod(..), HotSpt JVM crashes with access violation with the dump given below.
    Any clues on how to debug and find the problem?
    Thanks in advance!
    Sample code
    jclass testerClass = pEnv->FindClass("com/test/Tester");
    jmethodID cid = pEnv->GetMethodID(testerClass,"<init>","()V");
    if(NULL == cid)
    pEnv->ExceptionDescribe();
    jobject testerObject = pEnv->NewObjectV(testerClass, mid);
    jmethodID mid = pEnv->GetMethodID(testerClass, "getClass",
                             "()Ljava/lang/Class;");
    jobject clsObj = (jobject)pEnv->CallObjectMethod(testerObject, mid);
    pEnv->ExceptionDescribe();
    jclass      jCls = pEnv->GetObjectClass(clsObj);
    jmethodID midGetFields = pEnv->GetMethodID(jCls, "getFields",
                                            "()[Ljava/lang/reflect/Field;");
    jobjectArray jobjArray = (jobjectArray)pEnv->CallObjectMethod(testerObject, midGetFields);
    pEnv->ExceptionDescribe();
    Crash dump
    Unexpected Signal : EXCEPTION_ACCESS_VIOLATION (0xc0000005) occurred at PC=0x809E69F
    Function=JVM_FindSignal+0x11505
    Library=D:\Java\j2re1.4.2_03\bin\client\jvm.dll
    Current Java thread:
         at java.lang.Class.privateGetDeclaredFields(Unknown Source)
         at java.lang.Class.privateGetPublicFields(Unknown Source)
         at java.lang.Class.getFields(Unknown Source)
    Dynamic libraries:
    0x00400000 - 0x00419000      E:\SC\SC12.1\SCApplications\SNMP\Bin\JNITester.exe
    0x77F50000 - 0x77FF7000      C:\WINDOWS\System32\ntdll.dll
    0x77E60000 - 0x77F46000      C:\WINDOWS\system32\kernel32.dll
    0x10000000 - 0x10023000      E:\SC\SC12.1\SCApplications\SNMP\Bin\JniUtils.dll
    0x00320000 - 0x00332000      E:\SnmpIpmNativeTestDriver\MTFStubHelper.dll
    0x00340000 - 0x0035B000      E:\SnmpIpmNativeTestDriver\MTFXMLFileAPI.dll
    0x12000000 - 0x122B1000      e:\sc\sc12.1\bin\xerces-c_2_2_0D.dll
    0x77DD0000 - 0x77E5D000      C:\WINDOWS\system32\ADVAPI32.dll
    0x78000000 - 0x78086000      C:\WINDOWS\system32\RPCRT4.dll
    0x10200000 - 0x1026C000      e:\sc\sc12.1\bin\MSVCRTD.dll
    0x102A0000 - 0x102B7000      e:\sc\sc12.1\bin\MSVCIRTD.dll
    0x5F800000 - 0x5F8E9000      e:\sc\sc12.1\bin\MFC42uD.DLL
    0x77C70000 - 0x77CB0000      C:\WINDOWS\system32\GDI32.dll
    0x77D40000 - 0x77DCC000      C:\WINDOWS\system32\USER32.dll
    0x5F700000 - 0x5F746000      e:\sc\sc12.1\bin\MFCD42uD.DLL
    0x5F500000 - 0x5F5C6000      e:\sc\sc12.1\bin\MFCO42uD.DLL
    0x10480000 - 0x104FE000      e:\sc\sc12.1\bin\MSVCP60D.dll
    0x15020000 - 0x15042000      e:\sc\sc12.1\bin\SCTraceLib.dll
    0x6D510000 - 0x6D58D000      C:\WINDOWS\System32\dbghelp.dll
    0x77C10000 - 0x77C63000      C:\WINDOWS\system32\msvcrt.dll
    0x77C00000 - 0x77C07000      C:\WINDOWS\system32\VERSION.dll
    0x00360000 - 0x0037D000      e:\sc\sc12.1\bin\SCFileManager.dll
    0x76BF0000 - 0x76BFB000      C:\WINDOWS\System32\PSAPI.DLL
    0x00420000 - 0x00580000      e:\sc\sc12.1\bin\BctCoreCL.dll
    0x5D920000 - 0x5D929000      C:\WINDOWS\System32\RPCNS4.dll
    0x71B20000 - 0x71B31000      C:\WINDOWS\system32\MPR.dll
    0x71C20000 - 0x71C6E000      C:\WINDOWS\System32\NETAPI32.dll
    0x71AB0000 - 0x71AC5000      C:\WINDOWS\System32\WS2_32.dll
    0x71AA0000 - 0x71AA8000      C:\WINDOWS\System32\WS2HELP.dll
    0x15000000 - 0x15012000      e:\sc\sc12.1\bin\CTEventLog.dll
    0x773D0000 - 0x77BC2000      C:\WINDOWS\system32\SHELL32.dll
    0x70A70000 - 0x70AD4000      C:\WINDOWS\system32\SHLWAPI.dll
    0x771B0000 - 0x772D1000      C:\WINDOWS\system32\ole32.dll
    0x77120000 - 0x771AB000      C:\WINDOWS\system32\OLEAUT32.dll
    0x1F7A0000 - 0x1F7D6000      C:\WINDOWS\System32\ODBC32.dll
    0x77340000 - 0x773CB000      C:\WINDOWS\system32\COMCTL32.dll
    0x763B0000 - 0x763F5000      C:\WINDOWS\system32\comdlg32.dll
    0x08000000 - 0x08138000      D:\Java\j2re1.4.2_03\bin\client\jvm.dll
    0x76B40000 - 0x76B6C000      C:\WINDOWS\System32\WINMM.dll
    0x5FD00000 - 0x5FD0D000      C:\WINDOWS\System32\MFC42LOC.DLL
    0x71950000 - 0x71A34000      C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.10.0_x-ww_f7fb5805\comctl32.dll
    0x1F840000 - 0x1F857000      C:\WINDOWS\System32\odbcint.dll
    0x5DAC0000 - 0x5DAC7000      C:\WINDOWS\System32\rdpsnd.dll
    0x00FE0000 - 0x00FE7000      D:\Java\j2re1.4.2_03\bin\hpi.dll
    0x01000000 - 0x0100E000      D:\Java\j2re1.4.2_03\bin\verify.dll
    0x01010000 - 0x01029000      D:\Java\j2re1.4.2_03\bin\java.dll
    0x01030000 - 0x0103D000      D:\Java\j2re1.4.2_03\bin\zip.dll
    0x76C90000 - 0x76CB2000      C:\WINDOWS\system32\imagehlp.dll
    Heap at VM Abort:
    Heap
    def new generation total 576K, used 132K [0x15050000, 0x150f0000, 0x15530000)
    eden space 512K, 25% used [0x15050000, 0x15071250, 0x150d0000)
    from space 64K, 0% used [0x150d0000, 0x150d0000, 0x150e0000)
    to space 64K, 0% used [0x150e0000, 0x150e0000, 0x150f0000)
    tenured generation total 1408K, used 0K [0x15530000, 0x15690000, 0x19050000)
    the space 1408K, 0% used [0x15530000, 0x15530000, 0x15530200, 0x15690000)
    compacting perm gen total 4096K, used 964K [0x19050000, 0x19450000, 0x1d050000)
    the space 4096K, 23% used [0x19050000, 0x191410e0, 0x19141200, 0x19450000)
    Local Time = Wed Aug 25 21:06:44 2004
    Elapsed Time = 0
    # HotSpot Virtual Machine Error : EXCEPTION_ACCESS_VIOLATION
    # Error ID : 4F530E43505002EF
    # Please report this error at
    # http://java.sun.com/cgi-bin/bugreport.cgi
    # Java VM: Java HotSpot(TM) Client VM (1.4.2_03-b02 mixed mode)

    Hi
    How about running it with -Xcheck:jni and -verbose:jni

  • Nik collection plug-ins are causing aperture to crash. Please help!

    Hi everyone, I am running Aperture 3.4.3 and a while back bought Nik Silver Effex 2.0.
    A couple of days ago Google emailed me offering the complete Nik Collection for free.
    I upgraded but since then everything has been messed up. The plug-ins all appear in aperture but when I try to load them they either fail to load or cause aperture to crash.
    I have contacted Nik/Google but all of their suggestions so far have been to no avail.
    Please help as I use silver effex professionally and have a job coming up soon that needs black and white edits!
    I am desperate here so any help is appreciated.

    Nik/Google are trying to work out the issue but have never mentioned any possible compatability issues.
    Here is a crash log from trying to operate the viveza plug in
    Process:    
    Aperture [277]
    Path:       
    /Applications/Aperture.app/Contents/MacOS/Aperture
    Identifier: 
    com.apple.Aperture
    Version:    
    3.4.3 (3.4.3)
    Build Info: 
    Aperture-310022000000000~2
    App Item ID:
    408981426
    App External ID: 12009533
    Code Type:  
    X86-64 (Native)
    Parent Process:  launchd [130]
    PlugIn Path:  
    /Library/Application Support/Aperture/*/Viveza2
    PlugIn Identifier: com.google.Viveza2.aperture_edit
    PlugIn Version:
    2.1 (2.100)
    Date/Time:  
    2013-03-30 07:48:00.611 +0000
    OS Version: 
    Mac OS X 10.7.5 (11G63)
    Report Version:  9
    Interval Since Last Report:     
    94513 sec
    Crashes Since Last Report:      
    34
    Per-App Interval Since Last Report:  13568 sec
    Per-App Crashes Since Last Report:   15
    Anonymous UUID:                 
    5EADB6B4-F3B5-414C-9592-FCD81A169A8A
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_CRASH (SIGABRT)
    Exception Codes: 0x0000000000000000, 0x0000000000000000
    Application Specific Information:
    objc[277]: garbage collection is OFF
    Performing @selector(a_editWithPlugIn:) from sender NSMenuItem 0x7ff4b82ceb00
    terminate called throwing an exception
    abort() called
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   libsystem_kernel.dylib   
    0x000000010b773ce2 __pthread_kill + 10
    1   libsystem_c.dylib        
    0x000000010b6297d2 pthread_kill + 95
    2   libsystem_c.dylib        
    0x000000010b61aa7a abort + 143
    3   libc++abi.dylib          
    0x000000010b4d67bc abort_message + 214
    4   libc++abi.dylib          
    0x000000010b4d3fcf default_terminate() + 28
    5   libobjc.A.dylib          
    0x0000000108d8b1cd _objc_terminate + 114
    6   libc++abi.dylib          
    0x000000010b4d4001 safe_handler_caller(void (*)()) + 11
    7   libc++abi.dylib          
    0x000000010b4d405c std::terminate() + 16
    8   libc++abi.dylib          
    0x000000010b4d5152 __cxa_throw + 114
    9   com.google.Viveza2.aperture_edit
    0x0000000141a04289 nikHostInterface::getWorkingProfile() + 315675
    10  com.google.Viveza2.aperture_edit
    0x0000000141a04d3c nikHostInterface::getWorkingProfile() + 318414
    11  com.google.Viveza2.aperture_edit
    0x0000000141adaf1f boost::detail::get_once_per_thread_epoch() + 736175
    12  com.google.Viveza2.aperture_edit
    0x0000000141adafed boost::detail::get_once_per_thread_epoch() + 736381
    13  com.google.Viveza2.aperture_edit
    0x0000000141aa5f74 boost::detail::get_once_per_thread_epoch() + 519172
    14  com.google.Viveza2.aperture_edit
    0x0000000141a936af boost::detail::get_once_per_thread_epoch() + 443199
    15  com.google.Viveza2.aperture_edit
    0x00000001416fb75e 0x1414b0000 + 2406238
    16  com.google.Viveza2.aperture_edit
    0x000000014160f9e8 0x1414b0000 + 1440232
    17  com.google.Viveza2.aperture_edit
    0x00000001416141bd 0x1414b0000 + 1458621
    18  com.google.Viveza2.aperture_edit
    0x00000001416c631a 0x1414b0000 + 2188058
    19  com.google.Viveza2.aperture_edit
    0x00000001416c788e 0x1414b0000 + 2193550
    20  com.apple.Aperture       
    0x00000001048ccc67 0x10467b000 + 2432103
    21  com.apple.CoreFoundation 
    0x00000001068ecefc __invoking___ + 140
    22  com.apple.CoreFoundation 
    0x00000001068ecd94 -[NSInvocation invoke] + 132
    23  com.apple.CoreFoundation 
    0x00000001068ecf64 -[NSInvocation invokeWithTarget:] + 52
    24  com.apple.CoreFoundation 
    0x00000001068e7fa4 ___forwarding___ + 756
    25  com.apple.CoreFoundation 
    0x00000001068e7c38 _CF_forwarding_prep_0 + 232
    26  com.google.Viveza2.aperture_edit
    0x00000001416c6d83 0x1414b0000 + 2190723
    27  com.google.Viveza2.aperture_edit
    0x00000001416c7c6b 0x1414b0000 + 2194539
    28  com.apple.Aperture       
    0x00000001048ce3d2 0x10467b000 + 2438098
    29  com.apple.Aperture       
    0x00000001046c5a1c 0x10467b000 + 305692
    30  com.apple.CoreFoundation 
    0x00000001068ea70d -[NSObject performSelector:withObject:] + 61
    31  com.apple.AppKit         
    0x00000001093a98ca -[NSApplication sendAction:to:from:] + 139
    32  com.apple.prokit         
    0x000000010719b7e9 -[NSProApplication sendAction:to:from:] + 100
    33  com.apple.Aperture       
    0x0000000104af22cf 0x10467b000 + 4682447
    34  com.apple.AppKit         
    0x00000001094967ff -[NSMenuItem _corePerformAction] + 399
    35  com.apple.AppKit         
    0x0000000109496536 -[NSCarbonMenuImpl performActionWithHighlightingForItemAtIndex:] + 125
    36  com.apple.AppKit         
    0x0000000109735b08 -[NSMenu _internalPerformActionForItemAtIndex:] + 38
    37  com.apple.AppKit         
    0x00000001095c46f9 -[NSCarbonMenuImpl _carbonCommandProcessEvent:handlerCallRef:] + 138
    38  com.apple.AppKit         
    0x00000001094109bb NSSLMMenuEventHandler + 339
    39  com.apple.HIToolbox      
    0x000000010a7ab234 _ZL23DispatchEventToHandlersP14EventTargetRecP14OpaqueEventRefP14HandlerCallRec + 1263
    40  com.apple.HIToolbox      
    0x000000010a7aa840 _ZL30SendEventToEventTargetInternalP14OpaqueEventRefP20OpaqueEventTargetRefP14H andlerCallRec + 446
    41  com.apple.HIToolbox      
    0x000000010a7c16db SendEventToEventTarget + 76
    42  com.apple.HIToolbox      
    0x000000010a8077b5 _ZL18SendHICommandEventjPK9HICommandjjhPKvP20OpaqueEventTargetRefS5_PP14OpaqueE ventRef + 398
    43  com.apple.HIToolbox      
    0x000000010a8eee2d SendMenuCommandWithContextAndModifiers + 56
    44  com.apple.HIToolbox      
    0x000000010a9365b5 SendMenuItemSelectedEvent + 253
    45  com.apple.HIToolbox      
    0x000000010a800883 _ZL19FinishMenuSelectionP13SelectionDataP10MenuResultS2_ + 101
    46  com.apple.HIToolbox      
    0x000000010a7f7fc9 _ZL14MenuSelectCoreP8MenuData5PointdjPP13OpaqueMenuRefPt + 600
    47  com.apple.HIToolbox      
    0x000000010a7f7592 _HandleMenuSelection2 + 580
    48  com.apple.AppKit         
    0x00000001093111da _NSHandleCarbonMenuEvent + 250
    49  com.apple.AppKit         
    0x00000001092a6cc9 _DPSNextEvent + 2019
    50  com.apple.AppKit         
    0x00000001092a607d -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 135
    51  com.apple.Aperture       
    0x0000000104af1205 0x10467b000 + 4678149
    52  com.apple.AppKit         
    0x00000001092a29b9 -[NSApplication run] + 470
    53  com.apple.prokit         
    0x000000010719bbe1 NSProApplicationMain + 387
    54  com.apple.Aperture       
    0x000000010468b4a2 0x10467b000 + 66722
    55  com.apple.Aperture       
    0x000000010468adf4 0x10467b000 + 65012
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib   
    0x000000010b7747e6 kevent + 10
    1   libdispatch.dylib        
    0x000000010b55a786 _dispatch_mgr_invoke + 923
    2   libdispatch.dylib        
    0x000000010b559316 _dispatch_mgr_thread + 54
    Thread 2:
    0   libsystem_kernel.dylib   
    0x000000010b773bca __psynch_cvwait + 10
    1   libsystem_c.dylib        
    0x000000010b62b2a6 _pthread_cond_wait + 890
    2   com.apple.Foundation     
    0x0000000108900a5c -[NSCondition waitUntilDate:] + 371
    3   com.apple.Foundation     
    0x00000001088ca22e -[NSConditionLock lockWhenCondition:beforeDate:] + 251
    4   com.apple.proxtcore      
    0x000000010846903a -[XTMsgQueue waitForMessage] + 47
    5   com.apple.proxtcore      
    0x0000000108468282 -[XTThread run:] + 329
    6   com.apple.Foundation     
    0x00000001088d172a -[NSThread main] + 68
    7   com.apple.Foundation     
    0x00000001088d16a2 __NSThread__main__ + 1575
    8   libsystem_c.dylib        
    0x000000010b6278bf _pthread_start + 335
    9   libsystem_c.dylib        
    0x000000010b62ab75 thread_start + 13
    Thread 3:
    0   libsystem_kernel.dylib   
    0x000000010b773bca __psynch_cvwait + 10
    1   libsystem_c.dylib        
    0x000000010b62b2a6 _pthread_cond_wait + 890
    2   com.apple.Foundation     
    0x0000000108900a5c -[NSCondition waitUntilDate:] + 371
    3   com.apple.Foundation     
    0x00000001088ca22e -[NSConditionLock lockWhenCondition:beforeDate:] + 251
    4   com.apple.proxtcore      
    0x000000010846903a -[XTMsgQueue waitForMessage] + 47
    5   com.apple.proxtcore      
    0x0000000108468282 -[XTThread run:] + 329
    6   com.apple.Foundation     
    0x00000001088d172a -[NSThread main] + 68
    7   com.apple.Foundation     
    0x00000001088d16a2 __NSThread__main__ + 1575
    8   libsystem_c.dylib        
    0x000000010b6278bf _pthread_start + 335
    9   libsystem_c.dylib        
    0x000000010b62ab75 thread_start + 13
    Thread 4:
    0   libsystem_kernel.dylib   
    0x000000010b773bca __psynch_cvwait + 10
    1   libsystem_c.dylib        
    0x000000010b62b2a6 _pthread_cond_wait + 890
    2   com.apple.Foundation     
    0x0000000108900a5c -[NSCondition waitUntilDate:] + 371
    3   com.apple.Foundation     
    0x00000001088ca22e -[NSConditionLock lockWhenCondition:beforeDate:] + 251
    4   com.apple.proxtcore      
    0x000000010846903a -[XTMsgQueue waitForMessage] + 47
    5   com.apple.proxtcore      
    0x0000000108468282 -[XTThread run:] + 329
    6   com.apple.Foundation     
    0x00000001088d172a -[NSThread main] + 68
    7   com.apple.Foundation     
    0x00000001088d16a2 __NSThread__main__ + 1575
    8   libsystem_c.dylib        
    0x000000010b6278bf _pthread_start + 335
    9   libsystem_c.dylib        
    0x000000010b62ab75 thread_start + 13
    Thread 5:
    0   libsystem_kernel.dylib   
    0x000000010b773bca __psynch_cvwait + 10
    1   libsystem_c.dylib        
    0x000000010b62b2a6 _pthread_cond_wait + 890
    2   com.apple.Foundation     
    0x0000000108900a5c -[NSCondition waitUntilDate:] + 371
    3   com.apple.Foundation     
    0x00000001088ca22e -[NSConditionLock lockWhenCondition:beforeDate:] + 251
    4   com.apple.proxtcore      
    0x000000010846903a -[XTMsgQueue waitForMessage] + 47
    5   com.apple.proxtcore      
    0x0000000108468282 -[XTThread run:] + 329
    6   com.apple.Foundation     
    0x00000001088d172a -[NSThread main] + 68
    7   com.apple.Foundation     
    0x00000001088d16a2 __NSThread__main__ + 1575
    8   libsystem_c.dylib        
    0x000000010b6278bf _pthread_start + 335
    9   libsystem_c.dylib        
    0x000000010b62ab75 thread_start + 13
    Thread 6:
    0   libsystem_kernel.dylib   
    0x000000010b773bca __psynch_cvwait + 10
    1   libsystem_c.dylib        
    0x000000010b62b2a6 _pthread_cond_wait + 890
    2   com.apple.Foundation     
    0x0000000108900a5c -[NSCondition waitUntilDate:] + 371
    3   com.apple.Foundation     
    0x00000001088ca22e -[NSConditionLock lockWhenCondition:beforeDate:] + 251
    4   com.apple.proxtcore      
    0x000000010846903a -[XTMsgQueue waitForMessage] + 47
    5   com.apple.proxtcore      
    0x0000000108468282 -[XTThread run:] + 329
    6   com.apple.Foundation     
    0x00000001088d172a -[NSThread main] + 68
    7   com.apple.Foundation     
    0x00000001088d16a2 __NSThread__main__ + 1575
    8   libsystem_c.dylib        
    0x000000010b6278bf _pthread_start + 335
    9   libsystem_c.dylib        
    0x000000010b62ab75 thread_start + 13
    Thread 7:
    0   libsystem_kernel.dylib   
    0x000000010b773bca __psynch_cvwait + 10
    1   libsystem_c.dylib        
    0x000000010b62b2a6 _pthread_cond_wait + 890
    2   com.apple.Foundation     
    0x0000000108900a5c -[NSCondition waitUntilDate:] + 371
    3   com.apple.Foundation     
    0x00000001088ca22e -[NSConditionLock lockWhenCondition:beforeDate:] + 251
    4   com.apple.proxtcore      
    0x000000010846903a -[XTMsgQueue waitForMessage] + 47
    5   com.apple.proxtcore      
    0x0000000108468282 -[XTThread run:] + 329
    6   com.apple.Foundation     
    0x00000001088d172a -[NSThread main] + 68
    7   com.apple.Foundation     
    0x00000001088d16a2 __NSThread__main__ + 1575
    8   libsystem_c.dylib        
    0x000000010b6278bf _pthread_start + 335
    9   libsystem_c.dylib        
    0x000000010b62ab75 thread_start + 13
    Thread 8:
    0   libsystem_kernel.dylib   
    0x000000010b773bca __psynch_cvwait + 10
    1   libsystem_c.dylib        
    0x000000010b62b2a6 _pthread_cond_wait + 890
    2   com.apple.Foundation     
    0x0000000108900a5c -[NSCondition waitUntilDate:] + 371
    3   com.apple.Foundation     
    0x00000001088ca22e -[NSConditionLock lockWhenCondition:beforeDate:] + 251
    4   com.apple.proxtcore      
    0x000000010846903a -[XTMsgQueue waitForMessage] + 47
    5   com.apple.proxtcore      
    0x0000000108468282 -[XTThread run:] + 329
    6   com.apple.Foundation     
    0x00000001088d172a -[NSThread main] + 68
    7   com.apple.Foundation     
    0x00000001088d16a2 __NSThread__main__ + 1575
    8   libsystem_c.dylib        
    0x000000010b6278bf _pthread_start + 335
    9   libsystem_c.dylib        
    0x000000010b62ab75 thread_start + 13
    Thread 9:: com.apple.NSURLConnectionLoader
    0   libsystem_kernel.dylib   
    0x000000010b77267a mach_msg_trap + 10
    1   libsystem_kernel.dylib   
    0x000000010b771d71 mach_msg + 73
    2   com.apple.CoreFoundation 
    0x000000010688750c __CFRunLoopServiceMachPort + 188
    3   com.apple.CoreFoundation 
    0x000000010688fc74 __CFRunLoopRun + 1204
    4   com.apple.CoreFoundation 
    0x000000010688f486 CFRunLoopRunSpecific + 230
    5   com.apple.Foundation     
    0x00000001088dcfd7 +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 335
    6   com.apple.Foundation     
    0x00000001088d172a -[NSThread main] + 68
    7   com.apple.Foundation     
    0x00000001088d16a2 __NSThread__main__ + 1575
    8   libsystem_c.dylib        
    0x000000010b6278bf _pthread_start + 335
    9   libsystem_c.dylib        
    0x000000010b62ab75 thread_start + 13
    Thread 10:: com.apple.CFSocket.private
    0   libsystem_kernel.dylib   
    0x000000010b773df2 __select + 10
    1   com.apple.CoreFoundation 
    0x00000001068d8c8b __CFSocketManager + 1355
    2   libsystem_c.dylib        
    0x000000010b6278bf _pthread_start + 335
    3   libsystem_c.dylib        
    0x000000010b62ab75 thread_start + 13
    Thread 11:: Dispatch queue: com.apple.Mercury.KDatabaseMgr
    0   libsystem_kernel.dylib   
    0x000000010b774a8e pread + 10
    1   com.apple.iLifeSQLAccess 
    0x000000010855195d seekAndRead + 86
    2   com.apple.iLifeSQLAccess 
    0x00000001085518c9 unixRead + 31
    3   com.apple.iLifeSQLAccess 
    0x000000010856c0db readDbPage + 447
    4   com.apple.iLifeSQLAccess 
    0x000000010856b7df sqlite3PagerAcquire + 342
    5   com.apple.iLifeSQLAccess 
    0x000000010856b64b btreeGetPage + 30
    6   com.apple.iLifeSQLAccess 
    0x0000000108579031 getAndInitPage + 66
    7   com.apple.iLifeSQLAccess 
    0x0000000108579443 moveToChild + 68
    8   com.apple.iLifeSQLAccess 
    0x00000001085793de moveToLeftmost + 90
    9   com.apple.iLifeSQLAccess 
    0x0000000108565f2b sqlite3VdbeExec + 25447
    10  com.apple.iLifeSQLAccess 
    0x000000010855f8ca sqlite3_step + 2420
    11  com.apple.iLifeSQLAccess 
    0x0000000108587afb -[HgKResultSet next] + 262
    12  com.apple.iLifeSQLAccess 
    0x00000001085c23dc __53-[HgEntity insertIntoRidList:idsForColumn:fromQuery:]_block_invoke_0 + 113
    13  libdispatch.dylib        
    0x000000010b559368 _dispatch_function_recurse_invoke + 40
    14  libdispatch.dylib        
    0x000000010b55ac75 _dispatch_barrier_sync_f_invoke + 33
    15  libdispatch.dylib        
    0x000000010b55afba _dispatch_barrier_sync_f_slow + 201
    16  com.apple.iLifeSQLAccess 
    0x00000001085b9cb6 -[HgEntity _dispatch_sync_if_needed_suspend:withBlock:] + 255
    17  com.apple.iLifeSQLAccess 
    0x00000001085c22dd -[HgEntity insertIntoRidList:idsForColumn:fromQuery:] + 431
    18  com.apple.iLifeSQLAccess 
    0x00000001085be745 -[HgEntity selectDistinctList:fromQuery:] + 242
    19  com.apple.iLifeSQLAccess 
    0x00000001085ac201 -[HgIterator requery] + 121
    20  com.apple.iLifeSQLAccess 
    0x0000000108608880 -[HgIterator initWithQuery:returning:] + 592
    21  com.apple.iLifeSQLAccess 
    0x00000001085bc18c -[HgEntity iteratorFromQuery:] + 72
    22  com.apple.iLifeSQLAccess 
    0x00000001085bd35a -[HgEntity setForColumn:fromQuery:] + 48
    23  com.apple.iLifeSQLAccess 
    0x00000001085bca7d -[HgEntity modelUuidsWhere:] + 190
    24  com.apple.RedRock        
    0x000000010524325d -[RKCgImageDataEntity _determineAllUuidsWithImageData] + 55
    25  libdispatch.dylib        
    0x000000010b558a82 _dispatch_call_block_and_release + 18
    26  libdispatch.dylib        
    0x000000010b55a2d2 _dispatch_queue_drain + 264
    27  libdispatch.dylib        
    0x000000010b55a12e _dispatch_queue_invoke + 54
    28  libdispatch.dylib        
    0x000000010b559928 _dispatch_worker_thread2 + 198
    29  libsystem_c.dylib        
    0x000000010b6293da _pthread_wqthread + 316
    30  libsystem_c.dylib        
    0x000000010b62ab85 start_wqthread + 13
    Thread 12:
    0   libsystem_kernel.dylib   
    0x000000010b773bca __psynch_cvwait + 10
    1   libsystem_c.dylib        
    0x000000010b62b2a6 _pthread_cond_wait + 890
    2   com.apple.Foundation     
    0x0000000108900a5c -[NSCondition waitUntilDate:] + 371
    3   com.apple.Foundation     
    0x00000001088ca22e -[NSConditionLock lockWhenCondition:beforeDate:] + 251
    4   com.apple.proxtcore      
    0x000000010846903a -[XTMsgQueue waitForMessage] + 47
    5   com.apple.proxtcore      
    0x0000000108468282 -[XTThread run:] + 329
    6   com.apple.Foundation     
    0x00000001088d172a -[NSThread main] + 68
    7   com.apple.Foundation     
    0x00000001088d16a2 __NSThread__main__ + 1575
    8   libsystem_c.dylib        
    0x000000010b6278bf _pthread_start + 335
    9   libsystem_c.dylib        
    0x000000010b62ab75 thread_start + 13
    Thread 13:
    0   libsystem_kernel.dylib   
    0x000000010b773bca __psynch_cvwait + 10
    1   libsystem_c.dylib        
    0x000000010b62b274 _pthread_cond_wait + 840
    2   com.google.Viveza2.aperture_edit
    0x00000001419dc3f2 nikHostInterface::getWorkingProfile() + 152196
    3   com.google.Viveza2.aperture_edit
    0x00000001419ed5ee nikHostInterface::getWorkingProfile() + 222336
    4   com.google.Viveza2.aperture_edit
    0x0000000141a21d70 boost::thread::start_thread() + 382
    5   libsystem_c.dylib        
    0x000000010b6278bf _pthread_start + 335
    6   libsystem_c.dylib        
    0x000000010b62ab75 thread_start + 13
    Thread 14:
    0   libsystem_kernel.dylib   
    0x000000010b773bca __psynch_cvwait + 10
    1   libsystem_c.dylib        
    0x000000010b62b274 _pthread_cond_wait + 840
    2   com.google.Viveza2.aperture_edit
    0x00000001419dc3f2 nikHostInterface::getWorkingProfile() + 152196
    3   com.google.Viveza2.aperture_edit
    0x00000001419ed5ee nikHostInterface::getWorkingProfile() + 222336
    4   com.google.Viveza2.aperture_edit
    0x0000000141a21d70 boost::thread::start_thread() + 382
    5   libsystem_c.dylib        
    0x000000010b6278bf _pthread_start + 335
    6   libsystem_c.dylib        
    0x000000010b62ab75 thread_start + 13
    Thread 15:
    0   libsystem_kernel.dylib   
    0x000000010b773bca __psynch_cvwait + 10
    1   libsystem_c.dylib        
    0x000000010b62b274 _pthread_cond_wait + 840
    2   com.google.Viveza2.aperture_edit
    0x00000001419dc3f2 nikHostInterface::getWorkingProfile() + 152196
    3   com.google.Viveza2.aperture_edit
    0x00000001419ed5ee nikHostInterface::getWorkingProfile() + 222336
    4   com.google.Viveza2.aperture_edit
    0x0000000141a21d70 boost::thread::start_thread() + 382
    5   libsystem_c.dylib        
    0x000000010b6278bf _pthread_start + 335
    6   libsystem_c.dylib        
    0x000000010b62ab75 thread_start + 13
    Thread 16:
    0   libsystem_kernel.dylib   
    0x000000010b773bca __psynch_cvwait + 10
    1   libsystem_c.dylib        
    0x000000010b62b274 _pthread_cond_wait + 840
    2   com.google.Viveza2.aperture_edit
    0x00000001419dc3f2 nikHostInterface::getWorkingProfile() + 152196
    3   com.google.Viveza2.aperture_edit
    0x00000001419ed5ee nikHostInterface::getWorkingProfile() + 222336
    4   com.google.Viveza2.aperture_edit
    0x0000000141a21d70 boost::thread::start_thread() + 382
    5   libsystem_c.dylib        
    0x000000010b6278bf _pthread_start + 335
    6   libsystem_c.dylib        
    0x000000010b62ab75 thread_start + 13
    Thread 17:
    0   libsystem_kernel.dylib   
    0x000000010b773bca __psynch_cvwait + 10
    1   libsystem_c.dylib        
    0x000000010b62b274 _pthread_cond_wait + 840
    2   com.google.Viveza2.aperture_edit
    0x00000001419dc3f2 nikHostInterface::getWorkingProfile() + 152196
    3   com.google.Viveza2.aperture_edit
    0x00000001419ed87f nikHostInterface::getWorkingProfile() + 222993
    4   com.google.Viveza2.aperture_edit
    0x0000000141a21d70 boost::thread::start_thread() + 382
    5   libsystem_c.dylib        
    0x000000010b6278bf _pthread_start + 335
    6   libsystem_c.dylib        
    0x000000010b62ab75 thread_start + 13
    Thread 18:
    0   libsystem_kernel.dylib   
    0x000000010b773bca __psynch_cvwait + 10
    1   libsystem_c.dylib        
    0x000000010b62b274 _pthread_cond_wait + 840
    2   com.google.Viveza2.aperture_edit
    0x00000001419dc3f2 nikHostInterface::getWorkingProfile() + 152196
    3   com.google.Viveza2.aperture_edit
    0x00000001419ed87f nikHostInterface::getWorkingProfile() + 222993
    4   com.google.Viveza2.aperture_edit
    0x0000000141a21d70 boost::thread::start_thread() + 382
    5   libsystem_c.dylib        
    0x000000010b6278bf _pthread_start + 335
    6   libsystem_c.dylib        
    0x000000010b62ab75 thread_start + 13
    Thread 19:
    0   libsystem_kernel.dylib   
    0x000000010b773bca __psynch_cvwait + 10
    1   libsystem_c.dylib        
    0x000000010b62b274 _pthread_cond_wait + 840
    2   com.google.Viveza2.aperture_edit
    0x00000001419dc3f2 nikHostInterface::getWorkingProfile() + 152196
    3   com.google.Viveza2.aperture_edit
    0x00000001419ed87f nikHostInterface::getWorkingProfile() + 222993
    4   com.google.Viveza2.aperture_edit
    0x0000000141a21d70 boost::thread::start_thread() + 382
    5   libsystem_c.dylib        
    0x000000010b6278bf _pthread_start + 335
    6   libsystem_c.dylib        
    0x000000010b62ab75 thread_start + 13
    Thread 20:
    0   libsystem_kernel.dylib   
    0x000000010b774192 __workq_kernreturn + 10
    1   libsystem_c.dylib        
    0x000000010b629594 _pthread_wqthread + 758
    2   libsystem_c.dylib        
    0x000000010b62ab85 start_wqthread + 13
    Thread 21:
    0   libsystem_kernel.dylib   
    0x000000010b774192 __workq_kernreturn + 10
    1   libsystem_c.dylib        
    0x000000010b629594 _pthread_wqthread + 758
    2   libsystem_c.dylib        
    0x000000010b62ab85 start_wqthread + 13
    Thread 22:
    0   libsystem_kernel.dylib   
    0x000000010b774192 __workq_kernreturn + 10
    1   libsystem_c.dylib        
    0x000000010b629594 _pthread_wqthread + 758
    2   libsystem_c.dylib        
    0x000000010b62ab85 start_wqthread + 13
    Thread 23:
    0   libsystem_kernel.dylib   
    0x000000010b774192 __workq_kernreturn + 10
    1   libsystem_c.dylib        
    0x000000010b629594 _pthread_wqthread + 758
    2   libsystem_c.dylib        
    0x000000010b62ab85 start_wqthread + 13
    Thread 24:
    0   libsystem_kernel.dylib   
    0x000000010b774192 __workq_kernreturn + 10
    1   libsystem_c.dylib        
    0x000000010b629594 _pthread_wqthread + 758
    2   libsystem_c.dylib        
    0x000000010b62ab85 start_wqthread + 13
    Thread 25:
    0   libsystem_kernel.dylib   
    0x000000010b773bca __psynch_cvwait + 10
    1   libsystem_c.dylib        
    0x000000010b62b274 _pthread_cond_wait + 840
    2   com.google.Viveza2.aperture_edit
    0x00000001419dc3f2 nikHostInterface::getWorkingProfile() + 152196
    3   com.google.Viveza2.aperture_edit
    0x00000001415ccdbd 0x1414b0000 + 1166781
    4   com.google.Viveza2.aperture_edit
    0x0000000141a21d70 boost::thread::start_thread() + 382
    5   libsystem_c.dylib        
    0x000000010b6278bf _pthread_start + 335
    6   libsystem_c.dylib        
    0x000000010b62ab75 thread_start + 13
    Thread 0 crashed with X86 Thread State (64-bit):
      rax: 0x0000000000000000  rbx: 0x0000000000000006  rcx: 0x00007fff642766d8  rdx: 0x0000000000000000
      rdi: 0x000000000000f603  rsi: 0x0000000000000006  rbp: 0x00007fff64276700  rsp: 0x00007fff642766d8
       r8: 0x000000010b6bdfb8   r9: 0x0000000000000374  r10: 0x000000010b773d0a  r11: 0xffffff80002dad60
      r12: 0x00007ff4b85223e8  r13: 0x00007fff64276960  r14: 0x000000010b6c0960  r15: 0x00007fff64276850
      rip: 0x000000010b773ce2  rfl: 0x0000000000000206  cr2: 0x000000010aa2b000
    Logical CPU: 0
    Binary Images:
    0x10467b000 -   
    0x104dd0fff  com.apple.Aperture (3.4.3 - 3.4.3) <01A802BA-0100-3F80-947C-A8FEA4726352> /Applications/Aperture.app/Contents/MacOS/Aperture
    0x104ff4000 -   
    0x104ffdff7  com.apple.PhotoFoundation (1.0 - 10.17) <C40F985F-9C0A-389A-9E21-684EB0A5B160> /Applications/Aperture.app/Contents/Frameworks/PhotoFoundation.framework/Versio ns/A/PhotoFoundation
    0x105075000 -   
    0x105595fff  com.apple.RedRock (1.9.4 - 310.33) <9B94495A-2267-3684-B6E8-9FE3D4B46495> /Applications/Aperture.app/Contents/Frameworks/RedRock.framework/Versions/A/Red Rock
    0x10589a000 -   
    0x10591dfff  com.apple.iLifePageLayoutCore (1.0 - 200.9) <8AAC1EB9-5823-3624-A525-635C2A77C34E> /Applications/Aperture.app/Contents/Frameworks/iLifePageLayoutCore.framework/Ve rsions/A/iLifePageLayoutCore
    0x10597b000 -   
    0x10597bfff  com.apple.Cocoa (6.6 - ???) <021D4214-9C23-3CD8-AFB2-F331697A4508> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x105983000 -   
    0x105983fff  com.apple.Carbon (153 - 153) <895C2BF2-1666-3A59-A669-311B1F4F368B> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x105987000 -   
    0x105bf3ff7  com.apple.AOSKit (1.021 - 94) <530546F3-F01C-3A89-8477-C800EFE59593> /System/Library/PrivateFrameworks/AOSKit.framework/Versions/A/AOSKit
    0x105c0e000 -   
    0x105c13fff  com.apple.iLifePhotoStreamConfiguration (3.4 - 2.5) <906317D7-09FF-3B77-8F35-01BB74C0109C> /Applications/Aperture.app/Contents/Frameworks/iLifePhotoStreamConfiguration.fr amework/Versions/A/iLifePhotoStreamConfiguration
    0x105c1c000 -   
    0x105c1fff7  libCoreFSCache.dylib (??? - ???) <0D155750-7910-32C5-8327-924FC1089442> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache .dylib
    0x105c23000 -   
    0x105c54ff7  com.apple.iLifeAssetManagement (2.7 - 40.34) <E4E1A39C-E8AE-31D5-9C50-B392EBAD7447> /Applications/Aperture.app/Contents/Frameworks/iLifeAssetManagement.framework/V ersions/A/iLifeAssetManagement
    0x105c88000 -   
    0x105c95ff7  com.apple.iphoto.AccountConfigurationPlugin (1.2 - 1.2) <0F515DED-D77E-3E4F-876D-F5CE596A844C> /Applications/Aperture.app/Contents/Frameworks/AccountConfigurationPlugin.frame work/Versions/A/AccountConfigurationPlugin
    0x105caa000 -   
    0x105d4dff7  com.apple.MobileMe (13 - 1.0.4) <9A7FCC99-67CE-3F5E-98BB-9079B305087F> /Applications/Aperture.app/Contents/Frameworks/MobileMe.framework/Versions/A/Mo bileMe
    0x105dcb000 -   
    0x105dcbfff  com.apple.ApplicationServices (41 - 41) <03F3FA8F-8D2A-3AB6-A8E3-40B001116339> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x105dce000 -   
    0x105f58ff7  com.apple.WebKit (7534.57 - 7534.57.7) <15AA1A2E-DCAC-35CE-89DF-0FF7149198CD> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x106044000 -   
    0x106339ff7  com.apple.security (7.0 - 55148.6) <4535E500-973A-3BA7-AF65-DF5CF0658F02> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x10645a000 -   
    0x1064c5ff7  com.apple.framework.IOKit (2.0 - ???) <FE838BB6-D42E-3291-A1A0-6F53FC970261> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x1064f7000 -   
    0x106697ff7  com.apple.QuartzCore (1.7 - 270.5) <19E5E0AB-DAA9-3F97-988C-D9A46AFB9C04> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x106744000 -   
    0x106753fff  com.apple.opengl (1.8.1 - 1.8.1) <51B34133-CEE3-3FC6-82AC-ADF567AE673C> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x10675b000 -   
    0x1067eefff  com.apple.PDFKit (2.6.5 - 2.6.5) <9CC30317-E89D-3DDF-9069-F3A9CEE4B9A1> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
    0x106852000 -   
    0x106852fff  com.apple.CoreServices (53 - 53) <043C8026-8EDD-3241-B090-F589E24062EF> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x106857000 -   
    0x106a2bff7  com.apple.CoreFoundation (6.7.2 - 635.21) <62A3402E-A4E7-391F-AD20-1EF20236CE1B> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x106b7e000 -   
    0x106bcaff7  com.apple.SystemConfiguration (1.11.3 - 1.11) <0A7F1982-B4EA-3424-A0C7-FE46C6224F03> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x106bfb000 -   
    0x106bfbfff  com.apple.Accelerate (1.7 - Accelerate 1.7) <82DDF6F5-FBC3-323D-B71D-CF7ABC5CF568> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x106c01000 -   
    0x106c07fff  com.apple.DiskArbitration (2.4.1 - 2.4.1) <CEA34337-63DE-302E-81AA-10D717E1F699> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x106c11000 -   
    0x106c1ffff  com.apple.PluginManager (1.7.6 - 55) <ABA41202-6D4F-368A-BE19-BD1729AF074A> /Library/Frameworks/PluginManager.framework/Versions/B/PluginManager
    0x106c34000 -   
    0x106c34fff  com.apple.quartzframework (1.5 - 1.5) <21FCC91F-C7B9-304F-8C9C-04F3924F4AE3> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x106c3d000 -   
    0x106dc8ff7  com.apple.QTKit (7.7.1 - 2339) <2BC2CF44-CEAF-3D3B-A250-CA59D6AFB0B0> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x106ecc000 -   
    0x107029fff  com.apple.audio.toolbox.AudioToolbox (1.7.3 - 1.7.3) <5F1E4695-BC74-3ADD-8345-627BCD68201A> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x1070af000 -   
    0x1070affff  com.apple.audio.units.AudioUnit (1.7.3 - 1.7.3) <04C10813-CCE5-3333-8C72-E8E35E417B3B> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x1070bc000 -   
    0x107124ff7  com.apple.audio.CoreAudio (4.0.3 - 4.0.3) <9987DC46-2A96-3BA0-B88B-04E573C0AD9B> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x107151000 -   
    0x107162fff  com.apple.AERegistration (1.2 - 401) <16C4537B-4989-3DF7-8263-588F5C882063> /Applications/Aperture.app/Contents/Frameworks/AERegistration.framework/Version s/A/AERegistration
    0x10717d000 -   
    0x1073f8ff7  com.apple.prokit (7.2.3 - 1823) <0D6BA804-8262-3942-B84D-B4886082242F> /System/Library/PrivateFrameworks/ProKit.framework/Versions/A/ProKit
    0x10757b000 -   
    0x10791ffff  com.apple.iLifeSlideshow (3.1 - 1151.4) <61A831CA-B996-3762-B3DD-85A3CB46F28D> /Applications/Aperture.app/Contents/Frameworks/iLifeSlideshow.framework/Version s/A/iLifeSlideshow
    0x107aa3000 -   
    0x107dc8ff7  com.apple.AddressBook.framework (6.1.3 - 1091) <5A8BEED1-229C-3A9C-8281-581127A1B9B5> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x107fbb000 -   
    0x107fd2ff7  com.apple.iLifeFaceRecognition (1.0 - 30.11) <46E3C666-EE15-324E-85D0-E56ECA0A342D> /Applications/Aperture.app/Contents/Frameworks/iLifeFaceRecognition.framework/V ersions/A/iLifeFaceRecognition
    0x107fe6000 -   
    0x108074fff  com.apple.iLifeMediaBrowser (2.6.4 - 502.4.5) <A19798B7-E1A6-3117-8094-8D3A2CAB417F> /System/Library/PrivateFrameworks/iLifeMediaBrowser.framework/Versions/A/iLifeM ediaBrowser
    0x1080d6000 -   
    0x10810fff7  com.apple.fayray.PrintServices (20120703 - 11.6) <33FDFA8A-D41E-36A6-AB42-58FBE1F4D751> /Applications/Aperture.app/Contents/Frameworks/PrintServices.framework/Versions /A/PrintServices
    0x108149000 -   
    0x10817dff7  com.apple.ProUtils (1.1 - 200.36) <BA3481EC-8808-36B1-A88E-7FE9ECC08319> /Applications/Aperture.app/Contents/Frameworks/ProUtils.framework/Versions/A/Pr oUtils
    0x10819c000 -   
    0x108395fff  com.apple.geode (1.5.3 - 270.7) <ED680AB8-EBEB-3CBA-9D07-B5B21407A984> /Applications/Aperture.app/Contents/Frameworks/Geode.framework/Versions/A/Geode
    0x108465000 -   
    0x1084dfff7  com.apple.proxtcore (1.4.1 - 250.56) <623B61AC-BA2D-3420-83A2-D083E128C726> /Applications/Aperture.app/Contents/Frameworks/ProXTCore.framework/Versions/A/P roXTCore
    0x10854a000 -   
    0x108664fff  com.apple.iLifeSQLAccess (1.7.1 - 60.5) <1E1D3528-A309-363F-93AD-D2B5B1115DE6> /Applications/Aperture.app/Contents/Frameworks/iLifeSQLAccess.framework/Version s/A/iLifeSQLAccess
    0x1086d2000 -   
    0x1086d4fff  com.apple.ExceptionHandling (1.5 - 10) <06CC4716-FB75-3CD7-A1ED-ECA2A07F2926> /System/Library/Frameworks/ExceptionHandling.framework/Versions/A/ExceptionHand ling
    0x1086de000 -   
    0x108706ff7  com.apple.iPhoto.Tellus (1.3 - 70.18) <585F6DDC-2C06-3C23-B029-9E7E00CCBCB7> /Applications/Aperture.app/Contents/Frameworks/Tellus.framework/Versions/A/Tell us
    0x10872a000 -   
    0x108753ff7  com.apple.iPhoto.Tessera (1.1 - 70.18) <9974FE70-E381-3FD0-ABDD-F3EAAB1B99C8> /Applications/Aperture.app/Contents/Frameworks/Tessera.framework/Versions/A/Tes sera
    0x108770000 -   
    0x1087cbfff  com.apple.ImageCaptureCore (3.1.0 - 3.1.0) <9F7C4D81-5CC7-3D66-AC66-81EA9A5EAB94> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCo re
    0x10880c000 -   
    0x108814ff7  com.apple.AEProfiling (1.2 - 23) <AF1D815F-B5F7-316B-91C1-9C4FCAF13BBF> /Applications/Aperture.app/Contents/Frameworks/AEProfiling.framework/Versions/A /AEProfiling
    0x108823000 -   
    0x108841fef  com.apple.XSKey (1.0.0 - 52) <6B090A2B-D9A5-9D21-0DF6-AE40A775B60B> /Library/Frameworks/XSKey.framework/Versions/A/XSKey
    0x108858000 -   
    0x108865fff  com.apple.CrashReporterSupport (10.7.4 - 353) <6044CFB6-939E-3C73-BFBB-A8BBC096F135> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
    0x108877000 -   
    0x108b90fff  com.apple.Foundation (6.7.2 - 833.25) <22AAC369-B63C-3C55-8AC6-C3ECBA44DA7B> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x108d74000 -   
    0x108e58e5f  libobjc.A.dylib (228.0.0 - compatibility 1.0.0) <871E688B-CF57-3BC7-80D6-F6476DFF109B> /usr/lib/libobjc.A.dylib
    0x108e72000 -   
    0x108ee5fff  libstdc++.6.dylib (52.0.0 - compatibility 7.0.0) <6BDD43E4-A4B1-379E-9ED5-8C713653DFF2> /usr/lib/libstdc++.6.dylib
    0x108f4a000 -   
    0x108f77fe7  libSystem.B.dylib (159.1.0 - compatibility 1.0.0) <DA79E5BA-BBA3-3768-AAD8-B34BA877EF03> /usr/lib/libSystem.B.dylib
    0x108f89000 -   
    0x1091b3fe7  com.apple.CoreData (104.1 - 358.14) <6BB64605-8DA7-337D-A2AB-A3346A421CBD> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x10929e000 -   
    0x109ea4fff  com.apple.AppKit (6.7.5 - 1138.51) <44417D02-6123-3FC3-A119-CE51BB4C3006> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x10a52f000 -   
    0x10a553fff  com.apple.RemoteViewServices (1.5 - 44.2) <A0417D7F-22E9-3FD8-AC55-67654D8E93EB> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/Remot eViewServices
    0x10a57b000 -   
    0x10a5ebfff  com.apple.datadetectorscore (3.0 - 179.4) <9C01D16F-75A9-3BDD-B91A-F0F32261A2E7> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
    0x10a628000 -   
    0x10a741fff  com.apple.DesktopServices (1.6.5 - 1.6.5) <5E7DD5F4-B4DA-3F75-A14A-3494E81CFBA0> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x10a7a3000 -   
    0x10aacffff  com.apple.HIToolbox (1.9 - ???) <CCB32DEA-D0CA-35D1-8019-E599C8007AB6> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x10ac1c000 -   
    0x10ac27ff7  com.apple.speech.recognition.framework (4.0.21 - 4.0.21) <6540EAF2-E3BF-3D2E-B4C1-F106180D6F20> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x10ac34000 -   
    0x10ac82fff  libauto.dylib (??? - ???) <D8AC8458-DDD0-3939-8B96-B6CED81613EF> /usr/lib/libauto.dylib
    0x10ac9a000 -   
    0x10ae9cfff  libicucore.A.dylib (46.1.0 - compatibility 1.0.0) <0176782F-9526-3905-813A-7A5676EC2C86> /usr/lib/libicucore.A.dylib
    0x10af30000 -   
    0x10b032fff  libxml2.2.dylib (10.3.0 - compatibility 10.0.0) <AFBB22B7-07AE-3F2E-B88C-70BEEBFB8A86> /usr/lib/libxml2.2.dylib
    0x10b060000 -   
    0x10b072ff7  libz.1.dylib (1.2.5 - compatibility 1.0.0) <30CBEF15-4978-3DED-8629-7109880A19D4> /usr/lib/libz.1.dylib
    0x10b07d000 -   
    0x10b0e5ff7  com.apple.coreui (1.2.2 - 165.11) <9316266A-39CA-3EC7-9C9E-726462CEFF4D> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x10b126000 -   
    0x10b127fff  liblangid.dylib (??? - ???) <CACBE3C3-2F7B-3EED-B50E-EDB73F473B77> /usr/lib/liblangid.dylib
    0x10b12f000 -   
    0x10b146fff  com.apple.MultitouchSupport.framework (231.4 - 231.4) <10A978D1-8781-33F0-BE45-60C9171F7278> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
    0x10b156000 -   
    0x10b157fff  libDiagnosticMessagesClient.dylib (??? - ???) <3DCF577B-F126-302B-BCE2-4DB9A95B8598> /usr/lib/libDiagnosticMessagesClient.dylib
    0x10b161000 -   
    0x10b189fff  com.apple.PerformanceAnalysis (1.11 - 11) <8D4C6382-DD92-37A2-BCFC-E89951320848> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/Perf ormanceAnalysis
    0x10b1aa000 -   
    0x10b1c6ff7  com.apple.GenerationalStorage (1.0 - 126.1) <509F52ED-E54B-3FEF-B3C2-759387B826E6> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/Gene rationalStorage
    0x10b1d2000 -   
    0x10b339fff  com.apple.CFNetwork (520.5.1 - 520.5.1) <08F70E26-5456-3BFB-8192-00D3CE40D3C9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x10b3df000 -   
    0x10b3f2ff7  libCRFSuite.dylib (??? - ???) <034D4DAA-63F0-35E4-BCEF-338DD7A453DD> /usr/lib/libCRFSuite.dylib
    0x10b3fb000 -   
    0x10b471ff7  libc++.1.dylib (28.4.0 - compatibility 1.0.0) <A24FC3DA-4FFA-3DD2-9DCC-2B8D1B3BF97C> /usr/lib/libc++.1.dylib
    0x10b4ce000 - 

  • How do I fix problem causing Indesign to crash everytime I open it?

    I have had InDesign CC 2014 installed on windows 8 computer for month but recently I cannot open it as evertytime it crashed saying 'windows has encountered a problem causing InDesign to stop working' I have tried everything I can think of...please help! (I have it through creative cloud and my other programmes are fine so I don't understand why it is just InDesign?)

    What happened the last time it did work? Was there a crash? You might have bad recovery data that is causing it to crash again on restart.
    See Replace Your Preferences  for directions to the HIDDEN folders where your prefs are stored. The recovery folder is in the same location as the InDesign SavedData file. Empty it and try again.

  • IPhone iOS 8: Tapping on photo icon in messages app causes app to crash

    Issue (?ios 8 bug?): Tapping on photo icon in messages app causes app to crash. Present in ios 8.0, and also still in ios 8.0.2. iPhone 6+ 64GB.
    I just wondered if anyone else has been having this problem.
    Initially it worked great. Tapping the photo button next to the text box in message should bring up a menu with your latest photos and other sharing options. However, after the first couple of days, tapping the button brought up the menu, the phone freezes, and then after a few seconds the photo app crashes.
    Deleting most of my photos restored the function, but after another couple of days (and some more photos) it started happening again so I think perhaps it is related to the number of photos. After about 5-10 photos it loads the menu very slowly and its quite buggy. After 20+ photos it wont load the menu at all without freezing and the app crashing.
    My iphone 6+ was set up as a new phone (not restored from back-up).
    I hope this is some kind of bug that will be fixed in ios 8.0.3, but wondered if anyone else has the same problem or has any solutions?
    My workaround at the moment is just to go the photos app and either copy and paste the photo into a message, or share the photo via the photos app.

    I have this same issue with my 128 gb 6 plus.  I've tried restoring as new on a few occasions, but to no avail.  I did notice while my pc was synchronizing my apps, that the feature worked fine a few times until the synchronization was complete.  I seriously hope that the numbers of photos limits one's use of the feature, because i purchased the 128 gb 6 plus so that i could keep photos at my ready.
    Has anyone heard of a solution yet?

  • Quicktime causing iTunes to crash?

    Downloaded and installed the new version of iTines a few days ago - tried starting and got the "iTunes has encountered a problem... " blue box. It now does it every time I try to start iTunes. In the debug info of the report:
    AppName: itunes.exe AppVer: 6.0.4.2 ModName: quicktime.qts
    ModVer: 7.0.4.80 Offset: 004ba7b5
    (this is in XP SP2 - never had a problem before)
    Seems quicktime module is causing this. Some other quicktime related problems started at the same time - like my explorere crashes any time I go to the QuickTime tab on the iTunes web page.....
    Tried to re-install quicktime, but it will not be uninstalled - either through the Quicktime uninstaller or the one in the Control Panel.
    So, I am stomped - what can I try to get my iTunes running again? Any ideas? Please send e-mail to [email protected]
    Thanks in advance

    Well, after some searching, I found the http://discussions.apple.com/thread.jspa?threadID=265555&tstart=0 thread where the similar problem is described. Went through the proposed solution, got most of the way through the re-install, then got a box:
    InstallShield
    1608: Unable to create InstallDriver instance,
    Return code:-2147319784
    So, still stuck.....

  • Noise Ninja Causing CS6 to Crash

    I have read a previous post regarding this issue, but it did not apply to my problem, so here goes.
    Attempting to run the Noise Ninja plug-in causes Photoshop to crash.
    I have tried to run Noise Ninja on several 16-bit CR2 as Smart Object files (opened from ACR) and a 16-bit TIFF as Smart Object file (opened from Photoshop) and each time after the 'Profiling Image' step completes and the Noise Ninja dialog box opens, Photoshop crashes. I have tried using both the 32-bit and 64-bit versions of the plug-in (in there respective versions of Photoshop) and the same thing happens.
    The Plug-ins have been installed properly using the manufacturer's installer.
    I have tried rebooting my computer.
    I have tried uninstalling/reinstalling Noise Ninja.
    I have tried uninstalling/reinstalling CS6.
    I haven't encountered any other issues.
    Noise Ninja still works fine in CS5.
    Windows
    Application Error Event Logs for the last crash:
    1.
    Fault bucket , type 0
    Event Name: APPCRASH
    Response: Not available
    Cab Id: 0
    Problem signature:
    P1: Photoshop.exe
    P2: 13.0.0.0
    P3: 4f551de1
    P4: KERNELBASE.dll
    P5: 6.1.7601.17651
    P6: 4e21213c
    P7: e06d7363
    P8: 000000000000cacd
    P9:
    P10:
    Attached files:
    C:\Users\frank\AppData\Local\Temp\WEREA0.tmp.WERInternalMetadata.xml
    These files may be available here:
    C:\Users\frank\AppData\Local\Microsoft\Windows\WER\ReportArchive\AppCrash_Photoshop.exe_50 5c74e816bde25e9ffe099da221376ed9cc1f_12923a32
    Analysis symbol:
    Rechecking for solution: 0
    Report Id: b07f32a1-7613-11e1-8ac2-bcaec5e326ae
    Report Status: 1
    2.
      Faulting application name: Photoshop.exe, version: 13.0.0.0, time stamp: 0x4f551de1
    Faulting module name: KERNELBASE.dll, version: 6.1.7601.17651, time stamp: 0x4e21213c
    Exception code: 0xe06d7363
    Fault offset: 0x000000000000cacd
    Faulting process id: 0x12e4
    Faulting application start time: 0x01cd0a2068f96bcd
    Faulting application path: C:\Program Files\Adobe\Adobe Photoshop CS6 (64 Bit)\Photoshop.exe
    Faulting module path: C:\Windows\system32\KERNELBASE.dll
    Report Id: b07f32a1-7613-11e1-8ac2-bcaec5e326ae
    System Info:
    Adobe Photoshop Version: 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00) x64
    Operating System: Windows 7 64-bit
    Version: 6.1 Service Pack 1
    System architecture: AMD CPU Family:15, Model:4, Stepping:3 with MMX, SSE Integer, SSE FP, SSE2, SSE3
    Physical processor count: 4
    Processor speed: 3456 MHz
    Built-in memory: 8191 MB
    Free memory: 5097 MB
    Memory available to Photoshop: 7261 MB
    Memory used by Photoshop: 60 %
    Image tile size: 132K
    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: ATI Technologies Inc.
    Video Card Renderer: ATI Radeon HD 5700 Series
    Display: 1
    Display Bounds:=  top: 0, left: 0, bottom: 1080, right: 1920
    Video Card Number: 1
    Video Card: ATI Radeon HD 5700 Series
    OpenCL Unavailable
    Driver Version: 8.950.0.0
    Driver Date: 20120214000000.000000-000
    Video Card Driver: aticfx64.dll,aticfx64.dll,aticfx64.dll,aticfx32,aticfx32,aticfx32,atiumd64.dll,atidxx64.d ll,atidxx64.dll,atiumdag,atidxx32,atidxx32,atiumdva,atiumd6a.cap,atitmm64.dll
    Video Mode: 1920 x 1080 x 4294967296 colors
    Video Card Caption: ATI Radeon HD 5700 Series
    Video Card Memory: 1024 MB
    Video Rect Texture Size: 16384
    Serial number: Tryout Version
    Application folder: C:\Program Files\Adobe\Adobe Photoshop CS6 (64 Bit)\
    Temporary file path: C:\Users\frank\AppData\Local\Temp\
    Photoshop scratch has async I/O enabled
    Scratch volume(s):
      Startup, 227.4G, 87.1G free
    Required Plug-ins folder: C:\Program Files\Adobe\Adobe Photoshop CS6 (64 Bit)\Required\
    Primary Plug-ins folder: C:\Program Files\Adobe\Adobe Photoshop CS6 (64 Bit)\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.1642  
       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   5,0,10,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 (64 Bit)   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
       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  
       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  
       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 (64 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
       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:
       3D Studio 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
       Accented Edges 13.0
       Adaptive Wide Angle 13.0
       ADM 3.11x01
       Angled Strokes 13.0
       Average 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
       Bas Relief 13.0
       BMP 13.0
       Camera Raw 7.0
       Chalk & Charcoal 13.0
       Charcoal 13.0
       Chrome 13.0
       Cineon 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
       Clouds 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
       Collada 13.0 (13.0 20120305.m.415 2012/03/05: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 20120305.m.415 2012/03/05: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
       Dicom 13.0
       Difference Clouds 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
       Diffuse Glow 13.0
       Displace 13.0
       Dry Brush 13.0
       Eazel Acquire 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
       Embed Watermark 4.0
       Entropy 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
       Extrude 13.0
       FastCore Routines 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
       Fibers 13.0
       Film Grain 13.0
       Filter Gallery 13.0
       Flash 3D 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
       Fresco 13.0
       Glass 13.0
       Glowing Edges 13.0
       Google Earth 4 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
       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
       Kurtosis 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
       Lens Blur 13.0
       Lens Correction 13.0
       Lens Flare 13.0
       Liquify 13.0
       Matlab Operation 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
       Maximum 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
       Mean 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
       Measurement Core 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
       Median 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
       Mezzotint 13.0
       Minimum 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
       MMXCore Routines 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
       Mosaic Tiles 13.0
       Multiprocessor Support 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
       Neon Glow 13.0
       Note Paper 13.0
       NTSC Colors 13.0 (13.0 20120305.m.415 2012/03/05: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 20120305.m.415 2012/03/05:21:00:00)
       Photocopy 13.0
       Photoshop 3D Engine 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
       Picture Package Filter 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
       Pinch 13.0
       Pixar 13.0 (13.0 20120305.m.415 2012/03/05: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 20120305.m.415 2012/03/05:21:00:00)
       Poster Edges 13.0
       Radial Blur 13.0
       Radiance 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
       Range 13.0 (13.0 20120305.m.415 2012/03/05: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
       Skewness 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
       Smart Blur 13.0
       Smudge Stick 13.0
       Solarize 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
       Spatter 13.0
       Spherize 13.0
       Sponge 13.0
       Sprayed Strokes 13.0
       Stained Glass 13.0
       Stamp 13.0
       Standard Deviation 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
       Sumi-e 13.0
       Summation 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
       Targa 13.0
       Texturizer 13.0
       Tiles 13.0
       Torn Edges 13.0
       Twirl 13.0
       U3D 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
       Underpainting 13.0
       Vanishing Point 13.0
       Variance 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
       Variations 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
       Water Paper 13.0
       Watercolor 13.0
       Wave 13.0
       Wavefront|OBJ 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
       WIA Support 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
       Wind 13.0
       Wireless Bitmap 13.0 (13.0 20120305.m.415 2012/03/05:21:00:00)
       ZigZag 13.0
    Optional and third party plug-ins:
       Noise Ninja NO VERSION
    Plug-ins that failed to load: NONE
    Flash:
       Mini Bridge
       Kuler
    Installed TWAIN devices: NONE

    The root cause of this issue has been traced to an apparent bug in the public beta version of CS6.  Its been reported to Adobe and they are looking at it.    There were no issues with CS6 m.122 and this problem started with the public beta release (m.415).     Noise Ninja should not be crashing Photoshop because of this problem however.  It should merely report an error processing the image.    PictureCode will release an update very soon.  The update will fix the crash of CS6 and I expect it to have a workaround for the CS6 problem as well.

Maybe you are looking for