Load j2me project in eclipse

Can anyone show me how to load a j2me project in eclipse, for example load a demo project in WLK folder? It seems to me that I am just able to load projects created by eclipse.
Thanks in advance!

I suggest that you use netbeans. Can you create a new J2ME project in eclipse?
To run J2ME, you may need J2ME Toolkits too.

Similar Messages

  • How to load a project with Eclipse

    Ok, I'm new to eclipse, and I know this may seem like a dumb question, but how do you load a project you've already been working on? I don't see any "open project" menu item to click on in Eclipse, all I see are "new..." everything.

    Ithink the problem here may be that you are thinking in Visual Studio while trying to use Eclipse.
    In Eclipse, the workspace is a sort of "mini-environment" (for want of a better phrase) in which you develop you application. You can have many projects within each workspace (you are prompted for the workspace when you start Eclipse, so you can have multiple workspaces). Projects are merely directories at the filesystem level).
    I would suggest that you simply import all your projects into your workspace and then you can switch between then by clicking on the project - an Eclipse project is not really analogous to a VS project (I think - haven't used VS much and not for some time). The idea is that projects in Eclipse are really application modules

  • Loading a Java project into Eclipse.

    I am trying to load a project from in eclipse
    The project is in c:\Project and is called ABC.
    My workspace in eclipse is c:\MyWorkspace.
    I am trying to import this project into the above workspace
    I am saying: New - Project - Java Project - Create project from existing source (and point it to c:\Project\ABC)
    Error:The specified location already exists.
    How do I get project ABC into my workspace ?
    I seem to have forgotten

    Just move the folder "ABC" from C:\Project to C:\Workspace
    then create a new Java Project named "ABC" and you are all set.
    Don't choose "Create from existing project" Just create the project.
    Message was edited by:
    jjhusa01

  • Error while loading WSDL File in Eclipse

    Hi Experts
    We are getting the following Error while Loading WSDL File in Eclipse.
    IWAB0399E Error in generating Java from WSDL:  WSDLException (at /wsdl:definitions/wsdl:portType/wsp:Policy): faultCode=INVALID_WSDL: Encountered unexpected element 'Policy'.:
    Please advice how to resolve it.
    Regards
    Prashant

    It seems that your WSDL is not well defined, you need to test your wsdl via WS-I compliance in order to check if the wsdl is well created, you can do this via soapui, just create a new project, import the wsdl file or set the URL, left click in the project and select check WS-I compliance, this tool will test your wsdl and gives you a detailed report of what might be the problem.

  • Flash Builder 4.5 Hangs When Loading Large Projects

    I recently upgraded from Flash Builder 4.0 to Flash builder 4.5.  I am running the 32 bit version of Eclipse Helios on windows 7, 64 bit.  I have installed the latest 32 bit Java build, jdk1.6.0_25
    Smaller projects and libraries appear to build and run fine.  However when I attempt to load my main application, which is quite large, Eclipse Hangs for several minutes.  Occasionally it will return after some time, but as soon as I move the mouse cursor again it hangs again.  The last attempt had 1.8 Gigs of memory allocated to the eclipse process before I killed it.
    Some other things I have noticed.
    *) 4.5 does appear to be more sluggish for me generally than 4.0 for the demo apps I have built to test weather or not the install is working
    *) If I do not attempt to actually open any files, I am able to clean the project and have it produce an executable
    *) I have "build automatically" turned off, the problem does not seem to be initiated by the build. The problem seems to be something to do with loading large mxml files or files which include large mxml files.
    *) The log files only complain about Eclipse being closed improperly (from me killing it aftter a prolonged hang) and about a collision with the ctrl+shift+G key combination
    *) I have reverted to the original 4.0 plugin and the project still builds fine
    *) Opening the stand alone flash builder 4.5 and pointing it at the same projects that work in 4.0 yields the same hanging symptoms as the 4.5 plugin version
    *) I have juiced up my Eclipse memory settings and confirmed that they work quite well for my 4.0 build.  My Eclipse.ini looks like:
    -showsplash
    org.eclipse.platform
    --launcher.XXMaxPermSize
    256m
    -startup
    plugins/org.eclipse.equinox.launcher_1.1.0.v20100507.jar
    --launcher.library
    plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.1.1.R36x_v20100810
    -product
    org.eclipse.epp.package.java.product
    --launcher.defaultAction
    openFile
    --launcher.defaultAction
    openFile
    -vm
    c:/Program Files (x86)/Java/jdk1.6.0_25/bin/javaw.exe
    -vmargs
    -Dosgi.requiredJavaVersion=1.5
    -Xms1024m
    -Xmx1024m
    -XX:PermSize=256m
    -XX:MaxPermSize=256m
    I am really interested in several of of the new 4.5 features.  Any comments / suggestions welcome.  I am out of ways I know how to trouble shoot this short of rebuilding my app up from scratch by adding components one at a time, which would take a very long time.
    If it would be at all helpful, I would be happy to drop by the San Francisco office with my laptop to trouble-shoot this
    -Chris.

    When I run the application in the memory profiler under FB 4.0 it takes
    about 80MB of RAM peak.
    I can not get the app to launch out of FB 4.5.
    I have reproduced this issue on two different machines running only Eclipse
    both stand alone and the plugin versions.
    My machine has 4GB of RAM, my typical usage is less than 2GB.
    Right now with FB 4.0 I am working on the problem project and a few sample
    projects and Eclipse is consuming about 600MB which seems normal to me.
    The confusing thing for me is that everything works fine and is responsive
    with FB 4.0 and the issue does not seem to be actually compiling the
    application, rather it has something to do with how FB is parsing my source
    code that causes the hang.  Almost like somehow a circular dependency check
    that used to work is now failing or something like that.
    I am not sure how to find out what FB 4.5 is hanging on precisely.  I can only
    see that the logs look normal and memory usage climbs out of sight while it
    is hanging.
    -Chris

  • First J2ME Project

    Hi,
    I am quite new to J2ME.
    I am about to do my first J2ME project and need all possible help from you'll.
    The project is about Property Management - Conditional Survey.
    The Managing Agent would visit the property site and do a survey of the property.
    The Agent would be having a mobile device using which he should be able to connect to the database located at his Head Office(HO).
    Using the User Interface displayed on his/her mobile device he should be able to retrieve information, Add/Update/Delete information about his property survey which would update the database located at the HO.
    This is all the information that I have regarding the functional requirements.
    Regarding the tools as off now this is the info I have :
    1) The database would be Oracle
    2) Eclipse IDE.
    3) What is a suitable Mobile Device / Emulator for such a project ?
    4) What other tools would I need ?
    If anyone has worked on a similar requirement before please point me to suitable links for more information and similar sample projects.
    Please share your experience and difficulties that you might have faced while doing the project.
    Your help would be much appreciated. Thanks in advance
    Regards,
    Paresh

    Take a look at jsr--179
    http://mobilezoo.biz/jsr/179/index.html
    Note that this is an optional API.
    Do you have a background of core java / j2se / j2ee?
    If not, start with something much simpler and work up.
    :D

  • Adding java projects in eclipse instead of jar files

    I have 2 java projects, one is in C:/test/ProjectA and another is C:/test/ProjectB
    Under projectA and ProjectB i have sub projects.
    I mainly work on ProjectB and import the jar of ProjectA in eclipse.
    Now I have removed jar file of ProjectA reference through eclipse and import projects to workspace, added projects under java build path. clean and build project. no compilation error in eclipse.
    when i do this, one of the class file is not getting loaded while server startup:
    07-Sep-2011 09:28:03 org.apache.catalina.loader.WebappClassLoader validateJarFile
        INFO: validateJarFile(C:\project\europa\NOS-OCT-TEST\.metadata\.plugins\org.eclipse.wst.server.core\tmp0\wtpwebapps\ESW\WEB-INF\lib\javaee.jar) - jar not loaded. See Servlet Spec 2.3, section 9.7.2. Offending class: javax/servlet/Servlet.class
        NOS 0    [main] ERROR org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/ESW]  - Error configuring application listener of class com.bgc.ecm.core.web.listener.Log4jRemappingListener
        java.lang.ClassNotFoundException: com.bgc.ecm.core.web.listener.Log4jRemappingListener
             at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1386)
             at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1232)
    when i add relevant jar file to the project and do a clean build server is getting started as expected.
    But my changes are not reflecting since it is referring old jar file.
    I am using Tomcat server as development environment.
    What i want is instead of refering jar file in eclipse, add projects so that the new changes should reflect the changes without ant build for creating jar file and instead only with eclipse build with source code of the dependent project and run the application.

    847389 wrote:
    I have 2 java projects, one is in C:/test/ProjectA and another is C:/test/ProjectB
    Under projectA and ProjectB i have sub projects.
    I mainly work on ProjectB and import the jar of ProjectA in eclipse.
    Now I have removed jar file of ProjectA reference through eclipse and import projects to workspace, added projects under java build path. clean and build project. no compilation error in eclipse.If you have imported the depended jar, and if its a java project. the eclipse by default refer these while compiling. I mean before using either of the ant script the or build project option in eclipse. And because of this it is not giving error.
    >
    when i do this, one of the class file is not getting loaded while server startup:
    07-Sep-2011 09:28:03 org.apache.catalina.loader.WebappClassLoader validateJarFile
    INFO: validateJarFile(C:\project\europa\NOS-OCT-TEST\.metadata\.plugins\org.eclipse.wst.server.core\tmp0\wtpwebapps\ESW\WEB-INF\lib\javaee.jar) - jar not loaded. See Servlet Spec 2.3, section 9.7.2. Offending class: javax/servlet/Servlet.class
    NOS 0    [main] ERROR org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/ESW]  - Error configuring application listener of class com.bgc.ecm.core.web.listener.Log4jRemappingListener
    java.lang.ClassNotFoundException: com.bgc.ecm.core.web.listener.Log4jRemappingListener
         at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1386)
         at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1232)
    And when you deploy the build app in tomcat it looks for the dependent jar/classes in lib or classses folder, and as it is not there the error is thrown.
    If you are using ant script then please specify which jar files to load in lib folder.
    when i add relevant jar file to the project and do a clean build server is getting started as expected.
    But my changes are not reflecting since it is referring old jar file.
    I am using Tomcat server as development environment.
    What i want is instead of refering jar file in eclipse, add projects so that the new changes should reflect the changes without ant build for creating jar file and instead only with eclipse build with source code of the dependent project and run the application.If you want this, then write ant script compatible of loading both the jar's.
    Or you can make the ant to prompt the user which jars to be loaded, while building (I suggest this option, rather than loading all the jar's of project A and project B).

  • Exporting JOGL project in Eclipse to an executable jar file

    I'm currently using Eclipse on Windows as my IDE and I've gotten [JOGL |https://jogl.dev.java.net/] to work on it, however if I try to export the project (I've just got a simple example that runs perfectly through eclipse) to an jar file (either the JAR or Runnable JAR option) the jar file doesn't do anything. If I go to the command line and type "java -jar <the jar file> -Djava.library.path=<where the library files are>" it gives this error:
    Exception in thread "main" java.lang.UnsatisfiedLinkError: no jogl in java.library.path
            at java.lang.ClassLoader.loadLibrary(Unknown Source)
            at java.lang.Runtime.loadLibrary0(Unknown Source)
            at java.lang.System.loadLibrary(Unknown Source)
            at com.sun.opengl.impl.NativeLibLoader.loadLibraryInternal(NativeLibLoader.java:189)
            at com.sun.opengl.impl.NativeLibLoader.access$000(NativeLibLoader.java:49)
            at com.sun.opengl.impl.NativeLibLoader$DefaultAction.loadLibrary(NativeLibLoader.java:80)
            at com.sun.opengl.impl.NativeLibLoader.loadLibrary(NativeLibLoader.java:103)
            at com.sun.opengl.impl.NativeLibLoader.access$200(NativeLibLoader.java:49)
            at com.sun.opengl.impl.NativeLibLoader$1.run(NativeLibLoader.java:111)
            at java.security.AccessController.doPrivileged(Native Method)
            at com.sun.opengl.impl.NativeLibLoader.loadCore(NativeLibLoader.java:109)
            at com.sun.opengl.impl.windows.WindowsGLDrawableFactory.<clinit>(WindowsGLDrawableFactory.java:60)
            at java.lang.Class.forName0(Native Method)
            at java.lang.Class.forName(Unknown Source)
            at javax.media.opengl.GLDrawableFactory.getFactory(GLDrawableFactory.java:106)
            at Snippet209.main(Snippet209.java:75)Clearly I'm missing something. I want to make a jar file that I can send to an arbitrary computer and it will run the JOGL program with no extra steps (or at least as few as possible). Any help would be greatly appreciated with some Duke stars ;-)

    Ok, sounds like it would work, although I've never done much with loading libraries like you describe, so I could use some extra notes on it.
    I got this code from here and followed the instructions on there too to get JOGL to work with Eclipse:
    * Copyright (c) 2000, 2005 IBM Corporation and others. All rights reserved.
    * This program and the accompanying materials are made available under the
    * terms of the Eclipse Public License v1.0 which accompanies this distribution,
    * and is available at http://www.eclipse.org/legal/epl-v10.html Contributors:
    * IBM Corporation - initial API and implementation
    * SWT OpenGL snippet: use JOGL to draw to an SWT GLCanvas For a list of all SWT
    * example snippets see http://www.eclipse.org/swt/snippets/
    * @since 3.2
    import java.io.File;
    import java.io.FileNotFoundException;
    import java.io.FileOutputStream;
    import java.io.IOException;
    import java.io.InputStream;
    import java.io.OutputStream;
    import javax.media.opengl.GL;
    import javax.media.opengl.GLContext;
    import javax.media.opengl.GLDrawableFactory;
    import javax.media.opengl.glu.GLU;
    import org.eclipse.swt.SWT;
    import org.eclipse.swt.graphics.Rectangle;
    import org.eclipse.swt.layout.FillLayout;
    import org.eclipse.swt.opengl.GLCanvas;
    import org.eclipse.swt.opengl.GLData;
    import org.eclipse.swt.widgets.Composite;
    import org.eclipse.swt.widgets.Display;
    import org.eclipse.swt.widgets.Event;
    import org.eclipse.swt.widgets.Listener;
    import org.eclipse.swt.widgets.Shell;
    public class Snippet209
         static void drawTorus(GL gl, float r, float R, int nsides, int rings)
              float ringDelta = 2.0f * (float) Math.PI / rings;
              float sideDelta = 2.0f * (float) Math.PI / nsides;
              float theta = 0.0f, cosTheta = 1.0f, sinTheta = 0.0f;
              for (int i = rings - 1; i >= 0; i--)
                   float theta1 = theta + ringDelta;
                   float cosTheta1 = (float) Math.cos(theta1);
                   float sinTheta1 = (float) Math.sin(theta1);
                   gl.glBegin(GL.GL_QUAD_STRIP);
                   float phi = 0.0f;
                   for (int j = nsides; j >= 0; j--)
                        phi += sideDelta;
                        float cosPhi = (float) Math.cos(phi);
                        float sinPhi = (float) Math.sin(phi);
                        float dist = R + r * cosPhi;
                        gl.glNormal3f(cosTheta1 * cosPhi, -sinTheta1 * cosPhi, sinPhi);
                        gl.glVertex3f(cosTheta1 * dist, -sinTheta1 * dist, r * sinPhi);
                        gl.glNormal3f(cosTheta * cosPhi, -sinTheta * cosPhi, sinPhi);
                        gl.glVertex3f(cosTheta * dist, -sinTheta * dist, r * sinPhi);
                   gl.glEnd();
                   theta = theta1;
                   cosTheta = cosTheta1;
                   sinTheta = sinTheta1;
         public static void main(String[] args)
              final Display display = new Display();
              Shell shell = new Shell(display);
              shell.setLayout(new FillLayout());
              Composite comp = new Composite(shell, SWT.NONE);
              comp.setLayout(new FillLayout());
              GLData data = new GLData();
              data.doubleBuffer = true;
              final GLCanvas canvas = new GLCanvas(comp, SWT.NONE, data);
              canvas.setCurrent();
              final GLContext context = GLDrawableFactory
                        .getFactory().createExternalGLContext();
              canvas.addListener(SWT.Resize, new Listener()
                   public void handleEvent(Event event)
                        Rectangle bounds = canvas.getBounds();
                        float fAspect = (float) bounds.width / (float) bounds.height;
                        canvas.setCurrent();
                        context.makeCurrent();
                        GL gl = context.getGL();
                        gl.glViewport(0, 0, bounds.width, bounds.height);
                        gl.glMatrixMode(GL.GL_PROJECTION);
                        gl.glLoadIdentity();
                        GLU glu = new GLU();
                        glu.gluPerspective(45.0f, fAspect, 0.5f, 400.0f);
                        gl.glMatrixMode(GL.GL_MODELVIEW);
                        gl.glLoadIdentity();
                        context.release();
              context.makeCurrent();
              GL gl = context.getGL();
              gl.glClearColor(1.0f, 1.0f, 1.0f, 1.0f);
              gl.glColor3f(1.0f, 0.0f, 0.0f);
              gl.glHint(GL.GL_PERSPECTIVE_CORRECTION_HINT, GL.GL_NICEST);
              gl.glClearDepth(1.0);
              gl.glLineWidth(2);
              gl.glEnable(GL.GL_DEPTH_TEST);
              context.release();
              shell.setText("SWT/JOGL Example");
              shell.setSize(640, 480);
              shell.open();
              display.asyncExec(new Runnable()
                   int     rot     = 0;
                   public void run()
                        if (!canvas.isDisposed())
                             canvas.setCurrent();
                             context.makeCurrent();
                             GL gl = context.getGL();
                             gl.glClear(GL.GL_COLOR_BUFFER_BIT | GL.GL_DEPTH_BUFFER_BIT);
                             gl.glClearColor(.3f, .5f, .8f, 1.0f);
                             gl.glLoadIdentity();
                             gl.glTranslatef(0.0f, 0.0f, -10.0f);
                             float frot = rot;
                             gl.glRotatef(0.15f * rot, 2.0f * frot, 10.0f * frot, 1.0f);
                             gl.glRotatef(0.3f * rot, 3.0f * frot, 1.0f * frot, 1.0f);
                             rot++;
                             gl.glPolygonMode(GL.GL_FRONT_AND_BACK, GL.GL_LINE);
                             gl.glColor3f(0.9f, 0.9f, 0.9f);
                             drawTorus(
                                       gl, 1, 1.9f + ((float) Math.sin((0.004f * frot))),
                                       15, 15);
                             canvas.swapBuffers();
                             context.release();
                             display.asyncExec(this);
              while (!shell.isDisposed())
                   if (!display.readAndDispatch())
                        display.sleep();
              display.dispose();
    }I have set up a project in eclipse with that file in the default package. I have created a libs/ folder in the project and I have the following files in it:
    gluegen-rt.dll
    gluegen-rt.jar
    jogl.dll
    jogl.jar
    jogl_awt.dll
    jogl_cg.dll
    swt.jarMy project is using the 3 jar files as libraries and I don't need to explicitly say anything about the dll files.

  • Free guide to Siptech J2ME Plugin for Eclipse.

    I wrote this for Siptech because I found their original instructions hard to follow!
    Hope it's some use to my fellow Eclipse J2ME developers....
    There follows a guide for creating J2ME projects with the SIPTech plug-in, using the newest version of Sun's WTK (v2.1). This document assumes you have already installed the plug-in - if you need more help with that, see the User and Design View on the J2ME plugin download page.
    Creating a new MIDP project with Siptech plugin for Eclipse
    ==============================================
    1.From the File menu, select New > Project
    2.In the dialogue box*, highlight �Java� in the left hand pane, and �J2ME Project�
    on the right hand pane. Click �next�.
    3.Enter the project name in the text box.
    4.Un-check the �Use Default� switch, and click �Browse...�
    5.Navigate to your Wireless Toolkit (WTK) root directory (probably something like
    C:\WTK21), and into its �apps� subdirectory. This is where the WTK stores the
    working folders for its projects. Click �Make New Folder...� and enter the
    project name to create a new working folder for your project. Click �Ok� to
    confirm the path.
    6.This will take you back to the main �Java Settings� dialogue box, where you
    should click �Next>� to move on to the source and output path screen.
    7.The WTK normally looks for source code in the �src� subdirectory of the working
    folder, so we need to set this up for our project. In the �Source Path� pane,
    select the project folder (blue folder with the project name), and
    click �Edit...�. Select the radio button �Folder as source folder� and type �src�
    into the text box. Click �OK�.
    8.In a similar way, the WTK normally outputs bytecode to the �classes�
    subdirectory of the working folder, and we want to do the same. Back in the main
    dialogue, select the�Default output folder� text box and append the
    string �/classes� to the existing value, which will just be the project folder
    name.
    9.Now our build paths are setup, but we still need to include the JAR files which
    specify the J2ME classes. In the main �Java Settings� dialogue box, select
    the �Libraries� tab. Click �Add External Jars...�. Use the file dialogue to
    navigate to your WTK's �lib� subdirectory (for example C:\WTK21\lib), and select
    the JAR files needed for your project. Note � depending on whether you are
    writing for MIDP1.0 or MIDP2.0, you must include only cldcapi10.jar and
    midpapi10.jar, or cldcapi20.jar and midpapi20.jar, respectively. Remove the ones
    you don't need � else the build will fail.
    10.Click "Finish". You will now be asked to enter the MIDlet class name, so that
    the plugin can generate a template file. Enter the class name, without the .java
    extension, and click �OK�.
    11.Right click the project folder in the resource perspective and select �refresh�
    to show the generated source, class and jar files.

    Oh dear! The little � characters should be quotes.
    And in step 2, the dialogue box in question is the main Java settings dialogue box!
    Sorry about that ;)

  • Import AppBuilder project into Eclipse for Android

    Hello,
      I am trying to take an application developed in AppBuilder and load it into Eclipse.  How is this done?  I cannot find any resources explaining how to do this.  The goal is to deploy an application to an android tablet.  I have the development environment setup including Cordova and Kapsel plugins.  How does one load appbuilder files into Eclipse?

    Hi,
    I am trying same to import my appbuilder project into eclipse. I have created cordova project and then published to project directory from appbuilder. Then I opened the eclipse IDE and followed the steps File>New>Project>Android>Android Project from Existing Code> browse project directory. but it looks eclipse cannot recognise the project! I can see all the files I have project.jason and a www directory but there is no .project or project.properties! am I  misisimg anything in appbuilder or ineclipse?
    Regards
    Mohammad Sarker

  • Unable To Load Specific Project

    Dear all,
    I seriously need help here. I've been working on a project for a few weeks and just a day ago while i was halfway working on it, iMovie'09 exited unexpectedly. When i relaunch, i've been having problem loading this specific project. It kept having the spinning icon on the preview window and stays that way forever.
    I have no problem loading other projects. What could've happened?? I can't afford to redo the entire project as it is a real pain to do so! I could remember the last thing i did before iMovie'09 exited was copying & pasting some text from the web to that project i was working on. And suddenly this happened.
    I've tried reinstalling iMovie, deleting project folder, disabling fonts, etc but to no success.
    Any help would be much appreciated!
    Thank you.

    Has anyone had any luck repairing, rebuilding or recovering a damaged project? I think I'm suffering the same thing. In my case, the project loads into the project window so I can see the clips, transitions and such, but it will not play. So close, and yet so far.
    I've been searching this forum for answers. There are a lot of reports of projects that suddenly "die" but it seems that every thread ends with a question mark and no solution.
    If there's no way to fix a broken project, this is a very serious flaw that everyone should consider before devoting days of effort to an iMovie project. Of course backups will save some effort but let's face it, most programs don't routinely produce damaged files. This needs to be fixed or users need to warned up front of the possibility of losing hours of work.

  • Importing a Project into Eclipse

    Hi Folks,
    My collegue just zipped up a flex project and emailed it to
    me. I'm trying to get it set up in my own Eclipse/FlexBuilder, and
    could sure use a little guidance, since I'm new to all this.
    First, shall I create a new Eclipse workspace for this
    project?
    Then what? The File | Import function demands that I create a
    "New Project". But if I create a flex project, it creates a whole
    bunch of files that will just be over-written when I unzip the
    *real* project. Which will probably corrupt somebody's view of the
    project.
    If, instead, I create a new project, and Import into that,
    well, what sort of project should I create?
    And where do I point my workspace directory? Anywhere seems
    to do, but should it point to the place where I unzip the real
    project files?
    And finally, is there some documentation that covers these
    basic mechanics? This just seems far far far more complicated than
    it needs to be, and a simple explanation of how to set up new and
    exlisting Eclipse/Flex projects would be a great help.
    Thanks,
    ws
    p.s. If anyone has a Team Server plugin for Eclipse, please
    let me know. That too would be a great help!

    Question 1) does your ziped project have .project file inside
    of it?
    1) if (Yes)
    you dont need to create new project
    open Eclipse click file -> Import ...
    in a dialog open Plus sign next to general and select
    "Existing projects into workspace". click next
    next window you need to browse to directory where you have
    unzipped your project (make sure you select directory that has
    .project file inside ) after clicking ok in browser dialog eclipse
    should recognize it as project and lastly you will see eclipse
    displays that as a project you can select , so select it and click
    finish , thats it all should be done.
    2) if your zipped project does not have .project file :
    before doing anything you need to analyze the directory
    structure, does it have WEB-INF in it does it have src etc , if you
    can at least shortly outline that directory structure it would be
    lot easier to tell you how to get it working.
    it look slike that you are trying to create non basic flex
    project?
    }

  • "unable to load labview project" in Deployment Machine

    Hi all,
    well the Deployment Target works fine on Development machine
    But has problem Loading on the Deployment System     "unable to load labview project"
    has anyone had similar issues  and  ound a soln.
    NI Support  has not responded yet to the solution.
    Attachments:
    unabletoload.PNG ‏17 KB

    Hi aparab,
    I think I will need more information to solve this issue.
    You told "NI Support  has not responded yet to the solution." Do you already have a service request number of the NI support?
    Can you post your project? Which RT-target do you use? Which hardware?
    You can also post a MAX report of you windows computer and one of your target:
    1. Start -> Programs -> NI MAX
    2. File -> create protocol -> choose technical support and my system (development computer) -> next -> next -> choose path -> next -> finish.
    3. File -> create protocol -> choose technical support and your RT-target (real-time system) -> next -> next -> choose path -> next -> finish.
    Best regards
    Suse
    Certified LabVIEW Developer (CLD)

  • EXCEPTION_ACCESS_VIOLATION trying to import existing project into eclipse

    Eclipse Europa version 3.3, Java 1.6
    No problems using Eclipse on other projects
    But trying to import an existing project into Eclipse.
    File->Import->General->Existing Projects into Workspace
    Import Projects box-> Select root directory-> browse to path
    In Projects Box : Project appears with check in checkbox -> click Finish
    Eclipse closes
    A new file is created in eclipse directory titled hs_err_pid
    In the file :
    # An unexpected error has been detected by Java Runtime Environment:
    # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x083e7bfc, pid=4092, tid=6076
    # Java VM: Java HotSpot(TM) Client VM (1.6.0-b105 mixed mode)
    # Problematic frame:
    # C [libapr-1.dll+0x7bfc]
    # If you would like to submit a bug report, please visit:
    # http://java.sun.com/webapps/bugreport/crash.jsp
    --------------- T H R E A D ---------------
    Current thread (0x05f63c00): JavaThread "ModalContext" [_thread_in_native, id=6076]
    siginfo: ExceptionCode=0xc0000005, reading address 0x00000000
    Registers:
    EAX=0x013ca070, EBX=0x00000000, ECX=0x00000000, EDX=0x00000000
    ESP=0x08af8730, EBP=0x08af873c, ESI=0x0014ef10, EDI=0x00000000
    EIP=0x083e7bfc, EFLAGS=0x00010246
    Top of Stack: (sp=0x08af8730)
    0x08af8730: 00000000 0014ef10 013ca070 08afa768
    0x08af8740: 083d1f32 08afa764 013ca070 00000000
    0x08af8750: 00000000 00000000 0014ef10 013ca070
    0x08af8760: 00000000 013ca070 00000000 013ca070
    0x08af8770: 013ca110 6eec84f1 013ca070 00000010
    0x08af8780: 6ee40000 6eec11f2 013ca070 013ca110
    0x08af8790: 6eec1210 6eec8610 013ca070 013ca0c0
    0x08af87a0: 013ca070 013ca070 00000001 003a0043
    Instructions: (pc=0x083e7bfc)
    0x083e7bec: 89 55 10 53 8b 5d 14 56 57 85 db 75 03 8b 58 18
    0x083e7bfc: 8b 03 bf 01 00 00 00 3b c7 0f 82 19 01 00 00 8b
    Stack: [0x08a00000,0x08b00000), sp=0x08af8730, free space=993k
    Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
    C [libapr-1.dll+0x7bfc]
    C [libapriconv-1.dll+0x1f32]
    C [libapriconv-1.dll+0x1da4]
    C [_tbl_simple.so+0x123b]
    C [_tbl_simple.so+0x11c4]
    Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
    j org.tigris.subversion.javahl.SVNClient.status(Ljava/lang/String;ZZZZZ)[Lorg/tigris/subversion/javahl/Status;+0
    j org.tigris.subversion.svnclientadapter.javahl.AbstractJhlClientAdapter.getStatus(Ljava/io/File;ZZZZ)[Lorg/tigris/subversion/svnclientadapter/ISVNStatus;+83
    j org.tigris.subversion.svnclientadapter.javahl.AbstractJhlClientAdapter.getStatus(Ljava/io/File;ZZZ)[Lorg/tigris/subversion/svnclientadapter/ISVNStatus;+7
    j org.tigris.subversion.subclipse.core.client.PeekStatusCommand.execute(Lorg/tigris/subversion/svnclientadapter/ISVNClientAdapter;)V+61
    j org.tigris.subversion.subclipse.core.resources.SVNWorkspaceRoot.peekResourceStatusFor(Lorg/eclipse/core/runtime/IPath;)Lorg/tigris/subversion/subclipse/core/resources/LocalResourceStatus;+16
    j org.tigris.subversion.subclipse.core.SVNProviderPlugin.isManagedBySubversion(Lorg/eclipse/core/runtime/IPath;)Z+37
    j org.tigris.subversion.subclipse.core.SVNProviderPlugin.isManagedBySubversion(Lorg/eclipse/core/resources/IContainer;)Z+29
    j org.tigris.subversion.subclipse.core.SVNTeamProviderType.metaFilesDetected(Lorg/eclipse/core/resources/IProject;[Lorg/eclipse/core/resources/IContainer;)V+9
    j org.eclipse.team.internal.core.TeamResourceChangeListener.handleUnsharedProjectChanges(Lorg/eclipse/core/resources/IProject;Lorg/eclipse/core/resources/IResourceDelta;)V+217
    j org.eclipse.team.internal.core.TeamResourceChangeListener.resourceChanged(Lorg/eclipse/core/resources/IResourceChangeEvent;)V+53
    j org.eclipse.core.internal.events.NotificationManager$2.run()V+8
    J org.eclipse.core.runtime.SafeRunner.run(Lorg/eclipse/core/runtime/ISafeRunnable;)V
    j org.eclipse.core.internal.events.NotificationManager.notify([Lorg/eclipse/core/internal/events/ResourceChangeListenerList$ListenerEntry;Lorg/eclipse/core/resources/IResourceChangeEvent;Z)V+79
    j org.eclipse.core.internal.events.NotificationManager.broadcastChanges(Lorg/eclipse/core/internal/watson/ElementTree;Lorg/eclipse/core/internal/events/ResourceChangeEvent;Z)V+97
    j org.eclipse.core.internal.resources.Workspace.broadcastPostChange()V+22
    j org.eclipse.core.internal.resources.Workspace.endOperation(Lorg/eclipse/core/runtime/jobs/ISchedulingRule;ZLorg/eclipse/core/runtime/IProgressMonitor;)V+150
    j org.eclipse.core.internal.resources.Workspace.run(Lorg/eclipse/core/resources/IWorkspaceRunnable;Lorg/eclipse/core/runtime/jobs/ISchedulingRule;ILorg/eclipse/core/runtime/IProgressMonitor;)V+182
    j org.eclipse.ui.actions.WorkspaceModifyOperation.run(Lorg/eclipse/core/runtime/IProgressMonitor;)V+25
    j org.eclipse.jface.operation.ModalContext$ModalContextThread.run()V+15
    v ~StubRoutines::call_stub
    --------------- P R O C E S S ---------------
    Java Threads: ( => current thread )
    =>0x05f63c00 JavaThread "ModalContext" [_thread_in_native, id=6076]
    0x05f65c00 JavaThread "Thread-6" [_thread_blocked, id=5348]
    0x05f65800 JavaThread "Timer-2" [_thread_blocked, id=2336]
    0x05f65000 JavaThread "Timer-1" [_thread_blocked, id=5900]
    0x05f64400 JavaThread "Timer-0" [_thread_blocked, id=4932]
    0x05f64000 JavaThread "Worker-7" [_thread_blocked, id=1732]
    0x05f62800 JavaThread "Worker-3" [_thread_blocked, id=1648]
    0x05f62400 JavaThread "Worker-2" [_thread_blocked, id=1380]
    0x05db1c00 JavaThread "Java indexing" daemon [_thread_blocked, id=5812]
    0x05e5fc00 JavaThread "Worker-1" [_thread_blocked, id=5956]
    0x0453b400 JavaThread "Start Level Event Dispatcher" daemon [_thread_blocked, id=4172]
    0x0453a800 JavaThread "Framework Event Dispatcher" daemon [_thread_blocked, id=5728]
    0x0453a000 JavaThread "State Data Manager" daemon [_thread_blocked, id=2704]
    0x017b5400 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=6104]
    0x017b4400 JavaThread "CompilerThread0" daemon [_thread_blocked, id=2604]
    0x017b3c00 JavaThread "Attach Listener" daemon [_thread_blocked, id=4820]
    0x017b3400 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=5232]
    0x017a1400 JavaThread "Finalizer" daemon [_thread_blocked, id=2824]
    0x01798800 JavaThread "Reference Handler" daemon [_thread_blocked, id=6060]
    0x01898400 JavaThread "main" [_thread_blocked, id=5148]
    Other Threads:
    0x01795800 VMThread [id=328]
    0x017d0800 WatcherThread [id=5936]
    VM state:not at safepoint (normal execution)
    VM Mutex/Monitor currently owned by a thread: None
    Heap
    def new generation total 2944K, used 296K [0x10020000, 0x10350000, 0x12780000)
    eden space 2624K, 3% used [0x10020000, 0x10036378, 0x102b0000)
    from space 320K, 64% used [0x10300000, 0x10333de8, 0x10350000)
    to space 320K, 0% used [0x102b0000, 0x102b0000, 0x10300000)
    tenured generation total 37824K, used 18827K [0x12780000, 0x14c70000, 0x30020000)
    the space 37824K, 49% used [0x12780000, 0x139e2d70, 0x139e2e00, 0x14c70000)
    compacting perm gen total 36352K, used 36332K [0x30020000, 0x323a0000, 0x38020000)
    the space 36352K, 99% used [0x30020000, 0x3239b1d8, 0x3239b200, 0x323a0000)
    No shared spaces configured.
    Dynamic libraries:
    0x00400000 - 0x0040d000      C:\eclipse-3.3\eclipse.exe
    0x775f0000 - 0x7770e000      C:\Windows\system32\ntdll.dll
    0x76260000 - 0x76338000      C:\Windows\system32\kernel32.dll
    0x77550000 - 0x775ee000      C:\Windows\system32\USER32.dll
    0x777e0000 - 0x7782b000      C:\Windows\system32\GDI32.dll
    0x761a0000 - 0x7625f000      C:\Windows\system32\ADVAPI32.dll
    0x77710000 - 0x777d3000      C:\Windows\system32\RPCRT4.dll
    0x73460000 - 0x734e6000      C:\Windows\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_5.82.6000.16386_none_87e0cb09378714f1\COMCTL32.dll
    0x774a0000 - 0x7754a000      C:\Windows\system32\MSVCRT.dll
    0x711f0000 - 0x7120e000      C:\Windows\system32\ShimEng.dll
    0x75c90000 - 0x75cbc000      C:\Windows\system32\apphelp.dll
    0x70eb0000 - 0x70f37000      C:\Windows\AppPatch\AcLayers.dll
    0x76370000 - 0x76e3e000      C:\Windows\system32\SHELL32.dll
    0x75ff0000 - 0x76045000      C:\Windows\system32\SHLWAPI.dll
    0x77350000 - 0x77494000      C:\Windows\system32\ole32.dll
    0x76e40000 - 0x76ecc000      C:\Windows\system32\OLEAUT32.dll
    0x75d60000 - 0x75d7e000      C:\Windows\system32\USERENV.dll
    0x75d40000 - 0x75d54000      C:\Windows\system32\Secur32.dll
    0x73000000 - 0x73041000      C:\Windows\system32\WINSPOOL.DRV
    0x758e0000 - 0x758f4000      C:\Windows\system32\MPR.dll
    0x6fd90000 - 0x6ffa0000      C:\Windows\AppPatch\AcGenral.DLL
    0x74f50000 - 0x74f8f000      C:\Windows\system32\UxTheme.dll
    0x749e0000 - 0x74a13000      C:\Windows\system32\WINMM.dll
    0x749a0000 - 0x749d8000      C:\Windows\system32\OLEACC.dll
    0x75b60000 - 0x75bca000      C:\Windows\system32\NETAPI32.dll
    0x75ea0000 - 0x75ea7000      C:\Windows\system32\PSAPI.DLL
    0x74520000 - 0x74535000      C:\Windows\system32\MSACM32.dll
    0x75580000 - 0x75588000      C:\Windows\system32\VERSION.dll
    0x732a0000 - 0x732a5000      C:\Windows\system32\sfc.dll
    0x71df0000 - 0x71dfd000      C:\Windows\system32\sfc_os.DLL
    0x77140000 - 0x772c9000      C:\Windows\system32\SETUPAPI.dll
    0x73140000 - 0x7314c000      C:\Windows\system32\dwmapi.dll
    0x76070000 - 0x76197000      C:\Windows\system32\urlmon.dll
    0x76ee0000 - 0x76f25000      C:\Windows\system32\iertutil.dll
    0x741e0000 - 0x741e5000      C:\Windows\system32\SHUNIMPL.dll
    0x75eb0000 - 0x75ece000      C:\Windows\system32\IMM32.DLL
    0x75f20000 - 0x75fe7000      C:\Windows\system32\MSCTF.dll
    0x76ed0000 - 0x76ed9000      C:\Windows\system32\LPK.DLL
    0x77030000 - 0x770ad000      C:\Windows\system32\USP10.dll
    0x77000000 - 0x7702d000      C:\Windows\system32\WS2_32.dll
    0x76060000 - 0x76066000      C:\Windows\system32\NSI.dll
    0x75d10000 - 0x75d31000      C:\Windows\system32\NTMARTA.DLL
    0x75ed0000 - 0x75f19000      C:\Windows\system32\WLDAP32.dll
    0x75cf0000 - 0x75d01000      C:\Windows\system32\SAMLIB.dll
    0x74c50000 - 0x74de4000      C:\Windows\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.6000.16386_none_5d07289e07e1d100\comctl32.dll
    0x10000000 - 0x10011000      C:\eclipse-3.3\plugins\org.eclipse.equinox.launcher.win32.win32.x86_1.0.0.v20070523\eclipse_1017a.dll
    0x003e0000 - 0x003e6000      C:\Users\ERIKHA~1.ALF\AppData\Local\Temp\IadHide5.dll
    0x6d7c0000 - 0x6da07000      C:\jdk1.6.0\jre\bin\client\jvm.dll
    0x7c340000 - 0x7c396000      C:\Windows\system32\MSVCR71.dll
    0x6d310000 - 0x6d318000      C:\jdk1.6.0\jre\bin\hpi.dll
    0x6d770000 - 0x6d77c000      C:\jdk1.6.0\jre\bin\verify.dll
    0x6d3b0000 - 0x6d3cf000      C:\jdk1.6.0\jre\bin\java.dll
    0x6d7b0000 - 0x6d7bf000      C:\jdk1.6.0\jre\bin\zip.dll
    0x6d570000 - 0x6d583000      C:\jdk1.6.0\jre\bin\net.dll
    0x75510000 - 0x7554b000      C:\Windows\system32\mswsock.dll
    0x75570000 - 0x75576000      C:\Windows\System32\wship6.dll
    0x6d590000 - 0x6d599000      C:\jdk1.6.0\jre\bin\nio.dll
    0x00fa0000 - 0x00fef000      C:\eclipse-3.3\configuration\org.eclipse.osgi\bundles\405\1\.cp\swt-win32-3346.dll
    0x772d0000 - 0x77344000      C:\Windows\system32\comdlg32.dll
    0x76f30000 - 0x77000000      C:\Windows\system32\WININET.dll
    0x76050000 - 0x76053000      C:\Windows\system32\Normaliz.dll
    0x052a0000 - 0x052b4000      C:\eclipse-3.3\configuration\org.eclipse.osgi\bundles\405\1\.cp\swt-gdip-win32-3346.dll
    0x74700000 - 0x748aa000      C:\Windows\WinSxS\x86_microsoft.windows.gdiplus_6595b64144ccf1df_1.0.6000.16386_none_9ea0ac9ec96e7127\gdiplus.dll
    0x75270000 - 0x752a8000      C:\Windows\system32\rsaenh.dll
    0x751f0000 - 0x751f5000      C:\Windows\system32\msimg32.dll
    0x770b0000 - 0x77134000      C:\Windows\system32\CLBCatQ.DLL
    0x6f290000 - 0x6f2c0000      C:\Windows\system32\mlang.dll
    0x6eec0000 - 0x6eee1000      C:\eclipse-3.3\plugins\org.tigris.subversion.javahl.win32_1.2.4\libapr.dll
    0x6ee50000 - 0x6ee59000      C:\eclipse-3.3\plugins\org.tigris.subversion.javahl.win32_1.2.4\libapriconv.dll
    0x06e90000 - 0x06f98000      C:\eclipse-3.3\plugins\org.tigris.subversion.javahl.win32_1.2.4\libeay32.dll
    0x71de0000 - 0x71de7000      C:\Windows\system32\WSOCK32.dll
    0x058b0000 - 0x05974000      C:\eclipse-3.3\plugins\org.tigris.subversion.javahl.win32_1.2.4\libdb44.dll
    0x70dd0000 - 0x70e36000      C:\Windows\system32\MSVCP60.dll
    0x04d40000 - 0x04d71000      C:\eclipse-3.3\plugins\org.tigris.subversion.javahl.win32_1.2.4\ssleay32.dll
    0x6ee60000 - 0x6ee89000      C:\eclipse-3.3\plugins\org.tigris.subversion.javahl.win32_1.2.4\libaprutil.dll
    0x04d80000 - 0x04d92000      C:\eclipse-3.3\plugins\org.tigris.subversion.javahl.win32_1.2.4\intl3_svn.dll
    0x06fa0000 - 0x070a9000      C:\eclipse-3.3\plugins\org.tigris.subversion.javahl.win32_1.2.4\libsvnjavahl-1.dll
    0x71fe0000 - 0x71fe5000      C:\Windows\system32\SHFOLDER.dll
    0x728b0000 - 0x729b7000      C:\Windows\system32\shdocvw.dll
    0x73b80000 - 0x73c32000      C:\Windows\system32\WindowsCodecs.dll
    0x72480000 - 0x72515000      C:\Windows\System32\cscui.dll
    0x73ce0000 - 0x73d97000      C:\Windows\System32\PROPSYS.dll
    0x72ac0000 - 0x72ac9000      C:\Windows\System32\CSCDLL.dll
    0x72ab0000 - 0x72aba000      C:\Windows\System32\CSCAPI.dll
    0x05350000 - 0x054d3000      C:\Program Files\TortoiseCVS\TortoiseShell.dll
    0x723f0000 - 0x72477000      C:\Windows\WinSxS\x86_microsoft.vc80.crt_1fc8b3b9a1e18e3b_8.0.50727.762_none_10b2f55f9bffb8f8\MSVCP80.dll
    0x721b0000 - 0x7224b000      C:\Windows\WinSxS\x86_microsoft.vc80.crt_1fc8b3b9a1e18e3b_8.0.50727.762_none_10b2f55f9bffb8f8\MSVCR80.dll
    0x72760000 - 0x728a5000      C:\Windows\system32\browseui.dll
    0x74f20000 - 0x74f50000      C:\Windows\system32\DUser.dll
    0x6c240000 - 0x6c2a0000      C:\Program Files\Common Files\microsoft shared\ink\tiptsf.dll
    0x71f10000 - 0x71f22000      C:\Windows\System32\ntlanman.dll
    0x71fd0000 - 0x71fd8000      C:\Windows\System32\drprov.dll
    0x71fc0000 - 0x71fcf000      C:\Windows\System32\davclnt.dll
    0x71ef0000 - 0x71f04000      C:\Windows\system32\LMIRfsClientNP.dll
    0x6e540000 - 0x6e586000      C:\Windows\system32\PortableDeviceApi.dll
    0x75050000 - 0x7507d000      C:\Windows\system32\WINTRUST.dll
    0x757e0000 - 0x758d1000      C:\Windows\system32\CRYPT32.dll
    0x75930000 - 0x75942000      C:\Windows\system32\MSASN1.dll
    0x76340000 - 0x76369000      C:\Windows\system32\imagehlp.dll
    0x71ae0000 - 0x71d03000      C:\Windows\system32\NetworkExplorer.dll
    0x70e40000 - 0x70e8a000      C:\Windows\system32\ntshrui.dll
    0x757a0000 - 0x757d9000      C:\Windows\system32\slc.dll
    0x083b0000 - 0x083b8000      C:\eclipse-3.3\configuration\org.eclipse.osgi\bundles\85\1\.cp\os\win32\x86\localfile_1_0_0.dll
    0x6ee40000 - 0x6ee45000      C:\Program Files\Subversion\iconv\_tbl_simple.so
    0x083d0000 - 0x083d9000      C:\Program Files\Subversion\bin\libapriconv-1.dll
    0x083e0000 - 0x08400000      C:\Program Files\Subversion\bin\libapr-1.dll
    VM Arguments:
    jvm_args: -Xms40m -Xmx512m -XX:MaxPermSize=128M
    java_command: <unknown>
    Launcher Type: generic
    Environment Variables:
    JAVA_HOME=C:\jdk1.6.0
    CLASSPATH=c:\mysql-connector-java-5.1.6\mysql-connector-java-5.1.6-bin
    PATH=C:\jdk1.6.0\bin\..\jre\bin\client;C:\jdk1.6.0\bin\..\jre\bin;C:\jdk1.6.0\bin;C:\Programme\PHP\;c:\Program Files\Sun\JavaES5\WebServer7\lib;c:\Program Files\Sun\JavaES5\share\lib;c:\Program Files\Sun\JavaES5\share\bin;C:\Java\JDK15~1.0_0\bin;c:\Program Files\Sun\JavaES5\share\ant\bin;c:\Program Files\Sun\JavaES5\share\cacao_2\bin;c:\Program Files\Sun\JavaES5\appserver\lib;c:\Program Files\Sun\JavaES5\appserver\bin;c:\program files\imagemagick-6.2.8-q16;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;d:\Programme\alfa\oracle\BIN;C:\Program Files\Common Files\Adobe\AGL;c:\program files\OpenOffice.org 2.0\program\;YBASE\DLL;C:\Program Files\QuickTime\QTSystem;d:\Programme\alfa\dll\de;C:\jdk1.6.0\bin;c:\Program Files\apache-ant-1.7.0\bin;$CATALINA_HOME/bin;c:\mysql-5.0.51a-win32\bin;C:\Program Files\Subversion\bin;C:\Program Files\CVSNT\;C:\Program Files\IDM Computer Solutions\UltraEdit\;C:\Program Files\IDM Computer Solutions\UltraCompare;C:\Program Files\Common Files\Ahead\Lib\
    USERNAME=doug.scovill
    SHELL=d:\Programme\alfa\PageOneXT32\unixbin\sh.exe
    OS=Windows_NT
    PROCESSOR_IDENTIFIER=x86 Family 15 Model 6 Stepping 4, GenuineIntel
    --------------- S Y S T E M ---------------
    OS: Windows XP Build 2600 Service Pack 2
    CPU:total 2 family 15, cmov, cx8, fxsr, mmx, sse, sse2, ht
    Memory: 4k page, physical 1048575k(902316k free), swap 2097151k(1048575k free)
    vm_info: Java HotSpot(TM) Client VM (1.6.0-b105) for windows-x86, built on Nov 29 2006 00:48:48 by "java_re" with unknown MS VC++:1310

    Have you got subversion commandline tools installed? And if so, did you install the version that was built against Apache 2.2. Subclipse is built against ver 2.0 and if you have the wrong version of the APR libraries included in your path then this causes eclipse to crash.
    My solution was to uninstall the commandline tools built against Apache 2.2 and reinstall those that are built against version 2.0
    Thats what I found anyway.

  • Logic crashes when trying to load a project

    When I try to load a project i Logic 9.1 I get the error report below. I've tried to delete all logic preference files, but that does not help. I've tried reinstalling Project without success. I've tried both with my external Audio-IF (Focusrite PRO 24) and with only the internal one.
    I then tried opening the project from a different user on the same machine with the same Logic installation, and then it worked!!!
    There must be some configuration file unique for the user that causses Logic to crash, but where do I find it?
    Process: Logic Pro [18403]
    Path: /Applications/Logic Pro.app/Contents/MacOS/Logic Pro
    Identifier: com.apple.logic.pro
    Version: 9.1.0 (1697.23)
    Build Info: Logic-16972300~1
    Code Type: X86 (Native)
    Parent Process: launchd [178]
    Date/Time: 2010-02-08 22:10:55.561 +0100
    OS Version: Mac OS X 10.6.2 (10C540)
    Report Version: 6
    Interval Since Last Report: 479086 sec
    Crashes Since Last Report: 14
    Per-App Interval Since Last Report: 132015 sec
    Per-App Crashes Since Last Report: 9
    Anonymous UUID: AD8CC3D5-07E6-43CE-B0AF-006813256C4D
    Exception Type: EXCBADACCESS (SIGABRT)
    Exception Codes: KERNPROTECTIONFAILURE at 0x0000000000000008
    Crashed Thread: 0 Dispatch queue: com.apple.main-thread
    Application Specific Information:
    abort() called
    Thread 0 Crashed: Dispatch queue: com.apple.main-thread
    0 libSystem.B.dylib 0x914a2732 __kill + 10
    1 libSystem.B.dylib 0x914a2724 kill$UNIX2003 + 32
    2 libSystem.B.dylib 0x9153598d raise + 26
    3 libSystem.B.dylib 0x9154b9d9 __abort + 124
    4 libSystem.B.dylib 0x9154ba55 abortreportnp + 0
    5 com.apple.logic.pro 0x00402689 std::ostream& TraceOutContainer<CEvs>(std::ostream&, CEvs, char const*, int) + 3963097
    6 libSystem.B.dylib 0x914a79bb _sigtramp + 43
    7 ??? 0x0000000a 0 + 10
    8 ...ple.CoreServices.CarbonCore 0x988f0b06 CallComponentDispatch + 29
    9 ...ple.CoreServices.CarbonCore 0x988f0ae7 CallComponentOpen + 43
    10 ...ple.CoreServices.CarbonCore 0x988eedd0 OpenAComponent + 433
    11 com.apple.logic.pro 0x005b210b std::ostream& TraceOutContainer<CEvs>(std::ostream&, CEvs, char const*, int) + 5731163
    12 ...le.music.apps.MAAudioEngine 0x02ba6e23 MD::NewPlug(CPlugIn**, short, long, long, long) + 387
    13 com.apple.logic.pro 0x00142bdd std::ostream& TraceOutContainer<CEvs>(std::ostream&, CEvs, char const*, int) + 1080877
    14 com.apple.logic.pro 0x0005954d std::ostream& TraceOutContainer<CEvs>(std::ostream&, CEvs, char const*, int) + 124829
    15 com.apple.logic.pro 0x0005ce22 std::ostream& TraceOutContainer<CEvs>(std::ostream&, CEvs, char const*, int) + 139378
    16 com.apple.logic.pro 0x0005df6b std::ostream& TraceOutContainer<CEvs>(std::ostream&, CEvs, char const*, int) + 143803
    17 com.apple.logic.pro 0x0006080c std::ostream& TraceOutContainer<CEvs>(std::ostream&, CEvs, char const*, int) + 154204
    18 com.apple.logic.pro 0x000530ad std::ostream& TraceOutContainer<CEvs>(std::ostream&, CEvs, char const*, int) + 99069
    19 com.apple.logic.pro 0x008ae00f std::ostream& TraceOutContainer<CEvs>(std::ostream&, CEvs, char const*, int) + 8860255
    20 com.apple.logic.pro 0x00031efe DummyConnection::DummyConnection() + 30874
    21 com.apple.logic.pro 0x001f4435 std::ostream& TraceOutContainer<CEvs>(std::ostream&, CEvs, char const*, int) + 1808005
    22 com.apple.logic.pro 0x002a43be std::ostream& TraceOutContainer<CEvs>(std::ostream&, CEvs, char const*, int) + 2528782
    23 com.apple.logic.pro 0x00631b55 std::ostream& TraceOutContainer<CEvs>(std::ostream&, CEvs, char const*, int) + 6253989
    24 com.apple.logic.pro 0x0060e41b std::ostream& TraceOutContainer<CEvs>(std::ostream&, CEvs, char const*, int) + 6108779
    25 com.apple.logic.pro 0x0061052c std::ostream& TraceOutContainer<CEvs>(std::ostream&, CEvs, char const*, int) + 6117244
    26 com.apple.AppKit 0x90dd7ac0 -[NSDocument readFromURL:ofType:error:] + 743
    27 com.apple.logic.pro 0x0060f76f std::ostream& TraceOutContainer<CEvs>(std::ostream&, CEvs, char const*, int) + 6113727
    28 com.apple.AppKit 0x90cc4955 -[NSDocument initWithContentsOfURL:ofType:error:] + 311
    29 com.apple.AppKit 0x90cc44f9 -[NSDocumentController makeDocumentWithContentsOfURL:ofType:error:] + 383
    30 com.apple.logic.pro 0x0070b90a std::ostream& TraceOutContainer<CEvs>(std::ostream&, CEvs, char const*, int) + 7146330
    31 com.apple.AppKit 0x90cc42b1 -[NSDocumentController openDocumentWithContentsOfURL:display:error:] + 886
    32 com.apple.logic.pro 0x0062e97f std::ostream& TraceOutContainer<CEvs>(std::ostream&, CEvs, char const*, int) + 6241231
    33 com.apple.Foundation 0x900731c7 nsnotecallback + 176
    34 com.apple.CoreFoundation 0x9642b9a9 __CFXNotificationPost + 905
    35 com.apple.CoreFoundation 0x9642b3da _CFXNotificationPostNotification + 186
    36 com.apple.Foundation 0x90068094 -[NSNotificationCenter postNotificationName:object:userInfo:] + 128
    37 com.apple.Foundation 0x90075471 -[NSNotificationCenter postNotificationName:object:] + 56
    38 com.apple.AppKit 0x90aa973a -[NSApplication _postDidFinishNotification] + 125
    39 com.apple.AppKit 0x90aa964a -[NSApplication _sendFinishLaunchingNotification] + 74
    40 com.apple.AppKit 0x90c00595 -[NSApplication(NSAppleEventHandling) _handleAEOpen:] + 274
    41 com.apple.AppKit 0x90c001b5 -[NSApplication(NSAppleEventHandling) _handleCoreEvent:withReplyEvent:] + 101
    42 com.apple.Foundation 0x900a8404 -[NSAppleEventManager dispatchRawAppleEvent:withRawReply:handlerRefCon:] + 511
    43 com.apple.Foundation 0x900a81c8 _NSAppleEventManagerGenericHandler + 228
    44 com.apple.AE 0x906c9f3a aeDispatchAppleEvent(AEDesc const*, AEDesc*, unsigned long, unsigned char*) + 166
    45 com.apple.AE 0x906c9e39 dispatchEventAndSendReply(AEDesc const*, AEDesc*) + 43
    46 com.apple.AE 0x906c9d46 aeProcessAppleEvent + 197
    47 com.apple.HIToolbox 0x93f832a1 AEProcessAppleEvent + 50
    48 com.apple.AppKit 0x90a79d02 _DPSNextEvent + 1420
    49 com.apple.AppKit 0x90a79306 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 156
    50 com.apple.AppKit 0x90a3b49f -[NSApplication run] + 821
    51 com.apple.prokit 0x00fc5a01 NSProApplicationMain + 326
    52 com.apple.logic.pro 0x0002a729 DummyConnection::DummyConnection() + 197
    Thread 1: Dispatch queue: com.apple.libdispatch-manager
    0 libSystem.B.dylib 0x914680ea kevent + 10
    1 libSystem.B.dylib 0x91468804 dispatch_mgrinvoke + 215
    2 libSystem.B.dylib 0x91467cc3 dispatch_queueinvoke + 163
    3 libSystem.B.dylib 0x91467a68 dispatch_workerthread2 + 234
    4 libSystem.B.dylib 0x914674f1 pthreadwqthread + 390
    5 libSystem.B.dylib 0x91467336 start_wqthread + 30
    Thread 2:
    0 libSystem.B.dylib 0x914418da machmsgtrap + 10
    1 libSystem.B.dylib 0x91442047 mach_msg + 68
    2 com.apple.CoreFoundation 0x9640d77f __CFRunLoopRun + 2079
    3 com.apple.CoreFoundation 0x9640c864 CFRunLoopRunSpecific + 452
    4 com.apple.CoreFoundation 0x964127a4 CFRunLoopRun + 84
    5 com.apple.DVCPROHDMuxer 0x38f92507 AVS::DestroyAVCDeviceController(AVS::AVCDeviceController*) + 285
    6 libSystem.B.dylib 0x9146efbd pthreadstart + 345
    7 libSystem.B.dylib 0x9146ee42 thread_start + 34
    Thread 3:
    0 libSystem.B.dylib 0x914418da machmsgtrap + 10
    1 libSystem.B.dylib 0x91442047 mach_msg + 68
    2 com.apple.CoreFoundation 0x9640d77f __CFRunLoopRun + 2079
    3 com.apple.CoreFoundation 0x9640c864 CFRunLoopRunSpecific + 452
    4 com.apple.CoreFoundation 0x964127a4 CFRunLoopRun + 84
    5 com.apple.XSKey 0x02c60436 EmagicKeyDevice_WatcherThread(void*) + 344
    6 libSystem.B.dylib 0x9146efbd pthreadstart + 345
    7 libSystem.B.dylib 0x9146ee42 thread_start + 34
    Thread 4:
    0 libSystem.B.dylib 0x91460856 select$DARWIN_EXTSN + 10
    1 com.apple.CoreFoundation 0x9644cddd __CFSocketManager + 1085
    2 libSystem.B.dylib 0x9146efbd pthreadstart + 345
    3 libSystem.B.dylib 0x9146ee42 thread_start + 34
    Thread 5:
    0 libSystem.B.dylib 0x91467182 _workqkernreturn + 10
    1 libSystem.B.dylib 0x91467718 pthreadwqthread + 941
    2 libSystem.B.dylib 0x91467336 start_wqthread + 30
    Thread 6:
    0 libSystem.B.dylib 0x9146f806 _semwaitsignal + 10
    1 libSystem.B.dylib 0x9146f5b1 pthread_condwait + 1430
    2 libSystem.B.dylib 0x91471158 pthreadcondwait$UNIX2003 + 73
    3 ...le.music.apps.MAAudioEngine 0x02baf5d2 GetCurrentCoreAudioDeviceNameFromUserDefaults(signed char) + 17138
    4 libSystem.B.dylib 0x9146efbd pthreadstart + 345
    5 libSystem.B.dylib 0x9146ee42 thread_start + 34
    Thread 7:
    0 libSystem.B.dylib 0x914418da machmsgtrap + 10
    1 libSystem.B.dylib 0x91442047 mach_msg + 68
    2 com.apple.audio.midi.CoreMIDI 0x012daf31 XServerMachPort::ReceiveMessage(int&, void*, int&) + 155
    3 com.apple.audio.midi.CoreMIDI 0x012f98fe MIDIProcess::RunMIDIInThread() + 150
    4 com.apple.audio.midi.CoreMIDI 0x012dc149 XThread::RunHelper(void*) + 17
    5 com.apple.audio.midi.CoreMIDI 0x012dbb16 CAPThread::Entry(CAPThread*) + 96
    6 libSystem.B.dylib 0x9146efbd pthreadstart + 345
    7 libSystem.B.dylib 0x9146ee42 thread_start + 34
    Thread 8:
    0 libSystem.B.dylib 0x9144193a semaphoretimedwait_signaltrap + 10
    1 libSystem.B.dylib 0x9146f445 pthread_condwait + 1066
    2 libSystem.B.dylib 0x9149e028 pthreadcond_timedwait_relativenp + 47
    3 ...ple.CoreServices.CarbonCore 0x988d0235 TSWaitOnConditionTimedRelative + 242
    4 ...ple.CoreServices.CarbonCore 0x988cff73 TSWaitOnSemaphoreCommon + 511
    5 ...ple.CoreServices.CarbonCore 0x988f416b TimerThread + 97
    6 libSystem.B.dylib 0x9146efbd pthreadstart + 345
    7 libSystem.B.dylib 0x9146ee42 thread_start + 34
    Thread 9:
    0 libSystem.B.dylib 0x91467182 _workqkernreturn + 10
    1 libSystem.B.dylib 0x91467718 pthreadwqthread + 941
    2 libSystem.B.dylib 0x91467336 start_wqthread + 30
    Thread 10:
    0 libSystem.B.dylib 0x91467182 _workqkernreturn + 10
    1 libSystem.B.dylib 0x91467718 pthreadwqthread + 941
    2 libSystem.B.dylib 0x91467336 start_wqthread + 30
    Thread 11:
    0 libSystem.B.dylib 0x9146f806 _semwaitsignal + 10
    1 libSystem.B.dylib 0x9149b441 nanosleep$UNIX2003 + 188
    2 libSystem.B.dylib 0x9149b37f usleep$UNIX2003 + 61
    3 com.apple.AppKit 0x90be31ed -[NSUIHeartBeat _heartBeatThread:] + 2039
    4 com.apple.Foundation 0x900738d8 -[NSThread main] + 45
    5 com.apple.Foundation 0x90073888 _NSThread__main_ + 1499
    6 libSystem.B.dylib 0x9146efbd pthreadstart + 345
    7 libSystem.B.dylib 0x9146ee42 thread_start + 34
    Thread 12:
    0 libSystem.B.dylib 0x9146f806 _semwaitsignal + 10
    1 libSystem.B.dylib 0x9149b441 nanosleep$UNIX2003 + 188
    2 com.apple.Foundation 0x900fdbe8 +[NSThread sleepForTimeInterval:] + 123
    3 com.apple.logic.pro 0x0088ee40 std::ostream& TraceOutContainer<CEvs>(std::ostream&, CEvs, char const*, int) + 8732816
    4 com.apple.Foundation 0x900738d8 -[NSThread main] + 45
    5 com.apple.Foundation 0x90073888 _NSThread__main_ + 1499
    6 libSystem.B.dylib 0x9146efbd pthreadstart + 345
    7 libSystem.B.dylib 0x9146ee42 thread_start + 34
    Thread 0 crashed with X86 Thread State (32-bit):
    eax: 0x00000000 ebx: 0x9154b969 ecx: 0xbfffd6bc edx: 0x914a2732
    edi: 0x00cc5f5c esi: 0x3c04dd80 ebp: 0xbfffd6d8 esp: 0xbfffd6bc
    ss: 0x0000001f efl: 0x00000286 eip: 0x914a2732 cs: 0x00000007
    ds: 0x0000001f es: 0x0000001f fs: 0x00000000 gs: 0x00000037
    cr2: 0xffe2ab9c
    Binary Images:
    0x1000 - 0xbeefe7 com.apple.logic.pro 9.1.0 (1697.23) <85DA0AD5-C835-CE1A-D767-B8D43A42B404> /Applications/Logic Pro.app/Contents/MacOS/Logic Pro
    0xe9e000 - 0xecfff7 com.apple.music.apps.MAAudioUnitSupport 9.1.0 (231.17) <6C9B6C40-B84D-7949-A4AD-5E47A8840BA6> /Applications/Logic Pro.app/Contents/Frameworks/MAAudioUnitSupport.framework/Versions/A/MAAudioUnit Support
    0xee3000 - 0xf14ffb +MAAssetSharing ??? (???) <AF9CDECB-E278-D954-CF3A-6D54B2079842> /Applications/Logic Pro.app/Contents/Frameworks/MAAssetSharing.framework/Versions/A/MAAssetSharing
    0xf28000 - 0xf86fff com.apple.music.apps.MALoopManagement 9.1.0 (218.10) <4AE7C1E4-0D25-4BBB-1CF2-F1278D8E0005> /Applications/Logic Pro.app/Contents/Frameworks/MALoopManagement.framework/Versions/A/MALoopManagem ent
    0xfa3000 - 0x1156feb com.apple.prokit 5.0.1 (906) <B5BA53AD-9CB2-8C6B-09D7-A71FEC4C2FEE> /System/Library/PrivateFrameworks/ProKit.framework/Versions/A/ProKit
    0x1215000 - 0x1293fef com.apple.music.apps.MACore 9.1.0 (475.14) <58DBBD0B-587E-3706-9F8F-C5F074776C0A> /Applications/Logic Pro.app/Contents/Frameworks/MACore.framework/Versions/A/MACore
    0x12cb000 - 0x1317fff com.apple.audio.midi.CoreMIDI 1.7 (42) <670CB7F9-AA00-86F3-6623-E1335F7AEA83> /System/Library/Frameworks/CoreMIDI.framework/Versions/A/CoreMIDI
    0x133c000 - 0x1392fe3 com.apple.music.apps.MAHarmony 9.1.0 (198.10) <77BC4A58-0F43-12D2-30C8-F5AEC9FBF921> /Applications/Logic Pro.app/Contents/Frameworks/MAHarmony.framework/Versions/A/MAHarmony
    0x13ae000 - 0x17c5fe3 com.apple.music.apps.MAPlugInGUI 9.1.0 (423.12) <1FE3558C-42F7-12B8-7C0A-C200BAA7B34B> /Applications/Logic Pro.app/Contents/Frameworks/MAPlugInGUI.framework/Versions/A/MAPlugInGUI
    0x1ad3000 - 0x1bb5ff7 com.apple.music.apps.OMF 9.1.0 (108.8) <2D4CCD5D-577B-15AE-9E8D-3733D8FA6CA1> /Applications/Logic Pro.app/Contents/Frameworks/OMF.framework/Versions/A/OMF
    0x1bcb000 - 0x21edffb com.apple.music.apps.MADSP 9.1.0 (586.16) <F95323D4-B955-58AE-650C-48A93ED782A2> /Applications/Logic Pro.app/Contents/Frameworks/MADSP.framework/Versions/A/MADSP
    0x2923000 - 0x2944ff7 com.apple.music.apps.LogicFileBrowser 9.1.0 (1697.23) <E30D9732-7FBB-3A50-C4EE-6026865BA597> /Applications/Logic Pro.app/Contents/Frameworks/LogicFileBrowser.framework/Versions/A/LogicFileBrow ser
    0x2952000 - 0x29cbff7 com.apple.music.apps.LogicLoopBrowser 9.1.0 (1697.23) <C26C2E7E-40F4-CE07-AEA8-F22AE75C6F22> /Applications/Logic Pro.app/Contents/Frameworks/LogicLoopBrowser.framework/Versions/A/LogicLoopBrow ser
    0x29f1000 - 0x2a12ff7 com.apple.music.apps.MAApogeeSupport 9.1.0 (311.10) <9702526B-218E-713A-8EA0-44AD9B33A042> /Applications/Logic Pro.app/Contents/Frameworks/MAApogeeSupport.framework/Versions/A/MAApogeeSuppor t
    0x2a1b000 - 0x2a20ff7 com.apple.music.apps.MAResources 9.1.0 (211.7) <8E722402-C439-81FF-7D5E-213A7857FA9E> /Applications/Logic Pro.app/Contents/Frameworks/MAResources.framework/Versions/A/MAResources
    0x2a24000 - 0x2a4dfef com.apple.audio.CoreAudioKit 1.6.1 (1.6.1) <C5992CBA-0496-9681-A7CA-A932F2BC1CB9> /System/Library/Frameworks/CoreAudioKit.framework/Versions/A/CoreAudioKit
    0x2a5e000 - 0x2a66ff7 com.apple.AEProfiling 1.2 (23) <CCCF1C02-C733-DC62-BF59-1611240046C2> /Applications/Logic Pro.app/Contents/Frameworks/AEProfiling.framework/Versions/A/AEProfiling
    0x2a6f000 - 0x2a7fff7 com.apple.AERegistration 1.2 (77) <AFF6797E-19F9-B119-D37C-013F0351BDCA> /Applications/Logic Pro.app/Contents/Frameworks/AERegistration.framework/Versions/A/AERegistration
    0x2a93000 - 0x2a9fff3 com.apple.music.apps.MAUnitTest 9.1.0 (95.10) <B8C2C5A7-E6C4-90C8-9623-72B78D24B7B4> /Applications/Logic Pro.app/Contents/Frameworks/MAUnitTest.framework/Versions/A/MAUnitTest
    0x2aa9000 - 0x2b5fff7 com.apple.music.apps.MAFiles 9.1.0 (143.13) <F52A81C6-21BB-BFF1-9977-18D2353083EF> /Applications/Logic Pro.app/Contents/Frameworks/MAFiles.framework/Versions/A/MAFiles
    0x2b7f000 - 0x2bf1ffb com.apple.music.apps.MAAudioEngine 9.1.0 (156.18) <F2ADA6C4-4D7B-5773-5E1F-7B997928B3A2> /Applications/Logic Pro.app/Contents/Frameworks/MAAudioEngine.framework/Versions/A/MAAudioEngine
    0x2c40000 - 0x2c4bff7 com.apple.music.apps.MAToolKit 9.1.0 (357.10) <0FD31DC2-CDA0-9FCD-0908-1ECD97197841> /Applications/Logic Pro.app/Contents/Frameworks/MAToolKit.framework/Versions/A/MAToolKit
    0x2c51000 - 0x2c6ffef com.apple.XSKey 1.0.0 (52) <71B94F53-15DB-9012-91F2-211F7C2CD790> /Library/Frameworks/XSKey.framework/Versions/A/XSKey
    0x2c7e000 - 0x2c91fff com.apple.music.apps.MAVideo 9.1.0 (11.14) <63320C00-1CBF-5036-0622-0379097BB967> /Applications/Logic Pro.app/Contents/Frameworks/MAVideo.framework/Versions/A/MAVideo
    0x2ca1000 - 0x2ce1ff7 com.apple.vmutils 4.2 (106) <834EA6B0-C91B-4CF1-ED3C-229C26459578> /System/Library/PrivateFrameworks/vmutils.framework/Versions/A/vmutils
    0x2cfa000 - 0x2d96ffc com.apple.MobileMe 9 (1.01) <EBADB981-9ED6-82B0-810F-F1CB05CB5A17> /Applications/Logic Pro.app/Contents/Frameworks/MobileMe.framework/Versions/A/MobileMe
    0x2df3000 - 0x2ea8fe7 libcrypto.0.9.7.dylib ??? (???) <39CDB041-9DF5-01B1-4B33-03EC4CCA40B3> /usr/lib/libcrypto.0.9.7.dylib
    0x2fb7000 - 0x2fe5ff7 com.apple.prokit.SnowLeopardPanels 5.0.1 (906) <200EE10C-484D-A71C-ADFF-4DCC8411C31D> /System/Library/PrivateFrameworks/ProKit.framework/Versions/A/Resources/SnowLeo pardPanels.bundle/Contents/MacOS/SnowLeopardPanels
    0x3582000 - 0x358fff7 com.apple.iokit.IOHIDLib 1.6.1 (1.6.1) <6402BAEB-0141-9AD9-54D0-E49203DAF1EC> /System/Library/Extensions/IOHIDFamily.kext/Contents/PlugIns/IOHIDLib.plugin/Co ntents/MacOS/IOHIDLib
    0x359e000 - 0x359eff0 +com.google.GearsEnabler ??? (1.0) <C5B680AD-0957-59FD-B95F-A79C89E04678> /Library/InputManagers/GearsEnabler/GearsEnabler.bundle/Contents/MacOS/GearsEna bler
    0x3681000 - 0x3685ff3 com.apple.audio.AudioIPCPlugIn 1.1.2 (1.1.2) <C36F9194-6DB6-0AA8-4839-71191EEBAC65> /System/Library/Extensions/AudioIPCDriver.kext/Contents/Resources/AudioIPCPlugI n.bundle/Contents/MacOS/AudioIPCPlugIn
    0x368a000 - 0x3690ffb com.apple.audio.AppleHDAHALPlugIn 1.7.9 (1.7.9a4) <A686EC36-C3D5-131F-46D2-F174F5477C77> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bun dle/Contents/MacOS/AppleHDAHALPlugIn
    0x3695000 - 0x36e7fc3 com.apple.DVCPROHDAudio 1.2 (1.2) /Library/Audio/Plug-Ins/HAL/DVCPROHDAudio.plugin/Contents/MacOS/DVCPROHDAudio
    0x3770000 - 0x3777ff7 com.apple.proapps.mrcheckpro 1.4 (385) <963824DD-2E90-6639-0AAE-3F11EE70118E> /Applications/Logic Pro.app/Contents/Resources/MRCheckPro.bundle/Contents/MacOS/MRCheckPro
    0x37d3000 - 0x37d6fff com.apple.LiveType.component 2.1.2 (2.1.2) /Library/QuickTime/LiveType.component/Contents/MacOS/LiveType
    0x37db000 - 0x37deff3 +com.divx.divxtoolkit 1.0 (1.0) /Library/Frameworks/DivX Toolkit.framework/Versions/A/DivX Toolkit
    0x37f5000 - 0x37f7ff3 com.apple.music.apps.anvil.resources 9.1.0 (279.7) <4D63C4E3-B330-B671-1B95-85A44C8F3489> /Applications/Logic Pro.app/Contents/Resources/anvil.res/Contents/MacOS/anvil
    0x38b78000 - 0x38bddffe com.apple.LiveType.framework 2.1.2 (2.1.2) /System/Library/PrivateFrameworks/LiveType.framework/Versions/A/LiveType
    0x38bfd000 - 0x38c52fdf +com.DivXInc.DivXDecoder 6.8.3.5 (6.8.3.5) /Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder
    0x38c80000 - 0x38e74ff3 +com.elgato.mpegsupport EyeTV MPEG Support 1.2 (build 51) (1.2) <A284E8AC-F1A5-B7BC-F0FA-0177D2B3A44E> /Library/QuickTime/EyeTV MPEG Support.component/Contents/MacOS/EyeTV MPEG Support
    0x38f81000 - 0x38fc8fef com.apple.DVCPROHDMuxer 1.2 (1.2) /Library/QuickTime/DVCPROHDMuxer.component/Contents/MacOS/DVCPROHDMuxer
    0x39cd7000 - 0x39e48ff7 GLEngine ??? (???) <D336658A-F6DB-6D61-9CA6-04299E7D5420> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
    0x39e79000 - 0x3a0b5fef com.apple.ATIRadeonX1000GLDriver 1.6.6 (6.0.6) <E0A5525E-5037-2D4A-0879-2FB8F865FBC2> /System/Library/Extensions/ATIRadeonX1000GLDriver.bundle/Contents/MacOS/ATIRade onX1000GLDriver
    0x3a0d8000 - 0x3a0f4ff7 GLRendererFloat ??? (???) <8FF7B576-512C-C2F8-4C0C-967FB3D9EEA2> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GL RendererFloat
    0x3a0fc000 - 0x3a104ff7 com.apple.iokit.IOUSBLib 3.8.4 (3.8.4) <7DD8A031-640B-BA5C-FE32-0302F5ADF376> /System/Library/Extensions/IOUSBFamily.kext/Contents/PlugIns/IOUSBLib.bundle/Co ntents/MacOS/IOUSBLib
    0x3a10f000 - 0x3a111ff3 com.apple.music.apps.common.resources 9.1.0 (279.7) <CC1C9305-A18A-23FC-C8BE-42710949BA2D> /Applications/Logic Pro.app/Contents/Resources/common.res/Contents/MacOS/common
    0x3a1f7000 - 0x3a1f9ff3 com.apple.music.apps.ebp.resources 9.1.0 (279.7) <2467C67F-AB24-3C4D-319D-DE59780F85CB> /Applications/Logic Pro.app/Contents/Resources/ebp.res/Contents/MacOS/ebp
    0x3a6e9000 - 0x3a6ebff3 com.apple.music.apps.efx.resources 9.1.0 (279.7) <015D962D-6F7E-B261-EBF0-573EBBAF76B3> /Applications/Logic Pro.app/Contents/Resources/efx.res/Contents/MacOS/efx
    0x3a6f0000 - 0x3a6f2ff3 com.apple.music.apps.egt.resources 9.1.0 (279.7) <D6ABBDAC-A071-CBC8-C9BD-91EA21E91425> /Applications/Logic Pro.app/Contents/Resources/egt.res/Contents/MacOS/egt
    0x3a6f7000 - 0x3a6f9ff3 com.apple.music.apps.emx.resources 9.1.0 (279.7) <0CF5959B-45A1-36BF-BD17-FCC958C110BC> /Applications/Logic Pro.app/Contents/Resources/emx.res/Contents/MacOS/emx
    0x3b0cd000 - 0x3b0cfff3 com.apple.music.apps.es1.resources 9.1.0 (279.7) <3A4AF377-25E7-DEFD-8B9A-DA9F5180A59B> /Applications/Logic Pro.app/Contents/Resources/es1.res/Contents/MacOS/es1
    0x3b0d4000 - 0x3b0d6ff3 com.apple.music.apps.es2.resources 9.1.0 (279.7) <DC6F8762-E00B-CE6F-2659-75730699D56B> /Applications/Logic Pro.app/Contents/Resources/es2.res/Contents/MacOS/es2
    0x3b0db000 - 0x3b0ddff3 com.apple.music.apps.esp.resources 9.1.0 (279.7) <43B0216C-1C45-81A4-D6E9-623B3D1A8369> /Applications/Logic Pro.app/Contents/Resources/esp.res/Contents/MacOS/esp
    0x3b0e2000 - 0x3b0e4ff3 com.apple.music.apps.evb3.resources 9.1.0 (279.7) <2237C5A8-922E-9C2A-FFEA-F72A8D402B7A> /Applications/Logic Pro.app/Contents/Resources/evb3.res/Contents/MacOS/evb3
    0x3b0e9000 - 0x3b0ebff3 com.apple.music.apps.evd6.resources 9.1.0 (279.7) <4758F8E2-E278-78FA-736E-F85EBC91972F> /Applications/Logic Pro.app/Contents/Resources/evd6.res/Contents/MacOS/evd6
    0x3b0f0000 - 0x3b0f2ff3 com.apple.music.apps.evoc.resources 9.1.0 (279.7) <107DC69E-8514-E5C9-874F-0255A13FE360> /Applications/Logic Pro.app/Contents/Resources/evoc.res/Contents/MacOS/evoc
    0x3b0f7000 - 0x3b0f9ff3 com.apple.music.apps.evp88.resources 9.1.0 (279.7) <31B9CB48-C64B-E823-8AC5-B2180034092D> /Applications/Logic Pro.app/Contents/Resources/evp88.res/Contents/MacOS/evp88
    0x3b0fe000 - 0x3b100ff3 com.apple.music.apps.exs24.resources 9.1.0 (279.7) <1AB030B3-D505-F558-5C32-E10121997E58> /Applications/Logic Pro.app/Contents/Resources/exs24.res/Contents/MacOS/exs24
    0x3b105000 - 0x3b107ff3 com.apple.music.apps.guitaramp.resources 9.1.0 (279.7) <48680FCD-09F0-2D4F-7A6B-961EB86869D1> /Applications/Logic Pro.app/Contents/Resources/guitaramp.res/Contents/MacOS/guitaramp
    0x3b10c000 - 0x3b10eff3 com.apple.music.apps.guitarcontrols.resources 9.1.0 (279.7) <929292A4-C515-1D08-7799-61C83B81790D> /Applications/Logic Pro.app/Contents/Resources/guitarcontrols.res/Contents/MacOS/guitarcontrols
    0x3b113000 - 0x3b115ff3 com.apple.music.apps.mutapdel.resources 9.1.0 (279.7) <C280DBEC-EFA0-B35D-DBCA-13B37174804B> /Applications/Logic Pro.app/Contents/Resources/mutapdel.res/Contents/MacOS/mutapdel
    0x3b11a000 - 0x3b11cff3 com.apple.music.apps.pedalboard.resources 9.1.0 (279.7) <FDE39F48-8495-2F32-44B5-2AD1E64CCEF1> /Applications/Logic Pro.app/Contents/Resources/pedalboard.res/Contents/MacOS/pedalboard
    0x3b121000 - 0x3b123ff3 com.apple.music.apps.revolver.resources 9.1.0 (279.7) <99C8BCA7-3D94-74BD-8FC4-963D4367CE88> /Applications/Logic Pro.app/Contents/Resources/revolver.res/Contents/MacOS/revolver
    0x3b128000 - 0x3b12aff3 com.apple.music.apps.sphere.resources 9.1.0 (279.7) <EFB59A69-D43A-7983-E65B-2DFDEBEBA4AA> /Applications/Logic Pro.app/Contents/Resources/sphere.res/Contents/MacOS/sphere
    0x407f6000 - 0x407fbfe7 com.apple.DesktopVideoOut 1.2.4 (1.2.4) /Library/QuickTime/DesktopVideoOut.component/Contents/MacOS/DesktopVideoOut
    0x410e7000 - 0x410f1fff com.apple.DVCPROHDVideoOutput 1.2 (1.2) /Library/QuickTime/DVCPROHDVideoOutput.component/Contents/MacOS/DVCPROHDVideoOu tput
    0x44f10000 - 0x44f51fe3 com.apple.audio.SoundManager.Components 3.9.4 (3.9.4) <AD66647C-03A9-EBAF-6FFC-E5A631F4D6BE> /System/Library/Components/SoundManagerComponents.component/Contents/MacOS/Soun dManagerComponents
    0x44f58000 - 0x44f94fe3 com.apple.QuickTimeFireWireDV.component 7.6.3 (1591.3) <55A49215-3C98-20A3-02EC-FDBAD3D1A69B> /System/Library/QuickTime/QuickTimeFireWireDV.component/Contents/MacOS/QuickTim eFireWireDV
    0x44fa0000 - 0x44faaff7 com.apple.IOFWDVComponents 1.9.9 (1.9.9) <5B4E7BD7-EF5A-2F5C-DF8E-3D4A7B59F779> /System/Library/Components/IOFWDVComponents.component/Contents/MacOS/IOFWDVComp onents
    0x45dea000 - 0x45df7ff7 +net.telestream.license 1.0.3.4 (1.0.3.4) <B79F271F-8FC4-427F-58F3-9E22D5002130> /Library/Frameworks/TSLicense.framework/Versions/A/TSLicense
    0x465fc000 - 0x465fcff7 libmx.A.dylib ??? (???) <01401BF8-3FC7-19CF-ACCE-0F292BFD2F25> /usr/lib/libmx.A.dylib
    0x46ebc000 - 0x46f08ff4 +com.focusrite.FFPlugSuite 1.0.2 (1.0.2) <A38E62D1-CB50-7E0E-649E-2DF769F40F9C> /Library/Audio/Plug-Ins/Components/FFPlugSuite.component/Contents/MacOS/FFPlugS uite
    0x46f9c000 - 0x471b9ff8 +org.perian.Perian 1.1.1 (1.1.1) <C8596DFB-96DC-68C9-3C5E-33A205276E99> /Users/andersosterberg/Library/QuickTime/Perian.component/Contents/MacOS/Perian
    0x473cd000 - 0x475befd2 +net.telestream.wmv.import 2.3.0.14 (2.3.0.14) <A01045FC-4804-4F90-B312-01DE7F90C587> /Library/QuickTime/Flip4Mac WMV Import.component/Contents/MacOS/Flip4Mac WMV Import
    0x475f4000 - 0x477b4ff2 +net.telestream.wmv.advanced 2.3.0.14 (2.3.0.14) <125E7162-2457-453D-9707-5902DEB4D32E> /Library/QuickTime/Flip4Mac WMV Advanced.component/Contents/MacOS/Flip4Mac WMV Advanced
    0x48800000 - 0x48855fef com.apple.AppleProResDecoder 2.0 (223) <793BA98A-2E7D-1C39-998D-805B60034DF4> /System/Library/QuickTime/AppleProResDecoder.component/Contents/MacOS/AppleProR esDecoder
    0x4888d000 - 0x48906fef com.apple.AppleVAH264HW.component 2.0 (1.0) <377823AD-6C3A-F949-2F12-74B05AE475B1> /System/Library/QuickTime/AppleVAH264HW.component/Contents/MacOS/AppleVAH264HW
    0x489c8000 - 0x489e2fc3 com.apple.AppleIntermediateCodec 1.2 (145) /Library/QuickTime/AppleIntermediateCodec.component/Contents/MacOS/AppleInterme diateCodec
    0x489e7000 - 0x489ecff7 com.apple.AppleMPEG2Codec 1.0.1 (220) <6FDFF3C8-7ECE-CB74-1374-9C0230C54F78> /Library/QuickTime/AppleMPEG2Codec.component/Contents/MacOS/AppleMPEG2Codec
    0x489f2000 - 0x48a0bfe7 com.apple.applepixletvideo 1.2.19 (1.2d19) <4A68731C-8071-6CF5-012C-40F00CD1333A> /System/Library/QuickTime/ApplePixletVideo.component/Contents/MacOS/ApplePixlet Video
    0x5519c000 - 0x55f71fcf +Reaktor5.MusicDevice.component 5.1.2.009 (5.1.2, Copyright © 2005 Native Instruments) /Library/Audio/Plug-Ins/Components/Reaktor5.component/Contents/MacOS/Reaktor5
    0x8fe00000 - 0x8fe4162b dyld 132.1 (???) <211AF0DD-42D9-79C8-BB6A-1F4BEEF4B4AB> /usr/lib/dyld
    0x90034000 - 0x9005cff7 libxslt.1.dylib ??? (???) <769EF4B2-C1AD-73D5-AAAD-1564DAEA77AF> /usr/lib/libxslt.1.dylib
    0x9005d000 - 0x902cdffb com.apple.Foundation 6.6.1 (751.14) <CD815A50-BB33-5AA1-DD73-A5B07D394DDA> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x902ce000 - 0x902deff7 com.apple.DSObjCWrappers.Framework 10.6 (134) <81A0B409-3906-A98F-CA9B-A49E75007495> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x902df000 - 0x90403ff7 com.apple.CoreAUC 5.03.2 (5.03.2) <38C77DF1-6F98-4ABF-BE8F-ADA70E9C622D> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
    0x90404000 - 0x90404ff7 liblangid.dylib ??? (???) <B99607FC-5646-32C8-2C16-AFB5EA9097C2> /usr/lib/liblangid.dylib
    0x90405000 - 0x904b2fe7 libobjc.A.dylib ??? (???) <DF8E4CFA-3719-3415-0BF1-E8C5E561C3B1> /usr/lib/libobjc.A.dylib
    0x905bb000 - 0x905bfff7 libGFXShared.dylib ??? (???) <79F4F60E-0A6D-CE9C-282E-FA85825449E3> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
    0x90659000 - 0x9068eff7 libcups.2.dylib ??? (???) <AFDC4D3C-0FF4-D459-B26C-4BA1093F9142> /usr/lib/libcups.2.dylib
    0x906c6000 - 0x906f9ff7 com.apple.AE 496.1 (496.1) <1AC75AE2-AF94-2458-0B94-C3BB0115BA4B> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x906fa000 - 0x907eefe7 libiconv.2.dylib ??? (???) <0C578460-3929-29DD-585A-DB1E0C977425> /usr/lib/libiconv.2.dylib
    0x907fa000 - 0x9085effb com.apple.htmlrendering 72 (1.1.4) <4D451A35-FAB6-1288-71F6-F24A4B6E2371> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x9085f000 - 0x90874fff com.apple.ImageCapture 6.0 (6.0) <3F31833A-38A9-444E-02B7-17619CA6F2A0> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x90889000 - 0x908a1ff7 com.apple.CFOpenDirectory 10.6 (10.6) <1537FB4F-C112-5D12-1E5D-3B1002A4038F> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
    0x908a7000 - 0x90916ff7 libvMisc.dylib ??? (???) <59243A8C-2B98-3E71-8032-884D4853E79F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x90917000 - 0x90947ff7 com.apple.MeshKit 1.0 (49.0) <435718C1-ED40-6BCC-F0D8-67FA05CFFF1E> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/MeshKit
    0x90948000 - 0x909caffb SecurityFoundation ??? (???) <29C27E0E-B2B3-BF6B-B1F8-5783B8B01535> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x909d6000 - 0x90a1afe7 com.apple.Metadata 10.6.2 (507.4) <DBCBAE7D-7B34-7806-C0B9-1E6E6D45562F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x90a31000 - 0x9130fff7 com.apple.AppKit 6.6.3 (1038.25) <72A9AA47-8DCB-DB07-64F5-F837E98C62D8> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x91310000 - 0x91387fe3 com.apple.backup.framework 1.2 (1.2) <411D14B1-0E2D-25FF-F329-CE92C70DDEC3> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x91388000 - 0x913f2fe7 libstdc++.6.dylib ??? (???) <411D87F4-B7E1-44EB-F201-F8B4F9227213> /usr/lib/libstdc++.6.dylib
    0x913f3000 - 0x91440feb com.apple.DirectoryService.PasswordServerFramework 6.0 (6.0) <BF66BA5D-BBC8-78A5-DBE2-F9DE3DD1D775> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordS erver
    0x91441000 - 0x915e5feb libSystem.B.dylib ??? (???) <D45B91B2-2B4C-AAC0-8096-1FC48B7E9672> /usr/lib/libSystem.B.dylib
    0x915e6000 - 0x91604ff7 com.apple.CoreVideo 1.6.0 (43.1) <1FB01BE0-B013-AE86-A063-481BB547D2F5> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x91605000 - 0x9162bfff com.apple.DictionaryServices 1.1.1 (1.1.1) <02709230-9B37-C743-6E27-3FCFD18211F8> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x9162c000 - 0x9164efef com.apple.DirectoryService.Framework 3.6 (621.1) <3ED4949F-9604-C109-6586-5CE5F421182B> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x9164f000 - 0x9168afe7 com.apple.DebugSymbols 1.1 (70) <05013716-CFCF-801E-5535-D0643869BDCD> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbol s
    0x9168b000 - 0x916ccff7 libRIP.A.dylib ??? (???) <9F0ECE75-1F03-60E4-E29C-136A27C13F2E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x916cf000 - 0x916e0ff7 com.apple.LangAnalysis 1.6.6 (1.6.6) <7A3862F7-3730-8F6E-A5DE-8E2CCEA979EF> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x916e9000 - 0x917b3fef com.apple.CoreServices.OSServices 352 (352) <D9F21CA4-EED0-705F-8F3C-F1322D114B52> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x917b4000 - 0x917b7ffb com.apple.help 1.3.1 (41) <67F1F424-3983-7A2A-EC21-867BE838E90B> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x91861000 - 0x91861ff7 com.apple.ApplicationServices 38 (38) <8012B504-3D83-BFBB-DA65-065E061CFE03> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x91880000 - 0x919acfeb com.apple.audio.toolbox.AudioToolbox 1.6.2 (1.6.2) <9AAFDCBE-C68C-3BB3-8089-83CD2C0B4ED7> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x919ad000 - 0x919fdfe7 libGLU.dylib ??? (???) <659ADCA2-10EC-59BD-1B0A-4928A965F1D1> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x91a20000 - 0x91a24ff7 IOSurface ??? (???) <C11D3FF3-EB51-A07D-EF24-9C2004115724> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x91a25000 - 0x91a25ff7 com.apple.Accelerate.vecLib 3.5 (vecLib 3.5) <3E039E14-2A15-56CC-0074-EE59F9FBB913> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x91a26000 - 0x91a2cfff com.apple.CommonPanels 1.2.4 (91) <2438AF5D-067B-B9FD-1248-2C9987F360BA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x91a2d000 - 0x91a87fe7 com.apple.CorePDF 1.1 (1.1) <8ED0FB5F-D498-D012-DF09-DE5378D40D52> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
    0x91cc6000 - 0x92c54ff7 com.apple.QuickTimeComponents.component 7.6.3 (1591.3) /System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickTim eComponents
    0x92c55000 - 0x92c62ff7 libbz2.1.0.dylib ??? (???) <495732E1-2AC4-44FC-E633-4CBCC503B924> /usr/lib/libbz2.1.0.dylib
    0x92c63000 - 0x92e63feb com.apple.AddressBook.framework 5.0.1 (864) <878FE5D9-6C49-000F-D5D1-DF8054BFC0F0> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x92e8f000 - 0x92eaffe7 libresolv.9.dylib ??? (???) <A48921CB-3FA7-3071-AF9C-2D86FB493A3A> /usr/lib/libresolv.9.dylib
    0x92eb0000 - 0x92ebdff7 com.apple.NetFS 3.2.1 (3.2.1) <5E61A00B-FA16-9D99-A064-47BDC5BC9A2B> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x92ebe000 - 0x92fbffe7 libxml2.2.dylib ??? (???) <B4C5CD68-405D-0F1B-59CA-5193D463D0EF> /usr/lib/libxml2.2.dylib
    0x92fc0000 - 0x932b9fef com.apple.QuickTime 7.6.3 (1591.3) <803CC5FD-2369-83B5-795D-A8963620EFAC> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x932ba000 - 0x932c6ff7 libkxld.dylib ??? (???) <3D2C5BA3-6A8D-C861-B346-0E19942D9AF1> /usr/lib/system/libkxld.dylib
    0x93336000 - 0x93378fe7 libvDSP.dylib ??? (???) <8F8FFFB3-81E3-2969-5688-D5B0979182E6> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x93379000 - 0x933f2ff7 com.apple.PDFKit 2.5 (2.5) <58603BDB-337F-FBE3-EB11-7C31CF261995> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
    0x933f3000 - 0x9343cfe7 libTIFF.dylib ??? (???) <5864AE5B-EAEB-F8B6-18FB-3D27B7895A4C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x9349b000 - 0x934ebff7 com.apple.framework.familycontrols 2.0 (2.0) <E6CAB425-3E40-65A3-0C23-150C26E9CBBF> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
    0x934ec000 - 0x9366efe7 libicucore.A.dylib ??? (???) <2B0182F3-F459-B452-CC34-46FE73ADE348> /usr/lib/libicucore.A.dylib
    0x9366f000 - 0x93765ff7 libGLProgrammability.dylib ??? (???) <82D03736-D30C-C013-BBB1-20ED9687D47F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x937a7000 - 0x93bbdff7 libBLAS.dylib ??? (???) <C4FB303A-DB4D-F9E8-181C-129585E59603> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x93bbe000 - 0x93c32fef com.apple.CoreSymbolication 2.1 (23.2) <D4339C60-617B-4D5E-A3B1-C8B0B22FAE09> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSy mbolication
    0x93c33000 - 0x93c40ff7 com.apple.AppleFSCompression 1.0 (1.0) <DEF0B7B0-993B-F088-8F73-4318C3CA1F64> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/Apple FSCompression
    0x93c41000 - 0x93cc1feb com.apple.SearchKit 1.3.0 (1.3.0) <9E18AEA5-F4B4-8BE5-EEA9-818FC4F46FD9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x93cc2000 - 0x93d53fe7 com.apple.print.framework.PrintCore 6.1 (312.3) <6D4322AF-703C-CC19-77B4-53E6D3BB18D4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x93d54000 - 0x93dc5ff7 com.apple.iLifeMediaBrowser 2.1.3 (346.0.3) <C862CAE1-1906-CD45-7D66-F8798483BAA5> /System/Library/PrivateFrameworks/iLifeMediaBrowser.framework/Versions/A/iLifeM ediaBrowser
    0x93e05000 - 0x93f46ff7 com.apple.syncservices 5.1 (578) <88BAF2E9-3A67-EEAB-2EBF-4F7D1D28B39E> /System/Library/Frameworks/SyncServices.framework/Versions/A/SyncServices
    0x93f47000 - 0x9426afef com.apple.HIToolbox 1.6.2 (???) <E02640B9-7BC3-A4B4-6202-9E4127DDFDD6> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x9426b000 - 0x942a4fe7 com.apple.bom 10.0 (164) <CC61CCD7-F76C-45DD-6666-C0E0D07C7343> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x942d7000 - 0x94345ff7 com.apple.QuickLookUIFramework 2.1 (327.3) <2F51D9CB-F827-E0AF-F201-5F4244C0D02A> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.f ramework/Versions/A/QuickLookUI
    0x94355000 - 0x94367ff7 com.apple.MultitouchSupport.framework 204.9 (204.9) <B639F02B-33CC-150C-AE8C-1007EA7648F9> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
    0x94368000 - 0x94369ff7 com.apple.MonitorPanelFramework 1.3.0 (1.3.0) <0EC4EEFF-477E-908E-6F21-ED2C973846A4> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPane l
    0x9436a000 - 0x94526fef com.apple.ImageIO.framework 3.0.1 (3.0.1) <598CF4F9-7542-E1A7-26D2-584933497A2E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x9456e000 - 0x9456eff7 com.apple.vecLib 3.5 (vecLib 3.5) <17BEEF92-DF30-CD52-FD65-0B7B43B93617> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x9456f000 - 0x9458aff7 libPng.dylib ??? (???) <3F8682CD-C05B-607D-96E7-767646C77DB8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x9458b000 - 0x94a39fe7 com.apple.VideoToolbox 0.420.18 (420.18) <CB16BB7D-FBE2-A2AD-490A-18479A8321BA> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbo x
    0x94a3a000 - 0x94da1ff7 com.apple.QuartzCore 1.6.1 (227.8) <8B90AB08-46A4-1C5C-4E71-C6AB652477B9> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x94da2000 - 0x94de0ff7 com.apple.QuickLookFramework 2.1 (327.3) <BAF90576-16DF-13E6-9756-31537076E843> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x94de1000 - 0x94e19ff7 com.apple.LDAPFramework 2.0 (120.1) <681A0B2E-BCB2-D2BA-3D02-A4989E9C7686> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x94e1a000 - 0x94e70ff7 com.apple.MeshKitRuntime 1.0 (49.0) <BCB920E3-C567-3F37-D404-F518A256859E> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshK itRuntime.framework/Versions/A/MeshKitRuntime
    0x94e7e000 - 0x94facfe7 com.apple.CoreData 102.1 (250) <F33FF4A1-D7F9-4F6D-3153-E5F2588479EB> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x94fe0000 - 0x9501cfff com.apple.CoreMediaIOServices 124.0 (850) <5F9B1AA3-8BB3-4E8C-2A31-F8FD5EC3F28A> /System/Library/PrivateFrameworks/CoreMediaIOServices.framework/Versions/A/Core MediaIOServices
    0x9501d000 - 0x950f7ff3 com.apple.DesktopServices 1.5.3 (1.5.3) <DA02AC94-7B0C-BD75-2305-C46A307A5FB0> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x950f8000 - 0x951fcfe7 libcrypto.0.9.8.dylib ??? (???) <2E58547A-91CC-4C1A-9FCC-DA7515FDB68A> /usr/lib/libcrypto.0.9.8.dylib
    0x952ac000 - 0x952d3ff7 com.apple.quartzfilters 1.6.0 (1.6.0) <879A3B93-87A6-88FE-305D-DF1EAED04756> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
    0x95616000 - 0x9561cff7 com.apple.DisplayServicesFW 2.2 (2.2) <72C790A9-F4D2-DA92-015B-4CAF478FC0C2> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
    0x9561d000 - 0x956d0fff libFontParser.dylib ??? (???) <FAD5E96D-CF93-CC86-6B30-A6594B930772> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x956d1000 - 0x95769fe7 edu.mit.Kerberos 6.5.9 (6.5.9) <73EC847F-FF44-D542-2AD5-97F6C8D48F0B> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x9576a000 - 0x95823fe7 libsqlite3.dylib ??? (???) <16CEF8E8-8C9A-94CD-EF5D-05477844C005> /usr/lib/libsqlite3.dylib
    0x95824000 - 0x95838fe7 libbsm.0.dylib ??? (???) <14CB053A-7C47-96DA-E415-0906BA1B78C9> /usr/lib/libbsm.0.dylib
    0x95872000 - 0x958a9ff7 com.apple.CoreMedia 0.420.18 (420.18) <43747711-B334-B0C7-4971-15FA586DAFBF> /System/Library/PrivateFrameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x958aa000 - 0x958acfe7 com.apple.ExceptionHandling 1.5 (10) <21F37A49-E63B-121E-D406-1BBC94BEC762> /System/Library/Frameworks/ExceptionHandling.framework/Versions/A/ExceptionHand ling
    0x958c0000 - 0x958c2ff7 libRadiance.dylib ??? (???) <462903E2-2E77-FAE5-4ED6-829AAB1980A4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x958c3000 - 0x958c3ff7 com.apple.Cocoa 6.6 (???) <EA27B428-5904-B00B-397A-185588698BCC> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x958c4000 - 0x959c6fef com.apple.MeshKitIO 1.0 (49.0) <E4436373-BF5D-9644-F8B7-B72762BEC08B> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshK itIO.framework/Versions/A/MeshKitIO
    0x959c7000 - 0x95bf2ff3 com.apple.QuartzComposer 4.1 (156.10) <24293329-50D7-D12F-51B3-57976A4E52B1> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
    0x95bf3000 - 0x95e55fe7 com.apple.security 6.1.1 (37594) <9AA7D9BF-852F-111F-68AD-65DD760D4DF3> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x95e56000 - 0x95f31ff7 com.apple.DiscRecording 5.0.3 (5030.4.2) <CC86EBA6-5E48-32C0-77AE-81479DFF6D4A> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
    0x95f32000 - 0x95f78ff7 libauto.dylib ??? (???) <85670A64-3B67-8162-D441-D8E0BE15CA94> /usr/lib/libauto.dylib
    0x95fda000 - 0x962d3ff3 com.apple.RawCamera.bundle 2.3.0 (505) <1C7CEA30-FFE2-B4DE-98CE-D6518DF1E54B> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x962d4000 - 0x962f4fe7 com.apple.opencl 12 (12) <2DB56F60-577B-6724-5708-7B082F62CC0F> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x962fb000 - 0x96302ff7 com.apple.agl 3.0.12 (AGL-3.0.12) <6BF89127-C18C-27A9-F94A-981836A822FE> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x96303000 - 0x963b2ff3 com.apple.ColorSync 4.6.2 (4.6.2) <F3F097AC-FDB7-3357-C64F-E28BECF4C15F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x963cc000 - 0x963d0ff7 libGIF.dylib ??? (???) <83FB0DCC-355F-A930-E570-0BD95086CC59> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x963d1000 - 0x96548fef com.apple.CoreFoundation 6.6.1 (550.13) <AE9FC6F7-F0B2-DE58-759E-7DB89C021A46> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x96549000 - 0x96549ff7 com.apple.Carbon 150 (152) <608A04AB-F35D-D2EB-6629-16B88FB32074> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x9654a000 - 0x9654dff7 libCGXType.A.dylib ??? (???) <483FCF1C-066B-D210-7355-ABC48CA9DB2F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
    0x9654e000 - 0x96551ff7 libCoreVMClient.dylib ??? (???) <A89D7A78-8FB0-2BDF-30DB-A35E04A6186B> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
    0x96565000 - 0x96573fe7 libz.1.dylib ??? (???) <7B7A02AB-DA99-6180-880E-D28E4F9AA8EB> /usr/lib/libz.1.dylib
    0x96574000 - 0x965e4ff3 com.apple.AppleVAFramework 4.7.5 (4.7.5) <464A915D-E670-FA22-7799-454259D42B82> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x965e5000 - 0x96dc84b7 com.apple.CoreGraphics 1.536.12 (???) <263EB5FC-DEAD-7C5B-C486-EC86C173F952> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x96dc9000 - 0x96dd9ff7 libsasl2.2.dylib ??? (???) <C8744EA3-0AB7-CD03-E639-C4F2B910BE5D> /usr/lib/libsasl2.2.dylib
    0x96dda000 - 0x96de4fe7 com.apple.audio.SoundManager 3.9.3 (3.9.3) <5F494955-7290-2D91-DA94-44B590191771> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x96ded000 - 0x96e4dfe7 com.apple.CoreText 3.1.0 (???) <79FD1B5C-2F93-4C5D-B07B-4DD9088E67DE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x96e4e000 - 0x96e62ffb com.apple.speech.synthesis.framework 3.10.35 (3.10.35) <57DD5458-4F24-DA7D-0927-C3321A65D743> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x96e63000 - 0x96e63ff7 com.apple.CoreServices 44 (44) <AC35D112-5FB9-9C8C-6189-5F5945072375> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x96e64000 - 0x96e88ff7 libJPEG.dylib ??? (???) <649E1974-A527-AC0B-B3F4-B4DC30484070> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x96e99000 - 0x96f40fe7 com.apple.CFNetwork 454.5 (454.5) <A7E78E62-0C59-CE57-73D2-C4E60527781C> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x96f41000 - 0x96f44fe7 libmathCommon.A.dylib ??? (???) <1622A54F-1A98-2CBE-B6A4-2122981A500E> /usr/lib/system/libmathCommon.A.dylib
    0x96f45000 - 0x96f45ff7 com.apple.Accelerate 1.5 (Accelerate 1.5) <F642E7A0-3720-FA19-0190-E6DBD9EF2D9B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x96f46000 - 0x96f89ff7 com.apple.NavigationServices 3.5.3 (181) <28CDD978-030E-7D4A-5334-874A8EBE6C29> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x96f8a000 - 0x96f8cff7 com.apple.securityhi 4.0 (36638) <962C66FB-5BE9-634E-0810-036CB340C059> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x96f8d000 - 0x96f94fff com.apple.print.framework.Print 6.0 (237) <7A06B15C-B835-096E-7D96-C2FE8F0D21E1> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x96f95000 - 0x96f96ff7 com.apple.audio.units.AudioUnit 1.6.2 (1.6.2) <845D5E0D-870D-B7E8-AAC5-8364AC341AA1> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x96fc2000 - 0x971a4fff com.apple.imageKit 2.0.1 (1.0) <3CD99122-4DC8-00CE-4BD7-E3E1E1C71C30> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
    0x971a5000 - 0x971e2ff7 com.apple.SystemConfiguration 1.10.1 (1.10.1) <BA676C76-6AAD-F630-626D-B9248535294D> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x971e3000 - 0x97218ff7 libGLImage.dylib ??? (???) <A6007BF7-BF3C-96DC-C435-849C6B88C58A> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x97219000 - 0x972c8fe3 com.apple.QuickTimeImporters.component 7.6.3 (1591.3) <2E2381EB-5E5E-B714-C65D-FCE349E77094> /System/Library/QuickTime/QuickTimeImporters.component/Contents/MacOS/QuickTime Importers
    0x972c9000 - 0x97303ffb libFontRegistry.dylib ??? (???) <72342297-E8D6-B071-A752-014134129282> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x97304000 - 0x97443fe3 com.apple.QTKit 7.6.3 (1591.3) <18F25C19-F0B8-5907-D6D6-65EC53DF0D3B> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x97444000 - 0x97515fe3 ColorSyncDeprecated.dylib ??? (???) <1CEB1F35-EF10-A63D-AD9E-D7BD391D4719> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ColorSync.f ramework/Versions/A/Resources/ColorSyncDeprecated.dylib
    0x97516000 - 0x97570ff7 com.apple.framework.IOKit 2.0 (???) <1BE07087-27D5-0E62-F06B-007C2BED4073> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x97571000 - 0x9770efef com.apple.JavaScriptCore 6531.21 (6531.21.9) <C3642BB4-3D06-B371-B4CD-0DF5DA646673> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x97818000 - 0x978c0ffb com.apple.QD 3.33 (???) <196CDBA6-5B87-2767-DD57-082D71B0A5C7> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x978c1000 - 0x978c1ff7 com.apple.quartzframework 1.5 (1.5) <CEB78F00-C5B2-3B3F-BF70-DD6D578719C0> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x97912000 - 0x97913ff7 com.apple.TrustEvaluationAgent 1.1 (1) <6C04C4C5-667E-2EBE-EB96-5B67BD4B2185> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
    0x97914000 - 0x97965ff7 com.apple.HIServices 1.8.0 (???) <B8EC13DB-A81A-91BF-8C82-66E840C64C91> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x97977000 - 0x97982ff7 libCSync.A.dylib ??? (???) <9292E6E3-70C1-1DD7-4213-1044F0FA8381> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x97983000 - 0x979bafe7 libssl.0.9.8.dylib ??? (???) <95FE66AC-C850-4AB4-DD3F-7F198A5E1EAC> /usr/lib/libssl.0.9.8.dylib
    0x979bb000 - 0x979c0ff7 com.apple.OpenDirectory 10.6 (10.6) <92582807-E8F3-3DD9-EB42-4195CFB754A1> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x979c1000 - 0x97a5efe3 com.apple.LaunchServices 362 (362) <8BE1C1A1-BF71-CE07-F3FB-6057D47AF461> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x97a5f000 - 0x97ad9fef com.apple.audio.CoreAudio 3.2.2 (3.2.2) <1F97B48A-327B-89CC-7C01-3865179716E0> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x97af3000 - 0x97b24ff3 libTrueTypeScaler.dylib ??? (???) <6C8916A2-8F85-98E0-AAD5-0020C39C0FC9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
    0x97d9f000 - 0x97da1ff7 com.apple.QuickTimeH264.component 7.6.3 (1591.3) /System/Library/QuickTime/QuickTimeH264.component/Contents/MacOS/QuickTimeH264
    0x97da2000 - 0x97df2ff7 com.apple.Symbolication 1.1 (67) <E0C94D8B-4F12-49E6-BAA5-3B00441A047B> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolicat ion
    0x97df3000 - 0x97e4bfe7 com.apple.datadetectorscore 2.0 (80.7) <A40AA74A-9D13-2A6C-5440-B50905923251> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
    0x97e6e000 - 0x97e77ff7 com.apple.DiskArbitration 2.3 (2.3) <E9C40767-DA6A-6CCB-8B00-2D5706753000> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x97e78000 - 0x97e97fe3 libexpat.1.dylib ??? (???) <82E6F83F-9667-2E39-1D9D-4A49C642527D> /usr/lib/libexpat.1.dylib
    0x97e98000 - 0x97fa5ff7 com.apple.MediaToolbox 0.420.18 (420.18) <31935D52-1F8D-4AB2-CCA5-4CF615CBCE24> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbo x
    0x97fa6000 - 0x983dbff7 libLAPACK.dylib ??? (???) <5E2D2283-57DE-9A49-1DB0-CD027FEFA6C2> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x984f3000 - 0x98500ff7 com.apple.opengl 1.6.5 (1.6.5) <0AE8B897-8A80-2C14-D6FC-DC21AC423234> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x98536000 - 0x98711ff3 libType1Scaler.dylib ??? (???) <F9FEA41E-F079-87B8-04A9-7FF3B2931B79> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libType1Scaler.dylib
    0x98760000 - 0x9879fff7 com.apple.ImageCaptureCore 1.0 (1.0) <D8767350-A10D-B6B5-3A8D-05888A7758ED> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCo re
    0x987a0000 - 0x987aaff7 libGL.dylib ??? (???) <76A207FE-889A-CF1B-AF9A-795EEE5A463E> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x987ab000 - 0x98847fe7 com.apple.ApplicationServices.ATS 4.1 (???) <EA26375D-8276-9671-645D-D28CAEC95292> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x98848000 - 0x98888ff3 com.apple.securityinterface 4.0.1 (37214) <BBC88C96-8827-91DC-0CF6-7CB639183395> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x98889000 - 0x98ba8fe7 com.apple.CoreServices.CarbonCore 861.2 (861.2) <A9077470-3786-09F2-E0C7-F082B7F97838> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x98ba9000 - 0x98c86ff7 com.apple.vImage 4.0 (4.0) <64597E4B-F144-DBB3-F428-0EC3D9A1219E> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x994b2000 - 0x994bcffb com.apple.speech.recognition.framework 3.11.1 (3.11.1) <EC0E69C8-A121-70E8-43CF-E6FC4C7779EC> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x994bd000 - 0x994d9fe3 com.apple.openscripting 1.3.1 (???) <DA16DE48-59F4-C94B-EBE3-7FAF772211A2> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x994da000 - 0x9951eff3 com.apple.coreui 2 (113) <D0FA9B36-3708-D5BF-0CC3-6CC1909BC8E6> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x9951f000 - 0x995cdff3 com.apple.ink.framework 1.3.1 (105) <CA3FBDC3-4BBA-7BD9-0777-A7B0751292CD> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0xffff0000 - 0xffff1fff libSystem.B.dylib ??? (???) <D45B91B2-2B4C-AAC0-8096-1FC48B7E9672> /usr/lib/libSystem.B.dylib

    General note on crash reports, for anyone reading this who has had them and doesn't know where to look for what might have gone wrong:
    In the beginning part of the crash report, it will always tell you which thread crashed:
    Exception Type: EXCBADACCESS (SIGABRT)
    Exception Codes: KERNPROTECTIONFAILURE at 0x0000000000000008
    Crashed Thread: 0 Dispatch queue: com.apple.main-thread
    Here, as you can see above, it is saying that it was thread 0 that crashed. So this is the only one you need to look at for any clues. No need to post the entire crash report, or at least not on this forum where (most of us) aren't computer experts. An expert might be able to understand the whole report, but the only thing most of us know to look for is any sign of a 3rd party plug in, or a recognizable system function that was part of the thread that crashed.
    So you then go down the list and look at what the thread that crashed was actually doing. It could be thread 4, 15, 26 or whatever. In this case, it was thread 0:
    Thread 0 Crashed: Dispatch queue: com.apple.main-thread
    0 libSystem.B.dylib 0x914a2732 __kill + 10
    1 libSystem.B.dylib 0x914a2724 kill$UNIX2003 + 32
    2 libSystem.B.dylib 0x9153598d raise + 26
    3 libSystem.B.dylib 0x9154b9d9 __abort + 124
    4 libSystem.B.dylib 0x9154ba55 abortreportnp + 0
    5 com.apple.logic.pro 0x00402689 std::ostream& TraceOutContainer<CEvs>(std::ostream&, CEvs, char const*, int) + 3963097
    6 libSystem.B.dylib 0x914a79bb _sigtramp + 43
    7 ??? 0x0000000a 0 + 10
    8 ...ple.CoreServices.CarbonCore 0x988f0b06 CallComponentDispatch + 29
    9 ...ple.CoreServices.CarbonCore 0x988f0ae7 CallComponentOpen + 43
    10 ...ple.CoreServices.CarbonCore 0x988eedd0 OpenAComponent + 433
    11 com.apple.logic.pro 0x005b210b std::ostream& TraceOutContainer<CEvs>(std::ostream&, CEvs, char const*, int) + 5731163
    12 ...le.music.apps.MAAudioEngine 0x02ba6e23 MD::NewPlug(CPlugIn**, short, long, long, long) + 387
    13 com.apple.logic.pro 0x00142bdd std::ostream& TraceOutContainer<CEvs>(std::ostream&, CEvs, char const*, int) + 1080877
    14 com.apple.logic.pro 0x0005954d std::ostream& TraceOutContainer<CEvs>(std::ostream&, CEvs, char const*, int) + 124829
    15 com.apple.logic.pro 0x0005ce22 std::ostream& TraceOutContainer<CEvs>(std::ostream&, CEvs, char const*, int) + 139378
    16 com.apple.logic.pro 0x0005df6b std::ostream& TraceOutContainer<CEvs>(std::ostream&, CEvs, char const*, int) + 143803
    17 com.apple.logic.pro 0x0006080c std::ostream& TraceOutContainer<CEvs>(std::ostream&, CEvs, char const*, int) + 154204
    18 com.apple.logic.pro 0x000530ad std::ostream& TraceOutContainer<CEvs>(std::ostream&, CEvs, char const*, int) + 99069
    19 com.apple.logic.pro 0x008ae00f std::ostream& TraceOutContainer<CEvs>(std::ostream&, CEvs, char const*, int) + 8860255
    20 com.apple.logic.pro 0x00031efe DummyConnection::DummyConnection() + 30874
    21 com.apple.logic.pro 0x001f4435 std::ostream& TraceOutContainer<CEvs>(std::ostream&, CEvs, char const*, int) + 1808005
    22 com.apple.logic.pro 0x002a43be std::ostream& TraceOutContainer<CEvs>(std::ostream&, CEvs, char const*, int) + 2528782
    23 com.apple.logic.pro 0x00631b55 std::ostream& TraceOutContainer<CEvs>(std::ostream&, CEvs, char const*, int) + 6253989
    24 com.apple.logic.pro 0x0060e41b std::ostream& TraceOutContainer<CEvs>(std::ostream&, CEvs, char const*, int) + 6108779
    25 com.apple.logic.pro 0x0061052c std::ostream& TraceOutContainer<CEvs>(std::ostream&, CEvs, char const*, int) + 6117244
    26 com.apple.AppKit 0x90dd7ac0 -[NSDocument readFromURL:ofType:error:] + 743
    27 com.apple.logic.pro 0x0060f76f std::ostream& TraceOutContainer<CEvs>(std::ostream&, CEvs, char const*, int) + 6113727
    28 com.apple.AppKit 0x90cc4955 -[NSDocument initWithContentsOfURL:ofType:error:] + 311
    29 com.apple.AppKit 0x90cc44f9 -[NSDocumentController makeDocumentWithContentsOfURL:ofType:error:] + 383
    30 com.apple.logic.pro 0x0070b90a std::ostream& TraceOutContainer<CEvs>(std::ostream&, CEvs, char const*, int) + 7146330
    31 com.apple.AppKit 0x90cc42b1 -[NSDocumentController openDocumentWithContentsOfURL:display:error:] + 886
    32 com.apple.logic.pro 0x0062e97f std::ostream& TraceOutContainer<CEvs>(std::ostream&, CEvs, char const*, int) + 6241231
    33 com.apple.Foundation 0x900731c7 nsnotecallback + 176
    34 com.apple.CoreFoundation 0x9642b9a9 __CFXNotificationPost + 905
    35 com.apple.CoreFoundation 0x9642b3da _CFXNotificationPostNotification + 186
    36 com.apple.Foundation 0x90068094 -[NSNotificationCenter postNotificationName:object:userInfo:] + 128
    37 com.apple.Foundation 0x90075471 -[NSNotificationCenter postNotificationName:object:] + 56
    38 com.apple.AppKit 0x90aa973a -[NSApplication _postDidFinishNotification] + 125
    39 com.apple.AppKit 0x90aa964a -[NSApplication _sendFinishLaunchingNotification] + 74
    40 com.apple.AppKit 0x90c00595 -[NSApplication(NSAppleEventHandling) _handleAEOpen:] + 274
    41 com.apple.AppKit 0x90c001b5 -[NSApplication(NSAppleEventHandling) _handleCoreEvent:withReplyEvent:] + 101
    42 com.apple.Foundation 0x900a8404 -[NSAppleEventManager dispatchRawAppleEvent:withRawReply:handlerRefCon:] + 511
    43 com.apple.Foundation 0x900a81c8 _NSAppleEventManagerGenericHandler + 228
    44 com.apple.AE 0x906c9f3a aeDispatchAppleEvent(AEDesc const*, AEDesc*, unsigned long, unsigned char*) + 166
    45 com.apple.AE 0x906c9e39 dispatchEventAndSendReply(AEDesc const*, AEDesc*) + 43
    46 com.apple.AE 0x906c9d46 aeProcessAppleEvent + 197
    47 com.apple.HIToolbox 0x93f832a1 AEProcessAppleEvent + 50
    48 com.apple.AppKit 0x90a79d02 _DPSNextEvent + 1420
    49 com.apple.AppKit 0x90a79306 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 156
    50 com.apple.AppKit 0x90a3b49f -[NSApplication run] + 821
    51 com.apple.prokit 0x00fc5a01 NSProApplicationMain + 326
    52 com.apple.logic.pro 0x0002a729 DummyConnection::DummyConnection() + 197
    Looking through it, I saw a reference to 'MAAudio engine' in the crashed thread. So when you see something like that, you ask yourself, hmm, what plug in or driver or whatnot do I have installed that this could be talking about? 'MAAudio engine' looks to me like something to do with M-Audio, so I'd be asking myself what M-Audio things do I have installed on my system? A midi interface driver? Some kind of audio hardware driver? In other cases, it might be even more obvious, literally showing the name of a plug in that you instantly recognize. So your first port of call is to go find the driver or plug-in in question and disable it (temporarily remove it from it's usual location so it doesn't load), and see if you still get crashes. If it starts looking likely that this was the culprit, then you go to the manufacturer's website and check for updates, or look for any information on compatibility with your particular version of OSX, Logic, audio drivers etc. Or even just contact their tech support directly and ask them for further advice.
    No offense intended if this comes across as patronizing, I just thought it might be useful to point out what the deal is with these crash reports. They do look completely mystifying, but all you need to look for is the clues I mentioned above. Of course, in some cases, you won't find anything that gives you a lead as to what the problem might be, in which case, your guess is unfortunately as good as anyone elses..

Maybe you are looking for

  • Report on current stock and safety stock

    Hi, I want to have the report on current stock and safety stock. In MC.9 it gives wrong safety stock. When I go to cross check the safety stock in material master & in MC.9 I see differences. Thanks, Kiran

  • Cannot delete line item from sales order

    Hi Gurus, Need your expert helo for the following issue : A sales order was created in CRM with 3 line items, the first and 3rd line item being the same.The order was successfully replicated to ECC.Now on the CRM side the 3 rd line item was deleted a

  • I've lost the tool bar at the bottom of the screen (not MS Task bar) where to I find it?

    I figure this happened when my kitties walked on my keyboard. GAH! I used to have a "toolbar" at the bottom of my FF screen. It's where some of my addon icons lived like No Script. It was also where I had the drop up menu for resizing text on the scr

  • IPhoto doesn't burn-says blank disk full

    I was burning CDs from iPhoto5 from G4 Powerbook (OS 10.3.9) with no problem. Using external LaCie burner as PB has read-only drive. Now upon selecting "Share-Burn disc" and inserting blank disc, iPhoto shows disc full or partially full. If click Bur

  • Cant uninstall QuickTime X

    Trying to update to QuickTime 7, but it gives me an error saying QuickTime X is present and should be removed first. When I go to the System Preferences, QuickTime does not show. I deleted it from the Applications folder, but obviously that wasn't go