ANNOUNCE: JRockit R27.1 and JRockit Mission Control 2.0 released!

New versions of JRockit and JRockit Mission Control are now available!
The following new products have been released:
- JRockit 1.4.2 R27.1
- JRockit 5.0 R27.1
- JRockit 6 R27.1 TECHNOLOGY PREVIEW
- JRockit Mission Control 2.0
JROCKIT R27.1
=============
The JRockit release is a major update from the previous version (R26.4) and includes a large set of enhancements including:
- A completely new version of JRockit Mission Control (see separate section below)
- Improved Monitoring and Diagnostics features
- Improved Supportability features
- Connect-on-Demand capability for JVMTI and JMX (JRockit 5.0 and 6)
- A new "Diagnostics Guide" with troubleshooting and performance tuning tips
- Full support for IPv6 on all platforms
- Expanded support for Solaris/SPARC
- Enhanced performance
The 1.4.2 and 5.0 versions of JRockit R27.1 are based on Sun 1.4.2_12 and 1.5.0_08 respectively, and contain all enhancements and fixes made to the Java class libraries from those Sun releases.
JRockit 6 R27.1 is a tech preview based on 1.6.0-rc-b97 from Sun. The public GA of JRockit 6 is expected to be in the first half of 2007, and will bring a larger set of performance enhancements. For feedback on this release, please use our user forums at forums.bea.com/bea/forum.jspa?forumID=2009.
The connect-on-demand capabilities in JRockit 5.0 and 6 are similar to those provided in Sun Java SE 6 and enable developers to connect to locally running JRockit processes without being forced to start JRockit with specific command line options. For JMX there is also an autodiscovery mechanism for remote connections which is very useful in development environments.
For Solaris/SPARC we have added a JRockit 1.4.2 version, which in internal measurements has shown to be very competetive to Sun's 1.4.2 implementation on Solaris/SPARC. Definitely worth checking out! (Note: WLS 8.1 does not officially support running on this JRockit version.)
On the performance side, there are enhancements for WLS applications (10-15%), memory-intensive applications (10-15%) and improved out-of-the-box performance (up to 25%), all based on internal measurements.
Release notes:
http://e-docs.bea.com/jrockit/releases/R27/relnotes/r27_notes.html
Docs home:
http://e-docs.bea.com/jrockit/webdocs/index.html
NEW! Diagnostics Guide:
http://e-docs.bea.com/jrockit/geninfo/diagnos/index.html
Download pages:
http://commerce.bea.com/products/weblogicjrockit/jrockit_prod_fam.jsp
JROCKIT MISSION CONTROL 2.0
===========================
Together with JRockit R27.1 we are releasing a completely new version of JRockit Mission Control. The separate tools in JMC 1.0 have been integrated into one single GUI based on Eclipse RCP, which means that any user of the Eclipse IDE should feel at home. All tools features from Mission Control 1.0 are of course still available, and we continue our drive towards exposing all data about your Java application that JRockit has access to. You will also find a large set of usability improvements, including:
- Drag-and-drop support
- Configurable views
- Online and (for the Runtime Analyzer) context-sensitive help
- Connect-on-demand to local JVMs and autodiscover remote JVMs
One particular area of interest is GC profiling, where much more detailed metrics are available, which can help drill down into the causes for long GC pause times and spikes.
Release notes:
http://edocs.bea.com/jrockit/tools/relnotestools/relnotestools2.html
There is no separate download for JRockit Mission Control, instead it is included in the JRockit R27.1 JDK downloads for Windows and Linux/x86. To start using the tools, install JRockit and select JRockit Mission Control from the Windows Start menu, or launch the $JROCKIT_HOME/bin/jrmc executable.
Documentation is bundled with the installation and available from the Help menu.
If you have any questions, comments or concerns, please visit our user forums at forums.bea.com/bea/forum.jspa?forumID=2009.
Happy holidays!
Henrik Stahl
Product Manager

Hi,
I have tried and installed the version R27.1.0-109-73164-1.5.0_08-20061129-1415-linux-x86_64 on our 16GB RAM
with 4 dual-core Opteron processor.
JAVA_OPTS="-server -Xms800M -Xmx4000M -Djava.net.preferIPv4Stack=true -Xpausetarget=2500ms -Xverboselog:/var/log/javavm.log -Xverbose:gc,memory -Xverbosetimestamp -Xgcpause -Xgcreport -Xstrictfp -XXexitOnOutOfMemory -XXdumpFullState -XXstaticCompaction -XXcompactRatio:10 "
After 5 secs of jvm startup I receive the follwing trace (without any DUMP-file):
java.lang.OutOfMemoryError: class allocation JVM@check_alloc (src/jvm/model/classload/classalloc.c:1
22). 42216 bytes requested. Java heapsize=838860800, paged memory=0/0.
Probable cause: Too large java heap setting.
Try to reduce the Java heap size using -Xmx:<size> (e.g. "-Xmx128m")
at java/lang/Class.getDeclaredMethods0(Z)[Ljava/lang/reflect/Method;(Native Method)
    at java/lang/Class.privateGetDeclaredMethods(Class.java:2395)
    at java/lang/Class.getMethod0(Class.java:2642)
    at java/lang/Class.getMethod(Class.java:1579)
    at org/apache/xalan/processor/XSLTAttributeDef.setAttrValue(XSLTAttributeDef.java:1611)
    at org/apache/xalan/processor/XSLTElementProcessor.setPropertiesFromAttributes(XSLTElementProces
sor.java:338)
    at org/apache/xalan/processor/XSLTElementProcessor.setPropertiesFromAttributes(XSLTElementProces
sor.java:263)
    at org/apache/xalan/processor/ProcessorTemplateElem.startElement(ProcessorTemplateElem.java:76)
    at org/apache/xalan/processor/StylesheetHandler.startElement(StylesheetHandler.java:623)
    at org/apache/xerces/parsers/AbstractSAXParser.startElement(Lorg/apache/xerces/xni/QName;Lorg/ap
ache/xerces/xni/XMLAttributes;Lorg/apache/xerces/xni/Augmentations;)V(Unknown Source)
    at org/apache/xerces/impl/XMLNSDocumentScannerImpl.scanStartElement()Z(Unknown Source)
    at org/apache/xerces/impl/XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Z)Z(
Unknown Source)
    at org/apache/xerces/impl/XMLDocumentFragmentScannerImpl.scanDocument(Z)Z(Unknown Source)
    at org/apache/xerces/parsers/XML11Configuration.parse(Z)Z(Unknown Source)
    at org/apache/xerces/parsers/XML11Configuration.parse(Lorg/apache/xerces/xni/parser/XMLInputSour
ce;)V(Unknown Source)
    at org/apache/xerces/parsers/XMLParser.parse(Lorg/apache/xerces/xni/parser/XMLInputSource;)V(Unk
nown Source)
    at org/apache/xerces/parsers/AbstractSAXParser.parse(Lorg/xml/sax/InputSource;)V(Unknown Source)
    at org/apache/xerces/jaxp/SAXParserImpl$JAXPSAXParser.parse(Lorg/xml/sax/InputSource;)V(Unknown
Source)
    at org/apache/xalan/processor/TransformerFactoryImpl.newTemplates(TransformerFactoryImpl.java:92
0)
    at org/jboss/deployment/XSLSubDeployer.createService(XSLSubDeployer.java:141)
    at org/jboss/system/ServiceMBeanSupport.jbossInternalCreate(ServiceMBeanSupport.java:260)
    at org/jboss/system/ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:243)
    at sun/reflect/GeneratedMethodAccessor2.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/
Object;(Unknown Source)
    at sun/reflect/DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java/lang/reflect/Method.invoke(Method.java:585)
    at org/jboss/mx/interceptor/ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
    at org/jboss/mx/server/Invocation.dispatch(Invocation.java:94)
    at org/jboss/mx/server/Invocation.invoke(Invocation.java:86)
    at org/jboss/mx/server/AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
    at org/jboss/mx/server/MBeanServerImpl.invoke(MBeanServerImpl.java:659)
    at org/jboss/system/ServiceController$ServiceProxy.invoke(ServiceController.java:978)
    at $Proxy0.create()V(Unknown Source)
    at org/jboss/system/ServiceController.create(ServiceController.java:330)
    at org/jboss/system/ServiceController.create(ServiceController.java:273)
    at sun/reflect/GeneratedMethodAccessor4.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/
Object;(Unknown Source)
    at sun/reflect/DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java/lang/reflect/Method.invoke(Method.java:585)
    at org/jboss/mx/interceptor/ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
    at org/jboss/mx/server/Invocation.dispatch(Invocation.java:94)
    at org/jboss/mx/server/Invocation.invoke(Invocation.java:86)
    at org/jboss/mx/server/AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
    at org/jboss/mx/server/MBeanServerImpl.invoke(MBeanServerImpl.java:659)
    at org/jboss/mx/util/MBeanProxyExt.invoke(MBeanProxyExt.java:210)
    at $Proxy4.create(Ljavax/management/ObjectName;)V(Unknown Source)
    at org/jboss/deployment/SARDeployer.create(SARDeployer.java:258)
    at org/jboss/deployment/MainDeployer.create(MainDeployer.java:953)
    at org/jboss/deployment/MainDeployer.deploy(MainDeployer.java:807)
    at org/jboss/deployment/MainDeployer.deploy(MainDeployer.java:771)
    at jrockit/vm/RNI.c2java(JJJJ)V(Native Method)
    at jrockit/vm/Reflect.invokeMethod(Ljava/lang/Object;Ljava/lang/Object;[Ljava/lang/Object;)Ljava
/lang/Object;(Native Method)
    at sun/reflect/NativeMethodAccessorImpl.invoke0(Ljava/lang/reflect/Method;Ljava/lang/Object;[Lja
va/lang/Object;)Ljava/lang/Object;(Native Method)
    at sun/reflect/NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun/reflect/DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java/lang/reflect/Method.invoke(Method.java:585)
    at org/jboss/mx/interceptor/ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
    at org/jboss/mx/server/Invocation.dispatch(Invocation.java:94)
    at org/jboss/mx/interceptor/AbstractInterceptor.invoke(AbstractInterceptor.java:133)
    at org/jboss/mx/server/Invocation.invoke(Invocation.java:88)
    at org/jboss/mx/interceptor/ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor
.java:142)
    at org/jboss/mx/server/Invocation.invoke(Invocation.java:88)
    at org/jboss/mx/server/AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
    at org/jboss/mx/server/MBeanServerImpl.invoke(MBeanServerImpl.java:659)
    at org/jboss/mx/util/MBeanProxyExt.invoke(MBeanProxyExt.java:210)
    at $Proxy8.deploy(Ljava/net/URL;)V(Unknown Source)
    at org/jboss/deployment/scanner/URLDeploymentScanner.deploy(URLDeploymentScanner.java:421)
    at org/jboss/deployment/scanner/URLDeploymentScanner.scan(URLDeploymentScanner.java:634)
    at org/jboss/deployment/scanner/AbstractDeploymentScanner$ScannerThread.doScan(AbstractDeploymen
tScanner.java:263)
    at org/jboss/deployment/scanner/AbstractDeploymentScanner.startService(AbstractDeploymentScanner
.java:336)
    at org/jboss/system/ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:289)
    at org/jboss/system/ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:245)
    at sun/reflect/GeneratedMethodAccessor2.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/
Object;(Unknown Source)
    at sun/reflect/DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java/lang/reflect/Method.invoke(Method.java:585)
    at org/jboss/mx/interceptor/ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
    at org/jboss/mx/server/Invocation.dispatch(Invocation.java:94)
    at org/jboss/mx/server/Invocation.invoke(Invocation.java:86)
    at org/jboss/mx/server/AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
    at org/jboss/mx/server/MBeanServerImpl.invoke(MBeanServerImpl.java:659)
    at org/jboss/system/ServiceController$ServiceProxy.invoke(ServiceController.java:978)
    at $Proxy0.start()V(Unknown Source)
    at org/jboss/system/ServiceController.start(ServiceController.java:417)
    at sun/reflect/GeneratedMethodAccessor9.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/
Object;(Unknown Source)
    at sun/reflect/DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java/lang/reflect/Method.invoke(Method.java:585)
    at org/jboss/mx/interceptor/ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
    at org/jboss/mx/server/Invocation.dispatch(Invocation.java:94)
    at org/jboss/mx/server/Invocation.invoke(Invocation.java:86)
    at org/jboss/mx/server/AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
    at org/jboss/mx/server/MBeanServerImpl.invoke(MBeanServerImpl.java:659)
    at org/jboss/mx/util/MBeanProxyExt.invoke(MBeanProxyExt.java:210)
    at $Proxy4.start(Ljavax/management/ObjectName;)V(Unknown Source)
    at org/jboss/deployment/SARDeployer.start(SARDeployer.java:302)
    at org/jboss/deployment/MainDeployer.start(MainDeployer.java:1007)
    at org/jboss/deployment/MainDeployer.deploy(MainDeployer.java:808)
    at org/jboss/deployment/MainDeployer.deploy(MainDeployer.java:771)
    at org/jboss/deployment/MainDeployer.deploy(MainDeployer.java:755)
    at jrockit/vm/RNI.c2java(JJJJ)V(Native Method)
    at jrockit/vm/Reflect.invokeMethod(Ljava/lang/Object;Ljava/lang/Object;[Ljava/lang/Object;)Ljava
/lang/Object;(Native Method)
    at sun/reflect/NativeMethodAccessorImpl.invoke0(Ljava/lang/reflect/Method;Ljava/lang/Object;[Lja
va/lang/Object;)Ljava/lang/Object;(Native Method)
    at sun/reflect/NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun/reflect/DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java/lang/reflect/Method.invoke(Method.java:585)
    at org/jboss/mx/interceptor/ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
    at org/jboss/mx/server/Invocation.dispatch(Invocation.java:94)
    at org/jboss/mx/interceptor/AbstractInterceptor.invoke(AbstractInterceptor.java:133)
    at org/jboss/mx/server/Invocation.invoke(Invocation.java:88)
    at org/jboss/mx/interceptor/ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor
.java:142)
    at org/jboss/mx/server/Invocation.invoke(Invocation.java:88)
    at org/jboss/mx/server/AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
    at org/jboss/mx/server/MBeanServerImpl.invoke(MBeanServerImpl.java:659)
    at org/jboss/mx/util/MBeanProxyExt.invoke(MBeanProxyExt.java:210)
    at $Proxy5.deploy(Ljava/lang/String;)V(Unknown Source)
    at org/jboss/system/server/ServerImpl.doStart(ServerImpl.java:482)
    at org/jboss/system/server/ServerImpl.start(ServerImpl.java:362)
    at org/jboss/Main.boot(Main.java:200)
    at org/jboss/Main$1.run(Main.java:464)
    at java/lang/Thread.run(Thread.java:595)
    at jrockit/vm/RNI.c2java(JJJJ)V(Native Method)
    -- end of trace
JRockit aborted: Out of memory (68)
Failed to acquire native memory. Try reducing Java heap size using -Xmx:<size> (i.e "-Xmx16m")
If I change the -Xmx parameter from -Xmx4000M to -Xmx3000M
than it didn't work, but
if I change the -Xmx parameter from -Xmx4000M to -Xmx2900M
than it works.
(The hint to change -Xmx to -Xmx16m is great on a 16GB RAM machine,.. :-) )
Any ideas?
How can I use 4GB java-heap ?
Greetings Martin                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

Similar Messages

  • Photoshop and OSX Mission Control bug

    Hi, i'm using Photoshop CS6 (13.1.2) from Creative Cloud subscription.
    I'm working on a Retina Macobook Pro with OSX 10.8.3 and i'm working with different desktops using OSX Mission Control feature to switch between desktops.
    The problem that i encounter is that when i switch from the desktop where Photoshop is opened to another desktop, and then i return to the desktop where is opened Photoshop, well i can't no more use the keyboard shortcuts to change the tools, like switching from (M) Marquee tool to (V) Move Tool.
    It's a bug that will be solved in a next update or i'm doing something wrong?
    Thank you!

    I'll try some tests, anyway sometimes it respond and sometimes not.
    One thing i'm sure: when not responding, i try to click on the Photoshop interface and then i try some keystroke, but it still not respond to keystrokes.
    I'll let you know as soon as possibile.

  • Macbookpro crash associated with Office software and scrolling mission control

    Hello,
    I have been experiencing a crashing problem with my macbookpro. It happens when I work with Office software (Word/Excel) and it is triggered when I scroll the mission control to nevigate between pages. It occurs in ~30% of the times I scroll the mission control when I work with office. I have stoped using the mission control and the computer is stable. However, it is challencing to function when one works with a few open pages..
    Have someone experienced such a problem?
    My computer information is below:
    Model Name:          MacBook Pro
      Model Identifier:          MacBookPro6,2
      Processor Name:          Intel Core i7
      Processor Speed:          2.66 GHz
      Number of Processors:          1
      Total Number of Cores:          2
      L2 Cache (per Core):          256 KB
      L3 Cache:          4 MB
      Memory:          8 GB
      Processor Interconnect Speed:          4.8 GT/s
      Boot ROM Version:          MBP61.0057.B0F
      SMC Version (system):          1.58f17
      Serial Number (system):          W8******AGZ
      Hardware UUID:         
      Sudden Motion Sensor:
      State:          Enabled
    Operating system: OSX 10.9.2
    I would greatly appreciate if you please advice how to solve this problem.
    Thank you in advance!
    <Edited by Host>

    Very much appreciated Clinton.
    Here is an example of a panic report:
    Anonymous UUID:       EBCEDB45-5FFF-C771-02F4-740A057E8440
    Sun May  4 21:06:52 2014
    panic(cpu 2 caller 0xffffff7f8a299fb0): "GPU Panic: [<None>] 3 3 7f 0 0 0 0 3 : NVRM[0/1:0:0]: Read Error 0x00000100: CFG 0x0a2910de 0x00100000 0x00000000, BAR0 0xd2000000 0xffffff811c052000 0x0a5480a2, D0, P3/4\n"@/SourceCache/AppleGraphicsControl/AppleGraphicsControl-3.4.35/src/Apple MuxControl/kext/GPUPanic.cpp:127
    Backtrace (CPU 2), Frame : Return Address
    0xffffff8109dab6b0 : 0xffffff8007e22fa9
    0xffffff8109dab730 : 0xffffff7f8a299fb0
    0xffffff8109dab800 : 0xffffff7f889eaeab
    0xffffff8109dab8c0 : 0xffffff7f88ab449a
    0xffffff8109dab900 : 0xffffff7f88ab450a
    0xffffff8109dab970 : 0xffffff7f88d33056
    0xffffff8109dabaa0 : 0xffffff7f88ad7b39
    0xffffff8109dabac0 : 0xffffff7f889f18fd
    0xffffff8109dabb70 : 0xffffff7f889ef408
    0xffffff8109dabd70 : 0xffffff7f889f04a8
    0xffffff8109dabe50 : 0xffffff7f8899d26e
    0xffffff8109dabeb0 : 0xffffff7f8a26c66c
    0xffffff8109dabf00 : 0xffffff7f8a26b55e
    0xffffff8109dabf20 : 0xffffff8007e4a23a
    0xffffff8109dabfb0 : 0xffffff8007ed7047
          Kernel Extensions in backtrace:
             com.apple.nvidia.classic.NVDAResmanTesla(8.2.4)[80472F2E-D31D-32C4-88BA-2EB3D63 C159F]@0xffffff7f8899b000->0xffffff7f88c03fff
                dependency: com.apple.iokit.IOPCIFamily(2.9)[EDA75271-4E9D-34E7-A2C5-14F0C8817D37]@0xffffff 7f884c2000
                dependency: com.apple.iokit.IONDRVSupport(2.4.1)[999E29DA-D513-3544-89D1-9885B728A098]@0xff ffff7f8898b000
                dependency: com.apple.iokit.IOGraphicsFamily(2.4.1)[4421462D-2B1F-3540-8EEA-9DFCB0565E39]@0 xffffff7f88948000
             com.apple.driver.AppleMuxControl(3.4.35)[1BFF66C1-65E4-3BB3-9DEE-B61C3137019B]@ 0xffffff7f8a28c000->0xffffff7f8a29efff
                dependency: com.apple.driver.AppleGraphicsControl(3.4.35)[09897896-ACBD-36B5-B1D4-0CCC4000E 3B3]@0xffffff7f8a284000
                dependency: com.apple.iokit.IOACPIFamily(1.4)[045D5D6F-AD1E-36DB-A249-A346E2B48E54]@0xfffff f7f88852000
                dependency: com.apple.iokit.IOPCIFamily(2.9)[EDA75271-4E9D-34E7-A2C5-14F0C8817D37]@0xffffff 7f884c2000
                dependency: com.apple.iokit.IOGraphicsFamily(2.4.1)[4421462D-2B1F-3540-8EEA-9DFCB0565E39]@0 xffffff7f88948000
                dependency: com.apple.driver.AppleBacklightExpert(1.0.4)[E04639C5-D734-3AB3-A682-FE66694C66 53]@0xffffff7f8a287000
             com.apple.nvidia.classic.NVDANV50HalTesla(8.2.4)[B0E6AAA7-E970-3D81-8B43-145D56 A3A4AC]@0xffffff7f88c0e000->0xffffff7f88eb7fff
                dependency: com.apple.nvidia.classic.NVDAResmanTesla(8.2.4)[80472F2E-D31D-32C4-88BA-2EB3D63 C159F]@0xffffff7f8899b000
                dependency: com.apple.iokit.IOPCIFamily(2.9)[EDA75271-4E9D-34E7-A2C5-14F0C8817D37]@0xffffff 7f884c2000
             com.apple.driver.AGPM(100.14.15)[BD884E30-94CF-3D5B-9A31-6C2F694CD5C4]@0xffffff 7f8a26a000->0xffffff7f8a27bfff
                dependency: com.apple.iokit.IOPCIFamily(2.9)[EDA75271-4E9D-34E7-A2C5-14F0C8817D37]@0xffffff 7f884c2000
                dependency: com.apple.driver.IOPlatformPluginFamily(5.7.0d10)[E9B6DC11-10DB-31D7-885C-886E1 62FA857]@0xffffff7f8931b000
                dependency: com.apple.iokit.IONDRVSupport(2.4.1)[999E29DA-D513-3544-89D1-9885B728A098]@0xff ffff7f8898b000
                dependency: com.apple.iokit.IOGraphicsFamily(2.4.1)[4421462D-2B1F-3540-8EEA-9DFCB0565E39]@0 xffffff7f88948000
                dependency: com.apple.AppleGraphicsDeviceControl(3.4.35)[E4C033B8-08F5-34D3-8720-C105D48F0B C4]@0xffffff7f8a264000
    BSD process name corresponding to current thread: kernel_task
    Mac OS version:
    13C1021
    Kernel version:
    Darwin Kernel Version 13.1.0: Wed Apr  2 23:52:02 PDT 2014; root:xnu-2422.92.1~2/RELEASE_X86_64
    Kernel UUID: E9CF78E2-1E9F-3B6F-81A4-FEE6C6D0E4D5
    Kernel slide:     0x0000000007c00000
    Kernel text base: 0xffffff8007e00000
    System model name: MacBookPro6,2 (Mac-F22586C8)
    System uptime in nanoseconds: 90107115936829
    last loaded kext at 87607955806916: com.apple.driver.AppleIntelMCEReporter          104 (addr 0xffffff7f8a3ba000, size 49152)
    last unloaded kext at 87667959572088: com.apple.driver.AppleIntelMCEReporter          104 (addr 0xffffff7f8a3ba000, size 32768)
    loaded kexts:
    com.google.filesystems.fusefs          2.1.7
    foo.tun          1.0
    com.apple.driver.AudioAUUC          1.60
    com.apple.driver.AppleHWSensor          1.9.5d0
    com.apple.driver.AGPM          100.14.15
    com.apple.filesystems.autofs          3.0
    com.apple.iokit.IOBluetoothSerialManager          4.2.3f10
    com.apple.driver.AppleMikeyHIDDriver          124
    com.apple.driver.AppleMikeyDriver          2.6.0f1
    com.apple.iokit.IOUserEthernet          1.0.0d1
    com.apple.Dont_Steal_Mac_OS_X          7.0.0
    com.apple.driver.AppleHWAccess          1
    com.apple.driver.AppleHDA          2.6.0f1
    com.apple.driver.AppleLPC          1.7.0
    com.apple.GeForceTesla          8.2.4
    com.apple.driver.AppleMuxControl          3.4.35
    com.apple.driver.AppleIntelHDGraphics          8.2.4
    com.apple.driver.AppleIntelHDGraphicsFB          8.2.4
    com.apple.driver.AppleSMCLMU          2.0.4d1
    com.apple.driver.AppleUpstreamUserClient          3.5.13
    com.apple.driver.AppleMCCSControl          1.1.12
    com.apple.iokit.BroadcomBluetoothHostControllerUSBTransport          4.2.3f10
    com.apple.driver.AppleSMCPDRC          1.0.0
    com.apple.driver.ACPI_SMC_PlatformPlugin          1.0.0
    com.apple.driver.SMCMotionSensor          3.0.4d1
    com.apple.driver.AppleUSBTCButtons          240.2
    com.apple.driver.AppleUSBTCKeyboard          240.2
    com.apple.AppleFSCompression.AppleFSCompressionTypeDataless          1.0.0d1
    com.apple.AppleFSCompression.AppleFSCompressionTypeZlib          1.0.0d1
    com.apple.BootCache          35
    com.apple.driver.AppleIRController          325.7
    com.apple.driver.AppleUSBCardReader          3.4.1
    com.apple.iokit.SCSITaskUserClient          3.6.6
    com.apple.driver.XsanFilter          404
    com.apple.iokit.IOAHCIBlockStorage          2.5.1
    com.apple.driver.AppleUSBHub          666.4.0
    com.apple.iokit.AppleBCM5701Ethernet          3.8.1b2
    com.apple.driver.AppleFWOHCI          4.9.9
    com.apple.driver.AirPort.Brcm4331          700.20.22
    com.apple.driver.AppleAHCIPort          3.0.0
    com.apple.driver.AppleUSBEHCI          660.4.0
    com.apple.driver.AppleSmartBatteryManager          161.0.0
    com.apple.driver.AppleACPIButtons          2.0
    com.apple.driver.AppleRTC          2.0
    com.apple.driver.AppleHPET          1.8
    com.apple.driver.AppleSMBIOS          2.1
    com.apple.driver.AppleACPIEC          2.0
    com.apple.driver.AppleAPIC          1.7
    com.apple.driver.AppleIntelCPUPowerManagementClient          216.0.0
    com.apple.nke.applicationfirewall          153
    com.apple.security.quarantine          3
    com.apple.driver.AppleIntelCPUPowerManagement          216.0.0
    com.apple.AppleGraphicsDeviceControl          3.4.35
    com.apple.kext.triggers          1.0
    com.apple.iokit.IOSerialFamily          10.0.7
    com.apple.iokit.IOSurface          91
    com.apple.iokit.IOBluetoothFamily          4.2.3f10
    com.apple.driver.DspFuncLib          2.6.0f1
    com.apple.vecLib.kext          1.0.0
    com.apple.iokit.IOAudioFamily          1.9.5fc2
    com.apple.kext.OSvKernDSPLib          1.14
    com.apple.nvidia.classic.NVDANV50HalTesla          8.2.4
    com.apple.driver.AppleBacklightExpert          1.0.4
    com.apple.driver.AppleGraphicsControl          3.4.35
    com.apple.driver.AppleSMBusPCI          1.0.12d1
    com.apple.iokit.IOFireWireIP          2.2.6
    com.apple.driver.AppleSMBusController          1.0.11d1
    com.apple.nvidia.classic.NVDAResmanTesla          8.2.4
    com.apple.iokit.IONDRVSupport          2.4.1
    com.apple.iokit.IOBluetoothHostControllerUSBTransport          4.2.3f10
    com.apple.driver.AppleHDAController          2.6.0f1
    com.apple.iokit.IOGraphicsFamily          2.4.1
    com.apple.iokit.IOHDAFamily          2.6.0f1
    com.apple.driver.IOPlatformPluginLegacy          1.0.0
    com.apple.driver.IOPlatformPluginFamily          5.7.0d10
    com.apple.driver.AppleSMC          3.1.8
    com.apple.driver.AppleUSBMultitouch          240.9
    com.apple.iokit.IOUSBHIDDriver          660.4.0
    com.apple.iokit.IOSCSIBlockCommandsDevice          3.6.6
    com.apple.iokit.IOUSBMassStorageClass          3.6.0
    com.apple.driver.AppleUSBMergeNub          650.4.0
    com.apple.driver.AppleUSBComposite          656.4.1
    com.apple.iokit.IOSCSIMultimediaCommandsDevice          3.6.6
    com.apple.iokit.IOBDStorageFamily          1.7
    com.apple.iokit.IODVDStorageFamily          1.7.1
    com.apple.iokit.IOCDStorageFamily          1.7.1
    com.apple.iokit.IOAHCISerialATAPI          2.6.1
    com.apple.iokit.IOSCSIArchitectureModelFamily          3.6.6
    com.apple.iokit.IOEthernetAVBController          1.0.3b4
    com.apple.driver.mDNSOffloadUserClient          1.0.1b5
    com.apple.iokit.IOUSBUserClient          660.4.2
    com.apple.iokit.IOFireWireFamily          4.5.5
    com.apple.iokit.IO80211Family          630.35
    com.apple.iokit.IONetworkingFamily          3.2
    com.apple.iokit.IOAHCIFamily          2.6.5
    com.apple.iokit.IOUSBFamily          675.4.0
    com.apple.driver.AppleEFINVRAM          2.0
    com.apple.driver.AppleEFIRuntime          2.0
    com.apple.iokit.IOHIDFamily          2.0.0
    com.apple.iokit.IOSMBusFamily          1.1
    com.apple.security.sandbox          278.11
    com.apple.kext.AppleMatch          1.0.0d1
    com.apple.security.TMSafetyNet          7
    com.apple.driver.AppleKeyStore          2
    com.apple.driver.DiskImages          371.1
    com.apple.iokit.IOStorageFamily          1.9
    com.apple.iokit.IOReportFamily          23
    com.apple.driver.AppleFDEKeyStore          28.30
    com.apple.driver.AppleACPIPlatform          2.0
    com.apple.iokit.IOPCIFamily          2.9
    com.apple.iokit.IOACPIFamily          1.4
    com.apple.kec.pthread          1
    com.apple.kec.corecrypto          1.0
    Let me know if it corresponds to your hypothesis.
    Thanks
    Eyal

  • Displaying minimized windows in expose and/or Mission Control

    OK all of you big fans of the SL way of Expose'. I miss being able to see all of those minimized windows as well.
    I have read in a couple places that this is new setup is not a bug, it was removed from Expose'/Mission Control in Lion. I also read that if Apple receives enough requests/complaints about the loss of that feature that they might possibly bring it back!
    SO....
    Go to the OS X feedback page http://www.apple.com/feedback/macosx.html  and let Apple know that you want it back! Remember don't jump all over them, be polite and to the point and let them know that you would like the feature back!
    I hope this works!
    If you want, once you submit a request, let us all know that you are joining in the strugle to bring all the windows back to expose' !

    D0GG wrote:
    You don't use Expose? Is that why you have been going to thread after thread of users that are missing this feature and posting the same answer?
    Not sure why you are doing this... It completely baffles me.
    I remember making one other post along these lines, for the same reason.  If there are more maybe you could post the links  "going to thread after thread" to verify your accusatory comments.
    You are the first one who actually gave any kind of clarification, and I appreciate that. It will help me from wasting my time on exposé queries.
    That is Expose displaying all the windows of your SELECTED app. On Snow Leopard you had the option to view ALL the windows of ALL the currently running apps, including the finder.
    You find that  baffling,  I think that is your problem D0GG

  • How to associate Jrockit Mission Control tool to Web logic server

    Hi,
    Could you please clarify me the following doubt
    I have installed JRockit Mission Control tool in my local machine. I just want to know how can I associate Jrockit Mission Control tool to my applicatiion server (its weblogic) . So that the tool will analyze the CUP time, Memory the application is consuming etc..
    Your timely reply is appreciated.
    Thanks,
    Gopi.

    Hi,
    This is very easy to run Mission Control to analyze WebLogic JVMs runtime Informations...First of all enable -Xmanagement flag in the JAVA_OPTIONS of your Servers startScript. And then Mission control is ready to use...Just start Mission Control and follow the like: http://download.oracle.com/docs/cd/E13150_01/jrockit_jvm/jrockit/tools/relnotestools/relnotestools3.html
    for more information on -Xmanagement please refer to : http://download.oracle.com/docs/cd/E13150_01/jrockit_jvm/jrockit/jrdocs/refman/optionX.html#wp1030433
    Thanks
    Jay SenSharma
    http://jaysensharma.wordpress.com(WebLogic Wonders Are Here)

  • Jrockit R27 does not works with WLST! (jython..)

    Deatils:
    Jython 2.1 on java (JIT: null)
    ls:/(offline)> WLST VERSION: WLST v6.1 (with GUI), August 2005
    WebLogic Temporary Patch for CR263825 06/12/2006 12:10:52 WebLogic Temporary Patch for CR260218 05/10/2006 08:28:00 WebLogic Temporary Patch for CR256881 12/14/2005 12:15:39 WebLogic Server 8.1 SP5 Mon Sep 19 23:06:54 PDT 2005 641358 WebLogic XMLX Module 8.1 SP5 Mon Sep 19 23:06:54 PDT 2005 641358
    java version "1.4.2_12"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_12-b03) BEA JRockit(R) (build R27.1.0-109-73164-1.4.2_12-20061129-1418-linux-ia32, compiled mode)
    Linux achilles1.westel900.hu 2.4.21-32.0.1.ELsmp #1 SMP Tue May 17 17:52:23 EDT 2005 i686 i686 i386 GNU/Linux
    $ /home/wls/jrockit-R27.1.0-jdk1.4.2_12/bin/java org.python.util.jython --version
    java.lang.ClassFormatError: org/python/core/PyObject : illegal LocalVariableTable duplicate entry: itmp
    at java.lang.ClassLoader.defineClass0(Native Method)
    at java.lang.ClassLoader.defineClass(ClassLoader.java:539)
    at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:123)
    at java.net.URLClassLoader.defineClass(URLClassLoader.java:251)
    at java.net.URLClassLoader.access$100(URLClassLoader.java:55)
    at java.net.URLClassLoader$1.run(URLClassLoader.java:194)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:187)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:289)
    at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:274)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:235)
    Question: Are there any compatibility problem betweeen WLST 6.1 , Jrockit R27 and jython version 2.1?
    We are using WLST extensively so this problem is important for us (I hope Bea will test WLST with JRE releases in the future..)
    Regards.,
    LJ

    Hi Laszlo,
    do you have this problem only with R27.1, or with the previuos releases of
    JRockit? Do you have a reproducer?
    Regards,
    Tiberiu Covaci
    JRockit Team
    <Laszlo Jagusztin> wrote in message news:[email protected]..
    Deatils:
    Jython 2.1 on java (JIT: null)
    ls:/(offline)> WLST VERSION: WLST v6.1 (with GUI), August 2005
    WebLogic Temporary Patch for CR263825 06/12/2006 12:10:52 WebLogic Temporary
    Patch for CR260218 05/10/2006 08:28:00 WebLogic Temporary Patch for CR256881
    12/14/2005 12:15:39 WebLogic Server 8.1 SP5 Mon Sep 19 23:06:54 PDT 2005
    641358 WebLogic XMLX Module 8.1 SP5 Mon Sep 19 23:06:54 PDT 2005 641358
    java version "1.4.2_12"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_12-b03) BEA
    JRockit(R) (build R27.1.0-109-73164-1.4.2_12-20061129-1418-linux-ia32,
    compiled mode)
    Linux achilles1.westel900.hu 2.4.21-32.0.1.ELsmp #1 SMP Tue May 17 17:52:23
    EDT 2005 i686 i686 i386 GNU/Linux
    $ /home/wls/jrockit-R27.1.0-jdk1.4.2_12/bin/java
    org.python.util.jython --version
    java.lang.ClassFormatError: org/python/core/PyObject : illegal
    LocalVariableTable duplicate entry: itmp
    at java.lang.ClassLoader.defineClass0(Native Method)
    at java.lang.ClassLoader.defineClass(ClassLoader.java:539)
    at
    java.security.SecureClassLoader.defineClass(SecureClassLoader.java:123)
    at java.net.URLClassLoader.defineClass(URLClassLoader.java:251)
    at java.net.URLClassLoader.access$100(URLClassLoader.java:55)
    at java.net.URLClassLoader$1.run(URLClassLoader.java:194)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:187)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:289)
    at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:274)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:235)
    Question: Are there any compatibility problem betweeen WLST 6.1 , Jrockit
    R27 and jython version 2.1?
    We are using WLST extensively so this problem is important for us (I hope
    Bea will test WLST with JRE releases in the future..)
    Regards.,
    LJ

  • Dock frequently crashes and restarts when entering Mission Control

    Hello,
    Long time lurker, first time poster here.  Hoping someone can help me with this issue.
    I am running Mac OS X Lion (10.8) on a 2.5 GHz Intel Core i5 24" iMac with 12 GB RAM.  Peripherals include Apple wired keyboard, Apple Magic Trackpad, Logitech G9x laser mouse, and a Seagate USB External Hard Drive, and an old Dell 17" LCD (E177FP) connected as a second monitor.
    Throughout the day, I work with Adobe Photoshop, Abode Indesign, Firefox, Chrome, Safari, BB Edit, Cyberduck, iTunes, Microsoft Remote Desktop Connection, Terminal, Text Edit, Screen Sharing, Microsoft Excel 2011, Microsoft Word 2011, and additional applications across eight desktops in Mission Control (for a total of 16 screens, with the two diaplays).
    Approximately 6-12 times a day Mission Control will become unresponsive while entering it, whether by using four-finger swipe up on trackpad, mouse button 4 on Logitech mouse, or control + up arrow on keyboard.  I can still move the mouse cursor, type in applications, and click on applications.  However, the dock relaunches (all of my minimized windows at restored to my screen) and then Mission Control is responsive again.  The window of unavailability is about 10 seconds.
    I have used Macs for years now and never before have I had to deal with such a minor (yet frequent) inconvenience.  They have always "just worked."
    I am including my most recent crash report and am hoping that someone will have a solution that doesn't involve installing the operating system from scratch.
    Thank you for your time.
    Joe
    CRASH REPORT:
    Process:         Dock [51108]
    Path:            /System/Library/CoreServices/Dock.app/Contents/MacOS/Dock
    Identifier:      com.apple.dock
    Version:         1.8 (1168)
    Build Info:      Dock-1168000000000000~1
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [273]
    User ID:         501
    Date/Time:       2012-08-02 09:31:24.797 -0400
    OS Version:      Mac OS X 10.8 (12A269)
    Report Version:  10
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000018
    VM Regions Near 0x18:
    -->
        __TEXT                 000000010b8c0000-000000010bb1a000 [ 2408K] r-x/rwx SM=COW  /System/Library/CoreServices/Dock.app/Contents/MacOS/Dock
    Application Specific Information:
    objc_msgSend() selector name: retain
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   libobjc.A.dylib                         0x00007fff84033790 objc_msgSend_vtable13 + 16
    1   com.apple.dock                          0x000000010b90fdc4 0x10b8c0000 + 327108
    2   com.apple.dock                          0x000000010b9c7377 0x10b8c0000 + 1078135
    3   com.apple.dock                          0x000000010b91789d 0x10b8c0000 + 358557
    4   com.apple.dock                          0x000000010b918e62 0x10b8c0000 + 364130
    5   com.apple.dock                          0x000000010b90dbd2 0x10b8c0000 + 318418
    6   com.apple.dock                          0x000000010b8fc14b 0x10b8c0000 + 246091
    7   com.apple.dock                          0x000000010b909145 0x10b8c0000 + 299333
    8   com.apple.dock                          0x000000010b8f9d7f 0x10b8c0000 + 236927
    9   com.apple.dock                          0x000000010b8e16a0 0x10b8c0000 + 136864
    10  com.apple.HIServices                    0x00007fff8eb8133e mshPerform + 11
    11  com.apple.CoreFoundation                0x00007fff8bba4a19 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE1_PERFORM_FUNCTION__ + 41
    12  com.apple.CoreFoundation                0x00007fff8bba4759 __CFRunLoopDoSource1 + 153
    13  com.apple.CoreFoundation                0x00007fff8bbd78bf __CFRunLoopRun + 1775
    14  com.apple.CoreFoundation                0x00007fff8bbd6dd2 CFRunLoopRunSpecific + 290
    15  com.apple.dock                          0x000000010b98e11e 0x10b8c0000 + 844062
    16  libdyld.dylib                           0x00007fff8eeaa7e1 start + 1
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib                  0x00007fff8d69cd16 kevent + 10
    1   libdispatch.dylib                       0x00007fff8d66ce26 _dispatch_mgr_invoke + 883
    2   libdispatch.dylib                       0x00007fff8d66ca2a _dispatch_mgr_thread + 54
    Thread 2:
    0   libsystem_kernel.dylib                  0x00007fff8d69a776 clock_sleep_trap + 10
    1   com.apple.dock                          0x000000010b8d906c 0x10b8c0000 + 102508
    2   libsystem_c.dylib                       0x00007fff87e4a782 _pthread_start + 327
    3   libsystem_c.dylib                       0x00007fff87e371c1 thread_start + 13
    Thread 3:
    0   libsystem_kernel.dylib                  0x00007fff8d69c6d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff87e4cf2c _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x00007fff87e4ccf3 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00007fff87e371b1 start_wqthread + 13
    Thread 4:
    0   libsystem_kernel.dylib                  0x00007fff8d69c6d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff87e4cf2c _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x00007fff87e4ccf3 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00007fff87e371b1 start_wqthread + 13
    Thread 5:
    0   libsystem_kernel.dylib                  0x00007fff8d69c6d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff87e4cf2c _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x00007fff87e4ccf3 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00007fff87e371b1 start_wqthread + 13
    Thread 6:
    0   libsystem_kernel.dylib                  0x00007fff8d69c6d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff87e4cf2c _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x00007fff87e4ccf3 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00007fff87e371b1 start_wqthread + 13
    Thread 0 crashed with X86 Thread State (64-bit):
      rax: 0x0000000000000000  rbx: 0x000000010bb6b548  rcx: 0x00000000000000b9  rdx: 0x0000000000000009
      rdi: 0x00007ffca61abd50  rsi: 0x000000010bb690b0  rbp: 0x00007fff5433c670  rsp: 0x00007fff5433c638
       r8: 0x0000000000003290   r9: 0x00000000000000ff  r10: 0x00007ffca611ff10  r11: 0x00007ffca4239340
      r12: 0x0000000000003290  r13: 0x00007fff840322c0  r14: 0x0000000000000000  r15: 0x0000000000000000
      rip: 0x00007fff84033790  rfl: 0x0000000000010246  cr2: 0x0000000000000018
    Logical CPU: 1
    Binary Images:
           0x10b8c0000 -        0x10bb19fff  com.apple.dock (1.8 - 1168) <BB195D81-846F-3B85-95E0-EDC1E4F302DE> /System/Library/CoreServices/Dock.app/Contents/MacOS/Dock
           0x10bbb4000 -        0x10bbbaff7  com.apple.Uninstall (1.0 - 115) <00BE8D46-5D4C-3B45-AFC4-8009E88E7A6F> /System/Library/PrivateFrameworks/Uninstall.framework/Versions/A/Uninstall
           0x10bfd4000 -        0x10bfd7ff7  libCoreFSCache.dylib (24.4) <C375CAA0-F91F-3D9F-AF90-DB951BD86983> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache .dylib
           0x10bfde000 -        0x10bfdeff4 +cl_kernels (???) <AC61141E-6B8F-489D-B233-E8180AD73A63> cl_kernels
           0x10c05a000 -        0x10c05bffe +cl_kernels (???) <ECFD1A04-BD9B-4C66-9D5F-058541C87BA6> cl_kernels
           0x10eff1000 -        0x10effafef  libcldcpuengine.dylib (2.1.16) <BA5F6C17-7A08-3DCF-A30E-E9C4D76B7356> /System/Library/Frameworks/OpenCL.framework/Libraries/libcldcpuengine.dylib
           0x10f010000 -        0x10f0a6ff7  unorm8_rgba.dylib (2.1.16) <AC3AFE82-7E82-340B-9E7A-9A27C29816DA> /System/Library/Frameworks/OpenCL.framework/Libraries/ImageFormats/unorm8_rgba. dylib
           0x10f0c5000 -        0x10f160ff7  unorm8_bgra.dylib (2.1.16) <14128E4A-6050-35C3-A493-3C8AEAF9B14D> /System/Library/Frameworks/OpenCL.framework/Libraries/ImageFormats/unorm8_bgra. dylib
           0x10f18a000 -        0x10f18aff4 +cl_kernels (???) <684F4202-478D-44ED-8B11-E7CBF25E1773> cl_kernels
           0x10f197000 -        0x10f198ff6 +cl_kernels (???) <9BF905B4-B3CD-4BF0-8FB2-1D133FF1FD5E> cl_kernels
           0x10f1a9000 -        0x10f1a9ff1 +cl_kernels (???) <5D87C8AC-0B2C-4C98-BDB9-7A85F848481F> cl_kernels
           0x10f1b2000 -        0x10f1b3ff2 +cl_kernels (???) <131802BF-DFD1-44D8-B3AE-F75491C6DE3D> cl_kernels
           0x10f1d6000 -        0x10f1d7ff2 +cl_kernels (???) <295F8DB5-AA7F-4CF4-9459-246C2C339F2D> cl_kernels
           0x10f1fb000 -        0x10f1fbff5 +cl_kernels (???) <22EED4E7-5072-4E48-BCED-9A2875F2DB42> cl_kernels
        0x7fff6b4c0000 -     0x7fff6b4f493f  dyld (210.2.3) <A40597AA-5529-3337-8C09-D8A014EB1578> /usr/lib/dyld
        0x7fff82ca3000 -     0x7fff82ca3fff  com.apple.vecLib (3.8 - vecLib 3.8) <794317C7-4E38-338A-A874-5E18001C8503> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
        0x7fff82ca4000 -     0x7fff82cb1ff7  com.apple.NetAuth (4.0 - 4.0) <F5BC7D7D-AF28-3C83-A674-DADA48FF7810> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
        0x7fff82cc9000 -     0x7fff82ccbff7  com.apple.print.framework.Print (8.0 - 258) <34666CC2-B86D-3313-B3B6-A9977AD593DA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
        0x7fff82ccc000 -     0x7fff82dbcff7  com.apple.DiskImagesFramework (10.8 - 344) <3A30B9B5-5099-35E2-9DCD-C96764FA2D26> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
        0x7fff82dbd000 -     0x7fff82edcfff  com.apple.desktopservices (1.7.0 - 1.7.0) <F84224B1-BA28-31AF-8C89-1C2DBBFE4753> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
        0x7fff82ede000 -     0x7fff82ee0fff  com.apple.TrustEvaluationAgent (2.0 - 23) <A97D348B-32BF-3E52-8DF2-59BFAD21E1A3> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
        0x7fff82ee1000 -     0x7fff82ffaff7  com.apple.ImageIO.framework (3.2.0 - 843) <A9AC2A79-331A-3B06-AFE6-7E34EF876221> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
        0x7fff83a1b000 -     0x7fff83a88ff7  com.apple.framework.IOKit (2.0 - 755.9.7) <9B7C5E7A-3F7A-3E70-8179-4384992B84E0> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
        0x7fff83a89000 -     0x7fff83b2ffff  com.apple.CoreServices.OSServices (557 - 557) <F5955FD8-E6E1-359F-9D9D-381E55E3EF37> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
        0x7fff83b5f000 -     0x7fff83b9cfe7  libGLImage.dylib (8.5) <9583CF74-F84A-33C7-B06A-3A72F090E544> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
        0x7fff83c27000 -     0x7fff83c2cfff  libcompiler_rt.dylib (30) <08F8731D-5961-39F1-AD00-4590321D24A9> /usr/lib/system/libcompiler_rt.dylib
        0x7fff83c2d000 -     0x7fff83c59ff7  libRIP.A.dylib (322) <36880C8B-7FC0-3689-91FF-A0E8F4F57FE4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
        0x7fff83c6f000 -     0x7fff83d7afff  libFontParser.dylib (84.5) <617A7D30-C7BC-39FC-A1FE-59367B4A5719> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
        0x7fff83db4000 -     0x7fff83dc1fff  libbz2.1.0.dylib (29) <CE9785E8-B535-3504-B392-82F0064D9AF2> /usr/lib/libbz2.1.0.dylib
        0x7fff83dc2000 -     0x7fff83dc2fff  com.apple.Carbon (154 - 155) <372716D2-6FA1-3611-8501-3DD1D4A6E8C8> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
        0x7fff83dc3000 -     0x7fff83f71fff  com.apple.QuartzCore (1.8 - 304.0) <BDC66714-F60C-386D-A773-F897D1E87AB6> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
        0x7fff83f72000 -     0x7fff83f79fff  com.apple.NetFS (5.0 - 4.0) <82E24B9A-7742-3DA3-9E99-ED267D98C05E> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
        0x7fff83f7a000 -     0x7fff8402bfff  com.apple.LaunchServices (539 - 539) <04FA5C61-6349-3841-9609-B650B6222800> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
        0x7fff8402c000 -     0x7fff84144a27  libobjc.A.dylib (532) <9FA80CDA-97F4-3801-8879-0C1B976BC5CA> /usr/lib/libobjc.A.dylib
        0x7fff84162000 -     0x7fff84227fff  com.apple.coreui (2.0 - 181) <CFCB6868-36AC-3734-ACEA-DF9CAB2B84F2> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
        0x7fff84814000 -     0x7fff84916fff  libJP2.dylib (843) <04915A7F-EE27-3C01-8582-0BD9919558B1> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
        0x7fff84975000 -     0x7fff8497bfff  libGFXShared.dylib (8.5) <34093C75-3ECB-3899-A2C0-A52ECAA7C3FC> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
        0x7fff8497c000 -     0x7fff849cdfff  com.apple.SystemConfiguration (1.12 - 1.12) <7A8300B5-F5B3-39F0-A4B2-4C0C293FA29F> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
        0x7fff84a12000 -     0x7fff84d41ff7  com.apple.HIToolbox (2.0 - 624) <49C4A53E-9239-3B9A-95DC-8C7B398E491D> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
        0x7fff84d42000 -     0x7fff84dc3fff  com.apple.Metadata (10.7.0 - 707.1) <ED39A710-1D87-3207-BB7D-4465B2673C1D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
        0x7fff84e34000 -     0x7fff84ecefff  libvMisc.dylib (380.6) <714336EA-1C0E-3735-B31C-19DFDAAF6221> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
        0x7fff84f1f000 -     0x7fff84f61fff  com.apple.RemoteViewServices (2.0 - 80.3) <E0224421-A421-3DB6-99AF-B249684FD13A> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/Remot eViewServices
        0x7fff850f4000 -     0x7fff8511cfff  libJPEG.dylib (843) <377EC31E-1831-32E2-AEEB-C375E0A80335> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
        0x7fff8511d000 -     0x7fff8512bff7  com.apple.Librarian (1.1 - 1) <B0248F96-6BC9-3F63-8557-65DF1606039C> /System/Library/PrivateFrameworks/Librarian.framework/Versions/A/Librarian
        0x7fff8512c000 -     0x7fff8532cfff  libicucore.A.dylib (491.11.1) <17E8B610-6B16-3F91-B49C-7CAE0D08E9CF> /usr/lib/libicucore.A.dylib
        0x7fff853dc000 -     0x7fff85406ff7  com.apple.CoreVideo (1.8 - 99.0) <ED17EF3A-2775-3840-BBD1-6513B5B112F2> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
        0x7fff85407000 -     0x7fff8540afff  com.apple.help (1.3.2 - 42) <343904FE-3022-3573-97D6-5FE17F8643BA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
        0x7fff8545a000 -     0x7fff8545afff  com.apple.Accelerate.vecLib (3.8 - vecLib 3.8) <B5A18EE8-DF81-38DD-ACAF-7076B2A26225> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
        0x7fff85469000 -     0x7fff85469fff  com.apple.ApplicationServices (45 - 45) <A3ABF20B-ED3A-32B5-830E-B37831A45A80> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
        0x7fff8547b000 -     0x7fff8548eff7  com.apple.LangAnalysis (1.7.0 - 1.7.0) <2F2694E9-A7BC-33C7-B4CF-8EC907DF0FEB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
        0x7fff85523000 -     0x7fff85578ff7  libTIFF.dylib (843) <4EB491F3-8DA4-3E4F-AE83-E207720F38B3> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
        0x7fff85579000 -     0x7fff8564cff7  com.apple.DiscRecording (7.0 - 7000.2.4) <49FD2D2F-4F2C-39B6-877B-6E3172577D18> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
        0x7fff8564d000 -     0x7fff8571eff7  com.apple.CoreText (260.0 - 275.14) <98A59BFB-9AC0-3EAB-B5A4-26C2F965A65D> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
        0x7fff8571f000 -     0x7fff85721fff  libquarantine.dylib (52) <4BE2E642-A14F-340A-B482-5BD2AEFD9C24> /usr/lib/system/libquarantine.dylib
        0x7fff85ef7000 -     0x7fff85fecfff  libiconv.2.dylib (34) <FEE8B996-EB44-37FA-B96E-D379664DEFE1> /usr/lib/libiconv.2.dylib
        0x7fff85fed000 -     0x7fff86160ff7  com.apple.CFNetwork (596.0.1 - 596.0.1) <82109BE9-19E2-399B-BACD-23D53814B873> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
        0x7fff86161000 -     0x7fff8623bfff  com.apple.backup.framework (1.4 - 1.4) <00964E68-4A36-3F9F-B0A5-B782575C64DE> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
        0x7fff86241000 -     0x7fff86243ff7  libunc.dylib (25) <92805328-CD36-34FF-9436-571AB0485072> /usr/lib/system/libunc.dylib
        0x7fff86244000 -     0x7fff8624cff7  libsystem_dnssd.dylib (379.27) <057906EA-206E-3C35-B43F-5D936FD0A84F> /usr/lib/system/libsystem_dnssd.dylib
        0x7fff8624d000 -     0x7fff8625bfff  libcommonCrypto.dylib (60026) <2D6537F5-1B5E-305C-A1CF-D1FA80CA3939> /usr/lib/system/libcommonCrypto.dylib
        0x7fff864d1000 -     0x7fff864d5fff  libCoreVMClient.dylib (24.4) <55F71158-ADEE-3863-92E9-4772DCEA8E31> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
        0x7fff864d6000 -     0x7fff864f2fff  com.apple.openscripting (1.3.5 - 148) <ACDE22A1-6170-3289-AF26-E501E6326BD7> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
        0x7fff864f3000 -     0x7fff864fafff  libcopyfile.dylib (89) <876573D0-E907-3566-A108-577EAD1B6182> /usr/lib/system/libcopyfile.dylib
        0x7fff864fb000 -     0x7fff86508fff  com.apple.AppleFSCompression (49 - 1.0) <5508344A-2A7E-3122-9562-6F363910A80E> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/Apple FSCompression
        0x7fff86509000 -     0x7fff86520fff  com.apple.CFOpenDirectory (10.8 - 151.10) <FFBBA538-00B5-334E-BA5B-C8AD6CDCDA14> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
        0x7fff86521000 -     0x7fff8652cff7  com.apple.bsd.ServiceManagement (2.0 - 2.0) <7A5F12E8-C1C2-39C7-8599-2362EAAB9F03> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManage ment
        0x7fff8652d000 -     0x7fff8652eff7  libdnsinfo.dylib (453.16) <38A3E0F4-E34C-3D45-A2C9-4CDE2DF007BD> /usr/lib/system/libdnsinfo.dylib
        0x7fff8652f000 -     0x7fff865ecff7  com.apple.ColorSync (4.8.0 - 4.8.0) <6CE333AE-EDDB-3768-9598-9DB38041DC55> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
        0x7fff866ab000 -     0x7fff866cbfff  libPng.dylib (843) <8F83F355-CA33-3D15-8178-54A135BA23BA> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
        0x7fff8676e000 -     0x7fff8677cff7  libkxld.dylib (2050.7.9) <8194156D-8B7D-3881-AF62-BCBE3306EE49> /usr/lib/system/libkxld.dylib
        0x7fff86a18000 -     0x7fff86a1efff  com.apple.DiskArbitration (2.5 - 2.5) <348AC0CC-6BCE-3416-9141-A5C1164EDDFF> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
        0x7fff86a1f000 -     0x7fff86a20fff  liblangid.dylib (116) <864C409D-D56B-383E-9B44-A435A47F2346> /usr/lib/liblangid.dylib
        0x7fff86a21000 -     0x7fff86a8afff  libstdc++.6.dylib (56) <EAA2B53E-EADE-39CF-A0EF-FB9D4940672A> /usr/lib/libstdc++.6.dylib
        0x7fff86a8b000 -     0x7fff86a9eff7  libbsm.0.dylib (32) <F497D3CE-40D9-3551-84B4-3D5E39600737> /usr/lib/libbsm.0.dylib
        0x7fff86a9f000 -     0x7fff876c9fff  com.apple.AppKit (6.8 - 1187) <C9309F5C-9441-3E5B-A120-B03FEDDA63F9> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
        0x7fff876d7000 -     0x7fff876d7fff  com.apple.Accelerate (1.8 - Accelerate 1.8) <6AD48543-0864-3D40-80CE-01F184F24B45> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
        0x7fff87704000 -     0x7fff8775aff7  com.apple.opencl (2.1.17 - 2.1.17) <CA9E8BED-17C9-393B-A53E-8EAA8BF01C47> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
        0x7fff8775b000 -     0x7fff87769ff7  libsystem_network.dylib (77.10) <0D99F24E-56FE-380F-B81B-4A4C630EE587> /usr/lib/system/libsystem_network.dylib
        0x7fff87884000 -     0x7fff878b2ff7  libsystem_m.dylib (3022.6) <B434BE5C-25AB-3EBD-BAA7-5304B34E3441> /usr/lib/system/libsystem_m.dylib
        0x7fff87a0c000 -     0x7fff87a10fff  libGIF.dylib (843) <21324AF8-AFDA-3149-B547-C5109C1FBECF> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
        0x7fff87cd9000 -     0x7fff87ce3fff  com.apple.speech.recognition.framework (4.1.5 - 4.1.5) <D803919C-3102-3515-A178-61E9C86C46A1> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
        0x7fff87d29000 -     0x7fff87dc7fff  com.apple.ink.framework (1.4 - 110) <C6E43ED5-7189-3291-80F0-BB7702AD051A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
        0x7fff87dc8000 -     0x7fff87dccff7  com.apple.CommonPanels (1.2.5 - 94) <AAC003DE-2D6E-38B7-B66B-1F3DA91E7245> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
        0x7fff87dcd000 -     0x7fff87e35fff  libvDSP.dylib (380.6) <CD4C5EEB-9E63-30C4-8103-7A5EAEA0BE60> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
        0x7fff87e36000 -     0x7fff87f02fef  libsystem_c.dylib (825.24) <16B6B86C-53EE-36E8-AC2B-4AADC1008098> /usr/lib/system/libsystem_c.dylib
        0x7fff87f09000 -     0x7fff87f0bfff  com.apple.securityhi (4.0 - 55002) <34E45C60-DC7E-3FCC-A1ED-EBF48B77C559> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
        0x7fff87f0c000 -     0x7fff87f8efff  com.apple.Heimdal (3.0 - 2.0) <660A6C64-4912-32C8-A332-B64164032A2D> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
        0x7fff88050000 -     0x7fff88051ff7  libSystem.B.dylib (169.3) <365477AB-D641-389D-B8F4-A1FAE9657EEE> /usr/lib/libSystem.B.dylib
        0x7fff880a9000 -     0x7fff882c7fff  com.apple.CoreData (106 - 407.5) <45EF39FE-7FD6-366E-BB5C-3E86E0B7DA3C> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
        0x7fff882c8000 -     0x7fff882e7ff7  libresolv.9.dylib (51) <0882DC2D-A892-31FF-AD8C-0BB518C48B23> /usr/lib/libresolv.9.dylib
        0x7fff88843000 -     0x7fff88892ff7  libcorecrypto.dylib (106) <57BC99C6-3C3F-344C-BDD6-25E845D956F2> /usr/lib/system/libcorecrypto.dylib
        0x7fff88893000 -     0x7fff88913ff7  com.apple.ApplicationServices.ATS (332 - 341) <0CAA1A5C-59DB-3ACE-8478-05D72CBB7C76> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
        0x7fff88914000 -     0x7fff88935fff  com.apple.Ubiquity (1.2 - 234.2) <AC544B6F-0879-39A3-90A3-8BC8C29CBAD5> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
        0x7fff88936000 -     0x7fff88975ff7  com.apple.QD (3.42 - 285) <8DF36FCA-C06B-30F4-A631-7BE2FF7E56D1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
        0x7fff88983000 -     0x7fff889a5ff7  libxpc.dylib (140.37) <C552985C-2171-3136-A1B9-3AB21CBF7C4A> /usr/lib/system/libxpc.dylib
        0x7fff88de3000 -     0x7fff88e27fff  libcups.2.dylib (327) <9B3F3321-D2BC-3195-BF20-4008FC52A390> /usr/lib/libcups.2.dylib
        0x7fff88e28000 -     0x7fff88e77ff7  libFontRegistry.dylib (100) <2E03D7DA-9B8F-31BB-8FB5-3D3B6272127F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
        0x7fff88e78000 -     0x7fff88f75ff7  libxml2.2.dylib (22.3) <47B09CB2-C636-3024-8B55-6040F7829B4C> /usr/lib/libxml2.2.dylib
        0x7fff88f76000 -     0x7fff89243ff7  com.apple.security (7.0 - 55163.44) <E62305A2-958D-3EBC-B7E5-9A151D3E1777> /System/Library/Frameworks/Security.framework/Versions/A/Security
        0x7fff89246000 -     0x7fff893e1fef  com.apple.vImage (6.0 - 6.0) <FAE13169-295A-33A5-8E6B-7C2CC1407FA7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
        0x7fff89433000 -     0x7fff8945aff7  com.apple.PerformanceAnalysis (1.16 - 16) <E4888388-F41B-313E-9CBB-5807D077BDA9> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/Perf ormanceAnalysis
        0x7fff8945b000 -     0x7fff89466ff7  com.apple.aps.framework (3.0 - 3.0) <17CAFBFA-B842-33F0-B1F5-14EED36799FD> /System/Library/PrivateFrameworks/ApplePushService.framework/Versions/A/ApplePu shService
        0x7fff89467000 -     0x7fff8946ffff  liblaunch.dylib (442.21) <224CB010-6CF8-3FC2-885C-6F80330321EB> /usr/lib/system/liblaunch.dylib
        0x7fff89470000 -     0x7fff894cdfff  com.apple.audio.CoreAudio (4.1.0 - 4.1.0) <B3198BD6-EA1D-3E5E-ADD4-37D8E6B72678> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
        0x7fff89567000 -     0x7fff8987eff7  com.apple.CoreServices.CarbonCore (1037 - 1037) <5127E2AB-AE98-3393-AEF6-CA8C1090F921> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
        0x7fff8987f000 -     0x7fff898a5fff  com.apple.framework.familycontrols (4.0 - 400) <B296674D-6D0B-323D-84C0-1D356F6F3BFA> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
        0x7fff898a6000 -     0x7fff89c02ff7  com.apple.Foundation (6.8 - 945) <0C972F73-0C07-3384-98F2-B176E0289494> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
        0x7fff89c03000 -     0x7fff89c04fff  libsystem_blocks.dylib (59) <D92DCBC3-541C-37BD-AADE-ACC75A0C59C8> /usr/lib/system/libsystem_blocks.dylib
        0x7fff8abb8000 -     0x7fff8ae48fff  com.apple.CoreImage (8.0.17 - 1.0.1) <FFD6159F-DF31-3EFC-9C59-7FC4F4219D43> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage .framework/Versions/A/CoreImage
        0x7fff8af64000 -     0x7fff8af76ff7  libz.1.dylib (43) <2A1551E8-A272-3DE5-B692-955974FE1416> /usr/lib/libz.1.dylib
        0x7fff8af79000 -     0x7fff8b395fff  FaceCoreLight (2.0.1) <BEDAFBE8-CC12-343D-85D5-29B694DC97F6> /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLi ght
        0x7fff8b78f000 -     0x7fff8b81cff7  com.apple.SearchKit (1.4.0 - 1.4.0) <C7F43889-F8BF-3CB9-AD66-11AEFCBCEDE7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
        0x7fff8b81d000 -     0x7fff8b879ff7  com.apple.Symbolication (1.3 - 93) <F2C7E0B6-B241-3020-B30A-0636D0FA3378> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolicat ion
        0x7fff8b87a000 -     0x7fff8b8f8ff7  com.apple.securityfoundation (6.0 - 55115.4) <C5461971-E455-31A6-99B8-AF80C4BC26DD> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
        0x7fff8b97c000 -     0x7fff8b9b7fff  com.apple.LDAPFramework (2.4.28 - 194.5) <012E3038-92EA-3DC8-82B1-A71462DDAE9E> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
        0x7fff8b9fe000 -     0x7fff8bafbfff  libsqlite3.dylib (138) <8D6A6805-1494-30D1-9F2A-F58FA3C0D7EE> /usr/lib/libsqlite3.dylib
        0x7fff8bb3b000 -     0x7fff8bb4cff7  libsasl2.2.dylib (166) <649CAE0E-8FFE-3C60-A849-BE6300E4B726> /usr/lib/libsasl2.2.dylib
        0x7fff8bb8c000 -     0x7fff8bba1fff  com.apple.ImageCapture (8.0 - 8.0) <17A45CE6-7DA3-36A5-B7EF-72BC136981AE> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
        0x7fff8bba2000 -     0x7fff8bd8bfff  com.apple.CoreFoundation (6.8 - 744) <47AEA7C7-EF9B-3FC6-AEBF-CE02FC650301> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
        0x7fff8bd8c000 -     0x7fff8bd90fff  com.apple.IOSurface (86.0.2 - 86.0.2) <739A481A-DF06-39EB-B784-D03BA1CBD762> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
        0x7fff8bdf2000 -     0x7fff8be4fff7  com.apple.AE (645 - 645) <9C3E54BA-EE6B-3F02-8775-9C4AF40F40CD> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
        0x7fff8be51000 -     0x7fff8bfd7fff  libBLAS.dylib (1073.3) <6B71AB8C-3D9A-33C2-9EAF-2A0BA504D493> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
        0x7fff8bfd8000 -     0x7fff8bff9ff7  libCRFSuite.dylib (33) <736ABE58-8DED-3289-A042-C25AF7AE5B23> /usr/lib/libCRFSuite.dylib
        0x7fff8c0a2000 -     0x7fff8c0a8fff  libmacho.dylib (829) <BF332AD9-E89F-387E-92A4-6E1AB74BD4D9> /usr/lib/system/libmacho.dylib
        0x7fff8c0ef000 -     0x7fff8c0f3fff  libpam.2.dylib (20) <C8F45864-5B58-3237-87E1-2C258A1D73B8> /usr/lib/libpam.2.dylib
        0x7fff8c2a6000 -     0x7fff8c2e0fff  com.apple.GSS (3.0 - 2.0) <0BDF8090-5EF4-3759-94DE-8521D74188AA> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
        0x7fff8c3d3000 -     0x7fff8c3d6fff  libRadiance.dylib (843) <61405840-A8B0-368E-B39A-704B5A04FDA5> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.d ylib
        0x7fff8c3d7000 -     0x7fff8c433fff  com.apple.QuickLookFramework (4.0 - 555.0) <8B163B8C-001E-3BBB-98ED-8173C68BC84C> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
        0x7fff8c434000 -     0x7fff8c436fff  libCVMSPluginSupport.dylib (8.5) <437A72B8-1FA6-346C-8949-D63164A062F7> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginS upport.dylib
        0x7fff8c4b0000 -     0x7fff8c4b4fff  libCGXType.A.dylib (322) <0FA2272E-7733-36EA-9B9B-9279169D5919> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
        0x7fff8c4b5000 -     0x7fff8c4b8fff  com.apple.TCC (1.0 - 1) <DE7ECAC3-BD08-323A-9C12-EE4A49B72871> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
        0x7fff8c4b9000 -     0x7fff8c4c5ff7  com.apple.CrashReporterSupport (10.8 - 411) <FA7EA7CD-103D-30B1-BF2F-862E68A6B5B7> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
        0x7fff8c4c6000 -     0x7fff8c509ff7  com.apple.bom (12.0 - 192) <0BF1F2D2-3648-36B7-BE4B-551A0173209B> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
        0x7fff8d148000 -     0x7fff8d17efff  com.apple.DebugSymbols (98 - 98) <14E788B1-4EB2-3FD7-934B-849534DFC198> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbol s
        0x7fff8d17f000 -     0x7fff8d18eff7  com.apple.opengl (1.8.5 - 1.8.5) <C554C4DA-517D-3F77-BC7E-DDFD9E01A891> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
        0x7fff8d4d1000 -     0x7fff8d4e7fff  com.apple.MultitouchSupport.framework (235.27 - 235.27) <78E356A6-78E8-3CAB-8982-7A4958C7A955> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
        0x7fff8d522000 -     0x7fff8d536fff  com.apple.speech.synthesis.framework (4.1.10 - 4.1.10) <21086D96-F997-38D3-BB59-8600CCC3A36F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
        0x7fff8d5e6000 -     0x7fff8d630ff7  libGLU.dylib (8.5) <47CB8E1C-F98F-352E-B235-DE9EA7A3454F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
        0x7fff8d631000 -     0x7fff8d667fff  libsystem_info.dylib (406.17) <4FFCA242-7F04-365F-87A6-D4EFB89503C1> /usr/lib/system/libsystem_info.dylib
        0x7fff8d668000 -     0x7fff8d67dff7  libdispatch.dylib (228.18) <0B6B6E7F-4D8A-3F3B-A4BF-6CF34638DBBB> /usr/lib/system/libdispatch.dylib
        0x7fff8d67e000 -     0x7fff8d689fff  libsystem_notify.dylib (98.5) <C49275CC-835A-3207-AFBA-8C01374927B6> /usr/lib/system/libsystem_notify.dylib
        0x7fff8d68a000 -     0x7fff8d6a5ff7  libsystem_kernel.dylib (2050.7.9) <E0447BF5-E104-35B0-B28B-4156887D58F1> /usr/lib/system/libsystem_kernel.dylib
        0x7fff8d6aa000 -     0x7fff8d6b5fff  com.apple.CommonAuth (3.0 - 2.0) <74A86DDD-57D0-3178-AB74-E1F31DBFFC39> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
        0x7fff8d6b6000 -     0x7fff8d6b7ff7  libsystem_sandbox.dylib (220) <3C3B03CF-C525-3CB3-8557-62E91B93AC95> /usr/lib/system/libsystem_sandbox.dylib
        0x7fff8d719000 -     0x7fff8d74afff  com.apple.DictionaryServices (1.2 - 184) <B37F9A90-8954-3DEC-A216-8ABB15C615A1> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
        0x7fff8d756000 -     0x7fff8d858fff  libcrypto.0.9.8.dylib (47) <74F165AD-4572-3B26-B0E2-A97477FE59D0> /usr/lib/libcrypto.0.9.8.dylib
        0x7fff8da3a000 -     0x7fff8da46fff  libCSync.A.dylib (322) <C1321292-F5D3-3B8F-8CBB-57AC8E05F90C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
        0x7fff8da47000 -     0x7fff8da5efff  com.apple.GenerationalStorage (1.1 - 132.1) <EAB41613-0145-3CE5-AA60-A8A791A3EE22> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/Gene rationalStorage
        0x7fff8da6e000 -     0x7fff8dbbefff  com.apple.audio.toolbox.AudioToolbox (1.8 - 1.8) <8019964B-4FFB-3328-A425-B1A702177A25> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
        0x7fff8dbc4000 -     0x7fff8dbcaff7  libunwind.dylib (35.1) <21703D36-2DAB-3D8B-8442-EAAB23C060D3> /usr/lib/system/libunwind.dylib
        0x7fff8dbcb000 -     0x7fff8dfc2fff  libLAPACK.dylib (1073.3) <E670020A-6969-3ED7-B80B-285AE1DE5F95> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
        0x7fff8e1aa000 -     0x7fff8e1aafff  libOpenScriptingUtil.dylib (148) <4DB14EC4-422C-3AE8-83BF-354FEC197FD3> /usr/lib/libOpenScriptingUtil.dylib
        0x7fff8e3c9000 -     0x7fff8e463fff  com.apple.CoreSymbolication (3.0 - 87) <75F2C0DD-549A-36F6-BD9E-FB40A924344F> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSy mbolication
        0x7fff8e464000 -     0x7fff8e483fff  com.apple.ChunkingLibrary (2.0 - 132) <F5051C19-6C4E-3E65-9BEC-B0A4BA82457A> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/Chunking Library
        0x7fff8e484000 -     0x7fff8e4dbff7  com.apple.ScalableUserInterface (1.0 - 1) <F1D43DFB-1796-361B-AD4B-39F1EED3BE19> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableU serInterface.framework/Versions/A/ScalableUserInterface
        0x7fff8e4dc000 -     0x7fff8e50afff  com.apple.CoreServicesInternal (153 - 153) <11507A03-9165-350C-9492-A545EA7331BD> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/Cor eServicesInternal
        0x7fff8e532000 -     0x7fff8e57eff7  libauto.dylib (185.1) <73CDC482-16E3-3FC7-9BB4-FBA2DA44DBC2> /usr/lib/libauto.dylib
        0x7fff8e57f000 -     0x7fff8e5e7ff7  libc++.1.dylib (65.1) <20E31B90-19B9-3C2A-A9EB-474E08F9FE05> /usr/lib/libc++.1.dylib
        0x7fff8e5e8000 -     0x7fff8e5e8ffd  com.apple.audio.units.AudioUnit (1.8 - 1.8) <ECC4891A-9BA8-3C13-9A2B-6116521B7B46> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
        0x7fff8e63a000 -     0x7fff8e63afff  libkeymgr.dylib (25) <CC9E3394-BE16-397F-926B-E579B60EE429> /usr/lib/system/libkeymgr.dylib
        0x7fff8e63b000 -     0x7fff8e65dff7  com.apple.Kerberos (2.0 - 1) <C49B8820-34ED-39D7-A407-A3E854153556> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
        0x7fff8e65e000 -     0x7fff8e663fff  com.apple.OpenDirectory (10.8 - 151.10) <CF44120B-9B01-32DD-852E-C9C0E1243FC0> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
        0x7fff8e664000 -     0x7fff8e6acfff  libcurl.4.dylib (69.2) <EBDBF42D-E4A6-3D05-A76B-2817D79D59E2> /usr/lib/libcurl.4.dylib
        0x7fff8e6ad000 -     0x7fff8e6bcff7  libxar.1.dylib (105) <370ED355-E516-311E-BAFD-D80633A84BE1> /usr/lib/libxar.1.dylib
        0x7fff8e702000 -     0x7fff8e716fff  libGL.dylib (8.5) <BE75219E-DC86-343A-983C-CA3ECADE659F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
        0x7fff8e763000 -     0x7fff8e76cfff  com.apple.CommerceCore (1.0 - 26) <997CD214-BC78-3C61-A1B8-813EA1CB9997> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/C ommerceCore.framework/Versions/A/CommerceCore
        0x7fff8e76d000 -     0x7fff8e7dafff  com.apple.datadetectorscore (4.0 - 269.1) <C94C372B-3821-3A46-A8C2-091AB1CFF7F4> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
        0x7fff8eab5000 -     0x7fff8eab5fff  com.apple.CoreServices (57 - 57) <9DD44CB0-C644-35C3-8F57-0B41B3EC147D> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
        0x7fff8eaec000 -     0x7fff8eb46fff  com.apple.print.framework.PrintCore (8.0 - 387) <3CA8A004-8F93-3936-9F9E-7030BD474D2B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
        0x7fff8eb47000 -     0x7fff8eb9dfff  com.apple.HIServices (1.20 - 416) <E7DC75C4-A3E0-3D6B-B961-C9849442BCA6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
        0x7fff8ee55000 -     0x7fff8ee80fff  libxslt.1.dylib (11.3) <441776B8-9130-3893-956F-39C85FFA644F> /usr/lib/libxslt.1.dylib
        0x7fff8ee81000 -     0x7fff8eea5ff7  libc++abi.dylib (24.2) <340E7C7B-DC93-3AA2-B015-B1C9541EC255> /usr/lib/libc++abi.dylib
        0x7fff8eea8000 -     0x7fff8eeabff7  libdyld.dylib (210.2.3) <F59367C9-C110-382B-A695-9035A6DD387E> /usr/lib/system/libdyld.dylib
        0x7fff8eee1000 -     0x7fff8eee2ff7  libremovefile.dylib (23.1) <DBBFAF35-AC78-3856-92F6-6E4FD9DF14A2> /usr/lib/system/libremovefile.dylib
        0x7fff8eee3000 -     0x7fff8eee4fff  libquit.dylib (130) <FD30E6D6-B4F9-3E14-8376-7036271100D1> /usr/lib/libquit.dylib
        0x7fff8ef9e000 -     0x7fff8efa3fff  libcache.dylib (57) <65187C6E-3FBF-3EB8-A1AA-389445E2984D> /usr/lib/system/libcache.dylib
        0x7fff8efa9000 -     0x7fff8efe9fff  com.apple.MediaKit (13 - 658) <3614D66C-0712-3049-9C5A-1ED9A94D82C5> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
        0x7fff8f02c000 -     0x7fff8f9bd39f  com.apple.CoreGraphics (1.600.0 - 322) <2F5D7032-9A96-36AE-A227-428E95CAE0C5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
        0x7fff8fa96000 -     0x7fff8fa97fff  libDiagnosticMessagesClient.dylib (7) <56A70657-E8C2-3804-AB87-77DC100512A4> /usr/lib/libDiagnosticMessagesClient.dylib
        0x7fff8fa98000 -     0x7fff8facfff7  libssl.0.9.8.dylib (47) <923945E6-C489-3406-903B-A362410753F8> /usr/lib/libssl.0.9.8.dylib
    External Modification Summary:
      Calls made by other processes targeting this process:
        task_for_pid: 10
        thread_create: 0
        thread_set_state: 0
      Calls made by this process:
        task_for_pid: 0
        thread_create: 0
        thread_set_state: 0
      Calls made by all processes on this machine:
        task_for_pid: 36881
        thread_create: 1
        thread_set_state: 0
    VM Region Summary:
    ReadOnly portion of Libraries: Total=151.3M resident=111.9M(74%) swapped_out_or_unallocated=39.4M(26%)
    Writable regions: Total=80.7M written=10.6M(13%) resident=35.8M(44%) swapped_out=0K(0%) unallocated=44.9M(56%)
    REGION TYPE                      VIRTUAL
    ===========                      =======
    CG backing stores                   992K
    CG shared images                   1376K
    CoreAnimation                      4988K
    CoreImage                           420K
    CoreServices                       1460K
    MALLOC                             45.6M
    MALLOC guard page                    48K
    Memory tag=242                       12K
    Memory tag=243                        4K
    Memory tag=246                     2560K
    Memory tag=247                      860K
    Memory tag=248                      128K
    Memory tag=249                      304K
    Memory tag=250                     5996K
    OpenCL                               84K
    SQLite page cache                  2112K
    STACK GUARD                        56.0M
    Stack                              11.0M
    VM_ALLOCATE                        17.2M
    __DATA                             11.7M
    __IMAGE                             528K
    __LINKEDIT                         53.1M
    __TEXT                             98.3M
    __UNICODE                           544K
    mapped file                        25.9M
    shared memory                      17.1M
    ===========                      =======
    TOTAL                             357.9M

    Please read this whole message before doing anything.
    This procedure is a test, not a solution. Don’t be disappointed when you find that nothing has changed after you complete it.
    Step 1
    The purpose of this step is to determine whether the problem is localized to your user account.
    Enable guest logins* and log in as Guest. For instructions, launch the System Preferences application, select Help from the menu bar, and enter “Set up a guest account” (without the quotes) in the search box. Don't use the Safari-only “Guest User” login created by “Find My Mac.”
    While logged in as Guest, you won’t have access to any of your personal files or settings. Applications will behave as if you were running them for the first time. Don’t be alarmed by this; it’s normal. If you need any passwords or other personal data in order to complete the test, memorize, print, or write them down before you begin.
    Test while logged in as Guest. Same problem(s)?
    After testing, log out of the guest account and, in your own account, disable it if you wish. Any files you created in the guest account will be deleted automatically when you log out of it.
    *Note: If you’ve activated “Find My Mac” or FileVault in OS X 10.7, then you can’t enable the Guest account. The “Guest User” login created by “Find My Mac” is not the same. Create a new account in which to test, and delete it, including its home folder, after testing.
    Step 2
    The purpose of this step is to determine whether the problem is caused by third-party system modifications that load automatically at startup or login.
    Disconnect all wired peripherals except those needed for the test, and remove all aftermarket expansion cards. Boot in safe mode* and log in to the account with the problem. The instructions provided by Apple are as follows:
    Be sure your Mac is shut down.
    Press the power button.
    Immediately after you hear the startup tone, hold the Shift key. The Shift key should be held as soon as possible after the startup tone, but not before the tone.
    Release the Shift key when you see the gray Apple icon and the progress indicator (looks like a spinning gear).
    Safe mode is much slower to boot and run than normal, and some things won’t work at all, including wireless networking on certain Macs.
    The login screen appears even if you usually log in automatically. You must know your login password in order to log in. If you’ve forgotten the password, you will need to reset it before you begin.
    *Note: If FileVault is enabled under OS X 10.7 or later, or if a firmware password is set, you can’t boot in safe mode.
    Test while in safe mode. Same problem(s)?
    After testing, reboot as usual (i.e., not in safe mode) and verify that you still have the problem. Post the results of steps 1 and 2.

  • Command opens Mission Control and can't over ride it

    Everytime you hit cmd  every window resizes pulling you out of the app you were in and unable to use any shortcuts! Really annoying.
    The cmd key alone isn't assigned to any shortcut in system preferences>keyboard>shortcuts, nor is it assigned to anything in mission control?!
    Restore defaults doesn't solve it.
    Really at a loss so any thoughts really appreciated.

    Sounds like you've got something else running that is messing with Mission Control. Do you have anything like 'Total Spaces' installed?
    If not, the first thing to try is open Terminal (Applications > Utilities > Terminal.app) and type or paste this command into the Terminal window:
    killall Dock
    Then press 'return' on the keyboard. You should see the Dock disappear for a second or two then reappear. Now go and test Mission Control. Same problem?

  • Can't See All Windows in Mission Control

    My favorite feature on the mac has always been the ability to see all open windows with a simple click (F3 on my keyboard). I often have multiple word documents and multiple pdf files open, as well as two or three different browser windows, several image files, and who knows what else. It is very common for me to have 10-20 open windows and it was always a huge help to be able to see them all at once, with filenames that would pop up when hovering with the mouse. This feature made it incredibly easy to move from file to file and truly see everything on the desktop at once.
    As far as I can tell, this is no longer possible with Lion and Mission Control. Now if I have multiple windows open in a single application and enter Mission Control I see them tiled over one another, without filenames displayed for any. Sure, I can see all the applications I have open, but what good is that if I can't see which files I have? It's making it very difficult to work effectively-- basically I have to minimize each window one by one until I find the one I want.
    Am I missing something? Can anyone using Lion tell me how to see a graphic representation of ALL open windows, with filenames? Like I could in the good old days? Or is there something like a "see all open files" ability in Finder?
    Thanks!

    I know what you mean - it was nice to see all the windows.
    Tell Apple here:  Apple - Mac OS X - Feedback
    To mitigate this problem there is "App expose" which lets you see all open windows for any given application.
    And, in Mission Control you can spread a given application's windows a little further apart or you can preview any given window within Mission Control.
    How you do all that stuff depends on how you've configured mouse, keyboard and trackpad. For example, on my trackpad, to spread MC windows a bit I slide two fingers up (with cursor over the group of windows). To preview a given window, I put the cursor over the window and hit the space bar. For me, App expose can be activated by 4 fingers down for the frontmost app, and four fingers down with the cursor over the chosen app in the dock.
    http://support.apple.com/kb/HT4689
    charlie

  • Can't drag folders or files between apps using mission control

    I've been using Lion without any incident so far, but now that I've downloaded the lastest update (10.7.2) I can't drag a file or folder using mouse click (or my wacom tablet) between apps or folders - gestures simply will not work.
    Once I click on a file, the multi-touchpad stop responding - if this is for real, Mac just lost it's allure... the nimble feature of exposé and/or mission control was this sole ability to navigate through apps and draggin files.
    What's the status, anyone got this issue already?

    I've been encountering the exact same problem! that was my favourite multi-touch gesture of all, which improved the productivity greatly. The only workaround for me is to assign hot-corners to mission control and drag files i want to the corners, but I really hope there's an explanation for this because i would really like that feature to be back

  • Mission control

    acrobat proを使用しています。
    macなのですが、アクロバットで注釈のボタン(注釈を追加・ハイライト表示等)を
    押してあると、ミッションコントロールで他の画面を出そうとした時に、
    元の画面に一度戻ってしまいとても使いにくいです。
    何か解決策はあるでしょうか?

    with a quick swipe I used to be able to go back and fourth between all my apps with app switcher. The milliseconds added on to my work flow now that app switcher is completely missing as a gesture is going to add up to hours days and ultimately time and money. They need to bring this option back!
    @IanB Mision Control is Spaces but prettier and with a new name, don't be fooled, "It's a TRAP!"
    Having said that, you might want to try it out, placing your different apps in new desktops and gesturing through them if you have one display. for example, iTunes in one, your browser and ichat in another, and photoshop in the last. then in trackpad settings (assuming you have one) you can set it to swipe between all of them.
    I have no use for this because I not only need the apps I have open in drag and drop distance from each other, I also have three screens and plenty of space to have no need for spaces. I also don't use spaces because if I have a movie playing on one of my screens, it disappears in place of a "new" blank desktop.
    If I was able to float certain apps from staying where they were regardless of the desktops being switched or if the desktops scrolled independent of each other,I would consider using spaces and ultimately Mission Control.
    But I use the mac like you do, and want app switcher back as a gesture. 

  • Mission control is activated by my shift key even though i have it set to ctrl, up. how do i make it stop? i can't capitalize anything without using the right shift key.

    in playing with key commands to activate mission control in the system preferences i have somehow made my left shift key one of the keys to activate it even though it does not show it in system preferences. i need my left shift key for typing and having mission control come up all the time is a pain! how do i make it stop?
    I evidently didn't leave system preferences properly or something. I fixed it by going back to system preferences and changing the keyboard shortcuts to "-" then quitting system preferences by command Q. Then I went back in and reset the mission control setting to us cntrl, up and then command Q and now it all works fine.

    Check out [https://bugzilla.mozilla.org/show_bug.cgi?id=1008706 bug 1008706]. It's related to safe browsing, and is a known issue.

  • Mission Control Only Showing App Icons, NOT Windows

    I just purchased a new MacBook Pro Retina and am noticing a bug with Mission Control.  When I go to Mission Control to see all of the different windows I have open, it's showing just the app icons, NOT the actual app windows.  This occurs sporadically; sometimes it works properly, and sometimes it doesn't.  I actually realzied the same issue on my MacBook Pro (2009) after upgrading to Mountain Lion a few weeks ago, therefore it seems to be an OS issue and not a HW issue. 
    Here is a screen shot of what I see when Mission Control is not working properly:
    Instead of those icons, it should be showing the actually windows within those apps that I have open. 
    Any ideas?

    I have this problem too and would love a solution...when it happens to me it only seems to be on one of my spaces, if I use gestures to get to another space Mission Control" works fine on a different space, but if I go back to the original space it stops working..I have found a fix, which is just move the active window slightly, yep, that actually works, and then Mission Control starts working again...it's weird...would still love to know what causes it, even though the fix is an easy one...
    Just on the safari comments above, I have noticed this happens when one of the tab has "reader" activated...turning of 'reader' seems to fix the issue with safari...

  • Bug(?): Please fix this in Mission Control

    I enjoy Mission Control, however I have a request and a question/request.
    When I have only two apps open and enter Mission Control, they are right on top of each other. They are both in the center of the Mission Control view and I can hardly see/access the second app. Does anyone else have this issue?
    I would like to see Apple reformat Mission Control for two apps so they are side-by-side instead of right on top of/in line with each other in the center of the page.
    Second, I thought I had seen or heard that you can pinch to expand multiple windows for one app in Mission Control to see all of them. What is the gesture for that? I have tried the pinch-to-zoom/expand gesture, but that does nothing. What is the gesture for this? If this is not an option, I would like to see it become an option.

    Yes, unfortunately the correct answer is not the ideal answer.  And the issue is also not fixed in 10.7.2 either.
    Anyway I did find a workaround resolution though but never got around to posting it.
    In my experience, you dont need to even have a third party app on the system, mission control does not work for two apps as long as they have same height, meaning they can be streatched to same width but if they are similar height it will lead to problems.  I always keep all my windows to maximum width/height stretched, so I was having this problem.
    Now, the apps I use more often like browser, I have that stretched down to the max, but other apps have varying size of heights depending on how often I use them.  This way I am not inconvenienced often and they all work. So my finder ends slightly higher than where my firefox ends, but they are both same width.  Mail also ends slightly higher and so on.  I hope it helps.  If it does please confirm on this thread.
    Also, I dont know how to submit this to apple, but if you do know then please do, it may help them fix this.
    Regards.

  • Customize Mission Control vs. Expose

    In expose I used to be able to customize the corners and gestures that I could use to get to the desktop or see all windows. How do I do the same in mission control?
    What I wan to do is have three finger downward swipe show all windows and three fingers upward swipe show the desktop. But it seems the gestures are locked?
    How can this be that Lion is less customizable than Snow Leopard?

    I'm no expert on Lion but here's the behavior I see with Mission Control that makes it really different from Expose. With Mission Control, if you don't assign an application to a workspace then when you enter Mission Control you see all the spaces along the top and all the applications below. If a application has more than one open window, its windows are stacked together and you can look at the windows stacked below by click dragging. Click and you select that window and leave Mission Control. Click drag and the window comes to the front so you can see it better but you'll stay in Mission Control.
    The limitation (if you want to call it that) is that if you have assigned an application to a specific workspace, if you didn't enter from that workspace, you don't see it or its windows in MC (unless you move to its workspace). This has led me to assign far fewer programs to specific windows than I used to. So, for example, since I assigned my word processing programs to space 2, if I enter MC from space 3 I won't see my Pages documents.  Even so, I can use a gesure or or control arrow to move to Space to and move one of my Pages documents into another window. (I chose to park my writing applications in a space because they are apps they I most often want to move windows to rather than move their windows to another space.)
    This limitation has also led me to temporarily park programs in a space but then unpark them when I've completed a project. In Leopard and Snow Leopard I had lots of programs permanently parked. MC is a different animal that needs a slightly different way of working but for me it has changed my workflow without damaging it.
    Does this help?

Maybe you are looking for

  • Purchased song wont play

    I bought the new Joss Stone album today and all but one song won't play, I tried everything I can think of, any advice??

  • System won't boot after update

    After installing the latest system update (from Leopard 10.5.1 to 10.5.2) on my Dual Processor PowerMac G5, I was able to restart then within 2 minutes a freeze. I couldn't force quit...had to power done. Upon powering on, my screen hangs on the gray

  • Flex problem - undefined method

    Hello! I was following the tutorial posted at http://www.adobe.com/devnet/livecycle/articles/lcdses2_mdd_quickstart.html but I'm getting an error just after I add the form.  I'm getting the following error message:  "1061: Call to a possibly undefine

  • Delta procedure - How To...

    Hello, I'm looking for some documentation about Delta loads procedure. I have several doubts nd i would like to learn about it a little more. In SDN there are a lots of posts bu i'm getting a little confuse because it's a lot of information and i tur

  • Excel exporting text error for chinese language

    Hi I am getting wrong text in the excel when i download the result list of opportunities in chinese login. Regards, Vijay