Previewing an image before uploading it using the FileReference class in flex 3

Previewing an image before uploading it using the FileReference class in flex 3 ?

hai,
          when this code is used in my application ,i got the name of image and new frame is added each time .But image is not displayed.....
The code  starts like this
<?xml version="1.0" encoding="utf-8"?>
<mx:Canvas xmlns:fx="http://ns.adobe.com/mxml/2009"
           xmlns:s="library://ns.adobe.com/flex/spark"
            xmlns:mx="library://ns.adobe.com/flex/mx" initialize="init()"   backgroundColor="white" width="100%" height="100%">
    <fx:Script>
<![CDATA[ 
                import mx.controls.Alert;
                import mx.messaging.Channel;
                import mx.messaging.ChannelSet;
                import mx.messaging.channels.AMFChannel;
                import mx.rpc.events.ResultEvent;
                import mx.controls.Image;
                import spark.events.IndexChangeEvent;
                import mx.managers.DragManager;
  <mx:DataGridColumn headerText="Dimension Value"  width="10" dataField="dimensionValue"/>
                                               <mx:DataGridColumn headerText="Unit Nmae"  width="10" dataField="dimensionUnitName"/>
                                               </mx:columns>
                                       </mx:DataGrid>
                                       <mx:Spacer width="2%"/>
                                   </mx:HDividedBox>
                                   </mx:VBox>
               <mx:Spacer height="0"/>
            <mx:VBox width="100%">
                <s:HGroup height="90" top="0" left="0" right="0" verticalAlign="justify" gap="10" paddingLeft="5" paddingRight="5" paddingTop="5" paddingBottom="5">
                    <s:Button id="btn_loader" top="5" bottom="24" width="100" label="load" click="loadImages()"/>
                    <s:Group width="100%">
                        <s:Group name="cl" top="0" left="0" bottom="0" width="20" mouseOver="//scroll_on(event)" mouseOut="//scroll_off(event)">
                            <s:BitmapImage source="@Embed('../assets/left.jpg')" top="0" left="0" bottom="0" right="0" fillMode="scale"/>   
                        </s:Group>
                        <s:List id="imgList" skinClass="skins.ListSkin" top="-3" left="27" right="28" bottom="10"
                                dataProvider="{ImageCollection}" itemRenderer="Image_Render">
                            <s:layout>
                                <s:HorizontalLayout gap="0"/>
                            </s:layout>
                        </s:List>
                        <s:Group name="cr" top="0" right="0" bottom="0" width="20" mouseOver="//scroll_on(event)" mouseOut="//scroll_off(event)">
                            <s:BitmapImage source="@Embed('../assets/right.jpg')" top="-1" left="0" bottom="0" right="0" fillMode="scale"/>
                        </s:Group>
                    </s:Group>
                </s:HGroup>
                <s:SkinnableContainer id="dropCanvas" top="100" left="5" right="5" bottom="5" backgroundAlpha="1.0" alpha="1.0"
                                      dragEnter="dropCanvas_dragEnterHandler(event)"
                                      dragDrop="dropCanvas_dragDropHandler(event)" contentBackgroundColor="#914E4E" backgroundColor="#F7F7F7">
                </s:SkinnableContainer>
            </mx:VBox>
            <mx:Spacer height="5"/>
                                  </mx:VDividedBox>
    </mx:Panel>
</mx:Canvas>

Similar Messages

  • Previewing an image before uploading it using the FileReference class

    Previewing an image before uploading it using the FileReference class in flash player 3 not in SDK4

    Previewing an image before uploading it using the FileReference class in flash player 3 not in SDK4

  • Previewing an image before uploading

    Hi,
    I would like to upload images in my application and save those uploaded images to one folder in my system, i could do that with any problem. But i have to preview the image before uploading.
    How to do this in JSP or either in html?
    please help me in doing this..
    thanks in advance

    Write the image to some temporary location in your server machine. Either public or non-public. If non-public, you could use a servlet to display the image. If the end user has somehow confirmed the preview, then just move that image to the desired permanent location.
    Working with file paths isn't going to work. IE is the only browser which is so dumb that it sends the complete client side file path along with the file name. In other browsers you won't know from which client side path the image is been uploaded.

  • Problems while uploading files using the FileReference API

    I've built an image uploader module in Flex using the FileReference API and PHP.
    While this works perfect for images upto 1 MB, What I'm noticing is that for images greater that 1 MB even after the Event.COMPLETE  has triggered, the file hasn't yet been uploaded into the folder.. its only after a couple of seconds or minutes after the Event.COMPLETE,  that the image actually shows up in the FTP folder. Morever I also noticed that for such files the DataEvent.UPLOAD_COMPLETE_DATA that we are using to get feedback from PHP never gets called.
    I thought it would be related to the PHP script getting timed out... but the PHP script does get executed and the images do show up in the folder but thats way after the Event.Complete has been triggered and more importantly  DataEvent.UPLOAD_COMPLETE_DATA doesnt get called.
    Everything seems to work fine as long as the file size is under 1 MB
    Did others too face similar problems and any ideas on how to fix it?
    Thanks in advance

    I don't believe there is, as the browse button renders out as an html input type file component, and this has no ability to get native file size from the client. The only way to do it is to check the file size server side, but that kind of defeats the purpose to some extent, as the file is required to be uploaded before the file size can be checked.
    There is no way to do this on the client short of using a third party client side component - ie. java, flash or some other active component that gets file system level access.
    Ben

  • Using the fileReference class to upload image

    I've been using the loadVars to upload text and pass
    variables to php and onto the server. I've begun using the Flash
    Filereference class so an image can be uploaded directly from a
    Flash movie, not involving an html form. But within the
    Filereference script I can't figure out how to pass a variable to
    php as I did using loadVars method. I've tried a number of hit-miss
    ways but they've all been misses.
    Right now the path to save an image file is "hard-wired" into
    the php script. This is the var that I want to pass.
    thanks
    The script is here if you need to take a peek:

    Someone else asked about this recently. I think the answer
    you're after is here:
    http://www.adobe.com/cfusion/webforums/forum/messageview.cfm?forumid=15&catid=288&threadid =1317799
    That's for POST data.
    If you want to send additional GET data you could just append
    it to the url.

  • How to use the Rectangle class to draw an image and center it in a JPanel

    I sent an earlier post on how to center an image in a JPanel using the Rectangle class. I was asked to send an executable code which will show the malfunction. The code below is an executable code and a small part of a very big project. To simplifiy things, it is just a JFrame and a JPanel with an open dialog. Once executed the JFrame and the FileDialog will open. You can then navigate to a .gif or a .jpg picture and open it. What I want is for the picture to be centered in the middle of the JPanel and not the upper left corner. It is also important to stress that, I am usinig the Rectangle class to draw the Image. The region of interest is where the rectangle is created. In the constructor of the CenterRect class, I initialize the Rectangle class. Then I use paintComponent in the CenterRect class to draw the Image. The other classes are just support classes. The MyImage class is an extended image class which also has a draw() method. Any assistance in getting the Rectangle to show at the center of the JPanel without affecting the size and shape of the image will be greatly appreciated.
    I have divided the code into three parts. They are all supposed to be on one file in order to execute.
    import java.awt.*;
    import java.awt.image.*;
    import javax.swing.*;
    public class CenterRect extends JPanel {
        public static Rectangle srcRect;
        Insets insets = null;
        Image image;
        MyImage imp;
        private double magnification;
        private int dstWidth, dstHeight;
        public CenterRect(MyImage imp){
            insets = getInsets();
            this.imp = imp;
            int width = imp.getWidth();
            int height = imp.getHeight();
            ImagePanel.init();
            srcRect = new Rectangle(0,0, width, height);
            srcRect.setLocation(0,0);
            setDrawingSize(width, height);
            magnification = 1.0;
        public void setDrawingSize(int width, int height) {
            dstWidth = width;
            dstHeight = height;
            setSize(dstWidth, dstHeight);
        public void paintComponent(Graphics g) {
            Image img = imp.getImage();
         try {
                if (img!=null)
                    g.drawImage(img,0,0, (int)(srcRect.width*magnification), (int)(srcRect.height*magnification),
              srcRect.x, srcRect.y, srcRect.x+srcRect.width, srcRect.y+srcRect.height, null);
            catch(OutOfMemoryError e) {e.printStackTrace();}
        public static void main(String args[]) {
            java.awt.EventQueue.invokeLater(new Runnable() {
                public void run() {
                    new Opener().openImage();
    class Opener{
        private String dir;
        private String name;
        private static String defaultDirectory;
        JFrame parent;
        public Opener() {
            initComponents();
         public void initComponents(){
            parent = new JFrame();
            parent.setContentPane(ImagePanel.panel);
            parent.setDefaultCloseOperation( JFrame.EXIT_ON_CLOSE );
            parent.setExtendedState(JFrame.MAXIMIZED_BOTH);
            parent.setVisible(true);
        public void openDialog(String title, String path){
            if (path==null || path.equals("")) {
                FileDialog fd = new FileDialog(parent, title);
                defaultDirectory = "dir.image";
                if (defaultDirectory!=null)
                    fd.setDirectory(defaultDirectory);
                fd.setVisible(true);
                name = fd.getFile();
                if (name!=null) {
                    dir = fd.getDirectory();
                    defaultDirectory = dir;
                fd.dispose();
                if (parent==null)
                    return;
            } else {
                int i = path.lastIndexOf('/');
                if (i==-1)
                    i = path.lastIndexOf('\\');
                if (i>0) {
                    dir = path.substring(0, i+1);
                    name = path.substring(i+1);
                } else {
                    dir = "";
                    name = path;
        public MyImage openImage(String directory, String name) {
            MyImage imp = openJpegOrGif(dir, name);
            return imp;
        public void openImage() {
            openDialog("Open...", "");
            String directory = dir;
            String name = this.name;
            if (name==null)
                return;
            MyImage imp = openImage(directory, name);
            if (imp!=null) imp.show();
        MyImage openJpegOrGif(String dir, String name) {
                MyImage imp = null;
                Image img = Toolkit.getDefaultToolkit().getImage(dir+name);
                if (img!=null) {
                    imp = new MyImage(name, img);
                    FileInfo fi = new FileInfo();
                    fi.fileFormat = fi.GIF_OR_JPG;
                    fi.fileName = name;
                    fi.directory = dir;
                    imp.setFileInfo(fi);
                return imp;
    }

    This is the second part. It is a continuation of the first part. They are all supposed to be on one file.
    class MyImage implements ImageObserver{
        private int imageUpdateY, imageUpdateW,width,height;
        private boolean imageLoaded;
        private static int currentID = -1;
        private int ID;
        private static Component comp;
        protected ImageProcessor ip;
        private String title;
        protected Image img;
        private static int xbase = -1;
        private static int ybase,xloc,yloc;
        private static int count = 0;
        private static final int XINC = 8;
        private static final int YINC = 12;
        private int originalScale = 1;
        private FileInfo fileInfo;
        ImagePanel win;
        /** Constructs an ImagePlus from an AWT Image. The first argument
         * will be used as the title of the window that displays the image. */
        public MyImage(String title, Image img) {
            this.title = title;
             ID = --currentID;
            if (img!=null)
                setImage(img);
        public boolean imageUpdate(Image img, int flags, int x, int y, int w, int h) {
             imageUpdateY = y;
             imageUpdateW = w;
             imageLoaded = (flags & (ALLBITS|FRAMEBITS|ABORT)) != 0;
         return !imageLoaded;
        public int getWidth() {
             return width;
        public int getHeight() {
             return height;
        /** Replaces the ImageProcessor, if any, with the one specified.
         * Set 'title' to null to leave the image title unchanged. */
        public void setProcessor(String title, ImageProcessor ip) {
            if (title!=null) this.title = title;
            this.ip = ip;
            img = ip.createImage();
            boolean newSize = width!=ip.getWidth() || height!=ip.getHeight();
         width = ip.getWidth();
         height = ip.getHeight();
         if (win!=null && newSize) {
                win = new ImagePanel(this);
        public void draw(){
            CenterRect ic = null;
            win = new ImagePanel(this);
            if (win!=null){
                win.addIC(this);
                win.getCanvas().repaint();
                ic = win .getCanvas();
                win.panel.add(ic);
                int width = win.imp.getWidth();
                int height = win.imp.getHeight();
                Point ijLoc = new Point(10,32);
                if (xbase==-1) {
                    xbase = 5;
                    ybase = ijLoc.y;
                    xloc = xbase;
                    yloc = ybase;
                if ((xloc+width)>ijLoc.x && yloc<(ybase+20))
                    yloc = ybase+20;
                    int x = xloc;
                    int y = yloc;
                    xloc += XINC;
                    yloc += YINC;
                    Dimension screen = Toolkit.getDefaultToolkit().getScreenSize();
                    count++;
                    if (count%6==0) {
                        xloc = xbase;
                        yloc = ybase;
                    int scale = 1;
                    while (xbase+XINC*4+width/scale>screen.width || ybase+YINC*4+height/scale>screen.height)
                        if (scale>1) {
                   originalScale = scale;
                   ic.setDrawingSize(width/scale, height/scale);
        /** Returns the current AWT image. */
        public Image getImage() {
            if (img==null && ip!=null)
                img = ip.createImage();
            return img;
        /** Replaces the AWT image, if any, with the one specified. */
        public void setImage(Image img) {
            waitForImage(img);
            this.img = img;
            JPanel panel = ImagePanel.panel;
            width = img.getWidth(panel);
            height = img.getHeight(panel);
            ip = null;
        /** Opens a window to display this image and clears the status bar. */
        public void show() {
            show("");
        /** Opens a window to display this image and displays
         * 'statusMessage' in the status bar. */
        public void show(String statusMessage) {
            if (img==null && ip!=null){
                img = ip.createImage();
            if ((img!=null) && (width>=0) && (height>=0)) {
                win = new ImagePanel(this);
                draw();
        private void waitForImage(Image img) {
        if (comp==null) {
            comp = ImagePanel.panel;
            if (comp==null)
                comp = new JPanel();
        imageLoaded = false;
        if (!comp.prepareImage(img, this)) {
            double progress;
            while (!imageLoaded) {
                if (imageUpdateW>1) {
                    progress = (double)imageUpdateY/imageUpdateW;
                    if (!(progress<1.0)) {
                        progress = 1.0 - (progress-1.0);
                        if (progress<0.0) progress = 0.9;
    public void setFileInfo(FileInfo fi) {
        fi.pixels = null;
        fileInfo = fi;
    }

  • I scanned an image and want to use the image trace tool, but it doesn't pick up all the lines.  Is there a way to darken the lines before using the image trace tool?

    I scanned an image and want to use the image trace tool, but it doesn't pick up all the lines.  Is there a way to darken the lines before using the image trace tool?  Help!

    If the scan is in B&W, then play with the Threshold setting here
    If it's in Color, then you will have to open the scan in a Raster editing software (like Photoshop) and play with the Brightness/Contrast settings to make the lines bolder.

  • How to customize the images before upload to KM

    hai everybody
    i want to know how to customize the images before uploading into KM.if anybody know reply.thanks in advance

    Hi Kasturi,
    in fact, you could implement a repository service reacting omn the creation of resources, checking if it's an image, and with an image editing API at hand, change the image to your needs; if you need it to be done automatically.
    Hope it helps
    Detlev
    PS: Please consider rewarding points for helpful answers on SDN. Thanks in advance!

  • IPhoto 2 shrinks images before uploading them to flickr

    The new version of iPhoto 2 shrinks images before uploading them to flickr. Now you can't use flickr to backup your orginal photos through the iphoto app.

    In fact no matter if I use a High or Medium compression size JPEG, the size after upload is the same.
    Starts with 1,5 MB/5600px (high) or 780kb/5600px (medium) JPEG and ends after upload in 115kb for a 1024px image.
    This means that iPhoto auto compress in order to publish to Mobile Me, even if we start with a bigger file.
    I hope this info is useful to others.
    Thanks.

  • Preview and TextEdit quit unexpectedly while using the EF119178 (FF) plug-in

    Preview and TextEdit quit unexpectedly while using the EF119178 (FF) plug-in.
    In TextEdit (1.7) I simply typed "test" in a blank document and clicked File > Print and got the error.
    In Preview (5.5 (719)), the error was from a PDF.
    I tried File > Save a Version and then reprinted and got the error.
    I tried File > Export... and renamed the exported file then reprinted and got the error.
    I tried the same items with a PDF manual for a random piece of hardware and had the same issues.
    I opened Preview in 32-bit mode and printed and got the error.
    I tried printing using Firefox 6.0.2, Safari 5.1, and Adobe Acrobat Pro 9.4.5 and they all printed fine.
    I opened a .png file in Preview and when I tried to print I got the error.
    Any ideas?
    Thanks.

    Printer: Canon C5185 attached to a Fiery GX-200 using the latest (from what Canon told me today) GX-200 driver.
    Posting the crash log shows me that in fact it does look like its the driver misbehaving and technically it is a 10.6 driver...
    The fact that Safari and other apps printed is odd or par for the course with Apple printer drivers?
    Process:         Preview [856]Path:            /Applications/Preview.app/Contents/MacOS/PreviewIdentifier:      com.apple.PreviewVersion:         5.5 (719)Build Info:      Preview-719000000000000~1Code Type:       X86 (Native)Parent Process:  launchd [152] PlugIn Path:       /Library/Printers/Canon/PS3/PDEs/EF119178 (FF).plugin/Contents/MacOS/EF119178 (FF)PlugIn Identifier: com.efi.print.pde.54A422DD-89FA-4ADD-A226-18A79B392C6B.PInfPlugIn Version:    3.1.025.0 (3.1.025.0) Date/Time:       2011-09-14 12:41:28.718 -0500OS Version:      Mac OS X 10.7.1 (11B26)Report Version:  9 Interval Since Last Report:          7883 secCrashes Since Last Report:           12Per-App Interval Since Last Report:  7239 secPer-App Crashes Since Last Report:   6Anonymous UUID:                      49C6FEDC-605E-4351-8CE7-E87749214099 Crashed Thread:  0  Dispatch queue: com.apple.main-thread Exception Type:  EXC_BAD_ACCESS (SIGSEGV)Exception Codes: KERN_INVALID_ADDRESS at 0x00000000ffffffff VM Regions Near 0xffffffff:--> shared memory          00000000ffff0000-00000000ffff2000 [    8K] r-x/r-x SM=SHM    Application Specific Information:objc[856]: garbage collection is OFFPerforming @selector(printAllContainers:) from sender NSMenuItem 0x63a9b0 Thread 0 Crashed:: Dispatch queue: com.apple.main-thread0   libsystem_c.dylib                 0x94b608d7 bzero$VARIANT$sse2 + 871   com.efi.print.pde.54A422DD-89FA-4ADD-A226-18A79B392C6B.PInf    0x063580b2 UI_Panel::UI_Panel(PDEData*) + 3782   com.efi.print.pde.54A422DD-89FA-4ADD-A226-18A79B392C6B.PInf    0x06353bcf -[FieryFeaturesPDE54A422DD89FA4ADDA22618A79B392C6B initWithCallback:] + 9153   com.efi.print.pde.54A422DD-89FA-4ADD-A226-18A79B392C6B.PInf    0x06352c5e -[FieryFeaturesPDEPlugIn54A422DD89FA4ADDA22618A79B392C6B PDEPanelsForType:withHostInfo:] + 1244   com.apple.print.framework.Print.Private    0x06191901 0x618a000 + 309775   com.apple.print.framework.Print.Private    0x0619367e 0x618a000 + 385266   com.apple.print.framework.Print.Private    0x06193c97 0x618a000 + 400877   com.apple.print.framework.Print.Private    0x061973a0 0x618a000 + 541768   com.apple.print.framework.Print.Private    0x061b1de3 0x618a000 + 1632999   com.apple.print.framework.Print.Private    0x061b264b 0x618a000 + 16545110  com.apple.AppKit                  0x9b8e1e1e -[NSWindowController _windowDidLoad] + 57911  com.apple.AppKit                  0x9b8d9116 -[NSWindowController window] + 12112  com.apple.AppKit                  0x9bc49a31 -[NSPrintPanel beginSheetWithPrintInfo:modalForWindow:delegate:didEndSelector:contextInfo:] + 61613  com.apple.AppKit                  0x9bc477d3 -[NSConcretePrintOperation runOperationModalForWindow:delegate:didRunSelector:contextInfo:] + 43314  com.apple.Preview                 0x000edbdf 0x1000 + 96969515  com.apple.CoreFoundation          0x9416f901 -[NSObject performSelector:withObject:] + 6516  com.apple.AppKit                  0x9b7e1937 -[NSApplication sendAction:to:from:] + 23217  com.apple.AppKit                  0x9b8d51a3 -[NSMenuItem _corePerformAction] + 53618  com.apple.AppKit                  0x9b8d4e20 -[NSCarbonMenuImpl performActionWithHighlightingForItemAtIndex:] + 17119  com.apple.AppKit                  0x9b8d44a9 -[NSMenu _performActionWithHighlightingForItemAtIndex:sendAccessibilityNotification:] + 7920  com.apple.AppKit                  0x9bbac6c7 -[NSMenu performActionForItemAtIndex:] + 6521  com.apple.AppKit                  0x9bbac6fa -[NSMenu _internalPerformActionForItemAtIndex:] + 4522  com.apple.AppKit                  0x9bbb092b -[NSMenuItem _internalPerformActionThroughMenuIfPossible] + 10623  com.apple.AppKit                  0x9ba1ac4c -[NSCarbonMenuImpl _carbonCommandProcessEvent:handlerCallRef:] + 17224  com.apple.AppKit                  0x9b84a00a NSSLMMenuEventHandler + 45225  com.apple.HIToolbox               0x96c15e54 _InvokeEventHandlerUPP(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*, long (*)(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*)) + 3626  com.apple.HIToolbox               0x96a9182b _ZL23DispatchEventToHandlersP14EventTargetRecP14OpaqueEventRefP14HandlerCallRec + 160227  com.apple.HIToolbox               0x96a90ca8 _ZL30SendEventToEventTargetInternalP14OpaqueEventRefP20OpaqueEventTargetRefP14HandlerCallRec + 48228  com.apple.HIToolbox               0x96aa5ac9 SendEventToEventTarget + 7629  com.apple.HIToolbox               0x96c16318 _ZL18SendHICommandEventmPK9HICommandmmhPKvP20OpaqueEventTargetRefS5_PP14OpaqueEventRef + 48230  com.apple.HIToolbox               0x96c16382 SendMenuCommandWithContextAndModifiers + 7031  com.apple.HIToolbox               0x96c807ef SendMenuItemSelectedEvent + 27532  com.apple.HIToolbox               0x96ae2598 _ZL19FinishMenuSelectionP13SelectionDataP10MenuResultS2_ + 12933  com.apple.HIToolbox               0x96c716c4 _ZL14MenuSelectCoreP8MenuData5PointdmPP13OpaqueMenuRefPt + 60834  com.apple.HIToolbox               0x96ada240 _HandleMenuSelection2 + 64135  com.apple.HIToolbox               0x96ad9fb7 _HandleMenuSelection + 5336  com.apple.AppKit                  0x9b7466fe _NSHandleCarbonMenuEvent + 30237  com.apple.AppKit                  0x9b6d6ebc _DPSNextEvent + 216638  com.apple.AppKit                  0x9b6d6159 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 11339  com.apple.AppKit                  0x9b6d24cb -[NSApplication run] + 90440  com.apple.AppKit                  0x9b965b54 NSApplicationMain + 105441  com.apple.Preview                 0x000027e5 0x1000 + 6117 Thread 1:: Dispatch queue: com.apple.libdispatch-manager0   libsystem_kernel.dylib            0x9665490a kevent + 101   libdispatch.dylib                 0x90f67ccc _dispatch_mgr_invoke + 9692   libdispatch.dylib                 0x90f6671b _dispatch_mgr_thread + 53 Thread 2:0   libsystem_kernel.dylib            0x9665402e __workq_kernreturn + 101   libsystem_c.dylib                 0x94b8accf _pthread_wqthread + 7732   libsystem_c.dylib                 0x94b8c6fe start_wqthread + 30 Thread 3:0   libsystem_kernel.dylib            0x9665402e __workq_kernreturn + 101   libsystem_c.dylib                 0x94b8accf _pthread_wqthread + 7732   libsystem_c.dylib                 0x94b8c6fe start_wqthread + 30 Thread 4:0   libsystem_kernel.dylib            0x9665402e __workq_kernreturn + 101   libsystem_c.dylib                 0x94b8accf _pthread_wqthread + 7732   libsystem_c.dylib                 0x94b8c6fe start_wqthread + 30 Thread 5:0   libsystem_kernel.dylib            0x9665402e __workq_kernreturn + 101   libsystem_c.dylib                 0x94b8accf _pthread_wqthread + 7732   libsystem_c.dylib                 0x94b8c6fe start_wqthread + 30 Thread 6:0   libsystem_kernel.dylib            0x9665402e __workq_kernreturn + 101   libsystem_c.dylib                 0x94b8accf _pthread_wqthread + 7732   libsystem_c.dylib                 0x94b8c6fe start_wqthread + 30 Thread 0 crashed with X86 Thread State (32-bit):  eax: 0x00000000  ebx: 0x06357f43  ecx: 0x00000001  edx: 0x000263e9  edi: 0xffffffff  esi: 0xbfffe024  ebp: 0xbfffdf08  esp: 0xbfffdf04   ss: 0x00000023  efl: 0x00010202  eip: 0x94b608d7   cs: 0x0000001b   ds: 0x00000023   es: 0x00000023   fs: 0x00000000   gs: 0x0000000f  cr2: 0xffffffffLogical CPU: 1 Binary Images:    0x1000 -   0x19cfe3  com.apple.Preview (5.5 - 719) <D2E74E1D-7957-3DFD-8F24-BCB0D1D93B27> /Applications/Preview.app/Contents/MacOS/Preview  0x1f8000 -   0x211fff  com.apple.MediaUI (1.0 - 1) <47DD859E-5850-30CA-A04C-D58242FC8153> /System/Library/PrivateFrameworks/MediaUI.framework/Versions/A/MediaUI 0x29d0000 -  0x29fdff8  GLRendererFloat (??? - ???) <24DF1EB3-AD1E-3E97-9B80-D65B8A87744B> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GLRendererFloat 0x4d41000 -  0x4d42ff1  com.apple.textencoding.unicode (2.4 - 2.4) <4E55D4B9-4E67-3FC9-9407-3E99D1D50F15> /System/Library/TextEncodings/Unicode Encodings.bundle/Contents/MacOS/Unicode Encodings 0x52f7000 -  0x53eeffb  libGLProgrammability.dylib (??? - ???) <3ADE6D21-26AF-323A-914B-BD3DFD51DD2F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib 0x5412000 -  0x5414fff  libCoreFSCache.dylib (??? - ???) <61D73B99-DAA9-3A03-9945-9E97972789B2> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib 0x554b000 -  0x56b8ff0  GLEngine (??? - ???) <0CD5FBA5-EE14-3065-8D14-3B4B4059159F> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine 0x59f5000 -  0x59fafe2  libcldcpuengine.dylib (1.50.61 - compatibility 1.0.0) <C9714E84-87B3-3EF4-A598-758522D1DB25> /System/Library/Frameworks/OpenCL.framework/Libraries/libcldcpuengine.dylib 0x5a11000 -  0x5a11ffb +cl_kernels (??? - ???) <EE11932F-FF85-4723-8831-D91E77260A7F> cl_kernels 0x5a13000 -  0x5ab4ff7  unorm8_bgra.dylib (1.50.61 - compatibility 1.0.0) <6C750910-BE8C-3D26-8272-9C4285153DAF> /System/Library/Frameworks/OpenCL.framework/Libraries/ImageFormats/unorm8_bgra.dylib 0x5acd000 -  0x5aceff8 +cl_kernels (??? - ???) <262A5E80-F38B-4F62-A366-9ED7B9F4D8B6> cl_kernels 0x5ae0000 -  0x5b7fff7  unorm8_rgba.dylib (1.50.61 - compatibility 1.0.0) <33259C48-4D92-3DB3-BF5E-4D3F1232068C> /System/Library/Frameworks/OpenCL.framework/Libraries/ImageFormats/unorm8_rgba.dylib 0x5b98000 -  0x5b99ffb +cl_kernels (??? - ???) <2B08E4B0-19B1-4CEA-817A-BBE930897A52> cl_kernels 0x613f000 -  0x6170ff9  com.apple.printingprivate.framework.PrintingPrivate (7.0 - 68) <C3E11478-69F5-3A70-9E14-CA0E0071EA3C> /System/Library/PrivateFrameworks/PrintingPrivate.framework/Versions/A/PrintingPrivate 0x618a000 -  0x61cbfff  com.apple.print.framework.Print.Private (7.0 - 378) <5CD0BA3A-70CD-3531-8834-D88A06D3BD1C> /System/Library/PrivateFrameworks/PrintingPrivate.framework/Versions/Current/Plugins/PrintCocoaUI.bundle/Contents/MacOS/PrintCocoaUI 0x6300000 -  0x633ffff  com.apple.print.PrintingCocoaPDEs (7.0 - 378) <BD6784BA-E08B-3716-AFDD-604C56AEF077> /System/Library/PrivateFrameworks/PrintingPrivate.framework/Versions/A/Plugins/PrintingCocoaPDEs.bundle/Contents/MacOS/PrintingCocoaPDEs 0x6350000 -  0x63b1fef +com.efi.print.pde.54A422DD-89FA-4ADD-A226-18A79B392C6B.PInf (3.1.025.0 - 3.1.025.0) <9C6C2AA0-CC86-F6A2-D6BC-D5C0DCA81ECB> /Library/Printers/Canon/PS3/PDEs/EF119178 (FF).plugin/Contents/MacOS/EF119178 (FF)0x8f0c3000 - 0x8f7d7ffb  com.apple.GeForceGLDriver (7.4.10 - 7.0.4) <30761571-F6AC-3270-B854-BC7D027ED859> /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/GeForceGLDriver0x8fe4f000 - 0x8fe819c7  dyld (195.5 - ???) <134323A7-49DC-3A9D-ACFD-32FAD0FD6BA2> /usr/lib/dyld0x90005000 - 0x90033fe7  libSystem.B.dylib (159.0.0 - compatibility 1.0.0) <756FA398-8A11-3CC8-AF18-F02F01B24FED> /usr/lib/libSystem.B.dylib0x9005c000 - 0x90062ffd  com.apple.CommerceCore (1.0 - 17) <71641C17-1CA7-3AC9-974E-AAC9EB641035> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore0x90082000 - 0x90193ff7  libJP2.dylib (??? - ???) <E938C201-C508-3E3D-B9A9-81FE52349E1B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib0x90503000 - 0x9050efff  libkxld.dylib (??? - ???) <2F7F4101-4715-3036-A8E8-DE1608FE8447> /usr/lib/system/libkxld.dylib0x9050f000 - 0x90528ffb  com.apple.ScriptingBridge (1.2.1 - ???) <21A258EA-C4B7-3DCE-A041-3A2FBA08C24C> /System/Library/Frameworks/ScriptingBridge.framework/Versions/A/ScriptingBridge0x90529000 - 0x9091cff7  com.apple.VideoToolbox (1.0 - 705.35) <B0D04F08-D3EB-370A-A56F-8AF01116B0D0> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbox0x9091d000 - 0x9091dfff  com.apple.Carbon (153 - 153) <A75A970B-6D82-3451-8D3E-05B1A130ABDE> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon0x9091e000 - 0x90a70ffb  com.apple.audio.toolbox.AudioToolbox (1.7 - 1.7) <5767C518-343D-36DB-8D59-C72986161AEC> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox0x90b3c000 - 0x90b3dff0  libunc.dylib (24.0.0 - compatibility 1.0.0) <BCD277D0-4271-3E96-A4A2-85669DBEE2E2> /usr/lib/system/libunc.dylib0x90b3e000 - 0x90b7fff7  com.apple.CoreMedia (1.0 - 705.35) <8A487271-FBEA-357A-8887-27BAA355314C> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia0x90bb7000 - 0x90e60ff7  com.apple.AddressBook.framework (6.0 - 1043) <54E6D4A0-2799-386D-B53A-9582393E5E5E> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook0x90e98000 - 0x90e9dffd  libGFXShared.dylib (??? - ???) <73995FAC-60CF-34F1-BC84-FDEDF90B71AC> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib0x90e9e000 - 0x90efeffb  com.apple.audio.CoreAudio (4.0.0 - 4.0.0) <125996EA-E47B-34EA-82B0-5B9743A1CD01> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio0x90eff000 - 0x90f64ff7  libvDSP.dylib (325.3.0 - compatibility 1.0.0) <1C4B66EB-3186-31BE-B93F-878E49334C49> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib0x90f65000 - 0x90f73fff  libdispatch.dylib (187.5.0 - compatibility 1.0.0) <1883C8E2-D180-3EA0-8BEF-325F2FEDACD1> /usr/lib/system/libdispatch.dylib0x90f93000 - 0x9160eff9  com.apple.CoreAUC (6.11.03 - 6.11.03) <E8553EC9-6A7E-339E-B346-A5853649D3A0> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC0x91640000 - 0x91650ff7  libCRFSuite.dylib (??? - ???) <CE616EF3-756A-355A-95AD-3472A876BEB9> /usr/lib/libCRFSuite.dylib0x91651000 - 0x91684fef  libtidy.A.dylib (??? - ???) <E962D8EC-6B9D-35B7-B586-F07D92302ADD> /usr/lib/libtidy.A.dylib0x91685000 - 0x916b9ff8  libssl.0.9.8.dylib (0.9.8 - compatibility 0.9.8) <240A755A-8B80-354C-A5BF-42D7B5A68409> /usr/lib/libssl.0.9.8.dylib0x916ba000 - 0x91703ff7  libGLU.dylib (??? - ???) <06EFE4B2-374B-3934-9B6B-B5D55D9E6B04> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib0x91704000 - 0x9170fff4  com.apple.CrashReporterSupport (10.7 - 343) <F76362F3-AD48-3644-8102-0C414C5D2F56> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport0x91710000 - 0x917edff3  com.apple.backup.framework (1.3 - 1.3) <7FA7E2E6-9E99-3F1B-B276-5216D0883DFD> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup0x917ee000 - 0x917f7fff  libc++abi.dylib (14.0.0 - compatibility 1.0.0) <FEB5330E-AD5D-37A0-8AB2-0820F311A2C8> /usr/lib/libc++abi.dylib0x917f8000 - 0x91802ff0  com.apple.DirectoryService.Framework (10.7 - 144) <8F1D20D2-300A-3CC8-BDD0-C79CE0B2BA3A> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService0x91803000 - 0x9188dffb  com.apple.SearchKit (1.4.0 - 1.4.0) <C8567435-9CD1-35EE-AE05-304D28858C42> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit0x9188e000 - 0x9195dffb  com.apple.ImageIO.framework (3.1.0 - 3.1.0) <A482C10A-C474-39DC-AB3C-EADBCF3A433B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO0x91961000 - 0x91a51ff1  libiconv.2.dylib (7.0.0 - compatibility 7.0.0) <9E5F86A3-8405-3774-9E0C-3A074273C96D> /usr/lib/libiconv.2.dylib0x91a52000 - 0x91a7aff7  libxslt.1.dylib (3.24.0 - compatibility 3.0.0) <FCAC685A-724F-3FE7-8416-146108DF75FB> /usr/lib/libxslt.1.dylib0x91a7b000 - 0x91a97ff5  com.apple.GenerationalStorage (1.0 - 124) <0BC29510-6C26-3445-88B7-21502CAFF372> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage0x91a98000 - 0x91a9cfff  libGIF.dylib (??? - ???) <F6094267-AB0E-38FC-8201-510AA4BDC974> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib0x91a9d000 - 0x91aa1ffd  IOSurface (??? - ???) <8D56A6E8-5785-311E-BD0D-661B92C92A5A> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface0x91aa2000 - 0x91b2ffe7  libvMisc.dylib (325.3.0 - compatibility 1.0.0) <A44ADE1B-AB2C-3585-8C9D-D85B526E66C0> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib0x91baf000 - 0x91be5ff4  com.apple.LDAPFramework (3.0 - 120.1) <EA92FCA5-7A7E-328F-8C7F-4250FCC45879> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP0x91c14000 - 0x91c18ff7  com.apple.OpenDirectory (10.7 - 144) <A117580D-FD86-381E-82FD-B1A040045031> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory0x91c28000 - 0x91c33ff3  libCSync.A.dylib (600.0.0 - compatibility 64.0.0) <11726E50-E6FC-3AB0-8750-DDDCCF2B8534> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib0x91c34000 - 0x91c61ff7  com.apple.securityinterface (5.0 - 55004) <93C0285A-A266-3F21-82C9-434CBD3FA712> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInterface0x91c62000 - 0x91c65ff7  libmathCommon.A.dylib (2026.0.0 - compatibility 1.0.0) <69357047-7BE0-3360-A36D-000F55E39336> /usr/lib/system/libmathCommon.A.dylib0x91f72000 - 0x91ff9fff  com.apple.print.framework.PrintCore (7.0 - 366) <D037D344-7463-3620-AE8F-8D0D3EA5CE8E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore0x91ffa000 - 0x91ffdff9  libCGXType.A.dylib (600.0.0 - compatibility 64.0.0) <B9344DE6-B84D-352C-95AD-EF73A68B8A10> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib0x91ffe000 - 0x91fffffd  com.apple.MonitorPanelFramework (1.4.0 - 1.4.0) <45AC1CB9-2A81-3FEA-9BA4-E9BBA2582A28> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPanel0x9212f000 - 0x9214cfff  libresolv.9.dylib (46.0.0 - compatibility 1.0.0) <95AE43ED-6C52-3B39-89B6-54C81C62F1FF> /usr/lib/libresolv.9.dylib0x92262000 - 0x92565ff7  com.apple.Foundation (6.7 - 833.1) <94BFFEDD-0676-368D-B4C6-8784E1DA4306> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation0x92566000 - 0x925d4fff  com.apple.Heimdal (2.1 - 2.0) <5BA5BFA4-0B05-3B00-AF06-C3D0D60F36BC> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal0x92606000 - 0x9260eff3  liblaunch.dylib (392.18.0 - compatibility 1.0.0) <CD470A1E-0147-3CB1-B44D-0B61F9061826> /usr/lib/system/liblaunch.dylib0x9260f000 - 0x92610fff  libsystem_blocks.dylib (53.0.0 - compatibility 1.0.0) <B04592B1-0924-3422-82FF-976B339DF567> /usr/lib/system/libsystem_blocks.dylib0x92641000 - 0x9266cfff  com.apple.GSS (2.1 - 2.0) <129F4AB0-41AC-3713-A7BC-921769B0E12D> /System/Library/Frameworks/GSS.framework/Versions/A/GSS0x9266d000 - 0x92674ffd  com.apple.NetFS (4.0 - 4.0) <D0D59145-D211-3E7C-9062-35A2833FA99B> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS0x92675000 - 0x9275dfff  libxml2.2.dylib (10.3.0 - compatibility 10.0.0) <ED3F5E83-8C76-3D46-B2FF-0D5BDF8970C5> /usr/lib/libxml2.2.dylib0x9275e000 - 0x9277bff3  com.apple.openscripting (1.3.3 - ???) <31A51238-0CA1-38C7-9F0E-8A6676EE3241> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting0x928bb000 - 0x928c4ff3  com.apple.CommonAuth (2.1 - 2.0) <94EA2555-212C-3704-8307-FCEE5D6D32C5> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth0x928c5000 - 0x928c5fff  com.apple.quartzframework (1.5 - 1.5) <EF66BF08-620E-3D11-87D4-35D0B0CD1F6D> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz0x928c6000 - 0x928ccffb  com.apple.print.framework.Print (7.0 - 247) <1140BB03-0720-308F-8D92-F71B347D63D6> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print0x92984000 - 0x9298eff2  com.apple.audio.SoundManager (3.9.4 - 3.9.4) <D23C4761-6492-3974-B4D2-495082B8B7A6> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/Versions/A/CarbonSound0x9298f000 - 0x9298fff0  com.apple.ApplicationServices (41 - 41) <BED33E1D-C95C-3654-9A3A-0CB3607F9F10> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices0x92990000 - 0x929a7ff8  com.apple.CoreMediaAuthoring (2.0 - 889) <49B55753-BD7E-3889-BA60-15294DA49CB7> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMediaAuthoring0x929a8000 - 0x929b8fff  libsasl2.2.dylib (3.15.0 - compatibility 3.0.0) <D6F728DA-990A-32A3-86FA-4A3F4D88E309> /usr/lib/libsasl2.2.dylib0x929b9000 - 0x92be2ffb  com.apple.QuartzComposer (5.0 - 232) <B25A191A-B96D-3BB0-B7D5-FDE4A97DFD06> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framework/Versions/A/QuartzComposer0x92ce3000 - 0x92d11ffb  com.apple.DictionaryServices (1.2 - 158) <C614930F-520D-3F77-AD0D-0E16FBCB98CE> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices0x92d12000 - 0x92d52ff3  com.apple.corelocation (330.9 - 330.9) <2F87DE20-E231-39C1-8CCB-3C029A07DC18> /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation0x92d53000 - 0x92d72fff  com.apple.RemoteViewServices (1.0 - 1) <D9810485-6A62-3758-96F5-48950AF250F1> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices0x92d73000 - 0x92d74ff5  libremovefile.dylib (21.0.0 - compatibility 1.0.0) <9A1E12B7-F822-3544-8E1D-A6DC81E1F2E6> /usr/lib/system/libremovefile.dylib0x92d75000 - 0x92d75fff  com.apple.Cocoa (6.6 - ???) <650273EF-1ABC-334E-B745-B75AF028F9F4> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa0x92d77000 - 0x92d7cffb  com.apple.phonenumbers (1.0 - 47) <84484814-C9BE-33E7-A3DF-4DD0E970B902> /System/Library/PrivateFrameworks/PhoneNumbers.framework/Versions/A/PhoneNumbers0x92d7f000 - 0x933e465b  com.apple.CoreGraphics (1.600.0 - ???) <DD3B7ADA-0F19-371E-BB87-F3C08464134A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics0x933e5000 - 0x933e7ff7  libdyld.dylib (195.5.0 - compatibility 1.0.0) <637660EA-8D12-3B79-B644-041FEADC9C33> /usr/lib/system/libdyld.dylib0x933e8000 - 0x9344ffff  libc++.1.dylib (19.0.0 - compatibility 1.0.0) <3AFF3CE8-14AE-300F-8F63-8B7FB9D4DA96> /usr/lib/libc++.1.dylib0x93450000 - 0x93454ffa  libcache.dylib (47.0.0 - compatibility 1.0.0) <98A82BC5-0DD9-3212-9CAE-35A77278EEB6> /usr/lib/system/libcache.dylib0x93af0000 - 0x93af0fff  com.apple.audio.units.AudioUnit (1.7 - 1.7) <75E38B34-1DE2-337A-A09F-0F7E91C02ABB> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit0x93b2f000 - 0x93b6bfff  libcups.2.dylib (2.9.0 - compatibility 2.0.0) <8CB51735-ABE4-37AD-9019-845BB768955F> /usr/lib/libcups.2.dylib0x93b6c000 - 0x93bc4fff  com.apple.HIServices (1.9 - ???) <058E00E0-F1B4-395F-813E-C49C0C5F3BA9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices0x93bc5000 - 0x9401afff  FaceCoreLight (1.4.2 - compatibility 1.0.0) <53AC5DCE-D04B-3DC3-808D-AA1CAD4D0924> /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLight0x9401f000 - 0x94049ff0  libpcre.0.dylib (1.1.0 - compatibility 1.0.0) <5CAA1478-97E0-31EA-8F50-BF09D665DD84> /usr/lib/libpcre.0.dylib0x9404a000 - 0x9404dfff  com.apple.AppleSystemInfo (1.0 - 1) <D2F60873-ECB1-30A8-A02E-E772F969116E> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo0x940d5000 - 0x942abfef  com.apple.CoreFoundation (6.7 - 635) <4EE0D62E-5342-3A9F-A740-DA1D5AEBB1B0> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation0x942ac000 - 0x946aeff6  libLAPACK.dylib (??? - ???) <00BE0221-8564-3F87-9F6B-8A910CF2F141> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib0x946f3000 - 0x94707ff7  com.apple.CFOpenDirectory (10.7 - 144) <665CDF77-F0C9-3AFF-8CF8-64257268B7DD> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory0x94749000 - 0x94751fff  com.apple.DiskArbitration (2.4 - 2.4) <E574D5E7-7297-33B5-8B91-1E6346D5F917> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration0x94752000 - 0x947a2ff9  com.apple.QuickLookFramework (3.0 - 489.1) <46E053F5-E7CC-3358-93AF-635837E4ECCA> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook0x947a3000 - 0x947f4ff9  com.apple.ScalableUserInterface (1.0 - 1) <C3FA7E40-0213-3ABC-A006-2CB00B6A7EAB> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterface.framework/Versions/A/ScalableUserInterface0x947f5000 - 0x94904ff7  libsqlite3.dylib (9.6.0 - compatibility 9.0.0) <01987A45-9270-30FD-8A67-5E53DB637909> /usr/lib/libsqlite3.dylib0x949fd000 - 0x94a05ff5  libcopyfile.dylib (85.1.0 - compatibility 1.0.0) <A1BFC320-616A-30AA-A41E-29D7904FC4C7> /usr/lib/system/libcopyfile.dylib0x94a06000 - 0x94a1ffff  libPng.dylib (??? - ???) <2C47E152-240A-36A7-87A8-3856EDFF2FE8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib0x94a20000 - 0x94b2bffb  com.apple.DesktopServices (1.6.0 - 1.6.0) <66E2BD3A-958A-3F46-8DA0-C0F2358013B0> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv0x94b2c000 - 0x94bf7fff  libsystem_c.dylib (763.11.0 - compatibility 1.0.0) <44AA09FD-3A8F-3DCF-AD98-BC9071CA7376> /usr/lib/system/libsystem_c.dylib0x94c21000 - 0x94d19ff7  libFontParser.dylib (??? - ???) <C428D41A-8635-3423-A2F0-8BA9819F212B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib0x94e32000 - 0x94eadffb  com.apple.ApplicationServices.ATS (5.0 - ???) <8DF22F1E-7600-3ADA-BFC1-F6FA79914171> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS0x94eae000 - 0x94ec3ff7  com.apple.ImageCapture (7.0 - 7.0) <116BC0CA-428E-396F-85DF-52793034D2A0> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture0x94eca000 - 0x94eccff9  com.apple.securityhi (4.0 - 1) <BD367302-73C3-32F4-8080-E389AE89E434> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI0x94ecd000 - 0x94ed1fff  com.apple.CommonPanels (1.2.5 - 94) <3A988595-DE53-34ED-9367-C9A737E2AF38> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels0x94ed2000 - 0x95143ffb  com.apple.CoreImage (7.77 - 1.0.1) <DF1D9EB7-5879-3EA2-8CF5-80004DAC18BC> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage0x95149000 - 0x95151ffb  com.apple.DisplayServicesFW (2.5.0 - 302.1.2) <D9F6D0D1-8D53-3357-ADBB-6BEBEC842AEC> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices0x95152000 - 0x9517bffe  com.apple.shortcut (2.0 - 2.0) <7F289D05-DDEC-3993-9F86-0DB896E1E686> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut0x95275000 - 0x955d1fff  com.apple.MediaToolbox (1.0 - 705.35) <425BD613-CB66-3BE1-8DDC-1B59561A1F5F> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbox0x955d2000 - 0x956a8ff3  com.apple.avfoundation (2.0 - 180.23) <428C1F5D-B786-3392-ADF4-43572D1722DE> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation0x956a9000 - 0x956e9ff7  libauto.dylib (??? - ???) <36E7FE7F-27DF-3301-80AA-DD61FBF722F4> /usr/lib/libauto.dylib0x956f2000 - 0x95853ffb  com.apple.QuartzCore (1.7 - 269.0) <221FF6A0-9C2C-3977-BC2A-A84C392BA49B> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore0x95978000 - 0x9599aff1  com.apple.PerformanceAnalysis (1.10 - 10) <45B10D4C-9B3B-37A6-982D-687A6F9EEA28> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis0x95a1a000 - 0x96016fe3  libclh.dylib (4.0.3 - 4.0.3) <F5D55EBC-3BA3-357F-9E87-3499B6EF087E> /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/libclh.dylib0x96017000 - 0x96067fff  libFontRegistry.dylib (??? - ???) <BC35B8F5-7CCA-3A04-A278-FA3306B2C4F8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib0x96068000 - 0x96078fff  com.apple.LangAnalysis (1.7.0 - 1.7.0) <6D6F0C9D-2EEA-3578-AF3D-E2A09BCECAF3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis0x96079000 - 0x960d5ff3  com.apple.Symbolication (1.2 - 83.1) <E651A2F1-CC13-3DDD-9B0A-09180014966B> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication0x960d6000 - 0x9614eff2  com.apple.CorePDF (3.0 - 3.0) <A0EC8F60-A622-347E-979A-F71939C45E5F> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF0x9614f000 - 0x962b1fff  com.apple.QTKit (7.7.1 - 2246) <3BFE9BE6-4DDD-3D21-9695-0ECE773128E6> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit0x96326000 - 0x9635cfff  com.apple.DebugSymbols (2.1 - 85) <0F996A4A-16A7-3C90-8037-0E2958D1FB16> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols0x963b5000 - 0x963b8ffd  libCoreVMClient.dylib (??? - ???) <34D0B2E2-9838-300A-AE47-08ED8C7576DC> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib0x963d8000 - 0x96498ff3  com.apple.ColorSync (4.7.0 - 4.7.0) <50767823-56BA-373D-BC5A-37B17B659838> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync0x96509000 - 0x96557ff3  com.apple.ImageCaptureCore (3.0 - 3.0) <16B80ABD-DCDA-34AA-A539-F36A4D39CB03> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore0x96558000 - 0x9662ea5b  libobjc.A.dylib (228.0.0 - compatibility 1.0.0) <A0EDB351-4B9D-3AA2-9D1A-0C22204FCCD3> /usr/lib/libobjc.A.dylib0x9663b000 - 0x96659ff7  libsystem_kernel.dylib (1699.22.81 - compatibility 1.0.0) <B1BE0A1F-C6D6-3C01-B42B-44BCFEC86713> /usr/lib/system/libsystem_kernel.dylib0x9665a000 - 0x966a1fff  com.apple.SystemConfiguration (1.11 - 1.11) <7A8040EE-56A6-3BCD-A8E2-0B51CD9062D5> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration0x966a2000 - 0x96778ff6  com.apple.QuickLookUIFramework (3.0 - 489.1) <DC6303F6-F343-37C5-AE54-F5FD606FE78C> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/Versions/A/QuickLookUI0x9677d000 - 0x96790ff9  com.apple.MultitouchSupport.framework (220.62 - 220.62) <574C260A-E754-3804-BC52-2370B3EAA67C> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport0x96791000 - 0x9679efff  libGL.dylib (??? - ???) <C1C549FC-FF7F-3012-9DF5-5255217B4AEA> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib0x9679f000 - 0x967aaffc  com.apple.NetAuth (1.0 - 3.0) <C07853C0-AF32-3633-9CEF-2480860C12C5> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth0x967ab000 - 0x967abff2  com.apple.CoreServices (53 - 53) <C513E133-B0E0-3C35-A7CB-DBC35A7EF571> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices0x967ac000 - 0x967eafff  libRIP.A.dylib (600.0.0 - compatibility 64.0.0) <0AE59D4F-FFA7-3539-8B86-AD8993894AA0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib0x9686d000 - 0x9686dffe  libkeymgr.dylib (23.0.0 - compatibility 1.0.0) <7F0E8EE2-9E8F-366F-9988-E2F119DB9A82> /usr/lib/system/libkeymgr.dylib0x9686e000 - 0x96a88ff7  com.apple.JavaScriptCore (7534 - 7534.48) <430C2E37-5E97-3C16-9BC9-D8478F7A6CF6> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore0x96a89000 - 0x96dc8ff3  com.apple.HIToolbox (1.7 - ???) <A9583F07-218D-35CD-B29C-C65E6D008836> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox0x96dc9000 - 0x96ddafff  libbsm.0.dylib (??? - ???) <54ACF696-87C6-3652-808A-17BE7275C230> /usr/lib/libbsm.0.dylib0x96ddb000 - 0x96ddcff7  libsystem_sandbox.dylib (??? - ???) <BC0A04E9-4F28-3BC8-AA7B-63C3451E9212> /usr/lib/system/libsystem_sandbox.dylib0x96ddd000 - 0x96e81fff  com.apple.QD (3.12 - ???) <68CBE425-43BA-3E6D-8668-A4A67396E20D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD0x96e82000 - 0x96f0eff7  com.apple.CoreText (4.0.0 - ???) <2ADB0C1E-FE27-371C-8EC3-69D5CFEA2BE7> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText0x96f0f000 - 0x96f79ff3  com.apple.CoreSymbolication (2.1 - 66) <B11C9057-1611-36A5-81F6-2C97A7047321> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication0x96f86000 - 0x96f87ff7  libquarantine.dylib (36.0.0 - compatibility 1.0.0) <70782AEC-8933-3EB4-91CA-E44C0E768C90> /usr/lib/system/libquarantine.dylib0x96f88000 - 0x970a8fec  com.apple.vImage (5.0 - 5.0) <173F6343-07EE-39F7-A159-DD3837E473DE> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage0x970a9000 - 0x970e5ffa  libGLImage.dylib (??? - ???) <E3654177-7A06-3144-9385-19D313E09289> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib0x97212000 - 0x97274ffb  com.apple.datadetectorscore (3.0 - 179.3) <18117942-9D6F-3283-B8B0-03C7550CA2EB> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore0x97275000 - 0x97280ffb  com.apple.speech.recognition.framework (4.0.19 - 4.0.19) <17C11291-5B27-3BE2-8614-7A806745EE8A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition0x97292000 - 0x972f6fff  com.apple.framework.IOKit (2.0 - ???) <B5888D02-8C36-3404-A37E-7457D950D629> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit0x972f7000 - 0x972f8fff  com.apple.TrustEvaluationAgent (2.0 - 1) <EABDA7EE-A98F-35B8-9E3E-7075BA651C68> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent0x972f9000 - 0x97361ff3  com.apple.ISSupport (1.9.8 - 56) <963339C2-020F-337E-AFB9-176090F818EC> /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport0x97368000 - 0x9751cff3  libicucore.A.dylib (46.1.0 - compatibility 1.0.0) <6270318A-CA9A-376C-AD6D-64A9B4B4A26E> /usr/lib/libicucore.A.dylib0x9751d000 - 0x97525ff3  libunwind.dylib (30.0.0 - compatibility 1.0.0) <E8DA8CEC-12D6-3C8D-B2E2-5D567C8F3CB5> /usr/lib/system/libunwind.dylib0x9766d000 - 0x97708ff3  com.apple.ink.framework (1.3.2 - 110) <9F6F37F9-999E-30C5-93D0-E48D4B5E20CD> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink0x97709000 - 0x9771fffe  libxpc.dylib (77.16.0 - compatibility 1.0.0) <2EAF3E13-19FA-3EF2-88D6-64ACBC3A6ADB> /usr/lib/system/libxpc.dylib0x97720000 - 0x97720fff  com.apple.Accelerate (1.7 - Accelerate 1.7) <881C1C85-2DEC-38DE-BC97-7804BC907282> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate0x978d2000 - 0x978d3fff  liblangid.dylib (??? - ???) <C8C204E9-1785-3785-BBD7-22D59493B98B> /usr/lib/liblangid.dylib0x978d4000 - 0x97cdafff  com.apple.RawCamera.bundle (3.7.2 - 573) <79B5B169-0884-3530-B59B-B4B0A72AC5CE> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera0x97cdb000 - 0x97cdcfff  libDiagnosticMessagesClient.dylib (??? - ???) <DB3889C2-2FC2-3087-A2A2-4C319455E35C> /usr/lib/libDiagnosticMessagesClient.dylib0x97cdd000 - 0x97d00fff  com.apple.CoreVideo (1.7 - 70.0) <0CBE6F3B-34C7-3C6B-9BB1-826F9905ECC1> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo0x97d01000 - 0x97d05ff3  libsystem_network.dylib (??? - ???) <E1455F3E-549B-3D50-A38B-17B394F3C7F6> /usr/lib/system/libsystem_network.dylib0x97d06000 - 0x98006fff  com.apple.CoreServices.CarbonCore (960.13 - 960.13) <E098AC3A-E795-3C28-BA92-EED51C461A6F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore0x98007000 - 0x9802dffb  com.apple.quartzfilters (1.7.0 - 1.7.0) <9C8F1F3D-D570-3F5C-9B31-5B5B82161CDE> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework/Versions/A/QuartzFilters0x9802e000 - 0x98055ff3  com.apple.framework.Apple80211 (7.0 - 700.57) <42C009DF-1701-3B34-9E74-A72BAA9AEFAA> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple802110x98056000 - 0x9817fff9  com.apple.CFNetwork (520.0.13 - 520.0.13) <B21DE9ED-1D99-39C0-9E24-77D2A48FBFEF> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork0x98180000 - 0x9818efff  libz.1.dylib (1.2.5 - compatibility 1.0.0) <E73A4025-835C-3F73-9853-B08606E892DB> /usr/lib/libz.1.dylib0x9818f000 - 0x98440ff7  com.apple.security (7.0 - 55010) <28168576-1B8C-3FE8-9356-DE79390A480A> /System/Library/Frameworks/Security.framework/Versions/A/Security0x98441000 - 0x985daff7  com.apple.CoreData (103 - 358.4) <EB07F3A5-6301-3DA4-96FC-F8381D148C69> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData0x985db000 - 0x98657ff3  com.apple.PDFKit (2.6 - 2.6) <484AB8A4-E967-3B2F-BEFE-4B74F72B65A2> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versions/A/PDFKit0x98658000 - 0x98672fff  com.apple.Kerberos (1.0 - 1) <25E5A286-876D-3A8E-A12F-52D184559E8C> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos0x98673000 - 0x98756ff7  libcrypto.0.9.8.dylib (0.9.8 - compatibility 0.9.8) <6E631200-1E22-37B9-85D1-EC40520891AB> /usr/lib/libcrypto.0.9.8.dylib0x98757000 - 0x987ccfff  com.apple.Metadata (10.7.0 - 627.9) <1EF7D615-3DF4-3F5D-88CE-6BDFA120FE32> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata0x987cd000 - 0x987f6ffe  com.apple.opencl (1.50.62 - 1.50.62) <52059AB5-8E0D-356E-98AA-71A4777CBE57> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL0x987f7000 - 0x98817fff  com.apple.framework.internetaccounts (1.0 - 1) <81784495-964C-3814-A3AC-24C15A033C6E> /System/Library/PrivateFrameworks/InternetAccounts.framework/Versions/A/InternetAccounts0x98841000 - 0x98bf9ffb  com.apple.SceneKit (2.0 - 124) <D1B359EA-7637-31D0-800E-8E816B1F4475> /System/Library/PrivateFrameworks/SceneKit.framework/Versions/A/SceneKit0x9994b000 - 0x999a4ff3  com.apple.coreui (0.3 - 162) <BD3FBC84-234A-38E0-AA29-DE0424D3FD16> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI0x999a7000 - 0x99a3bff7  com.apple.LaunchServices (480.19 - 480.19) <A68C0688-4ED1-35F1-BF44-F5B1917084A0> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices0x99afa000 - 0x99b57ffb  com.apple.htmlrendering (76 - 1.1.4) <743C2943-40BC-36FB-A45C-3421A394F081> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering.framework/Versions/A/HTMLRendering0x99be3000 - 0x99be4ffd  libCVMSPluginSupport.dylib (??? - ???) <060F3D91-D868-35AC-B543-E6070AC8F9D1> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib0x99c52000 - 0x99c54ffb  libRadiance.dylib (??? - ???) <5112B7CE-BAAF-3E98-94E4-676BCB92867F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib0x99c55000 - 0x99c5aff7  libmacho.dylib (800.0.0 - compatibility 1.0.0) <56A34E97-518E-307E-8218-C5D43A33EE34> /usr/lib/system/libmacho.dylib0x99c5e000 - 0x99c5efff  com.apple.vecLib (3.7 - vecLib 3.7) <A01CD788-26FB-320F-8617-5A7DF0F9031E> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib0x99f89000 - 0x99f90ff9  libsystem_dnssd.dylib (??? - ???) <236665A4-0508-3515-B520-AC8BD3FCE069> /usr/lib/system/libsystem_dnssd.dylib0x99f91000 - 0x99fe1ff4  libTIFF.dylib (??? - ???) <25796A90-ABD2-3A3A-800C-1056D343A71F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib0x9a035000 - 0x9a06bff7  com.apple.AE (527.6 - 527.6) <77999151-94E3-37CD-A49E-7A9F9084F886> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE0x9a06c000 - 0x9a0bbffb  com.apple.AppleVAFramework (5.0.14 - 5.0.14) <51981B76-9A78-39D7-8709-7686BD2057C8> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA0x9a0fd000 - 0x9a12dff7  libsystem_info.dylib (??? - ???) <C385F5A9-458A-3B49-9CC7-EA81DC5F9141> /usr/lib/system/libsystem_info.dylib0x9a12e000 - 0x9a171ffd  libcommonCrypto.dylib (55010.0.0 - compatibility 1.0.0) <4BA1F5F1-F0A2-3FEB-BB62-F514DCBB3725> /usr/lib/system/libcommonCrypto.dylib0x9abe2000 - 0x9ac33ff3  com.apple.CoreMediaIO (201.0 - 3148) <A6D1F2C8-D31A-3470-9212-E1327F044F71> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO0x9ac82000 - 0x9acaaff0  com.apple.CoreServicesInternal (113.7 - 113.7) <F5724FAC-8BB8-3F0F-B8BC-36F2CA75A23D> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal0x9acb7000 - 0x9af3cfe3  com.apple.QuickTime (7.7.1 - 2246) <56DF434A-D929-350C-86D5-684089D0EDFB> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime0x9af3d000 - 0x9af52fff  com.apple.speech.synthesis.framework (4.0.74 - 4.0.74) <92AADDB0-BADF-3B00-8941-B8390EDC931B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis0x9af53000 - 0x9afb5ff3  libstdc++.6.dylib (52.0.0 - compatibility 7.0.0) <266CE9B3-526A-3C41-BA58-7AE66A3B15FD> /usr/lib/libstdc++.6.dylib0x9afb6000 - 0x9afcfffb  com.apple.frameworks.preferencepanes (15.0 - 15.0) <2DFCA1EB-E90F-305A-823B-D73D0104951B> /System/Library/Frameworks/PreferencePanes.framework/Versions/A/PreferencePanes0x9afd0000 - 0x9afd0fff  libdnsinfo.dylib (395.6.0 - compatibility 1.0.0) <959E5139-EB23-3529-8881-2BCB5724D1A9> /usr/lib/system/libdnsinfo.dylib0x9afd1000 - 0x9b4adff6  libBLAS.dylib (??? - ???) <327C1517-2B63-3D8C-8D8E-CB4EBA2A9C36> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib0x9b4ae000 - 0x9b6ccff7  com.apple.imageKit (2.1 - 1.0) <0B16E64D-597C-3ECE-8076-7991AF7D6820> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Versions/A/ImageKit0x9b6cd000 - 0x9c152ffe  com.apple.AppKit (6.7 - 1138) <1CEDE402-32DD-3C10-B3B3-8C3DDBE8335D> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit0x9c153000 - 0x9c153fff  com.apple.Accelerate.vecLib (3.7 - vecLib 3.7) <CB952B04-595A-332B-992B-7671815750FD> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib0x9c154000 - 0x9c15bfff  libnotify.dylib (80.0.0 - compatibility 1.0.0) <B3B3875D-311D-31A7-A09F-D1BC56795E00> /usr/lib/system/libnotify.dylib0x9c15c000 - 0x9c15cfff  libffi.dylib (??? - ???) <58A2AA81-461E-3581-9A8C-880A3BDA2D6A> /usr/lib/libffi.dylib0x9c15d000 - 0x9c19bfff  com.apple.NavigationServices (3.6 - 192) <CB7AE807-9292-3EBA-A5F5-D7DCEE28A5B7> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServices.framework/Versions/A/NavigationServices0x9c19c000 - 0x9c19fff7  libcompiler_rt.dylib (6.0.0 - compatibility 1.0.0) <7F6C14CC-0169-3F1B-B89C-372F67F1F3B5> /usr/lib/system/libcompiler_rt.dylib0x9c1a0000 - 0x9c1e3ff3  com.apple.framework.CoreWLAN (2.0 - 200.46) <14071703-76D5-3EFD-A8F7-D330BB311D5B> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN0x9c236000 - 0x9c2cdff3  com.apple.securityfoundation (5.0 - 55005) <F5A98CC2-11C6-34F3-8F72-75B642627630> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation0x9c2ce000 - 0x9c2d1ffb  com.apple.help (1.3.2 - 42) <DDCEBA10-5CDE-3ED2-A52F-5CD5A0632CA2> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help0x9c2d2000 - 0x9c2dffff  com.apple.HelpData (2.1.0 - 68) <C1E7DE84-CCC3-3495-93B7-3D47FBC1FFD1> /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData0x9c52c000 - 0x9c53afff  com.apple.opengl (1.7.4 - 1.7.4) <0775705D-EB52-39CB-AA42-63332B8EF7C8> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL0x9c545000 - 0x9c548ffc  libpam.2.dylib (3.0.0 - compatibility 3.0.0) <6FFDBD60-5EC6-3EFA-996B-EE030443C16C> /usr/lib/libpam.2.dylib0x9c586000 - 0x9c646fff  com.apple.CoreServices.OSServices (478.25.1 - 478.25.1) <7971F047-D9EF-3D9C-A65F-E5A8C6CECF06> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices0x9c647000 - 0x9c66cff9  libJPEG.dylib (??? - ???) <5872B388-D6CC-3DD4-A2F3-8BB464E83D14> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib0x9c676000 - 0x9c698ffe  com.apple.framework.familycontrols (3.0 - 300) <C9023950-8561-3DEA-8AA8-6A39F279D4AE> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls External Modification Summary:  Calls made by other processes targeting this process:    task_for_pid: 15    thread_create: 0    thread_set_state: 0  Calls made by this process:    task_for_pid: 0    thread_create: 0    thread_set_state: 0  Calls made by all processes on this machine:    task_for_pid: 2600    thread_create: 1    thread_set_state: 0 VM Region Summary:ReadOnly portion of Libraries: Total=188.8M resident=114.1M(60%) swapped_out_or_unallocated=74.8M(40%)Writable regions: Total=63.7M written=5368K(8%) resident=30.7M(48%) swapped_out=0K(0%) unallocated=33.0M(52%) REGION TYPE                      VIRTUAL===========                      =======CG backing stores                  3708KCG image                           2192KCG raster data                      740KCG shared images                   3416KCoreAnimation                       260KCoreGraphics                          8KCoreImage                            64KCoreServices                       1192KIOKit                               400KMALLOC                             27.9MMALLOC guard page                    48KMemory tag=240                        4KMemory tag=242                       12KOpenCL                               32KStack                              67.0MVM_ALLOCATE                        16.2M__CI_BITMAP                          80K__DATA                             12.4M__DATA/__OBJC                       184K__IMAGE                            1256K__IMPORT                              8K__LINKEDIT                         42.6M__OBJC                             3060K__OBJC/__DATA                       100K__PAGEZERO                            4K__TEXT                            146.2M__UNICODE                           544Kmapped file                       105.4Mshared memory                      3460Kshared pmap                        6928K===========                      =======TOTAL                             444.8M Model: MacBook7,1, BootROM MB71.0039.B0B, 2 processors, Intel Core 2 Duo, 2.4 GHz, 4 GB, SMC 1.60f5Graphics: NVIDIA GeForce 320M, NVIDIA GeForce 320M, PCI, 256 MBMemory Module: BANK 0/DIMM0, 2 GB, DDR3, 1067 MHz, 0x80AD, 0x484D54313235533654465238432D47372020Memory Module: BANK 1/DIMM0, 2 GB, DDR3, 1067 MHz, 0x80AD, 0x484D54313235533654465238432D47372020AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x93), Broadcom BCM43xx 1.0 (5.100.98.75.10)Bluetooth: Version 2.5.0f17, 2 service, 12 devices, 1 incoming serial portsNetwork Service: Ethernet, Ethernet, en0Network Service: AirPort, AirPort, en1Serial ATA Device: Hitachi HTS545025B9SA02, 250.06 GBSerial ATA Device: HL-DT-ST DVDRW  GS23NUSB Device: Built-in iSight, apple_vendor_id, 0x8507, 0x24600000 / 2USB Device: BRCM2070 Hub, 0x0a5c  (Broadcom Corp.), 0x4500, 0x06600000 / 3USB Device: Bluetooth USB Host Controller, apple_vendor_id, 0x8218, 0x06630000 / 6USB Device: Apple Internal Keyboard / Trackpad, apple_vendor_id, 0x0236, 0x06300000 / 2

  • Re: camera connection kit- I uploaded pictures using the sandisk connection, clicked on 10 pics to delete and ALL of my files were deleted from the sandisk! Is there any way to recover these pics?

    Re: camera connection kit- I uploaded pictures using the sandisk connection, clicked on 10 pics to delete and ALL of my files were deleted from the sandisk! Is there any way to recover these pics?

    Kevin-
    You say you uploaded the pictures to the iPad?  Then they should still be there, and you can copy them to your computer through iTunes.
    There are utility programs for a computer that can recover deleted files from hard drives, and they may work for camera memory cards as well.  I've used DiskWarrior for Macintosh to recover pictures from an SD card before.
    Fred

  • I am uploading receipts using the PURCHASE_ORDER_RECEIPT EIP.  When I upload serialized assets each one is processed as a separate receipt (receiver_id). How can I have these all aggregated on the same receipt?

    I am uploading receipts using the PURCHASE_ORDER_RECEIPT EIP.  When I upload serialized assets each one is processed as a separate receipt (receiver_id). How can I have these all aggregated on the same receipt?
    Is there a parameter I should be using in the XML or is there a setting in Peoplesoft that will accomplish this?
    Jim

    sundy.liu wrote:
    Unfortunately however, even with the TCP tweaks enabled, I still only get a little over 1 Gb/s through the two aggregated Gig ports. It seems as though the aggregation is only using one port, though MRTG graphs of the two switch ports do in fact show that they are both being utilized equally, essentially splitting the 1 Gb/s speed between
    the two ports.
    Problem with the server? switch? Aggregation software? All the above? At any rate, I seem to be missing something.. Any help regarding this issue would be greatly appreciated!If you're only running a single stream, that's all you'll see. Teaming/aggregating doesn't make one stream go faster.
    If you ran two streams simultaneously, then you should see a difference between a single 1G interface and an aggregate of two 1G interfaces.
    Darren

  • Replace words with images, in a table, using the search/replace tool

    Hello everybody
    I have a question:
    Is it possible to replace words with images, in a table, using the search/replace tool?
    My case:
    I have a table with about 9000 articles on about 400 pages. In this table there are words which I like to replace with Logos.
    Example: The word "DM" should be the Logo "DM" (.eps). This word is about 1200 times in this table.
    Is it possible to replace it automatically?
    Thank you very much for your helb.
    Kind regards Alex

    Hello Mr. Werner
    Thank you for your reply.
    Can I ask you which Version of InDesign do you use?
    I use CS 5.5 and there I can't find the change field "other" you told me.
    Can you see it on the screenshot? (Sorry it is german...)
    Thank you very much for your support.
    Kind regards Alex

  • When I add a photo filter to an image, I can't use the color sampler in the photo filter dialog box. It automatically selects white. What am I doing wrong?

    Whenever I add a photo filter to an image, I can't use the sampler tool that automatically appears when you open the photo filter dialog box to manually select the color of your filter. Whenever I try to use it, it automatically selects white (#ffffff), no matter where I click in the image. Does anyone know what I'm doing wrong?
    Thanks

    When you add an adjustment layer, the layer mask is automatically active. You need to activate the pixel (image) layer by clicking on it in the Layers panel.

  • My battery dies quicker than before, even without using the phone .aslo it shuts down unxpectedly (sometimes shuts down at 30% then i cant restart it until i blog it to the charger) and sometimes jumps from 40% to 20% or from 20% to 3%

    hi!
    my battery dies quicker than before, even without using the phone
    aslo it shuts down unxpectedly (sometimes shuts down at 30% then i cant restart it until i blog it to the charger)
    and sometimes jumps from 40% to 20% or from 20% to 3%
    i have done many things people recommanded it for me like :
    restore : i've done two restores and it gets better for the first 1-2 weeks then it gets worse than before.
    also deleted my music list (19gb) in order to make this better (as recommended) but it still the same
    my screen brightness is always ALWAYS low , almost the lowest.
    i close the apps when i finish using them ALL OF THEM
    i dont use the camera and flash , almost rarely. just to save battery.
    i dont use the location service always.
    i dont charge my phone until it shuts down and i dont unblog it until it reachs 100%
    basically i have tried eveything.

    Install or Reinstall OS X from Scratch
    Be sure you backup your files to an external drive or second internal drive because the following procedure will remove everything from the hard drive.
    Boot to the Recovery HD:
    Restart the computer and after the chime press and hold down the COMMAND and R keys until the menu screen appears. Alternatively, restart the computer and after the chime press and hold down the OPTION key until the boot manager screen appears. Select the Recovery HD and click on the downward pointing arrow button.
    Erase the hard drive:
      1. Select Disk Utility from the main menu and click on the Continue button.
      2. After DU loads select your startup volume (usually Macintosh HD) from the
          left side list. Click on the Erase tab in the DU main window.
      3. Set the format type to Mac OS Extended (Journaled.) Optionally, click on
          the Security button and set the Zero Data option to one-pass. Click on
          the Erase button and wait until the process has completed.
      4. Quit DU and return to the main menu.
    Reinstall OS X: Select Reinstall OS X and click on the Install button.
    Note: You will need an active Internet connection. I suggest using Ethernet if possible
               because it is three times faster than wireless.

Maybe you are looking for

  • What is BTHF addon for?

    Does somebody know  what is the BTHF addon (appeared with patch 38) and where can we find any documentation of it?

  • S/MIME lookup works for ActiveSync, but not OWA.

    Hi, I posted this a while back and it still stands.  https://social.technet.microsoft.com/Forums/en-US/1f16aabc-da7e-40a5-9a2d-f584e3bbf5de/owa-2013-an-error-occurred-while-signing-this-smime-message-no-certificate-was-found?forum=exchangesvrgeneral

  • Is side panel album artwork no longer visible in iTunes 11.x?

    I have been frustrated by the inability to view album artwork in the side panel, for songs selected in list view. In iTunes 10.x, it was possible to add album artwork for a song (or group of songs) by dragging to the box on the side panel. Is this a

  • Data initialization in backing bean

    Hi, JDev Version: 11.1.2.1.0 I have set of jsff pages in backingBeanScope, which are embedded in a bounded taskflow and the taskflow is used in a jspx page as a region. A table in jsff page displays the data on executing a DB query: <af:table var="ro

  • Why does font looks pixelated when exporting motion template to FCP?

    I created a motion template for some text animations and I also tried with just a motion file and when I added either one to FCP it just looks like crap (pixelated edges, really really bad edges) I noticed this happens if you don't have a drop shadow