Eclipse Plugin unable to add MXML component

I click on "New" and then choose "Other".  The "Select a Wizard" popup comes up.  I then choose "MXML Component", but when I click "Next" nothing happens.
Does anyone have any ideas on what might be causing this?
I am running Adobe Flash Builder 4 Premium (Version 4.0 build 272416)
I am running Eclipse Java EE IDE for Web Developers Indigo Service Release 2 Build id 20120216-1857
An error occurs in the .metadata/.log file
!ENTRY org.eclipse.ui 4 0 2014-11-05 10:06:37.605
!MESSAGE Unhandled event loop exception
!STACK 0
java.lang.NullPointerException
at com.adobe.flexbuilder.mxml.editor.ui.wizards.MXMLComponentControl.updateComponentText(MXM LComponentControl.java:209)
at com.adobe.flexbuilder.mxml.editor.ui.wizards.MXMLComponentControl.createBaseComponentTagC ontrol(MXMLComponentControl.java:202)
at com.adobe.flexbuilder.mxml.editor.ui.wizards.MXMLComponentControl.createControl(MXMLCompo nentControl.java:96)
at com.adobe.flexbuilder.mxml.editor.ui.wizards.NewMXMLComponentWizard$NewMXMLComponentWizar dPage.createAdditionalControls(NewMXMLComponentWizard.java:224)
at com.adobe.flexbuilder.mxml.editor.ui.wizards.AbstractNewMXMLFileWizardPage.createControl( AbstractNewMXMLFileWizardPage.java:180)

Hello,
A few items to consider:
Do the components appear if you reload the page?
If not, do any errors appear in the error.log when you drag the component onto the page?
If there are no errors, are the components built to display something in the default / unconfigured state?
Regards,
Caleb

Similar Messages

  • Eclipse Plugin development

    I want to build a eclipse plugin which can add some source to .jsp page.
    the plugin should add code for some TAG by asking properties values through wizard kind of thing.
    it should add the generated code for that TAG to current position of the cursor.
    Can anybody help me .....I have no idea about plugin development.
    Thanks in advance.

    read the eclipse documentation. this isn't an eclipse forum.

  • Unable to install Eclipse Plugin for Azure

    I am unable to install the Eclipse Plugin for Azure.  I have Eclipse Indigo and have installed the Azure SDK 2.3.  When I try to add the site http://dl.msopentech.com/eclipse in the Install New Software window I get an authentication pop-up.
     When I try my Microsoft ID it fails authentication.  The instructions do not mention any authentication.  What should I put in here?

    Hi,
    This plugin requires Azure SDK 2.3. This can be downloaded using the Web Platform Installer (WebPI) at
    http://go.microsoft.com/fwlink/?LinkID=252838. However, if you don’t have it installed, when you create your first Azure deployment project, the plugin will automatically install
    Azure SDK 2.3.
    Also, you could download the sdk from GitHub (https://github.com/MSOpenTech/WindowsAzureToolkitForEclipseWithJava ) and manually install . And you could refer to this blog
    (http://java.interoperabilitybridges.com/cloud ).
    Please try it.
    Regards,
    Will
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Oracle Eclipse Plugin 1.3.0.200909171310 - Unable to start a 10.3.1.0 Serv

    Title says it all.... Lost 3 days finding what was the problem.
    The version of Oracle Eclipse Plugin 1.3.0.200909171310
    is completelly unable to a version 10.3.1.0 Server.
    The server starts correctly on the command line.
    In Eclipse the server instance and runtime are created correctly, but when you
    try to start it from eclipse bang!
    Unable to validate WebLogic domain.Please make sure the running WebLogic instance is an Administration Server
    java.lang.Exception:
    at oracle.eclipse.tools.weblogic.server.internal.WlsJ2EEDeploymentHelper.validateRemote(WlsJ2EEDeploymentHelper.java:1670)
    at oracle.eclipse.tools.weblogic.server.internal.WeblogicServerBehaviour.validateRemote(WeblogicServerBehaviour.java:2647)
    at oracle.eclipse.tools.weblogic.server.internal.ServerWatcher.runOnce(ServerWatcher.java:574)
    at oracle.eclipse.tools.weblogic.server.internal.ServerWatcher.run(ServerWatcher.java:482)
    at java.lang.Thread.run(Thread.java:619)

    Well, the server is not running, i just try to start it.
    The message pops instantly, like in 0.5 seconds, it looks like nothing is even performed.
    - what does the <name> element look like in domain/config.xml ? Does it match the server definition?
    <name>dintiruni</name>
    <server>
    <name>intiruni0</name>
    <ssl>
    <name>intiruni0</name>
    <enabled>true</enabled>
    <listen-port>443</listen-port>
    </ssl>
    <listen-port>80</listen-port>
    <listen-address/>
    </server>
    <admin-server-name>intiruni0</admin-server-name>
    yep : C:\owls11gR1\domains\dintiruni\servers\intiruni0
    - what is your version of JDK running Eclipse?
    Sun JDK 1.6.0_17, downloaded manually.
    Same JDK i use during install to run WebLogic 10.3.2.0, I had to do that, since 10.3.2.0 JDK 1.6.0_14
    is not a recongnized JDK when you use -vm parameter in eclipse.ini (10.3.1.0 was working)
    - Try create a new domain, make sure set it as development mode.
    I think i reinstalled WebLogic more than 3 times, recreated the domain with all possible options.
    Reinstalled Eclipse (J2EE with Reporting 3.5.1) with only Oracle Plugin. Recreated my workspace
    3-4 times.
    Additional info:
    I have this message as parent item of the stacktrace in the eclipse Log tree: Another server is detected.
    I had a server version 10.3.1.0, wich i just renamed the installation directory to C:\owls11gR1_10.3.1.0 and installed the 10.3.2.0 in the same directory C:\owls11gR1
    I uninstalled everything, went in regedit, deleted all weblogic keys references.
    Always the same problem. Im starting to loose patience... i have rarelly seen something like that.
    Edit:
    I also tryed with a Server version 10.3.2.0. (I abandonned 10.3.1.0 since i cannot even create the instance in eclipse)
    Edited by: Rouche on Jan 7, 2010 11:42 AM

  • How to add interface to customlize MXML Component when use Flex Builder 3?

    How to add interface to customlize MXML Component when use
    Flex Builder 3?

    David,
    I don't believe you can add the interface via the creation
    dialog in FlexBuilder 3. You can always manually add the
    "implements" property to your MXML Component root tag. Something
    like this: <mx:VBox implements="com.mycorp.IMyInterface">
    If you want autogeneration of the interface, then create an
    ActionScript class with that interface and then copy the generated
    functions and setter/getters into the script block of your MXML
    component.

  • Unable to add component palette in jdeveloper

    Hi,
    Im unable to add component palette in jdeveloper, it is giving exception and the stack trace is here below, pls let me know the solution.
    >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
    java.lang.NullPointerException
         at oracle.ideimpl.palette.PaletteImpl.populate(PaletteImpl.java:240)
         at oracle.ideimpl.palette.PaletteWindowImpl.checkIfPopulated(PaletteWindowImpl.java:323)
         at oracle.ideimpl.palette.PaletteWindowImpl.show(PaletteWindowImpl.java:364)
         at oracle.ideimpl.palette.PaletteManagerImpl.handleEvent(PaletteManagerImpl.java:174)
         at oracle.ide.IdeAction$1.run(IdeAction.java:579)
         at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:154)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:337)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:131)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:98)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:85)

    Try copying the palette.xml file from jdev\multi\system to your system directory( jdev\system(9....). Also, what system are you using?

  • Cannot add javafx eclipse plugin to Eclipse, need help doing so

    After following the instructions for installing the javafx eclipse plugin, I am on the step where you add available software by typing in the link "http://javafx.com/downloads/eclipse-plugin/" and you select the software to install... the problem that is occuring is that it is prompting me for a username and password. The username and password I am providing is the one I use on oracle; yet, it is saying my login details were not accepted. The walkthrough does not mention this step at all. Please help!
    Thank you very much for your time!

    Is that a bad location?Yes, JavaFX 1.x is, for all intents and purposes, dead and that plugin is for the unsupported JavaFX Script which shipped with JavaFX 1.x and is not applicable to (and incompatible with) JavaFX 2.x.
    From the faq => http://www.oracle.com/technetwork/java/javafx/overview/faq-1446554.html "The JavaFX 1.x family of products will remain available for a limited period of time, and is expected to become End Of Life (EOL) in 2012."
    Instead, use the JavaFX 2.1 distribution from here: http://www.oracle.com/technetwork/java/javafx/downloads/index.html
    And the e(fx)clipse plugin linked in the previous post: http://efxclipse.org/install.html

  • Add change event to a custom MXML component

    I am building an MXML project in Flash Builder 4.5
    I have a custom MXML component that contains a TextInput field. I want the custom component to have a change event that triggers a function in the main application.
    I created a test project to try and solve this.  At the moment, it appears to trigger an event once and then stops.  Please take a look and let me know where I am going wrong. Many thanks.
    customComponent.mxml
    <?xml version="1.0" encoding="utf-8"?>
    <mx:Canvas xmlns:mx="http://www.adobe.com/2006/mxml"
               width="40" height="20">
        <mx:Script>
        <![CDATA[
            [Bindable]
            public var value:Number;
            protected function inputBox_clickHandler(event:KeyboardEvent):void
                if (event.keyCode == 38 ) {
                    keyUp();
                if (event.keyCode == 40 ) {
                    keyDown();
            protected function keyUp():void
                value = value++;
                dispatchEvent(new Event('change'))
            protected function keyDown():void
                value = value--;
                dispatchEvent(new Event('change'))
        ]]>
    </mx:Script>
    <mx:Metadata>
        [Event(name="change", type="flash.events.Event")]
    </mx:Metadata>
    <mx:TextInput id="inputBox" x="0" y="0" width="40" height="20"
                  text="{value}"
                  keyDown="inputBox_clickHandler(event)"
                  change="dispatchEvent(new Event('change'))"
                  />
    </mx:Canvas>
    main.mxml
    <?xml version="1.0" encoding="utf-8"?>
    <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml"
                xmlns:CustomComponents="CustomComponents.*"
                minWidth="955" minHeight="600" layout="absolute">
    <mx:Script>
        <![CDATA[
            private function changeTestLabel():void
                testLabel.text = String(myComponent.value);
        ]]>
    </mx:Script>
    <CustomComponents:customComponent x="180" y="183"
        id="myComponent" value="0"
        change="changeTestLabel()">
    </CustomComponents:customComponent>
    <mx:Label id="testLabel" x="165" y="206" text="Test label"/>
    </mx:Application>

    I have found the solution to this...
    The clue was that it worked the first time a change was made, changing the value to the default '0'.
    The problem was that the var value is type Number and the inputBox.text is type String.
    I therefore added the following function:
      protected function textChange():void
       value = Number(inputBox.text);
       dispatchEvent(new Event('change'))
    I also changed the  change="dispatchEvent(new Event('change'))"  property to
       valueCommit="textChange()"
    ... and that fixed it..
    Thanks to all those who took the trouble to look at this

  • Unable to install the "Maven Integration for Eclipse" plugin

    I am having trouble trying to install the "Maven Integration for Eclipse" plugin.
    The tab Installed list the plugin with an Install button activated.
    Then when I click on Install, I get the following log:
    Your original request has been modified.
      "m2e - slf4j over logback logging (Optional)" is already installed, so an update will be performed instead.
      "m2e - Maven Integration for Eclipse" is already installed, so an update will be performed instead.
    Cannot complete the install because one or more required items could not be found.
      Software being installed: m2e - slf4j over logback logging (Optional) 1.4.0.20130601-0317 (org.eclipse.m2e.logback.feature.feature.group 1.4.0.20130601-0317)
      Missing requirement: m2e logback configuration 1.4.0.20130601-0317 (org.eclipse.m2e.logback.configuration 1.4.0.20130601-0317) requires 'bundle org.slf4j.api 1.6.2' but it could not be found
      Cannot satisfy dependency:
        From: m2e - slf4j over logback logging (Optional) 1.4.0.20130601-0317 (org.eclipse.m2e.logback.feature.feature.group 1.4.0.20130601-0317)
        To: org.eclipse.m2e.logback.configuration [1.4.0.20130601-0317]
    I am running FlashBuilder 4.6.
    I have Eclipse Juno also installed.
    I am running on Windows7.
    I tried to uninstall both Eclipse and FB and just reinstall FB but still I have the same problem.
    Any help would be greatly appreciated?

    Â Hi Senthil
    The only way for you to get CR4E is to download it from our web site.
    I just made a try, just to check if our web site was having any troubles today, and it worked fine, so I assume you might be experiencing some troubles on your side with your internet connexion.
    I have successfully downloaded the All-In-One zip file of CR4E, that you can find there :
    Â http://diamond.businessobjects.com/node/433
    I suggest you give it some more tries.
    Thank you for using CR4E.
    Thierry (Business Objects)

  • Unable to add the Custom Pipeline component in to the Visual Studio Tool Box

    I have tried to create the custom Pipeline component to transfer the large message in Receive side,
    using System;
    using System.Collections.Generic;
    using System.Linq;
    using System.Text;
    using System.Xml;
    using System.IO;
    using Microsoft.BizTalk.Message.Interop;
    using Microsoft.BizTalk.Component.Interop;
    namespace Sample.LargeFilesDecoder
    [ComponentCategory(CategoryTypes.CATID_PipelineComponent)]
    [ComponentCategory(CategoryTypes.CATID_Encoder)]
    [System.Runtime.InteropServices.Guid("25984614-BCFD-4c47-82FC-4A2300B76411")]
    public class LargeFilesDecoder : IBaseComponent,
    IComponentUI,
    IComponent,
    IPersistPropertyBag
    #region IBaseComponent Members
    public string Description
    get
    return "Pipeline component used to receive Larger Files through SFTP Ports";
    public string Name
    get
    return "LargeFilesDecoder";
    public string Version
    get
    return "1.0.0.0";
    #endregion
    #region IComponentUI Members
    public IntPtr Icon
    get
    return new System.IntPtr();
    public System.Collections.IEnumerator Validate(object projectSystem)
    return null;
    #endregion
    #region IPersistPropertyBag Members
    private string _largeFileLocation;
    private int _thresholdSize;
    public string LargeFileLocation
    get { return _largeFileLocation; }
    set { _largeFileLocation = value; }
    public int ThresholdSize
    get { return _thresholdSize; }
    set { _thresholdSize = value; }
    public void GetClassID(out Guid classID)
    classID = new Guid("DBA77DFA-5D3E-4B85-8F78-1D6330B6BCA0");
    public void InitNew()
    public void Load(IPropertyBag propertyBag, int errorLog)
    object val1 = null;
    object val2 = null;
    try
    propertyBag.Read("LargeFileLocation", out val1, 0);
    propertyBag.Read("ThresholdSize", out val2, 0);
    catch (ArgumentException)
    catch (Exception ex)
    throw new ApplicationException("Error reading PropertyBag: " + ex.Message);
    if (val1 != null)
    _largeFileLocation = (string)val1;
    if (val2 != null)
    _thresholdSize = (int)val2;
    public void Save(IPropertyBag propertyBag, bool clearDirty, bool saveAllProperties)
    object val1 = (object)_largeFileLocation;
    propertyBag.Write("LargeFileLocation", ref val1);
    object val2 = (object)_thresholdSize;
    propertyBag.Write("ThresholdSize", ref val2);
    #endregion
    #region IComponent Member
    public IBaseMessage Execute(IPipelineContext pContext, IBaseMessage pInMsg)
    if (_largeFileLocation == null || _largeFileLocation.Length == 0)
    _largeFileLocation = Path.GetTempPath();
    if (_thresholdSize == null || _thresholdSize == 0)
    _thresholdSize = 4096;
    if (pInMsg.BodyPart.GetOriginalDataStream().Length > _thresholdSize)
    Stream originalStream = pInMsg.BodyPart.GetOriginalDataStream();
    string largeFilePath = _largeFileLocation + pInMsg.MessageID.ToString() + ".msg";
    FileStream fs = new FileStream(largeFilePath, FileMode.Create);
    // Write message to disk
    byte[] buffer = new byte[1];
    int bytesRead = originalStream.Read(buffer, 0, buffer.Length);
    while (bytesRead != 0)
    fs.Flush();
    fs.Write(buffer, 0, buffer.Length);
    bytesRead = originalStream.Read(buffer, 0, buffer.Length);
    fs.Flush();
    fs.Close();
    // Create a small xml file
    string xmlInfo = "<MsgInfo xmlns='http://Sample.LargeFilesDecoder'><LargeFilePath>" + largeFilePath + "</LargeFilePath></MsgInfo>";
    byte[] byteArray = System.Text.Encoding.UTF8.GetBytes(xmlInfo);
    MemoryStream ms = new MemoryStream(byteArray);
    pInMsg.BodyPart.Data = ms;
    return pInMsg;
    #endregion
    I have
    Added .dll file in to the Global Assembly Cache (use gacutil)
    Copied it the Pipeline Components folder (E:\Program Files (x86)\Microsoft BizTalk Server 2013\Pipeline Components)
    Everything was successful, when I try to add the component to the Toolbox I get the message like below and cannot find the component in Toolbox.
    Tried several times but still getting stuck in the same place. I am using Visual Studio 2013. Any help is greatly appreciated.

    Do not put the Assembly in the %\Pipeline Components folder.  Pipeline Component Assemblies should be in the GAC only.
    To correctly deploy a custom Pipeline Component, you can follow the steps in this Wiki Article:
    http://social.technet.microsoft.com/wiki/contents/articles/26404.biztalk-deploying-custom-pipeline-components-in-biztalk-server-2006-and-higher.aspx
    I have never seen that specific error before.  Are you sure you're browsing from the Pipeline Components tab?

  • Unable to add phone number to my messages.app

    Hello Everyone
    I am unable to add my phone number to messages.app. Everything was working ok till this AM when I started messages.app and noticed my phone number missing. I have tried the following.
    1.Restoring olderversion of messages.app from Time machine backup
    2.Adding the phone number with add e-mail but then it says e-mail sent with no other information
    3.Deleting and re-adding my account on icloud on my phone
    Now, when I sign out and sign back in into messages.app it crashes and gives me the following errors.
    any guidance?
    Process:         Messages [14923]
    Path:            /Applications/Messages.app/Contents/MacOS/Messages
    Identifier:      com.apple.iChat
    Version:         7.0.1 (3314)
    Build Info:      iChat-3312000000000000~7
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [261]
    User ID:         501
    Date/Time:       2013-03-07 11:06:33.940 -0800
    OS Version:      Mac OS X 10.8.2 (12C60)
    Report Version:  10
    Interval Since Last Report:          265928 sec
    Crashes Since Last Report:           11
    Per-App Interval Since Last Report:  711197 sec
    Per-App Crashes Since Last Report:   7
    Anonymous UUID:                      883E6435-CEBE-14A7-9972-AF20F6F62D6B
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: EXC_I386_GPFLT
    Application Specific Information:
    objc_msgSend() selector name: retain
    Performing @selector(buttonPressed:) from sender NSButton 0x7f9a05ba1d30
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   libobjc.A.dylib                         0x00007fff93b32710 objc_msgSend_vtable13 + 16
    1   com.apple.CoreFoundation                0x00007fff93c95b42 -[__NSArrayM insertObject:atIndex:] + 1090
    2   com.apple.CoreFoundation                0x00007fff93cfd515 -[NSInvocation retainArguments] + 213
    3   com.apple.imcore                        0x00007fff96aa0484 0x7fff96a6c000 + 214148
    4   com.apple.CoreFoundation                0x00007fff93cd3737 ___forwarding___ + 775
    5   com.apple.CoreFoundation                0x00007fff93cd33b8 _CF_forwarding_prep_0 + 232
    6   com.apple.imcore                        0x00007fff96ad3c26 0x7fff96a6c000 + 424998
    7   com.apple.iChat                         0x0000000100de8993 0x100db2000 + 223635
    8   com.apple.imcore                        0x00007fff96ac0402 0x7fff96a6c000 + 345090
    9   com.apple.imcore                        0x00007fff96ac2140 0x7fff96a6c000 + 352576
    10  com.apple.CoreFoundation                0x00007fff93c9747a _CFXNotificationPost + 2554
    11  com.apple.Foundation                    0x00007fff8da73846 -[NSNotificationCenter postNotificationName:object:userInfo:] + 64
    12  com.apple.imfoundation                  0x00007fff8dfa5522 0x7fff8df75000 + 197922
    13  com.apple.imfoundation                  0x00007fff8dfa54e3 0x7fff8df75000 + 197859
    14  com.apple.imcore                        0x00007fff96a725df 0x7fff96a6c000 + 26079
    15  com.apple.imcore                        0x00007fff96a8418b 0x7fff96a6c000 + 98699
    16  com.apple.iChat                         0x0000000100edb000 0x100db2000 + 1216512
    17  com.apple.iChat.iMessagePreferences          0x00000001066f627e -[iMessagePreferences _clearAccountKeepingLogin:] + 885
    18  com.apple.AppKit                        0x00007fff8e6c0757 -[NSAlert didEndAlert:returnCode:contextInfo:] + 94
    19  com.apple.AppKit                        0x00007fff8e380d26 -[NSApplication endSheet:returnCode:] + 267
    20  com.apple.AppKit                        0x00007fff8e6c0a56 -[NSAlert buttonPressed:] + 265
    21  com.apple.AppKit                        0x00007fff8e573a59 -[NSApplication sendAction:to:from:] + 342
    22  com.apple.AppKit                        0x00007fff8e5738b7 -[NSControl sendAction:to:] + 85
    23  com.apple.AppKit                        0x00007fff8e5737eb -[NSCell _sendActionFrom:] + 138
    24  com.apple.AppKit                        0x00007fff8e571cd3 -[NSCell trackMouse:inRect:ofView:untilMouseUp:] + 1855
    25  com.apple.AppKit                        0x00007fff8e571521 -[NSButtonCell trackMouse:inRect:ofView:untilMouseUp:] + 504
    26  com.apple.AppKit                        0x00007fff8e570c9c -[NSControl mouseDown:] + 820
    27  com.apple.AppKit                        0x00007fff8e56860e -[NSWindow sendEvent:] + 6853
    28  com.apple.AppKit                        0x00007fff8e564744 -[NSApplication sendEvent:] + 5761
    29  com.apple.iChat                         0x0000000100dc5175 0x100db2000 + 78197
    30  com.apple.AppKit                        0x00007fff8e47a2fa -[NSApplication run] + 636
    31  com.apple.AppKit                        0x00007fff8e41ecb6 NSApplicationMain + 869
    32  libdyld.dylib                           0x00007fff92fe17e1 start + 1
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib                  0x00007fff8c1ccd16 kevent + 10
    1   libdispatch.dylib                       0x00007fff915e2dea _dispatch_mgr_invoke + 883
    2   libdispatch.dylib                       0x00007fff915e29ee _dispatch_mgr_thread + 54
    Thread 2:: com.apple.NSURLConnectionLoader
    0   libsystem_kernel.dylib                  0x00007fff8c1ca686 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff8c1c9c42 mach_msg + 70
    2   com.apple.CoreFoundation                0x00007fff93c81803 __CFRunLoopServiceMachPort + 195
    3   com.apple.CoreFoundation                0x00007fff93c86ee6 __CFRunLoopRun + 1078
    4   com.apple.CoreFoundation                0x00007fff93c866b2 CFRunLoopRunSpecific + 290
    5   com.apple.Foundation                    0x00007fff8da62586 +[NSURLConnection(Loader) _resourceLoadLoop:] + 356
    6   com.apple.Foundation                    0x00007fff8dac0612 __NSThread__main__ + 1345
    7   libsystem_c.dylib                       0x00007fff92f20742 _pthread_start + 327
    8   libsystem_c.dylib                       0x00007fff92f0d181 thread_start + 13
    Thread 3:: JavaScriptCore::BlockFree
    0   libsystem_kernel.dylib                  0x00007fff8c1cc0fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff92f24f89 _pthread_cond_wait + 869
    2   com.apple.JavaScriptCore                0x00007fff8f266d96 ***::ThreadCondition::timedWait(***::Mutex&, double) + 118
    3   com.apple.JavaScriptCore                0x00007fff8f488d0a JSC::BlockAllocator::blockFreeingThreadMain() + 90
    4   com.apple.JavaScriptCore                0x00007fff8f49e36f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_c.dylib                       0x00007fff92f20742 _pthread_start + 327
    6   libsystem_c.dylib                       0x00007fff92f0d181 thread_start + 13
    Thread 4:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib                  0x00007fff8c1cc0fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff92f24f89 _pthread_cond_wait + 869
    2   com.apple.JavaScriptCore                0x00007fff8f3eb724 JSC::SlotVisitor::drainFromShared(JSC::SlotVisitor::SharedDrainMode) + 212
    3   com.apple.JavaScriptCore                0x00007fff8f3eb606 JSC::MarkStackThreadSharedData::markingThreadMain() + 214
    4   com.apple.JavaScriptCore                0x00007fff8f49e36f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_c.dylib                       0x00007fff92f20742 _pthread_start + 327
    6   libsystem_c.dylib                       0x00007fff92f0d181 thread_start + 13
    Thread 5:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib                  0x00007fff8c1cc0fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff92f24f89 _pthread_cond_wait + 869
    2   com.apple.JavaScriptCore                0x00007fff8f3eb724 JSC::SlotVisitor::drainFromShared(JSC::SlotVisitor::SharedDrainMode) + 212
    3   com.apple.JavaScriptCore                0x00007fff8f3eb606 JSC::MarkStackThreadSharedData::markingThreadMain() + 214
    4   com.apple.JavaScriptCore                0x00007fff8f49e36f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_c.dylib                       0x00007fff92f20742 _pthread_start + 327
    6   libsystem_c.dylib                       0x00007fff92f0d181 thread_start + 13
    Thread 6:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib                  0x00007fff8c1cc0fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff92f24f89 _pthread_cond_wait + 869
    2   com.apple.JavaScriptCore                0x00007fff8f3eb724 JSC::SlotVisitor::drainFromShared(JSC::SlotVisitor::SharedDrainMode) + 212
    3   com.apple.JavaScriptCore                0x00007fff8f3eb606 JSC::MarkStackThreadSharedData::markingThreadMain() + 214
    4   com.apple.JavaScriptCore                0x00007fff8f49e36f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_c.dylib                       0x00007fff92f20742 _pthread_start + 327
    6   libsystem_c.dylib                       0x00007fff92f0d181 thread_start + 13
    Thread 7:: CVDisplayLink
    0   libsystem_kernel.dylib                  0x00007fff8c1cc0fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff92f24f89 _pthread_cond_wait + 869
    2   com.apple.CoreVideo                     0x00007fff959d22d4 CVDisplayLink::runIOThread() + 680
    3   com.apple.CoreVideo                     0x00007fff959d2013 startIOThread(void*) + 148
    4   libsystem_c.dylib                       0x00007fff92f20742 _pthread_start + 327
    5   libsystem_c.dylib                       0x00007fff92f0d181 thread_start + 13
    Thread 8:
    0   libsystem_kernel.dylib                  0x00007fff8c1ca686 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff8c1c9c42 mach_msg + 70
    2   com.apple.CoreFoundation                0x00007fff93c81803 __CFRunLoopServiceMachPort + 195
    3   com.apple.CoreFoundation                0x00007fff93c86ee6 __CFRunLoopRun + 1078
    4   com.apple.CoreFoundation                0x00007fff93c866b2 CFRunLoopRunSpecific + 290
    5   com.apple.CoreMediaIO                   0x00007fff8fadb6f8 CMIO::DAL::RunLoop::OwnThread(void*) + 146
    6   com.apple.CoreMediaIO                   0x00007fff8fad32de CAPThread::Entry(CAPThread*) + 156
    7   libsystem_c.dylib                       0x00007fff92f20742 _pthread_start + 327
    8   libsystem_c.dylib                       0x00007fff92f0d181 thread_start + 13
    Thread 9:
    0   libsystem_kernel.dylib                  0x00007fff8c1cc322 __select + 10
    1   com.apple.viceroy.framework             0x00007fff9137f2b4 VTPRecvProc + 315
    2   libsystem_c.dylib                       0x00007fff92f20742 _pthread_start + 327
    3   libsystem_c.dylib                       0x00007fff92f0d181 thread_start + 13
    Thread 10:
    0   libsystem_kernel.dylib                  0x00007fff8c1cc0fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff92f24fc3 _pthread_cond_wait + 927
    2   com.apple.viceroy.framework             0x00007fff91381d3b VTP_Select + 1247
    3   com.apple.viceroy.framework             0x00007fff912e1e27 TPRecvProc + 436
    4   libsystem_c.dylib                       0x00007fff92f20742 _pthread_start + 327
    5   libsystem_c.dylib                       0x00007fff92f0d181 thread_start + 13
    Thread 11:: com.apple.CFSocket.private
    0   libsystem_kernel.dylib                  0x00007fff8c1cc322 __select + 10
    1   com.apple.CoreFoundation                0x00007fff93cc64e6 __CFSocketManager + 1302
    2   libsystem_c.dylib                       0x00007fff92f20742 _pthread_start + 327
    3   libsystem_c.dylib                       0x00007fff92f0d181 thread_start + 13
    Thread 12:
    0   libsystem_kernel.dylib                  0x00007fff8c1cc6d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff92f22eec _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x00007fff92f22cb3 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00007fff92f0d171 start_wqthread + 13
    Thread 13:
    0   libsystem_kernel.dylib                  0x00007fff8c1cc6d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff92f22eec _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x00007fff92f22cb3 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00007fff92f0d171 start_wqthread + 13
    Thread 14:
    0   libsystem_kernel.dylib                  0x00007fff8c1cc6d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff92f22eec _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x00007fff92f22cb3 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00007fff92f0d171 start_wqthread + 13
    Thread 15:: com.apple.appkit-heartbeat
    0   libsystem_kernel.dylib                  0x00007fff8c1cc386 __semwait_signal + 10
    1   libsystem_c.dylib                       0x00007fff92faa800 nanosleep + 163
    2   libsystem_c.dylib                       0x00007fff92faa717 usleep + 54
    3   com.apple.AppKit                        0x00007fff8e668958 -[NSUIHeartBeat _heartBeatThread:] + 543
    4   com.apple.Foundation                    0x00007fff8dac0612 __NSThread__main__ + 1345
    5   libsystem_c.dylib                       0x00007fff92f20742 _pthread_start + 327
    6   libsystem_c.dylib                       0x00007fff92f0d181 thread_start + 13
    Thread 16:
    0   libsystem_kernel.dylib                  0x00007fff8c1cc6d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff92f22eec _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x00007fff92f22cb3 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00007fff92f0d171 start_wqthread + 13
    Thread 17:
    0   libsystem_kernel.dylib                  0x00007fff8c1cc6d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff92f22eec _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x00007fff92f22cb3 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00007fff92f0d171 start_wqthread + 13
    Thread 18:
    0   libsystem_kernel.dylib                  0x00007fff8c1cc6d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff92f22eec _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x00007fff92f22cb3 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00007fff92f0d171 start_wqthread + 13
    Thread 0 crashed with X86 Thread State (64-bit):
      rax: 0x8000000000000000  rbx: 0x00007f9a05929aa0  rcx: 0x8000000000000000  rdx: 0x00007fff7c095030
      rdi: 0x00007f9a05929aa0  rsi: 0x00007fff7c060630  rbp: 0x00007fff5ee4cb30  rsp: 0x00007fff5ee4cae8
       r8: 0x0000000000000000   r9: 0x0000000000000004  r10: 0x00007f9a0310a8b0  r11: 0x0000000097b25d70
      r12: 0x0000000000000004  r13: 0x0000000000000018  r14: 0x0000000000000006  r15: 0x00007f9a03125d20
      rip: 0x00007fff93b32710  rfl: 0x0000000000010246  cr2: 0x000000010ad3b000
    Logical CPU: 3
    Binary Images:
           0x100db2000 -        0x10104ffff  com.apple.iChat (7.0.1 - 3314) <7848E43B-43F2-3AE1-B9C9-E41E26D542D7> /Applications/Messages.app/Contents/MacOS/Messages
           0x102ecf000 -        0x102ecfff9 +cl_kernels (???) <CE42029B-AD71-43B4-8FA9-622C0B007C60> cl_kernels
           0x103310000 -        0x103310ff1 +cl_kernels (???) <9F329AC0-C2E3-4DEB-8071-54286D121FF1> cl_kernels
           0x103379000 -        0x10337afff  com.apple.bluetooth.IOBluetoothSCOAudioDriverPlugIn (4.0.9 - 4.0.9f33) <EE2D9E29-794A-3731-B214-82A63D14AC1E> /System/Library/Extensions/IOBluetoothFamily.kext/Contents/PlugIns/IOBluetoothS COAudioDriver.kext/Contents/Resources/IOBluetoothSCOAudioDriverPlugIn.bundle/Con tents/MacOS/IOBluetoothSCOAudioDriverPlugIn
           0x103390000 -        0x103395fff  com.apple.audio.AppleHDAHALPlugIn (2.3.1 - 2.3.1f2) <E807EE74-4241-36B2-87A6-92AFAE41D68F> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bun dle/Contents/MacOS/AppleHDAHALPlugIn
           0x1034c2000 -        0x1034eaff7  com.apple.cmio.DAL.VDC_4 (301.0 - 4147) <52F61616-1034-3699-BD49-7860000A2671> /System/Library/Frameworks/CoreMediaIO.framework/Resources/VDC.plugin/Contents/ MacOS/VDC
           0x104ba4000 -        0x104ba5fff  com.apple.AddressBook.LocalSourceBundle (2.1 - 1167) <07E0DB43-14DD-3741-BCCA-31CE397A53BC> /System/Library/Address Book Plug-Ins/LocalSource.sourcebundle/Contents/MacOS/LocalSource
           0x104bb7000 -        0x104bbafff  com.apple.DirectoryServicesSource (2.1 - 1167) <2BB7BD50-BBB3-3FA9-BAB1-04C704726905> /System/Library/Address Book Plug-Ins/DirectoryServices.sourcebundle/Contents/MacOS/DirectoryServices
           0x104bc1000 -        0x104bc8ff7  com.apple.AddressBook.LDAPSource (2.1 - 1167) <DE65B6C3-27B2-3A8F-85AF-6B7E6C165AE4> /System/Library/Address Book Plug-Ins/LDAP.sourcebundle/Contents/MacOS/LDAP
           0x104bd1000 -        0x104c24fff  com.apple.AddressBook.CardDAVPlugin (10.8 - 332) <14042D69-8E1F-3241-A679-C7ED224F2C43> /System/Library/Address Book Plug-Ins/CardDAVPlugin.sourcebundle/Contents/MacOS/CardDAVPlugin
           0x104c50000 -        0x104c61ff7  com.apple.NSServerNotificationCenter (5.0 - 5.0) <79D8FF5B-BBC9-3A86-8927-177738E5D857> /System/Library/Frameworks/ServerNotification.framework/Versions/A/ServerNotifi cation
           0x104cb4000 -        0x104cbafff  com.apple.iChat.Styles.Boxes (7.0.1 - 3314) <4A8CD722-54A2-35FC-9486-760B067D773D> /Applications/Messages.app/Contents/PlugIns/Boxes.transcriptstyle/Contents/MacO S/Boxes
           0x104cc0000 -        0x104cc8fff  com.apple.iChat.Styles.Balloons (7.0.1 - 3314) <146A7EC7-E9E4-3F9B-870B-C649C65059F0> /Applications/Messages.app/Contents/PlugIns/Balloons.transcriptstyle/Contents/M acOS/Balloons
           0x1066e1000 -        0x1066e9fff  com.apple.iChat.AIMPreferences (7.0 - 800) <6680C86B-84FB-375C-9BF7-962FB10D5F2F> /Applications/Messages.app/Contents/PlugIns/AIM.impreferencepane/Contents/MacOS /AIM
           0x1066f3000 -        0x10670efff  com.apple.iChat.iMessagePreferences (7.0 - 1) <A649DAC6-2EB9-3109-91F5-4A46F833DF55> /Applications/Messages.app/Contents/PlugIns/iMessage.impreferencepane/Contents/ MacOS/iMessage
           0x106726000 -        0x10672efff  com.apple.iChat.JabberPreferences (7.0 - 800) <7CD700A0-191E-3952-810C-3265A98565D5> /Applications/Messages.app/Contents/PlugIns/Jabber.impreferencepane/Contents/Ma cOS/Jabber
           0x106737000 -        0x106738fff  com.apple.iChat.BonjourPreferences (7.0 - 800) <19D85309-0191-35EA-8291-D9CB1F83A8F3> /Applications/Messages.app/Contents/PlugIns/Bonjour.impreferencepane/Contents/M acOS/Bonjour
           0x10673d000 -        0x106742fff  com.apple.iChat.PlugInPreferences (7.0 - 1) <BD8E1312-00D0-3039-A817-206BEDB024F2> /Applications/Messages.app/Contents/PlugIns/IMServicePlugIn.impreferencepane/Co ntents/MacOS/IMServicePlugIn
           0x106d44000 -        0x106d4dfe7  libcldcpuengine.dylib (2.1.19) <50800DA2-7233-32E5-9553-A02171B68399> /System/Library/Frameworks/OpenCL.framework/Libraries/libcldcpuengine.dylib
           0x106d53000 -        0x106d56ff7  libCoreFSCache.dylib (24.4) <C375CAA0-F91F-3D9F-AF90-DB951BD86983> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache .dylib
           0x106d5c000 -        0x106d5ffff  com.apple.IOAccelerator (19.0.26 - 19.0.26) <0CA40D23-427D-3AF9-8C5C-E2592CEF3DFD> /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelera tor
           0x106d6e000 -        0x106d6eff1 +cl_kernels (???) <79450528-D4B5-4DC2-A34D-0FDF465DF807> cl_kernels
           0x106d70000 -        0x106f27fff  GLEngine (8.6.1) <94C4C4C0-E96C-30B2-8CD7-DE8D82CA74F1> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
           0x106f5e000 -        0x1070a0fff  libGLProgrammability.dylib (8.6.1) <FC866EA6-6263-3F51-BF7C-EA1A9A4162B4> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
           0x1070d4000 -        0x10716fff7  unorm8_bgra.dylib (2.1.19) <904EA51D-225A-38AF-B66C-84493C55C065> /System/Library/Frameworks/OpenCL.framework/Libraries/ImageFormats/unorm8_bgra. dylib
           0x10718e000 -        0x10742ffef  com.apple.AMDRadeonX3000GLDriver (1.0.29 - 1.0.0) <AFF4FFE6-F389-3E65-A224-F7382FB94620> /System/Library/Extensions/AMDRadeonX3000GLDriver.bundle/Contents/MacOS/AMDRade onX3000GLDriver
           0x10747e000 -        0x10748bff7  libGPUSupportMercury.dylib (8.6.1) <5762E7E4-C76E-3442-8C30-3BA1DDCD8BAE> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/lib GPUSupportMercury.dylib
           0x107a9e000 -        0x107e52fff  com.apple.driver.AppleIntelHD3000GraphicsGLDriver (8.0.61 - 8.0.0) <2A12EDBB-1DF7-3638-BB7F-BBD7DB9DB3CB> /System/Library/Extensions/AppleIntelHD3000GraphicsGLDriver.bundle/Contents/Mac OS/AppleIntelHD3000GraphicsGLDriver
           0x107f70000 -        0x107f7eff7  libGPUSupport.dylib (8.6.1) <C8A361A5-8A82-375D-B50E-E520662F76B1> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/lib GPUSupport.dylib
           0x107f85000 -        0x107fb2fff  GLRendererFloat (8.6.1) <B598274C-3C23-3EBB-A7C5-13C131FAC651> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GL RendererFloat
           0x107fce000 -        0x107fcfff3 +cl_kernels (???) <7AF59997-0218-400F-AB58-ED838D8589ED> cl_kernels
           0x10825f000 -        0x108260ff2 +cl_kernels (???) <205DDB37-BC4B-4A6D-A18C-B6FAB41DD5EC> cl_kernels
           0x10842b000 -        0x10842bff3 +cl_kernels (???) <C798A817-3066-49A5-BFA5-44D2D26E0CDE> cl_kernels
           0x108541000 -        0x108542ff3 +cl_kernels (???) <59CB4BAE-6C7C-4BCB-BED2-D79AFC5F7016> cl_kernels
           0x108982000 -        0x108998ff7  com.apple.webcontentfilter.framework (3.1 - 5) <D76F41C5-DAEF-3298-BFF7-B63A92B32ACA> /System/Library/PrivateFrameworks/WebContentAnalysis.framework/WebContentAnalys is
           0x108cd7000 -        0x108e2bfff  com.apple.audio.units.Components (1.8 - 1.8) <7846E0A3-4AFB-3E29-96D3-BF87348024ED> /System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio
           0x109292000 -        0x1094a1fff  com.apple.audio.codecs.Components (3.0 - 3.0) <B5BB86C0-4398-3ABB-A7DA-97D7F0E30E23> /System/Library/Components/AudioCodecs.component/Contents/MacOS/AudioCodecs
           0x10952c000 -        0x1095c2ff7  unorm8_rgba.dylib (2.1.19) <9F69E2DA-1FFB-349D-AA56-30D667519AA9> /System/Library/Frameworks/OpenCL.framework/Libraries/ImageFormats/unorm8_rgba. dylib
        0x7fff609b2000 -     0x7fff609e693f  dyld (210.2.3) <36CAA36E-72BC-3E48-96D9-B96A2DF77730> /usr/lib/dyld
        0x7fff8af6c000 -     0x7fff8af9dff7  com.apple.DictionaryServices (1.2 - 184.4) <054F2D6F-9CFF-3EF1-9778-25C551B616C1> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
        0x7fff8af9e000 -     0x7fff8afa8ff7  com.apple.xpcobjects (103 - 103) <9496FA67-F53E-37B8-845A-462B924AA5BE> /System/Library/PrivateFrameworks/XPCObjects.framework/Versions/A/XPCObjects
        0x7fff8afa9000 -     0x7fff8afb4ff7  com.apple.ProtocolBuffer (2 - 104) <3270C172-1437-3080-9E53-3E2DCA9AE2EC> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolB uffer
        0x7fff8afb5000 -     0x7fff8b3aeff7  com.apple.MediaToolbox (1.0 - 926.62) <83BBE53E-29FE-3874-9991-B6D009EADCC5> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
        0x7fff8b3af000 -     0x7fff8b489ff7  com.apple.backup.framework (1.4.1 - 1.4.1) <A3CFCA9E-717C-302D-821B-16FD35E6673F> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
        0x7fff8b48a000 -     0x7fff8b48cff7  com.apple.IMServicePlugInSupport (8.0 - 900) <81D22379-0450-30CA-AE54-789C859D4414> /System/Library/Frameworks/IMServicePlugIn.framework/Versions/A/Frameworks/IMSe rvicePlugInSupport.framework/Versions/A/IMServicePlugInSupport
        0x7fff8b48d000 -     0x7fff8b490fff  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
        0x7fff8b491000 -     0x7fff8b586fff  libiconv.2.dylib (34) <FEE8B996-EB44-37FA-B96E-D379664DEFE1> /usr/lib/libiconv.2.dylib
        0x7fff8b587000 -     0x7fff8b5acff7  libc++abi.dylib (24.4) <E7BD9363-1D25-3551-A68A-2E2FF6ABECD7> /usr/lib/libc++abi.dylib
        0x7fff8b6e6000 -     0x7fff8c076c67  com.apple.CoreGraphics (1.600.0 - 324.6) <DCC70C6E-AB6D-3457-A823-7569CB29B107> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
        0x7fff8c077000 -     0x7fff8c0ceff7  com.apple.AppleVAFramework (5.0.18 - 5.0.18) <B75949DD-AC27-3848-8221-00D70D14C7E0> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
        0x7fff8c0cf000 -     0x7fff8c0cffff  com.apple.quartzframework (1.5 - 1.5) <6403C982-0D45-37EE-A0F0-0EF8BCFEF440> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
        0x7fff8c0d0000 -     0x7fff8c126fff  com.apple.HIServices (1.20 - 417) <A1129272-FEC8-350B-BA26-5A97F23C413D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
        0x7fff8c127000 -     0x7fff8c128ff7  libsystem_sandbox.dylib (220) <3C3B03CF-C525-3CB3-8557-62E91B93AC95> /usr/lib/system/libsystem_sandbox.dylib
        0x7fff8c129000 -     0x7fff8c136fff  libbz2.1.0.dylib (29) <CE9785E8-B535-3504-B392-82F0064D9AF2> /usr/lib/libbz2.1.0.dylib
        0x7fff8c137000 -     0x7fff8c1b9fff  com.apple.Heimdal (3.0 - 2.0) <660A6C64-4912-32C8-A332-B64164032A2D> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
        0x7fff8c1ba000 -     0x7fff8c1d5ff7  libsystem_kernel.dylib (2050.18.24) <C0535565-35D1-31A7-A744-63D9F10F12A4> /usr/lib/system/libsystem_kernel.dylib
        0x7fff8c1d6000 -     0x7fff8d18ffff  com.apple.WebCore (8536 - 8536.26.14) <60029E1A-C1DB-3A1F-8528-4970058D8B3D> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
        0x7fff8d190000 -     0x7fff8d1edfff  com.apple.ExchangeWebServices (3.0 - 157) <58BFD72E-27F3-3F22-A421-B883FACA0E19> /System/Library/PrivateFrameworks/ExchangeWebServices.framework/Versions/A/Exch angeWebServices
        0x7fff8d1ee000 -     0x7fff8d362fff  com.apple.CFNetwork (596.2.3 - 596.2.3) <6A16C2BD-1035-30F9-AE96-D9E3BB54A976> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
        0x7fff8d363000 -     0x7fff8d4d4ff7  com.apple.QTKit (7.7.1 - 2599.13) <5B24A892-ED69-3C01-8B00-DF3AD81A20D4> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
        0x7fff8d4d5000 -     0x7fff8d50dfff  libtidy.A.dylib (15.10) <9009156B-84F5-3781-BFCB-B409B538CD18> /usr/lib/libtidy.A.dylib
        0x7fff8d50e000 -     0x7fff8d7defff  com.apple.security (7.0 - 55179.1) <639641EF-8156-3190-890C-1053658E044A> /System/Library/Frameworks/Security.framework/Versions/A/Security
        0x7fff8d7df000 -     0x7fff8d813fff  com.apple.securityinterface (6.0 - 55024.4) <614C9B8E-2056-3A41-9A01-DAF74C97CC43> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
        0x7fff8d814000 -     0x7fff8d85ffff  com.apple.framework.CoreWLAN (3.0.1 - 301.11) <8370178E-438C-375C-AA41-A8DEE60B8636> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
        0x7fff8d860000 -     0x7fff8d89fff7  com.apple.QD (3.42 - 285) <8DF36FCA-C06B-30F4-A631-7BE2FF7E56D1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
        0x7fff8d8a0000 -     0x7fff8d8abfff  libsystem_notify.dylib (98.5) <C49275CC-835A-3207-AFBA-8C01374927B6> /usr/lib/system/libsystem_notify.dylib
        0x7fff8d8ac000 -     0x7fff8d8acfff  com.apple.ApplicationServices (45 - 45) <A3ABF20B-ED3A-32B5-830E-B37831A45A80> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
        0x7fff8d8ad000 -     0x7fff8d9cdfff  com.apple.desktopservices (1.7.2 - 1.7.2) <CDE8C2C2-C505-31B0-8C61-E40E4EA364A5> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
        0x7fff8d9ce000 -     0x7fff8da2afff  com.apple.corelocation (1.0 - 1239.39) <88EFC8F1-0A91-3EB6-A1F6-76294541D85D> /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation
        0x7fff8da2b000 -     0x7fff8dd87fff  com.apple.Foundation (6.8 - 945.11) <A5D41956-A354-3ACC-9355-BE200072223B> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
        0x7fff8dd88000 -     0x7fff8dd89ff7  com.apple.imdmessageservices (8.0 - 900) <B56573C2-C1E5-3A65-A017-1B943A311015> /System/Library/PrivateFrameworks/IMDMessageServices.framework/Versions/A/IMDMe ssageServices
        0x7fff8dd8a000 -     0x7fff8dde4ff7  com.apple.ScreenSharingFramework (2.1 - 2.1) <F510BC49-D98D-3FAD-86BA-54B1770BF888> /System/Library/PrivateFrameworks/ScreenSharing.framework/Versions/A/ScreenShar ing
        0x7fff8dde5000 -     0x7fff8dee3fff  com.apple.QuickLookUIFramework (4.0 - 555.4) <58EC2F30-0959-3586-A1DD-BDCAF589D2D3> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.f ramework/Versions/A/QuickLookUI
        0x7fff8dee4000 -     0x7fff8df1afff  com.apple.DebugSymbols (98 - 98) <14E788B1-4EB2-3FD7-934B-849534DFC198> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbol s
        0x7fff8df1b000 -     0x7fff8df42ff7  com.apple.speech.LatentSemanticMappingFramework (2.9.3 - 2.9.3) <CDB23C93-853B-3F18-985C-6D32D4704F26> /System/Library/Frameworks/LatentSemanticMapping.framework/Versions/A/LatentSem anticMapping
        0x7fff8df75000 -     0x7fff8dfcfff7  com.apple.imfoundation (8.0 - 900) <850E59A3-B5CE-3149-8D42-9ED4CBBCAA9D> /System/Library/PrivateFrameworks/IMFoundation.framework/Versions/A/IMFoundatio n
        0x7fff8dfd0000 -     0x7fff8e0a2ff7  com.apple.CoreText (260.0 - 275.16) <5BFC1D67-6A6F-38BC-9D90-9C712684EDAC> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
        0x7fff8e0a3000 -     0x7fff8e0a9ff7  libunwind.dylib (35.1) <21703D36-2DAB-3D8B-8442-EAAB23C060D3> /usr/lib/system/libunwind.dylib
        0x7fff8e0aa000 -     0x7fff8e0aafff  com.apple.AOSMigrate (1.0 - 1) <585B1483-490E-32DD-97DC-B9279E9D3490> /System/Library/PrivateFrameworks/AOSMigrate.framework/Versions/A/AOSMigrate
        0x7fff8e0ab000 -     0x7fff8e32bff7  com.apple.AOSKit (1.05 - 151) <A34E8584-797C-318F-9E25-937A710C68AB> /System/Library/PrivateFrameworks/AOSKit.framework/Versions/A/AOSKit
        0x7fff8e32e000 -     0x7fff8ef5bff7  com.apple.AppKit (6.8 - 1187.34) <1FF64844-EB62-3F96-AED7-6525B7CCEC23> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
        0x7fff8ef5c000 -     0x7fff8ef84fff  libJPEG.dylib (845) <A32618D7-FB91-3EE2-A105-5407B2F3F8D8> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
        0x7fff8ef85000 -     0x7fff8ef89ff7  com.apple.TCC (1.0 - 1) <F2F3B753-FC73-3543-8BBE-859FDBB4D6A6> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
        0x7fff8ef8a000 -     0x7fff8f017ff7  com.apple.imavcore (8.0 - 900) <CAF60585-FFB5-3504-A9A1-A8A95DEBBAE5> /System/Library/PrivateFrameworks/IMAVCore.framework/Versions/A/IMAVCore
        0x7fff8f018000 -     0x7fff8f080fff  libvDSP.dylib (380.6) <CD4C5EEB-9E63-30C4-8103-7A5EAEA0BE60> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
        0x7fff8f081000 -     0x7fff8f19aff7  com.apple.ImageIO.framework (3.2.0 - 845) <553B9828-A7D9-3AE4-A214-1C33417545FD> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
        0x7fff8f19b000 -     0x7fff8f1d5fff  com.apple.iChat.IMRenderingFoundation (7.0 - 800) <A5910794-FD76-38E9-97A9-DB250F461964> /System/Library/Frameworks/InstantMessage.framework/Versions/A/Frameworks/IMRen deringFoundation.framework/Versions/A/IMRenderingFoundation
        0x7fff8f214000 -     0x7fff8f215ff7  libdnsinfo.dylib (453.18) <E7595861-ECF9-336E-9901-BED2620FAA80> /usr/lib/system/libdnsinfo.dylib
        0x7fff8f216000 -     0x7fff8f218fff  com.apple.TrustEvaluationAgent (2.0 - 23) <A97D348B-32BF-3E52-8DF2-59BFAD21E1A3> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
        0x7fff8f219000 -     0x7fff8f25fff7  com.apple.IMDPersistence (8.0 - 900) <96EEA554-9DD3-3B2C-99E0-9266F8F5B6C9> /System/Library/PrivateFrameworks/IMDPersistence.framework/Versions/A/IMDPersis tence
        0x7fff8f260000 -     0x7fff8f4faff7  com.apple.JavaScriptCore (8536 - 8536.26.7) <ADAD1276-675A-3000-B746-560A2EB596A2> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
        0x7fff8f9f1000 -     0x7fff8f9fafff  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
        0x7fff8f9fb000 -     0x7fff8f9fdfff  libquarantine.dylib (52) <4BE2E642-A14F-340A-B482-5BD2AEFD9C24> /usr/lib/system/libquarantine.dylib
        0x7fff8f9fe000 -     0x7fff8fa0dff7  com.apple.opengl (1.8.6 - 1.8.6) <720CC06C-0D01-37AE-BB3D-D7F0242B262A> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
        0x7fff8fa0e000 -     0x7fff8fa2fff7  libCRFSuite.dylib (33) <736ABE58-8DED-3289-A042-C25AF7AE5B23> /usr/lib/libCRFSuite.dylib
        0x7fff8fa76000 -     0x7fff8fad0fff  com.apple.print.framework.PrintCore (8.1 - 387.1) <1FA17B75-33E6-35BD-9198-35F92E37B248> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
        0x7fff8fad1000 -     0x7fff8fb1efff  com.apple.CoreMediaIO (301.0 - 4147) <3B748499-C173-357B-976C-9FF257C5171E> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
        0x7fff8fb1f000 -     0x7fff8fb4bfff  com.apple.quartzfilters (1.8.0 - 1.7.0) <B8DE45D7-1827-3379-A478-1A574A1D11D9> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
        0x7fff8fb4c000 -     0x7fff8fb78ff7  libRIP.A.dylib (324.6) <5A7EB5C2-BA60-36D7-BF41-9853F37837AA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
        0x7fff9042e000 -     0x7fff90432ff7  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
        0x7fff90433000 -     0x7fff90434fff  libDiagnosticMessagesClient.dylib (8) <8548E0DC-0D2F-30B6-B045-FE8A038E76D8> /usr/lib/libDiagnosticMessagesClient.dylib
        0x7fff90438000 -     0x7fff9047ffff  com.apple.facetimeservices (8.0 - 900) <6C3A50E2-0127-3937-8B8E-1A9BE620DC80> /System/Library/PrivateFrameworks/FTServices.framework/Versions/A/FTServices
        0x7fff90480000 -     0x7fff90480fff  com.apple.Carbon (154 - 155) <1B2846B1-384E-3D1C-8999-201215723349> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
        0x7fff90481000 -     0x7fff9059bfff  com.apple.coreavchd (5.6.0 - 5600.4.16) <0CF2ABE5-B088-3B5D-9C04-47AE708ADAE3> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD
        0x7fff9059c000 -     0x7fff905d3ff7  libssl.0.9.8.dylib (47) <923945E6-C489-3406-903B-A362410753F8> /usr/lib/libssl.0.9.8.dylib
        0x7fff905d4000 -     0x7fff905d8fff  libpam.2.dylib (20) <C8F45864-5B58-3237-87E1-2C258A1D73B8> /usr/lib/libpam.2.dylib
        0x7fff905d9000 -     0x7fff9072afff  com.apple.audio.toolbox.AudioToolbox (1.8 - 1.8) <833DA682-A3C1-39E7-AEC3-9EDC734DE2A9> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
        0x7fff9072b000 -     0x7fff90738ff7  com.apple.NetAuth (4.0 - 4.0) <F5BC7D7D-AF28-3C83-A674-DADA48FF7810> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
        0x7fff9076f000 -     0x7fff9086cfff  libsqlite3.dylib (138.1) <ADE9CB98-D77D-300C-A32A-556B7440769F> /usr/lib/libsqlite3.dylib
        0x7fff9086d000 -     0x7fff90872fff  com.apple.OpenDirectory (10.8 - 151.10) <CF44120B-9B01-32DD-852E-C9C0E1243FC0> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
        0x7fff90873000 -     0x7fff90941fff  com.apple.Bluetooth (4.0.9 - 4.0.9f33) <3F57E1F3-08E8-3EDF-8DE0-E3855EB4D74B> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
        0x7fff90942000 -     0x7fff90943fff  liblangid.dylib (116) <864C409D-D56B-383E-9B44-A435A47F2346> /usr/lib/liblangid.dylib
        0x7fff90944000 -     0x7fff90947ff7  com.apple.LoginUICore (2.0 - 2.0) <965559B0-1F0E-3767-A16B-F91AABFA5275> /System/Library/PrivateFrameworks/LoginUIKit.framework/Versions/A/Frameworks/Lo ginUICore.framework/Versions/A/LoginUICore
        0x7fff90948000 -     0x7fff90956fff  com.apple.Librarian (1.1 - 1) <1635162F-239A-341E-83C7-710C55E254AF> /System/Library/PrivateFrameworks/Librarian.framework/Versions/A/Librarian
        0x7fff90957000 -     0x7fff90957fff  com.apple.Accelerate (1.8 - Accelerate 1.8) <6AD48543-0864-3D40-80CE-01F184F24B45> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
        0x7fff9095a000 -     0x7fff91102fff  com.apple.CoreAUC (6.16.00 - 6.16.00) <B0B4B5B8-6F8F-3221-9128-313E3B8C695D> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
        0x7fff91103000 -     0x7fff9110bff7  libsystem_dnssd.dylib (379.32.1) <62AA0B84-188A-348B-8F9E-3E2DB08DB93C> /usr/lib/system/libsystem_dnssd.dylib
        0x7fff9110c000 -     0x7fff9120efff  libJP2.dylib (845) <405CAF25-0AA5-3C6B-A4A6-94471A1EDD2F> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
        0x7fff9120f000 -     0x7fff9127cfff  com.apple.datadetectorscore (4.0 - 269.1) <B69645EB-C4BF-3D52-A49B-CB1A1A88512F> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
        0x7fff9127d000 -     0x7fff912c7ff7  libGLU.dylib (8.6.1) <DF45C1E3-3884-3991-B84F-F39B482E8BF8> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
        0x7fff912c8000 -     0x7fff912cffff  libcopyfile.dylib (89) <876573D0-E907-3566-A108-577EAD1B6182> /usr/lib/system/libcopyfile.dylib
        0x7fff912d0000 -     0x7fff913e9fff  com.apple.viceroy.framework (463 - 463) <344D48A4-80DF-3C06-A28F-132858F00985> /System/Library/PrivateFrameworks/VideoConference.framework/Versions/A/VideoCon ference
        0x7fff913ea000 -     0x7fff91484fff  libvMisc.dylib (380.6) <714336EA-1C0E-3735-B31C-19DFDAAF6221> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
        0x7fff91485000 -     0x7fff914f5fff  com.apple.ISSupport (1.9.8 - 56) <23ED7650-2705-355A-9F11-409A9981AC53> /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
        0x7fff914f6000 -     0x7fff914f8fff  com.apple.OAuth (18.1 - 18.1) <0DC79455-CF81-3873-87BD-6BD14D89A6F5> /System/Library/PrivateFrameworks/OAuth.framework/Versions/A/OAuth
        0x7fff914f9000 -     0x7fff91533fff  com.apple.GSS (3.0 - 2.0) <0BDF8090-5EF4-3759-94DE-8521D74188AA> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
        0x7fff91534000 -     0x7fff915cefff  com.apple.CoreSymbolication (3.0 - 87) <3D9CBE8D-F047-3DFA-B067-F9589E2AF8BA> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSy mbolication
        0x7fff915cf000 -     0x7fff915ddfff  libcommonCrypto.dylib (60026) <2D6537F5-1B5E-305C-A1CF-D1FA80CA3939> /usr/lib/system/libcommonCrypto.dylib
        0x7fff915de000 -     0x7fff915f3ff7  libdispatch.dylib (228.23) <D26996BF-FC57-39EB-8829-F63585561E09> /usr/lib/system/libdispatch.dylib
        0x7fff915fe000 -     0x7fff9161dff7  com.apple.ChunkingLibrary (2.0 - 133.2) <D2A746DE-002A-3C6C-961E-BE94E71DB835> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/Chunking Library
        0x7fff9161e000 -     0x7fff916a8ff7  com.apple.iLifeMediaBrowser (2.7.2 - 546) <B8911FE0-5F6B-3244-BF7B-F2BFC50A7C6F> /System/Library/PrivateFrameworks/iLifeMediaBrowser.framework/Versions/A/iLifeM ediaBrowser
        0x7fff916a9000 -     0x7fff91801ff7  com.apple.syncservices (7.0 - 713) <924B8B34-2C9C-3C1D-909D-FF215AA8985D> /System/Library/Frameworks/SyncServices.framework/Versions/A/SyncServices
        0x7fff91802000 -     0x7fff9181ffff  com.apple.openscripting (1.3.6 - 148.2) <33B87CFB-CACC-3EBC-893D-38AECB94FB8A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
        0x7fff91820000 -     0x7fff91828fff  com.apple.AOSNotification (1.7.0 - 636.2) <20E768EB-FB1A-341F-8995-92272FDA8D6D> /System/Library/PrivateFrameworks/AOSNotification.framework/Versions/A/AOSNotif ication
        0x7fff91829000 -     0x7fff918aafff  com.apple.Metadata (10.7.0 - 707.3) <A45D75C1-B311-39F0-AF4A-63FCCC098C1D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
        0x7fff918ab000 -     0x7fff919adfff  libcrypto.0.9.8.dylib (47) <74F165AD-4572-3B26-B0E2-A97477FE59D0> /usr/lib/libcrypto.0.9.8.dylib
        0x7fff919ae000 -     0x7fff91be3ff7  com.apple.CoreData (106.1 - 407.7) <24E0A6B4-9ECA-3D12-B26A-72B9DCF09768> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
        0x7fff91be4000 -     0x7fff91be8fff  libCoreVMClient.dylib (24.4) <55F71158-ADEE-3863-92E9-4772DCEA8E31> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
        0x7fff91c35000 -     0x7fff91cfaff7  com.apple.coreui (2.0 - 181.1) <83D2C92D-6842-3C9D-9289-39D5B4554C3A> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
        0x7fff91cfb000 -     0x7fff91d64fff  libstdc++.6.dylib (56) <EAA2B53E-EADE-39CF-A0EF-FB9D4940672A> /usr/lib/libstdc++.6.dylib
        0x7fff91d65000 -     0x7fff91d85fff  libPng.dylib (845) <C3CDD2B4-3CB0-3F6D-8411-DAAF267E952B> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
        0x7fff91de1000 -     0x7fff91decff7  com.apple.bsd.ServiceManagement (2.0 - 2.0) <C12962D5-85FB-349E-AA56-64F4F487F219> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManage ment
        0x7fff91ded000 -     0x7fff91e6dff7  com.apple.ApplicationServices.ATS (332 - 341.1) <BD83B039-AB25-3E3E-9975-A67DAE66988B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
        0x7fff91e6e000 -     0x7fff91ed5ff7  com.apple.coredav (1.0.1 - 179.6) <4E7C1925-D6D9-3E27-8FF1-BD4E615CC87E> /System/Library/PrivateFrameworks/CoreDAV.framework/Versions/A/CoreDAV
        0x7fff91ed6000 -     0x7fff91f2cff7  com.apple.opencl (2.1.20 - 2.1.20) <AF142CA4-EA1D-31B0-A48F-AA2B75D4309E> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
        0x7fff91f2d000 -     0x7fff91f38fff  com.apple.CommonAuth (3.0 - 2.0) <74A86DDD-57D0-3178-AB74-E1F31DBFFC39> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
        0x7fff91f39000 -     0x7fff91f6bfff  com.apple.framework.Admin (12.0 - 12.0) <5D6978C8-0B1B-3D0E-A122-C0ABD0AA8488> /System/Library/PrivateFrameworks/Admin.framework/Versions/A/Admin
        0x7fff91f6c000 -     0x7fff91f7fff7  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
        0x7fff91f80000 -     0x7fff91f80fff  com.apple.CoreServices (57 - 57) <9DD44CB0-C644-35C3-8F57-0B41B3EC147D> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
        0x7fff91f81000 -     0x7fff91feeff7  com.apple.framework.IOKit (2.0 - 755.18.10) <142E19DD-1C8D-3D61-ABC8-83994A73279F> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
        0x7fff91fef000 -     0x7fff92017fff  com.apple.ScreenSaver (5.0 - 5) <A984092F-0FF7-30FE-9850-BE78D0FE136B> /System/Library/Frameworks/ScreenSaver.framework/Versions/A/ScreenSaver
        0x7fff92018000 -     0x7fff92454fff  com.apple.VideoToolbox (1.0 - 926.62) <7D749558-08B6-3F86-A20E-05ECDACE6F17> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
        0x7fff9269d000 -     0x7fff926bfff7  com.apple.AOSAccounts (1.1.2 - 1.1.94) <6D0ECB77-3081-3DC8-9B4F-20E5A1A09554> /System/Library/PrivateFrameworks/AOSAccounts.framework/Versions/A/AOSAccounts
        0x7fff926c0000 -     0x7fff92804fef  com.apple.MediaControlSender (1.4.5 - 145.3) <3A308EA3-21F7-3213-9157-D3421EB43715> /System/Library/PrivateFrameworks/MediaControlSender.framework/Versions/A/Media ControlSender
        0x7fff92805000 -     0x7fff92827ff7  com.apple.Kerberos (2.0 - 1) <C49B8820-34ED-39D7-A407-A3E854153556> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
        0x7fff92828000 -     0x7fff92834fff  libCSync.A.dylib (324.6) <2033247A-CABC-3E20-8498-7367A8F44A08> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
        0x7fff92835000 -     0x7fff92881ff7  libauto.dylib (185.1) <73CDC482-16E3-3FC7-9BB4-FBA2DA44DBC2> /usr/lib/libauto.dylib
        0x7fff928ea000 -     0x7fff9292dfff  com.apple.RemoteViewServices (2.0 - 80.5) <F3A897C9-A277-3B56-8FB3-2BC2C10C33BF> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/Remot eViewServices
        0x7fff9292e000 -     0x7fff92934fff  libmacho.dylib (829) <BF332AD9-E89F-387E-92A4-6E1AB74BD4D9> /usr/lib/system/libmacho.dylib
        0x7fff92935000 -     0x7fff9298aff7  libTIFF.dylib (845) <ADCB4683-69EB-318B-8BE7-5FDF38BCADAF> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
        0x7fff9298b000 -     0x7fff92a1cfff  com.apple.CorePDF (2.0 - 2) <EB5660B1-0D79-34F3-B242-B559AE0A5B4A> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
        0x7fff92a1d000 -     0x7fff92a37fff  com.apple.CoreMediaAuthoring (2.1 - 914) <23F2B9D0-7B73-3C42-8EDC-8ADBF9C7B8C2> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreM ediaAuthoring
        0x7fff92a38000 -     0x7fff92a7cfff  libcups.2.dylib (327) <9B3F3321-D2BC-3195-BF20-4008FC52A390> /usr/lib/libcups.2.dylib
        0x7fff92a7d000 -     0x7fff92b6eff7  com.apple.PubSub (1.0.5 - 65.32) <A53D3D5D-85DF-3CFC-94DF-FB05D6FEC34A> /System/Library/Frameworks/PubSub.framework/Versions/A/PubSub
        0x7fff92b6f000 -     0x7fff92df4ff7  com.apple.RawCamera.bundle (4.04 - 680) <F9A2656C-CE71-326E-BD6D-077487F49D74> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
        0x7fff92df5000 -     0x7fff92dfffff  com.apple.DisplayServicesFW (2.6.1 - 353) <0505CB8A-47D9-3539-9A0D-24F09D99E9D8> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
        0x7fff92ea8000 -     0x7fff92f05fff  com.apple.audio.CoreAudio (4.1.0 - 4.1.0) <B3198BD6-EA1D-3E5E-ADD4-37D8E6B72678> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
        0x7fff92f06000 -     0x7fff92f0afff  com.apple.IMServicePlugIn (8.0 - 900) <46E775CF-E6D5-36A8-BE42-0ED8F5446DE9> /System/Library/Frameworks/IMServicePlugIn.framework/Versions/A/IMServicePlugIn
        0x7fff92f0c000 -     0x7fff92fd8fe7  libsystem_c.dylib (825.25) <8CBCF9B9-EBB7-365E-A3FF-2F3850763C6B> /usr/lib/system/libsystem_c.dylib
        0x7fff92fd9000 -     0x7fff92fdbff7  libunc.dylib (25) <92805328-CD36-34FF-9436-571AB0485072> /usr/lib/system/libunc.dylib
        0x7fff92fdc000 -     0x7fff92fdeff7  com.apple.EFILogin (2.0 - 2) <51A470D7-1F72-3369-AF0F-AD2340B42C12> /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin
        0x7fff92fdf000 -     0x7fff92fe2ff7  libdyld.dylib (210.2.3) <F59367C9-C110-382B-A695-9035A6DD387E> /usr/lib/system/libdyld.dylib
        0x7fff92fe3000 -     0x7fff93002ff7  libresolv.9.dylib (51) <0882DC2D-A892-31FF-AD8C-0BB518C48B23> /usr/lib/libresolv.9.dylib
        0x7fff93003000 -     0x7fff93015ff7  libz.1.dylib (43) <2A1551E8-A272-3DE5-B692-955974FE1416> /usr/lib/libz.1.dylib
        0x7fff93016000 -     0x7fff93029ff7  com.apple.AppContainer (2.0 - 1) <13924FCF-66FC-3CC1-888C-42C22295B2E7> /System/Library/PrivateFrameworks/AppContainer.framework/Versions/A/AppContaine r
        0x7fff9302a000 -     0x7fff9303efff  libGL.dylib (8.6.1) <2E00615F-97F5-34EB-BE07-75A24F3C18D7> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
        0x7fff9303f000 -     0x7fff93056fff  com.apple.CFOpenDirectory (10.8 - 151.10) <10F41DA4-AD54-3F52-B898-588D9A117171> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
        0x7fff93057000 -     0x7fff93072ff7  libexpat.1.dylib (12) <95D59F1F-0A5C-3F33-BA97-26F7D796CE7A> /usr/lib/libexpat.1.dylib
        0x7fff93073000 -     0x7fff930affff  com.apple.GeoServices (1.0 - 1) <DB382348-EBFA-3AD5-888B-7F4640F41834> /System/Library/PrivateFrameworks/GeoServices.framework/Versions/A/GeoServices
        0x7fff930b0000 -     0x7fff930c3ff7  libbsm.0.dylib (32) <F497D3CE-40D9-3551-84B4-3D5E39600737> /usr/lib/libbsm.0.dylib
        0x7fff930c4000 -     0x7fff930cafff  com.apple.DiskArbitration (2.5.1 - 2.5.1) <F7DAF7CC-5893-3F06-9168-3B0192B66D15> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
        0x7fff930cb000 -     0x7fff930f2fff  com.apple.framework.familycontrols (4.1 - 410) <AE49B2AB-7D2B-3D52-8E21-60EBEA1A38E6> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
        0x7fff932a5000 -     0x7fff932a8fff  com.apple.AppleSystemInfo (2.0 - 2) <BC221376-361F-3F85-B284-DC251D3BB442> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSys temInfo
        0x7fff93491000 -     0x7fff934d4ff7  com.apple.bom (12.0 - 192) <0BF1F2D2-3648-36B7-BE4B-551A0173209B> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
        0x7fff934d5000 -     0x7fff93515fff  com.apple.MediaKit (13 - 659) <0C56D7FF-0430-3199-9952-CF8577519449> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
        0x7fff9352b000 -     0x7fff9359afff  com.apple.WhitePagesFramework (10.7.0 - 141.0) <65B30FD8-DEC0-31D4-8E7F-CBCB987D7A48> /System/Library/PrivateFrameworks/WhitePages.framework/Versions/A/WhitePages
        0x7fff935a1000 -     0x7fff935e8ff7  com.apple.CalDAV (6.0 - 112.5) <F2F0833B-E133-3CC1-BACA-4E84D0A65A2D> /System/Library/PrivateFrameworks/CalDAV.framework/Versions/A/CalDAV
        0x7fff935e9000 -     0x7fff93631fff  libcurl.4.dylib (69.2) <EBDBF42D-E4A6-3D05-A76B-2817D79D59E2> /usr/lib/libcurl.4.dylib
        0x7fff93632000 -     0x7fff93643ff7  libsasl2.2.dylib (166) <649CAE0E-8FFE-3C60-A849-BE6300E4B726> /usr/lib/libsasl2.2.dylib
        0x7fff93644000 -     0x7fff93648fff  libGIF.dylib (845) <2690CE83-E934-3EF8-A30A-996EDADCE3E4> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
        0x7fff936ae000 -     0x7fff936d9fff  com.apple.datadetectors (4.0 - 199.0) <4FE34A35-8DE1-3A43-8586-4B2ED03F2D84> /System/Library/PrivateFrameworks/DataDetectors.framework/Versions/A/DataDetect ors
        0x7fff936da000 -     0x7fff936f1fff  com.apple.GenerationalStorage (1.1 - 132.2) <3F5C87BD-D866-3732-8CB9-D23ED9784D6E> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/Gene rationalStorage
        0x7fff936f2000 -     0x7fff93700ff7  libkxld.dylib (2050.18.24) <7027CE49-007D-3553-8FFA-3E3B428B2316> /usr/lib/system/libkxld.dylib
        0x7fff93701000 -     0x7fff937beff7  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
        0x7fff937bf000 -     0x7fff937c2fff  libRadiance.dylib (845) <E8956A35-494E-3014-8B86-362D32576116> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.d ylib
        0x7fff937c3000 -     0x7fff937deff7  com.apple.frameworks.preferencepanes (15.0 - 15.0) <45E922F9-E5F5-3026-90BA-C1F5F8451C9B> /System/Library/Frameworks/PreferencePanes.framework/Versions/A/PreferencePanes
        0x7fff937df000 -     0x7fff937e0ff7  libremovefile.dylib (23.1) <DBBFAF35-AC78-3856-92F6-6E4FD9DF14A2> /usr/lib/system/libremovefile.dylib
        0x7fff937e1000 -     0x7fff937e9fff  liblaunch.dylib (442.26.2) <2F71CAF8-6524-329E-AC56-C506658B4C0C> /usr/lib/system/liblaunch.dylib
        0x7fff937ea000 -     0x7fff937eefff  libMatch.1.dylib (17) <E10E50F3-25F8-3B9B-AA11-923E40F5FFDD> /usr/lib/libMatch.1.dylib
        0x7fff937ef000 -     0x7fff93b1fff7  com.apple.HIToolbox (2.0 - 625) <317F75F7-4B0F-35F5-89A7-F20BA60AC944> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
        0x7fff93b20000 -     0x7fff93b2afff  libcsfde.dylib (274.7) <77562CC6-3D42-34BF-BAAB-660140479D55> /usr/lib/libcsfde.dylib
        0x7fff93b2b000 -     0x7fff93c4392f  libobjc.A.dylib (532.2) <90D31928-F48D-3E37-874F-220A51FD9E37> /usr/lib/libobjc.A.dylib
        0x7fff93c44000 -     0x7fff93c51ff7  com.apple.HelpData (2.1.4 - 85) <EE68BDCC-AF2E-34D3-8E4F-87379E3A4D8E> /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
        0x7fff93c52000 -     0x7fff93e3bfff  com.apple.CoreFoundation (6.8 - 744.12) <EF002794-DAEF-31C6-866C-E3E3AC387A9F> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
        0x7fff93e3c000 -     0x7fff93e5eff7  libxpc.dylib (140.41) <FAC04D8B-680E-325F-8F0C-DD69859D0E01> /usr/lib/system/libxpc.dylib
        0x7fff945a2000 -     0x7fff94999fff  libLAPACK.dylib (1073.4) <D632EC8B-2BA0-3853-800A-20DA00A1091C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
        0x7fff949dc000 -     0x7fff949e8fff  com.apple.CrashReporterSupport (10.8.2 - 415) <55783BF9-125E-3F9C-A412-6A095ECD9353> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versi

    Read this whole message before doing anything.
    Back up all data.
    Quit Messages if it’s running.
    Step 1
    Hold down the option key and select
    Go ▹ Library
    from the Finder menu bar. Move the following items from the Library folder to the Trash (either may not exist):
    Caches/com.apple.Messages
    Caches/com.apple.imfoundation.IMRemoteURLConnectionAgent
    Leave the Library folder open. Log out and log back in. Try Messages again. If it works now, stop here. Close the Library folder.
    Step 2
    If you still have problems, quit Messages again. Go back to the Finder and move the following item from the open Library folder to the Desktop:
    Messages
    Note: you are not moving the Messages application. You’re moving a folder named “Messages.”
    Test. If Messages now works, delete the Messages folder on the Desktop. Otherwise, quit Messages again. Put back the folder you moved, overwriting the newer one that may have been created in its place, and continue.
    Step 3
    In the Preferences subfolder, there may be several files having names that begin with any of the following strings:
    com.apple.iChat
    com.apple.imdsmsrecordstore
    com.apple.imessage
    com.apple.imservice
    Move them all to the Desktop. There may also be a file with the name "com.apple.imagent.plist". Move that to the Trash.
    Also in the Preferences folder, there's a subfolder named "ByHost". Open it and do the same thing.
    Log out and log back in. Test again. This time Messages should perform normally, but your settings will be lost. You may be able to put back some of the files you moved to the Desktop in this step. Relaunch and test after each one. Eventually you should find one or more that causes Messages to malfunction. Delete those files and recreate whatever settings they contained.
    If the issue is still not resolved, quit Messages again and put all the items you moved to the Desktop back where they were. You don’t need to replace the items you moved to the Trash. Stop here and post again.
    If you later decide that you don’t like the results of steps 2 and 3, you can undo them completely by quitting Messages and restoring the items you deleted in those steps from your backup.

  • How do i allocate more memory to my iphoto application? i am unable to add more photos to my library  i keep getting a pop up saying not enough memory in my application

    how do i allocate more memory from my hd to my iphoto application? i have over 80 gb on my hard drive, but only 1.7 gb allocated to my iphoto application & i am unable to add more photos to my library.  i keep getting a popup that says not enough application memory.

    There is excessive swapping of data between physical memory (that is, the memory chips on the logic board) and virtual memory (one or more files on the startup volume.) That activity is relatively slow and causes the whole system to be less responsive. It can happen for two reasons:
    A long-running process with a memory leak (a kind of bug)
    Not enough memory for your usage pattern
    Tracking down a memory leak can be difficult, and it may come down to a process of elimination.
    These instructions are for OS X 10.9 ("Mavericks.") The procedure may be slightly different for earlier versions of OS X.
    When you notice the swap activity, open the Activity Monitor application and select All Processes from the View menu, if it's not already selected. Select the Memory tab. Click the heading of the Real Mem column in the process table twice to sort the table with the highest value at the top. If you don't see that column, select
    View ▹ Columns ▹ Real Memory
    from the menu bar.
    If one process (excluding "kernel_task") is using much more memory than all the others, that could be an indication of a leak. A better indication would be a process that continually grabs more and more real memory over time without ever releasing it. Here is an example of how it's done.
    The processes named "Safari Web Content" render web pages for Safari. They use a lot of memory and may leak if certain Safari extensions or third-party web plugins are installed. Consider them prime suspects.
    Another process often implicated in memory leaks is "inkjet4" or "inkjet8," which is a component of the HP printing software. If it's present, force-quit the process in Activity Monitor to solve the problem temporarily. Empty the print queues in the Printers & Scanners preference pane (which has a slightly different name in each recent version of OS X.) If you don't use an HP printer, remove the software. Otherwise, if the problem is recurrent, update the software (which may not help) or contact HP support.
    "Wired" memory should be a small part of the total. That memory is not swapped, but it makes less physical memory available which may then result in swapping. If you have a lot of wired memory, that's usually an indication of a memory leak in a third-party program that modifies the operating system at a low level. Ask for guidance in that case.
    If you don't have an obvious memory leak, your options are to install more memory (if possible) or to run fewer programs simultaneously.
    The next suggestion is only for users familiar with the shell. For a more precise, but potentially misleading, test, run the following command: 
    sudo leaks -nocontext -nostacks process | grep total
    where process is the name of a process you suspect of leaking memory. Almost every process will leak some memory; the question is how much, and especially how much the leak increases with time. I can’t be more specific. See the  leaks(1) man page and the Apple developer documentation for details.

  • Eclipse Plugin is not work

    Weblogic plugin is not work, help me!!
    platform : Windows XP Home Edition
    Eclipse Version : 2.1
    J2SDK : 1.3.1_06
    Weblogic plugin 1.0.0c
    Weblogic version : 6.1sp3
    Weblogic install folder : C:\Server\bea
    Eclipse Plugin setting
    Weblogic
    Version : 6.1
    Bea Home : C:\Server\bea
    Domain Name ; mydomain
    Domain Directory : C:\Server\bea\wlserver6.1\config\mydomain
    Serve Name : localhost
    User : System
    Password : passwd
    Hostname : localhost
    Port : null
    Classpath
    Classpath before the Weblogic libraries
    C:\Server\bea
    Classpath after the Weblogic libraries
    Null
    JavaVM Options
    JVM Options
    -hotspot
    -Xms32m
    -Xmx200m
    -Dweblogic.ProductionModeEnabled=
    JNI Library path
    Null
    When Weblogic start in Eclipse, Error Message Occured.
    ----- Error Message --------
    <2003-06-10 ¿ÀÈÄ 01½Ã33ºÐ44ÃÊ> <Info> <Security> <Getting boot password from
    user.>
    Enter password to boot WebLogic server:Starting WebLogic Server ....
    <2003-06-10 ¿ÀÈÄ 01½Ã33ºÐ47ÃÊ> <Notice> <Management> <Loading configuration
    file .\config\mydomain\config.xml ...>
    <2003-06-10 ¿ÀÈÄ 01½Ã33ºÐ50ÃÊ> <Emergency> <Security> <Authentication failure -
    reenter password to boot weblogic server:>
    <2003-06-10 ¿ÀÈÄ 01½Ã34ºÐ54ÃÊ> <Emergency> <Security> <Authentication failure -
    reenter password to boot weblogic server:>
    The WebLogic Server did not start up properly.
    Exception raised:
    java.lang.SecurityException: Authentication for user system denied
         at weblogic.security.SecurityService.initializeSuid(SecurityService.java:409)
         at weblogic.security.SecurityService.initialize(SecurityService.java:119)
    <2003-06-10 ¿ÀÈÄ 01½Ã34ºÐ55ÃÊ> <Emergency> <Server> <Unable to initialize the
    server: 'Fatal initialization exception
    Throwable: java.lang.SecurityException: Authentication for user system denied
    java.lang.SecurityException: Authentication for user system denied
         at weblogic.security.SecurityService.initializeSuid(SecurityService.java:409)
         at weblogic.security.SecurityService.initialize(SecurityService.java:119)
         at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:400)
         at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:206)
         at weblogic.Server.main(Server.java:35)
    '>
         at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:400)
         at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:206)
         at weblogic.Server.main(Server.java:35)
    Reason: Fatal initialization exception

    Originally posted by: eclipse.rizzoweb.com
    Tom Roche wrote:
    > How to set a file exclusion pattern? What I mean:
    >
    > I work on a project that is not natively an Eclipse plugin. In order
    > to make it acceptable to PDE, I run target=eclipse in the project's
    > build.xml: among other things this copies special files (e.g.
    > plugin.xml, build.properties) from the project's eclipse folder to the
    > project's root.
    >
    > After running the target, I can Update Classpath, and I'm *almost*
    > ready to build the project with Eclipse (C-b or rclick>Build Project).
    > First I need to exclude some files. The way I do this in the UI is
    >
    > 0 select the project's Properties>Java Build Path>Source
    >
    > For each of 3 source folders (e.g. /src/foo, /src/bar, /test):
    >
    > 1 expand the folder node, choose the Excluded subnode, and hit Edit
    >
    > 2 in the Exclusion Patterns section of the resulting dialog, hit Add,
    > and enter the exclusion pattern
    >
    > **/Baz*
    >
    > 3 hit OK in that dialog and its parent
    >
    > But this is tedious/error-prone for me and our users. I'm hoping there
    > is a way that I can set the appropriate value in build.properties (or
    > elsewhere) that will allow me to avoid this manual labor. Is there?
    >
    > Feel free to forward, and to reply directly to me (as well as the
    > group), and TIA.
    You can manipulate the .classpath file, if you're careful.
    Do it manually (via the UI) and then go look at the .classpath file.
    You'll see an entry like this:
    <classpathentry excluding="**/Baz*" output="classes" kind="src" path="src"/>
    See the excluding= attribute? That's what you want to create when you're
    "building" for PDE.
    HTH,
    Eric

  • Can't install eclipse plugins

    Hey guys.
    I've just installed arch since yesterday.  pacmanning & configuring xorg and a DE (xfce went pretty smooth), also installing a jre and eclipse went nice.
    But now, i want to install many plugins for eclipse. (EMF, subclipse, phpeclipse,...)
    So i add the urls, i select the ones i want, i accept the licences, i choose mirrors, the files download, i click "install all" when the warning prompts me that the plugins are unsigned.
    But then it fails, no matter which plugin, the problem is always pretty similar:
    Unable to complete action for feature "Eclipse Modeling Framework (EMF) Documentation" due to errors.
      Unable to create file "/opt/eclipse/plugins/org.eclipse.emf.doc_2.2.1.v200609210005/META-INF/MANIFEST955702245598.MF".
    [/opt/eclipse/plugins/org.eclipse.emf.doc_2.2.1.v200609210005/META-INF/MANIFEST955702245598.MF (No such file or directory)]
      Unable to create file "/opt/eclipse/plugins/org.eclipse.emf.doc_2.2.1.v200609210005/META-INF/MANIFEST955702245598.MF".
    [/opt/eclipse/plugins/org.eclipse.emf.doc_2.2.1.v200609210005/META-INF/MANIFEST955702245598.MF (No such file or directory)]
    when trying subclipse, i the error said something like "permission denied when writing opt/eclipse/plugins/org.eclipse.sublipse......TMP"
    i run eclipse as normal user (dieter) in an x session as normal user (dieter)
    [root@arch /]# ls -alh opt/
    total 24K
    drwxr-xr-x  6 root root 4.0K Apr 12 22:25 .
    drwxr-xr-x 18 root root 4.0K Apr 12 19:53 ..
    drwxr-xr-x  5 root root 4.0K Apr 12 22:03 eclipse
    drwxr-xr-x  9 root root 4.0K Apr 12 22:25 java
    drwxr-xr-x  3 root root 4.0K Apr 12 22:25 mozilla
    drwxr-xr-x 10 root root 4.0K Aug 27  2005 xfce4
    [root@arch eclipse]# ls -alh opt/eclipse
    total 416K
    drwxr-xr-x  5 root root 4.0K Apr 12 22:03 .
    drwxr-xr-x  6 root root 4.0K Apr 12 22:25 ..
    -rw-r--r--  1 root root   59 Oct  8  2006 .eclipseproduct
    -rw-r--r--  1 root root  12K Oct  8  2006 about.html
    drwxr-xr-x  2 root root 4.0K Apr 12 22:02 configuration
    -rwxr-xr-x  1 root root  29K Oct  8  2006 eclipse
    -rw-r--r--  1 root root   25 Oct  8  2006 eclipse.ini
    -rw-r--r--  1 root root  17K Oct  8  2006 epl-v10.html
    drwxr-xr-x 11 root root 4.0K Apr 12 22:02 features
    -rw-r--r--  1 root root 8.9K Oct  8  2006 icon.xpm
    -rwxr-xr-x  1 root root 260K Oct  8  2006 libcairo-swt.so
    -rw-r--r--  1 root root 6.4K Oct  8  2006 notice.html
    drwxr-xr-x 24 root root 8.0K Apr 12 22:03 plugins
    -rw-r--r--  1 root root  33K Oct  8  2006 startup.jar

    okay, it worked.. sort off..
    i had to do those commands on /opt/eclipse, not just on /opt/eclipse/plugins, because some data had to be written in other subdirectories then just plugins.
    But now my problem is: i'm in an x-session as user dieter, i start eclipse, so it runs as user dieter, i install plugins, i'm prompted if i want to restart ecliipse, i choose yes.
    After that: eclipse prompts me for what my workspace should be, it suggests: /root/workspace?? And when checking out the "new software" thing, most of my url's for plugins are gone?? It's like eclipse is running as user root, instead of user dieter? (since it doesn't use my settings, but those of user root?)  Even when starting a new x-session and launching eclipse again, it keeps on behaving like this  :?
    However it's not running as root, here's a piece of ps aux
    dieter    3270  0.0  1.5   9648  1748 tty1     S    15:12   0:00 /opt/eclipse/eclipse
    dieter    3271 11.6 65.5 527120 72080 tty1     Sl   15:12   0:45 /opt/java/bin/java -Xms40m -Xmx256m -jar /opt/eclipse/startup.jar -os linux -ws gtk -arch x
    so why does it behave so funny, and how do i fix it?

  • Loading an "MXML Component" at run-time creates a null object.

    Hello!
    I have a simple Flex 3 project with an MXML application file (the parent) and an MXML component file (the child).
    At run-time I create childs of this component, and I add it to the stage using a simple "this.addChild()" call.
    Now, besides that, in the creation loop, after every
      newChild = new mcComp();
    I want to setup a few more custom parameters which belongs to this class. For example, now I want to set a label's text, this label is at the child.
    The issue is that the label isn't created until I exit the creation function, and actually, until my code returns control to the Flash Player.
    See my problem here?
    With custom classes which resides at .AS files, when I instantiate them with the "new" operator, they run their constructure's code and eveything is fine.
    But, when I do the same with those MXML components (which by the way are based over the Canvas class), their constructure do not execute and actually no other child of them is created.
    Can anyone please advise? I must be missing some keyword here.. hopefully.

    Hi Natasha thanks,
    The issue is that the creationComplete event doesn't dispatch even when I addChild() the object.
    var child:mcChild = null;
    for(var i:int; i < 3; i++)
         child = new mcChild();
         // setting some properties, labels' text etc'
         this.addChild(child);
    Try this and you'll see - the event doesn't dispatch until you got out of the code flow.
    Anyway after looking at Flex's documentation I solved it differently;
    After the addChild() call the child receives an "initialize" event. After that I could modify my label.
    Thank you though!

Maybe you are looking for

  • Module Pool:editable field not changing

    Hi All, I created one module pool program with three fields MATNR,EBELN,KTMNG(qty). KTMNG is user key in accordingly to create delivery order. Now the problem is when user key in KTMNG field value let say 10.000.when press enter Again its taking the

  • How should I break out individual Acts from an entire performance?

    I've successfully assembled multiple video clips and separately recorded audio into a master timeline, of a community (Chinese) New Year's show lasting 1½ hours. I want to break out portions of that to polish and post on youku, use as a single source

  • MacBookPro Version 1,2,3

    Does anyone know why version 2,3 MacBookPro's do not get as hot as version 1? I am now on by third battery. Does anyone know if the heat issue is connected to the battery issue? MacBook Pro 2.16   Mac OS X (10.4.6)  

  • Unlimited call to India from Singpore

    please suggest the tariff plan to call India from singapore ..unlimited offer

  • Apple Dummy needs Help...please

    Hi Just got a new computer with a large enough HD to finally sync my ATV. Up until now syncing has been turned off. I have all my daughters movies on the apple TV and now I finally want to sync them to my new computer. On my old computer when itunes