PLEASE HELP!! Why do my file dates change on import?

I'm trying to drag and drop iPhotos into Aperture or export a collection of files and then import them into Aperture, but the image date changes to a random date in the future when I do so.
What am I doing wrong?
How do I solve the problem?

hi, jan
quote: "Hmmm... the "Edit" button works for me, but it looks like the data I changed didn't actually change... even though the modified date on the .jpg file updated..."
I've been wanting to change the exposure EXIF data since I started using Aperture to make a 32bit HDR file from one photograph so as to fake bracketing of multiple photographs (with just one photo) and obtain a perfect exposure of difficult shots like forests, night city scenes, night clubs etc.
Back to the drawing board
Thanks for your help
victor

Similar Messages

  • Original video file date changes when imported

    When I import video files, the date of the original source file gets changed to the date of my importing it.
    Premiere Pro CS4 never did that. Why is CS5.5 changing the date of the source file ??
    steve

    Hi Todd, --
    I think you are saying my 'write xmp id to files on import' must be turned ON somehow. I did not do that, so if it is turned ON, it must be ON by default ?
    It was both 'date created' AND 'date modified' that were being changed to the date of import.
    Ok, I found that. It is turned ON by default, I turned it OFF. I also turned OFF the next one too - 'enable clip and xmp metadata linking'.
    I just did a test import, and the 'date modified' of the video files on the hard drive has not changed. Thank you.  VERY MUCH.   
    But, I have other problems too, with PP, and video file dates.
    There's a 'date created' and a 'date modified' for video files. Plus, with Windows 7, there's a few more dates - 'date of content' etc.
    My original untouched video file dates do not make any sense. 'Date Modified' is showing the date the video files were recorded. 'Date Created' is showing the date I copied the video files from the camera stick to the hard drive.
    That makes no sense. They should be the reverse.
    Why why why after 30 some odd years have the computer engineers NEVER made video files dates the same as digital photo files, with 'Date Taken'.
    Also,
    I have multiple cameras. For each event or trip or whatever I often take several 1,000 photos and videos. It's an absolute necessity to be able to mass import chronologically. The only way I can integrate / import them all in chronological order is by Date originally Taken, and then immediately drag all the files to the timeline while they are still all collectively highlighted in the order I just imported them all by date.
    PP only allows for imports by 'date taken' for photos and 'date modified' for video files. And, if I don't immediately drag the imported files to the timeline while they are all still highlighted without doing anything else first, the bin window re-arranges them all by filename, and there is no way to later re-arrange them by dates.
    This is extremely aggravating and impossible to work with for my need to import then later work with multiple-source recorded files chronologically.
    All these 'date' problems for video files really totally screws that.
    steve

  • Please help: Why JMF does't play .avi video clip?

    The player doesn't play .avi media file, or plays sound only, but it works fine when palying .mpg files, anything I need to pay attention to when using the following code to generate a player to play video clips?
    import java.awt.*;
    import java.awt.event.*;
    import java.io.*;
    import javax.swing.*;
    import javax.media.*;
    public class PlayClip extends JFrame {
    //singliton design pattern
    private static PlayClip instance;
    protected Player player;
    private File file= new File ("goal.avi");
    private PlayClip () {
    instance=null;
    initComponents();
    public static PlayClip getInstance(){
    if (instance==null)
    instance=new PlayClip ();
    return instance;
    private void initComponents() {
    JButton OK = new JButton ("OK");
    OK.addActionListener (
    new ActionListener () {
    public void actionPerformed (ActionEvent e) {
    player.close ();
    instance = null;
    dispose();
    getContentPane ().add (OK, BorderLayout.NORTH);
    setSize (300, 300);
    show ();
    createPlayer ();
    /** Creates new form PlayClip */
    private void createPlayer () {
    if (file == null) {
    return;
    removePreviousPlayer ();
    try {
    //create a new player and add listener
    player = Manager.createPlayer (file.toURL () );
    player.addControllerListener (new EventHandler () );
    player.start (); //start player
    catch (Exception e) {
    JOptionPane.showMessageDialog (this, "Invalid file or location", "Error loading file", JOptionPane.ERROR_MESSAGE );
    System.exit (1);
    private void removePreviousPlayer () {
    if (player == null )
    return;
    player.close ();
    Component visual = player.getVisualComponent ();
    Component control = player.getControlPanelComponent ();
    Container c = getContentPane ();
    if (visual != null)
    c.remove (visual);
    if (control !=null)
    c.remove (control);
    private class EventHandler implements ControllerListener {
    public void controllerUpdate (ControllerEvent e) {
    if (e instanceof RealizeCompleteEvent ) {
    Container c = getContentPane ();
    Component visualComponent = player.getVisualComponent ();
    if (visualComponent != null)
    c.add (visualComponent, BorderLayout.CENTER);
    Component controlsComponent = player.getControlPanelComponent ();
    if (controlsComponent != null)
    c.add (controlsComponent, BorderLayout.SOUTH);
    c.doLayout ();
    }

    JDunlop,
    thanks for your quick reply to my java.sun.com forum posting! i just got back from vacation, so i didn't get a chance to try your method til now. i pulled your email address off the website to update you on my problem playing an avi file in JMStudio (JMF).
    as per your instructions, i downloaded the divx player at www.divx.com and tried to play the avi file. this is the error the divx player gives:
    Divx Player 2.1
    The file contains unknown video data
    The file contains the following type of data:
    Video data: FOURCC code "MP42"
    You may need to install a new video codec on your computer to watch this video
    Some quick questions:
    1. Where could I find the "MP42" codec to play my avi file in JMStudio (JMF)? Does java.sun.com have video codecs?
    2. You mentioned in your posting "If you don't have the one that was used in the encoding, your out of luck." Does this mean that I need to know how the avi file was originally coded and have the original codec to decode (play) it?
    Thanks,
    lac410
    P.S. If you need more Duke Dollars for your help, I'd be happy to award them to you.
    Re: Please help: Why JMF does't play .avi video clip?
    Author: JDunlop Jun 5, 2003 5:00 AM
    sounds to me like you are missing a video codecs. If you don't have the one that was used in the encoding, your out of luck. Download the player from divx.com, it will tell you which codecs the video needs (if it won't play). You can then search the net for that particular codecs.

  • Please help I just accidentally deleted a very very important note from my "Notes" on my iPhone 4s.  How can I get it back? Is there a "Trash" file somewhere for deleted notes?  Thank you, Susan

    Please help I just accidentally deleted a very very important note from my "Notes" on my iPhone 4s.  How can I get it back?
    Is there a "Trash" file somewhere for deleted notes?
    Thank you,
    Susan

    Had you never backed up the phone before? When you saw the iTunes logo and cable, the device was in recovery mode. The data was already lost. The only way to recover from that is to restore the device, which will delete all of your data. You will only be able to restore to your last backup, whenever that was. Sorry this happened, but this highlights the importance of doing regular backups. The backup is the only protection you have against a problem like this.

  • Need help in laoding flat file data, which has \r at the end of a string

    Hi There,
    Need help in loading flat file data, which has \r at the end of a string.
    I have a flat file with three columns. In the data, at the end of second column it has \r. So because of this the control is going to the beginning of next line. And the rest of the line is loading into the next line.
    Can someone pls help me to remove escape character \r from the data?
    thanks,
    rag

    Have you looked into the sed linux command? here are some details:
    When working with txt files or with the shell in general it is sometimes necessary to replace certain chars in existing files. In that cases sed can come in handy:
    1     sed -i 's/foo/bar/g' FILENAME
    The -i option makes sure that the changes are saved in the new file – in case you are not sure that sed will work as you expect it you should use it without the option but provide an output filename. The s is for search, the foo is the pattern you are searching the file for, bar is the replacement string and the g flag makes sure that all hits on each line are replaced, not just the first one.
    If you have to replace special characters like a dot or a comma, they have to be entered with a backslash to make clear that you mean the chars, not some control command:
    1     sed -i 's/./,/g' *txt
    Sed should be available on every standard installation of any distribution. At lesat on Fedora it is even required by core system parts like udev.
    If this helps, mark as correct or helpful.

  • Please help! I am trying to change my Apple Id that used to be my mother to Mine- Every time i have it changed and i go and try and do an update it continues to ask for her old password. I really need help with this!

    Please help! I am trying to change my Apple Id that used to be my mother to Mine- Every time i have it changed and i go and try and do an update it continues to ask for her old password. I really need help with this!

    Phil0124 wrote:
    Apps downloaded with an Apple ID are forever tied to that Apple ID and will always require it to update.
    The only way around this is to delete the apps that require the other Apple ID and download them again with yours.
    Or simply log out of iTunes & App stores then log in with updated AppleID.

  • My ipad2 is asking old id password, when i go to forget password link for that id then I am not getting any mail to reset the same. Please help how can i remove or change the old id.

    my ipad2 is asking old id password, when i go to forget password link for that id then I am not getting any mail to reset the same. Please help how can i remove or change the old id.

    You cannot remove or change the old ID. This is Find My iPhone Activation Lock. You need to recover the credentials for the Apple ID originally used to activate the iPad.
    Check your spam and junk folders.

  • File date modified on imported pictures

    Hello,
    I have imported a large number of pictures into iPhoto '08 from an external hard disk. Then I have checked the content of the "Originals" folder into the iPhoto Library. Some pictures have their file date changed to the date of the importation. I am not talking about the EXIF data but the files themselves.
    All the pictures stored on my external hard disk have their file date set to the date of the shot. This is normal because I have transferred them from the camera to the disk then I have not modified them.
    Do you know why iPhoto has changed the date of some of my pictures? Everything is fine for 99% of them, it happened only on the last pictures but I have not changed the way I transfer them...
    I know that this is not a big deal because I can see the original date into iPhoto but I like to see it directly from the Finder when looking at file details.

    LarryHN wrote:
    Not weird at all - this is because when you import a photo into iPhoto it is copied into the originals folder - a new copy is "created" which of course sets that time as the "creation" time. The creation date is "when the finder created the file" - not at all weird
    I understand and it sounds logic. But why are the other 99% of my pictures unaffected then?
    Although this is probably relatively safe - I see no advantage to changing the creation date of the files since iPhoto ignores it and uses the EXIF date - and any time you make any change to any file within the iPhoto library you are risking corruption of the library
    I synchronize the "Originals" folder with a Windows PC and I browse the pictures with the file explorer on that one... in "Details" mode. So, it is nice to see at first sight in the files list when the picture has been taken.
    I know, it's not a big deal...

  • Please help my flv video file works perfectly localy...but its not visible in remote ftp why??

    hi All,
    Please help me. my flv video file works perfectly localy in
    my computer...but its not visible when i uploaded the flv html and
    flash files to ftp?
    thanks in advance

    This suggestion worked to see the hidden folder(s). Thanks very much, but I feel like I am miles away from moving my ipod music to my new computer and getting it all to work. Here is why...
    1. First when I plug the ipod in, in disk mode, to the USB slot it shows up as a K drive for a minute or so and then disappears. itunes keeps opening, asking me to sync (which will erase all my music on the ipod!) and the K drive (ipod) vanishes.
    2. I pod help says to drag the itunes file out to the desktop and then drag the itunes file on the ipod into the "my music" file within documents and settings. However, there is an "ipod control" file (was hidden) and within this there is the following: artwork, itunes (with 13 subfolders of its own), device, and music. So do I just drag the itunes file inside ipod control into My music? Or do I drag the whole ipod control file? or other?
    3. Additionally there are K drive (ipod) files for calendar, photos, contacts, notes, and ipod control (was hidden). I don't care about any content in the first four, but are they needed to operate? Do I drag these over also to the My music file?
    Whew, very frustrating. Thanks, Ric

  • Please Help with XML input file

    I created a flash swf with AS3 and i am loading the data via XML. I have a background that needs to load and I also created a box in which I can change the color via XML. I am have problems writing the XML code. Could someone please help. I'm brand new to this so I don't know if i'm even close. Here is the xml info i have so far. thanks
    <data backgroundColor="0x202020" width="400" marginTop="150" marginBottom="150"><![CDATA[<p align="left">COPY GOES HERE<br><br></p>]]>
    </data>
    <backgrounds switchDelay="6000">
    <image allowScaling="true">background_images/image1.jpg</image>
    </backgrounds>

    Yes, it is possible. Unfortunately I can't provide any specifics for an XML data file because we use the "field nominated" format.
    Essentially, the data file contains data definition elements and references to the form(s) that the data gets applied to. With the field nominated data file (and an XML file is probably similar) there are two basic methods to do this. One, there is a form reference followed by all the field definitions that are to be applied to that form; then if there are other forms there would be another form reference followed by the fields for that form. Two, the data file would contain data field definitions as "global" fields and this would be followed by all of the form references that these global fields would be applied to; optionally, there would be form-specific field definitions following some of the form references.
    In field nominated format this looks like:
    ^form form-1-name.mdf
    ^field name
    George Jones
    ^field amount
    1234.00
    ^field date
    01/01/2000
    ^form form-2-name.mdf
    ^field regarding
    Tammy Wynette
    ^field occupation
    country music artist
    or
    ^global name
    George Jones
    ^global amount
    1234.00
    ^global regarding
    Tammy Wynette
    ^global occupation
    country music artist
    ^form form-1-name.mdf
    ^field date
    01/01/2000
    ^form form-2-name.mdf
    As I stated, I don't know how this would look within an XML file but I'm sure the concept would be the same. For the first example there might be a form reference followed by all the associated field definitions. In the second example there would be the global field references followed by the form references with the optional imbedded field reference(s). Or, at least, something similar.
    Perhaps someone that uses XML files will provide appropriate samples.

  • PLEASE HELP! finding ORIGINAL release date of music

    Does anyone know of a way to change the default release date of music to the actual date the music was released? Is there a more efficient way, other than looking up each song one at a time at a site like www.allmusic.com? PLEASE HELP!!

    Just in case I'm interpreting something about your description, you don't need to change info for every song one at a time.
    If you have a lot of songs in which they are the only song of a given album, then yes, you have to. But in the case where you want to change all the tracks on a given album to have the release date of that album, you can select all the tracks for that album by clicking the first track, holding SHIFT, and then clicking the last track. Then press CMD+i to bring up the Info window and you can change the date for the whole album at once.

  • Please help! Missing all files on desktop and Finder blinking.

    Hi,
    I hope you guys can please help me!
    I have a Macbook Pro OS X Lion (Version 10.7.5).
    When I turned on my laptop and signed in, a box appeared that says "The application "Finder" unexpectedly quit while trying to restore its windows. Do you want to try to restore its windows again?" and IT KEEPS BLINKING. I try clicking it to restore but it doesn't do anything. And on top of that, ALL MY FILES that I had are gone from my desktop. It's empty. However, I can still get on the internet or click on any icon in my dock except for Finder. It keeps jumping up and down and I can't do anything!
    I tried quitting Google Drive, nothing. I went into safe mode and it's doing the same thing!
    I also tried researching and seen that it's best to go into the Finder, find my exact folder and delete because it could be corrupt. Problem is I can't even click or get into Finder. This is all very frustrating because I haven't done anything different from the many times I used it until I signed on again today. Can someone please help?
    Thanks in advance!

    Time of last crash:
    1/15/14 2:35:10.143 PM ReportCrash: Removing excessive log: file://localhost/Users/ehuynh/Library/Logs/DiagnosticReports/Finder_2014-01-15- 143447_Myname-MacBook-Pro-3.crash
    1/15/14 2:35:11.070 PM com.apple.launchd.peruser.501: (com.apple.Finder[4246]) Job appears to have crashed: Segmentation fault: 11
    1/15/14 2:37:09.032 PM Finder: ISGetIconFamilyFromStorage: seed mismatch for 22c20010, actual seed is 12200854
    (It kept going and I copied as much as I could before it kept going).
    Step 2:
    Process:         Finder [4510]
    Path:            /System/Library/CoreServices/Finder.app/Contents/MacOS/Finder
    Identifier:      com.apple.finder
    Version:         10.7.5 (10.7.5)
    Build Info:      Finder_FE-751005001000000~21
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [127]
    Date/Time:       2014-01-15 14:38:45.656 -0600
    OS Version:      Mac OS X 10.7.5 (11G63b)
    Report Version:  9
    Crashed Thread:  2  Dispatch queue: TFSVolumeInfo::GetSyncGCDQueue
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000000
    VM Regions Near 0:
    -->
        __TEXT                 000000010097e000-0000000100e87000 [ 5156K] r-x/rwx SM=COW  /System/Library/CoreServices/Finder.app/Contents/MacOS/Finder
    Application Specific Information:
    objc[4510]: garbage collection is OFF
    Thread 0:: Dispatch queue: com.apple.main-thread
    0   libsystem_c.dylib                       0x0000000105c0238e OSSpinLockUnlock + 6
    1   com.apple.CoreFoundation                0x0000000102ebc2ea __CFBasicHashDrain + 618
    2   com.apple.CoreFoundation                0x0000000102eb7bf6 CFRelease + 502
    3   com.apple.CoreFoundation                0x0000000102f07c72 CFRunLoopRemoveTimer + 210
    4   com.apple.CoreFoundation                0x0000000102f07b09 CFRunLoopTimerInvalidate + 457
    5   com.apple.CoreFoundation                0x0000000102f074ba __CFRunLoopDoTimer + 586
    6   com.apple.CoreFoundation                0x0000000102ee7e11 __CFRunLoopRun + 1617
    7   com.apple.CoreFoundation                0x0000000102ee7486 CFRunLoopRunSpecific + 230
    8   com.apple.HIToolbox                     0x0000000101e8f2bf RunCurrentEventLoopInMode + 277
    9   com.apple.HIToolbox                     0x0000000101e9656d ReceiveNextEventCommon + 355
    10  com.apple.HIToolbox                     0x0000000101e963fa BlockUntilNextEventMatchingListInMode + 62
    11  com.apple.AppKit                        0x00000001036e6779 _DPSNextEvent + 659
    12  com.apple.AppKit                        0x00000001036e607d -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 135
    13  com.apple.AppKit                        0x00000001036e29b9 -[NSApplication run] + 470
    14  com.apple.AppKit                        0x000000010395eeac NSApplicationMain + 867
    15  com.apple.finder                        0x000000010098412f 0x10097e000 + 24879
    16  com.apple.finder                        0x00000001009840f4 0x10097e000 + 24820
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib                  0x0000000105cfc7e6 kevent + 10
    1   libdispatch.dylib                       0x0000000105ad2786 _dispatch_mgr_invoke + 923
    2   libdispatch.dylib                       0x0000000105ad1316 _dispatch_mgr_thread + 54
    Thread 2 Crashed:: Dispatch queue: TFSVolumeInfo::GetSyncGCDQueue
    0   com.apple.DesktopServices               0x0000000100fa0438 BTreeIterator::PushForward(Page*) + 30
    1   com.apple.DesktopServices               0x0000000100fa03f3 BTreeIterator::BuildStack(IAOrderedStorable const*) + 81
    2   com.apple.DesktopServices               0x0000000100fa0377 BTreeIterator::BTreeIterator(BTree*) + 31
    3   com.apple.DesktopServices               0x0000000100fa0338 BTree::MakeIterator() + 34
    4   com.apple.DesktopServices               0x0000000100f9e40e TPropertyInfo::MakeProperties(TPropertyInfoList*, unsigned char*, unsigned int, bool) + 216
    5   com.apple.DesktopServices               0x0000000101029cf4 TPropertyInfo::CreatePropertyList(TCountedPtr<TFSInfo> const&, double&, long long&, bool, bool, TPropertyInfoList*) + 422
    6   com.apple.DesktopServices               0x0000000101029afa TPropertyInfo::CreatePropertyList(TCountedPtr<TCFURLInfo> const&, double&, long long&, bool, bool, TPropertyInfoList*) + 154
    7   com.apple.DesktopServices               0x0000000100f9e24e THFSPlusPropertyStore::Open(bool, bool) const + 130
    8   com.apple.DesktopServices               0x0000000100f9e1ae THFSPlusPropertyStore::GetProperties(bool) const + 38
    9   com.apple.DesktopServices               0x0000000100fa74cf THFSPlusPropertyStore::CreateUniqueNameList() + 113
    10  com.apple.DesktopServices               0x0000000100f909b1 TNode::ScavengeProperties(bool) + 345
    11  com.apple.DesktopServices               0x0000000100f8d765 TNode::HandleSync(unsigned int) + 1403
    12  com.apple.DesktopServices               0x0000000100f9ab54 TNode::HandlePopulate(bool) const + 92
    13  com.apple.DesktopServices               0x0000000100fca27a TNode::HandleNodeRequest(TCountedPtr<TNodeTask> const&, TCountedPtr<TVolumeSyncThread> const&) + 700
    14  com.apple.DesktopServices               0x0000000100ff0041 __PostNodeTaskRequest_block_invoke_010 + 82
    15  com.apple.DesktopServices               0x0000000101003978 ExceptionSafeBlock(void ( block_pointer)()) + 15
    16  com.apple.DesktopServices               0x0000000100feffe9 __PostNodeTaskRequest_block_invoke_0 + 88
    17  libdispatch.dylib                       0x0000000105ad0a82 _dispatch_call_block_and_release + 18
    18  libdispatch.dylib                       0x0000000105ad22d2 _dispatch_queue_drain + 264
    19  libdispatch.dylib                       0x0000000105ad212e _dispatch_queue_invoke + 54
    20  libdispatch.dylib                       0x0000000105ad1928 _dispatch_worker_thread2 + 198
    21  libsystem_c.dylib                       0x0000000105bb03da _pthread_wqthread + 316
    22  libsystem_c.dylib                       0x0000000105bb1b85 start_wqthread + 13
    Thread 3:: Dispatch queue: TNodeEngine 0x7ffe01d3cc70
    0   libsystem_kernel.dylib                  0x0000000105cfbbf2 __psynch_mutexwait + 10
    1   libsystem_c.dylib                       0x0000000105bad1a1 pthread_mutex_lock + 545
    2   com.apple.DesktopServices               0x0000000100f86c88 TDSMutex::Acquire() + 38
    3   com.apple.DesktopServices               0x0000000100f9e213 THFSPlusPropertyStore::Open(bool, bool) const + 71
    4   com.apple.DesktopServices               0x0000000100f9e1ae THFSPlusPropertyStore::GetProperties(bool) const + 38
    5   com.apple.DesktopServices               0x0000000100f9daa4 TNode::GetExtendedPropertyStore(bool) const + 208
    6   com.apple.DesktopServices               0x0000000100f9d917 TNode::GetExtendedProperty(unsigned int, TPropertyReference&, bool) const + 39
    7   com.apple.DesktopServices               0x0000000100f9c566 TNode::GetProperty(unsigned int, TPropertyReference&, unsigned int) const + 578
    8   com.apple.DesktopServices               0x0000000100f9c0b6 TNode::GetProperty(unsigned int, TPropertyReference&, OpaqueNodeRequest* const&, unsigned int) const + 68
    9   com.apple.DesktopServices               0x0000000100f9c017 GetNodeProperty(OpaqueNodeRef*, unsigned int, TPropertyReference&, OpaqueNodeRequest*, unsigned int) + 162
    10  com.apple.DesktopServices               0x0000000100fa3eed GetNodePropertyAsBoolean + 75
    11  com.apple.finder                        0x00000001009a06e4 0x10097e000 + 141028
    12  com.apple.finder                        0x00000001009a0618 0x10097e000 + 140824
    13  com.apple.finder                        0x00000001009c8f75 0x10097e000 + 307061
    14  com.apple.finder                        0x00000001009c6fb3 0x10097e000 + 298931
    15  com.apple.finder                        0x00000001009c6e91 0x10097e000 + 298641
    16  com.apple.finder                        0x000000010099f968 0x10097e000 + 137576
    17  libdispatch.dylib                       0x0000000105ad0a82 _dispatch_call_block_and_release + 18
    18  libdispatch.dylib                       0x0000000105ad22d2 _dispatch_queue_drain + 264
    19  libdispatch.dylib                       0x0000000105ad212e _dispatch_queue_invoke + 54
    20  libdispatch.dylib                       0x0000000105ad1928 _dispatch_worker_thread2 + 198
    21  libsystem_c.dylib                       0x0000000105bb03da _pthread_wqthread + 316
    22  libsystem_c.dylib                       0x0000000105bb1b85 start_wqthread + 13
    Thread 4:
    0   libsystem_kernel.dylib                  0x0000000105cfc192 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x0000000105bb0594 _pthread_wqthread + 758
    2   libsystem_c.dylib                       0x0000000105bb1b85 start_wqthread + 13
    Thread 5:
    0   libsystem_kernel.dylib                  0x0000000105cfc192 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x0000000105bb0594 _pthread_wqthread + 758
    2   libsystem_c.dylib                       0x0000000105bb1b85 start_wqthread + 13
    Thread 6:
    0   libsystem_kernel.dylib                  0x0000000105cfc192 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x0000000105bb0594 _pthread_wqthread + 758
    2   libsystem_c.dylib                       0x0000000105bb1b85 start_wqthread + 13
    Thread 7:
    0   libsystem_kernel.dylib                  0x0000000105cfc192 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x0000000105bb0594 _pthread_wqthread + 758
    2   libsystem_c.dylib                       0x0000000105bb1b85 start_wqthread + 13
    Thread 8:
    0   libsystem_kernel.dylib                  0x0000000105cfc192 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x0000000105bb0594 _pthread_wqthread + 758
    2   libsystem_c.dylib                       0x0000000105bb1b85 start_wqthread + 13
    Thread 9:: com.apple.CFSocket.private
    0   libsystem_kernel.dylib                  0x0000000105cfbdf2 __select + 10
    1   com.apple.CoreFoundation                0x0000000102f30c8b __CFSocketManager + 1355
    2   libsystem_c.dylib                       0x0000000105bae8bf _pthread_start + 335
    3   libsystem_c.dylib                       0x0000000105bb1b75 thread_start + 13
    Thread 2 crashed with X86 Thread State (64-bit):
      rax: 0x00007ffe01858310  rbx: 0x00007ffe018582e0  rcx: 0x0000000000000000  rdx: 0x0000000000000000
      rdi: 0x00000001010f9000  rsi: 0x0000000000000000  rbp: 0x000000010cfa8960  rsp: 0x000000010cfa8940
       r8: 0x0000000000000013   r9: 0x0000000000000582  r10: 0x0000000000000000  r11: 0x00007ffe01858310
      r12: 0x0000000000000000  r13: 0x000000000000a804  r14: 0x00000001010a3c80  r15: 0x00007ffe01858090
      rip: 0x0000000100fa0438  rfl: 0x0000000000010297  cr2: 0x0000000000000000
    Logical CPU: 1
    Binary Images:
           0x10097e000 -        0x100e86ff7  com.apple.finder (10.7.5 - 10.7.5) <83F36736-790D-3582-AC9D-91EFCC3DDB9D> /System/Library/CoreServices/Finder.app/Contents/MacOS/Finder
           0x100f85000 -        0x10109efff  com.apple.DesktopServices (1.6.5 - 1.6.5) <5E7DD5F4-B4DA-3F75-A14A-3494E81CFBA0> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
           0x1010fc000 -        0x101148ff7  com.apple.SystemConfiguration (1.11.3 - 1.11) <0A7F1982-B4EA-3424-A0C7-FE46C6224F03> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
           0x101175000 -        0x10146aff7  com.apple.security (7.0 - 55148.6) <4535E500-973A-3BA7-AF65-DF5CF0658F02> /System/Library/Frameworks/Security.framework/Versions/A/Security
           0x101588000 -        0x1015c6fff  com.apple.bom (11.0 - 183) <F300B9EC-995E-33A7-9175-9F07D4B68F16> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
           0x1015da000 -        0x1015e0fff  com.apple.DiskArbitration (2.4.1 - 2.4.1) <CEA34337-63DE-302E-81AA-10D717E1F699> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
           0x1015eb000 -        0x101600fff  com.apple.FileSync.framework (6.0.1 - 502.2) <65A5CD1B-766D-33F8-8AC1-0984499838E9> /System/Library/PrivateFrameworks/FileSync.framework/Versions/A/FileSync
           0x10161c000 -        0x101687ff7  com.apple.framework.IOKit (2.0 - ???) <FE838BB6-D42E-3291-A1A0-6F53FC970261> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
           0x1016b4000 -        0x10171cff7  com.apple.coreui (1.2.2 - 165.11) <9316266A-39CA-3EC7-9C9E-726462CEFF4D> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
           0x10175e000 -        0x1018feff7  com.apple.QuartzCore (1.7 - 270.5) <19E5E0AB-DAA9-3F97-988C-D9A46AFB9C04> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
           0x1019a7000 -        0x1019a7fff  com.apple.Cocoa (6.6 - ???) <7EC4D759-B2A6-3A99-AC75-809FED1500C6> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
           0x1019b1000 -        0x1019c0fff  com.apple.opengl (1.8.1 - 1.8.1) <51B34133-CEE3-3FC6-82AC-ADF567AE673C> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
           0x1019c9000 -        0x101ab5ff7  com.apple.backup.framework (1.3.5 - 1.3.5) <B25104A3-1CE5-36CA-8F26-0A2DE3F95F70> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
           0x101b2c000 -        0x101b89ff7  com.apple.QuickLookFramework (3.2 - 500.18) <C36371BF-E1F6-3DF7-83EA-CE96FCDCE4C4> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
           0x101bc2000 -        0x101bd0fff  com.apple.Collaboration (63.2 - 63.2) <B76A62A5-EE5E-3D7F-8F1D-F80E8E78FFD8> /System/Library/Frameworks/Collaboration.framework/Versions/A/Collaboration
           0x101be0000 -        0x101be1fff  com.apple.ServerInformation (1.0 - 1) <D95BC225-E33B-32BC-9FEE-77423F8D7EBC> /System/Library/PrivateFrameworks/ServerInformation.framework/Versions/A/Server Information
           0x101be6000 -        0x101de8fff  libicucore.A.dylib (46.1.0 - compatibility 1.0.0) <0176782F-9526-3905-813A-7A5676EC2C86> /usr/lib/libicucore.A.dylib
           0x101e7a000 -        0x101e81fff  com.apple.NetFS (4.0 - 4.0) <433EEE54-E383-3505-9154-45B909FD3AF0> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
           0x101e8d000 -        0x1021b9fff  com.apple.HIToolbox (1.9 - ???) <CCB32DEA-D0CA-35D1-8019-E599C8007AB6> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
           0x102305000 -        0x10257dfff  com.apple.imageKit (2.1.2 - 1.0) <23470050-28FB-3B09-8E27-ADC371B0E4B8> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
           0x102700000 -        0x102801fff  com.apple.QuickLookUIFramework (3.2 - 500.18) <56A13D40-9A61-3B98-85ED-B1C7075A88FB> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.f ramework/Versions/A/QuickLookUI
           0x1028ae000 -        0x102905fff  com.apple.Suggestions (1.1 - 85.1) <DE511C42-D2F2-309C-80EE-53862245DE22> /System/Library/PrivateFrameworks/Suggestions.framework/Versions/A/Suggestions
           0x102943000 -        0x102946fff  com.apple.AppleSystemInfo (1.0 - 1) <111B6F69-3FBD-3860-BCF8-1DF02D9BED28> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSys temInfo
           0x102951000 -        0x102aaefff  com.apple.audio.toolbox.AudioToolbox (1.7.3 - 1.7.3) <5F1E4695-BC74-3ADD-8345-627BCD68201A> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
           0x102b35000 -        0x102c2fff7  com.apple.DiskImagesFramework (10.7.4 - 331.7) <BEBA6D78-08E0-3B99-B77B-A5CBF3344834> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
           0x102c90000 -        0x102c91fff  libDiagnosticMessagesClient.dylib (??? - ???) <3DCF577B-F126-302B-BCE2-4DB9A95B8598> /usr/lib/libDiagnosticMessagesClient.dylib
           0x102c9a000 -        0x102d0dfff  libstdc++.6.dylib (52.0.0 - compatibility 7.0.0) <6BDD43E4-A4B1-379E-9ED5-8C713653DFF2> /usr/lib/libstdc++.6.dylib
           0x102d6d000 -        0x102d9afe7  libSystem.B.dylib (159.1.0 - compatibility 1.0.0) <7BEBB139-50BB-3112-947A-F4AA168F991C> /usr/lib/libSystem.B.dylib
           0x102da9000 -        0x102e8de5f  libobjc.A.dylib (228.0.0 - compatibility 1.0.0) <871E688B-CF57-3BC7-80D6-F6476DFF109B> /usr/lib/libobjc.A.dylib
           0x102ea6000 -        0x102ea6fff  com.apple.CoreServices (53 - 53) <043C8026-8EDD-3241-B090-F589E24062EF> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
           0x102eaf000 -        0x103083ff7  com.apple.CoreFoundation (6.7.2 - 635.21) <62A3402E-A4E7-391F-AD20-1EF20236CE1B> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
           0x1031d5000 -        0x1031d5fff  com.apple.ApplicationServices (41 - 41) <89B6AD5B-5C75-3E83-8C2B-AA7F4C55E400> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
           0x1031dc000 -        0x1034f5fff  com.apple.Foundation (6.7.2 - 833.25) <22AAC369-B63C-3C55-8AC6-C3ECBA44DA7B> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
           0x1036de000 -        0x1042e4fff  com.apple.AppKit (6.7.5 - 1138.51) <44417D02-6123-3FC3-A119-CE51BB4C3006> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
           0x10496a000 -        0x10497cff7  libbsm.0.dylib (??? - ???) <349BB16F-75FA-363F-8D98-7A9C3FA90A0D> /usr/lib/libbsm.0.dylib
           0x10498b000 -        0x105329a27  com.apple.CoreGraphics (1.600.0 - ???) <576777EA-921B-3D94-98C3-40A9CF8EBD18> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
           0x105437000 -        0x105516fff  com.apple.ImageIO.framework (3.1.2 - 3.1.2) <047DFE61-500F-3F11-9881-D0844D2FCE5F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
           0x105561000 -        0x105614ff7  com.apple.CoreText (220.22.0 - ???) <A7A1096F-A211-3775-BA33-08FE98D27F08> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
           0x10566e000 -        0x1056f2ff7  com.apple.ApplicationServices.ATS (317.12.0 - ???) <BE3C156D-8326-37AA-BC4E-D3C0D31BF976> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
           0x105720000 -        0x1057e7ff7  com.apple.ColorSync (4.7.4 - 4.7.4) <590AFCDA-F10E-31FE-9B01-DA5FFE74C2BB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
           0x10582a000 -        0x105886ff7  com.apple.HIServices (1.21 - ???) <B012EE97-D1CD-3F4B-812D-9AC7E6852FE6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
           0x1058b8000 -        0x1058ccff7  com.apple.LangAnalysis (1.7.0 - 1.7.0) <04C31EF0-912A-3004-A08F-CEC27030E0B2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
           0x1058e1000 -        0x10595cff7  com.apple.print.framework.PrintCore (7.1 - 366.3) <C5F39A82-0E77-3AD6-906A-20DD2EE8D374> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
           0x105998000 -        0x1059d9fff  com.apple.QD (3.40.1 - ???) <13ACC7F4-B004-3370-B575-6D06447EE428> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
           0x1059f1000 -        0x105a06fff  com.apple.speech.synthesis.framework (4.0.74 - 4.0.74) <C061ECBB-7061-3A43-8A18-90633F943295> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
           0x105a19000 -        0x105a2bff7  libz.1.dylib (1.2.5 - compatibility 1.0.0) <30CBEF15-4978-3DED-8629-7109880A19D4> /usr/lib/libz.1.dylib
           0x105a37000 -        0x105a3dfff  IOSurface (??? - ???) <77C6757B-D357-3E34-9424-48F962B5CC9C> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
           0x105a4a000 -        0x105a4ffff  libcache.dylib (47.0.0 - compatibility 1.0.0) <1571C3AB-BCB2-38CD-B3B2-C5FC3F927C6A> /usr/lib/system/libcache.dylib
           0x105a56000 -        0x105a98ff7  libcommonCrypto.dylib (55010.0.0 - compatibility 1.0.0) <BB770C22-8C57-365A-8716-4A3C36AE7BFB> /usr/lib/system/libcommonCrypto.dylib
           0x105aab000 -        0x105ab0fff  libcompiler_rt.dylib (6.0.0 - compatibility 1.0.0) <98ECD5F6-E85C-32A5-98CD-8911230CB66A> /usr/lib/system/libcompiler_rt.dylib
           0x105abb000 -        0x105ac2fff  libcopyfile.dylib (85.1.0 - compatibility 1.0.0) <0AB51EE2-E914-358C-AC19-47BC024BDAE7> /usr/lib/system/libcopyfile.dylib
           0x105acf000 -        0x105addfff  libdispatch.dylib (187.10.0 - compatibility 1.0.0) <8E03C652-922A-3399-93DE-9EA0CBFA0039> /usr/lib/system/libdispatch.dylib
           0x105af1000 -        0x105af2fff  libdnsinfo.dylib (395.11.0 - compatibility 1.0.0) <853BAAA5-270F-3FDC-B025-D448DB72E1C3> /usr/lib/system/libdnsinfo.dylib
           0x105af9000 -        0x105afdfff  libdyld.dylib (195.6.0 - compatibility 1.0.0) <FFC59565-64BD-3B37-90A4-E2C3A422CFC1> /usr/lib/system/libdyld.dylib
           0x105b08000 -        0x105b08fff  libkeymgr.dylib (23.0.0 - compatibility 1.0.0) <61EFED6A-A407-301E-B454-CD18314F0075> /usr/lib/system/libkeymgr.dylib
           0x105b0e000 -        0x105b18ff7  liblaunch.dylib (392.39.0 - compatibility 1.0.0) <8C235D13-2928-30E5-9E12-2CC3D6324AE2> /usr/lib/system/liblaunch.dylib
           0x105b24000 -        0x105b2afff  libmacho.dylib (800.0.0 - compatibility 1.0.0) <165514D7-1BFA-38EF-A151-676DCD21FB64> /usr/lib/system/libmacho.dylib
           0x105b34000 -        0x105b38fff  libmathCommon.A.dylib (2026.0.0 - compatibility 1.0.0) <FF83AFF7-42B2-306E-90AF-D539C51A4542> /usr/lib/system/libmathCommon.A.dylib
           0x105b41000 -        0x105b43fff  libquarantine.dylib (36.7.0 - compatibility 1.0.0) <8D9832F9-E4A9-38C3-B880-E5210B2353C7> /usr/lib/system/libquarantine.dylib
           0x105b4a000 -        0x105b4bff7  libremovefile.dylib (21.1.0 - compatibility 1.0.0) <739E6C83-AA52-3C6C-A680-B37FE2888A04> /usr/lib/system/libremovefile.dylib
           0x105b57000 -        0x105b58ff7  libsystem_blocks.dylib (53.0.0 - compatibility 1.0.0) <8BCA214A-8992-34B2-A8B9-B74DEACA1869> /usr/lib/system/libsystem_blocks.dylib
           0x105b60000 -        0x105c3dfef  libsystem_c.dylib (763.13.0 - compatibility 1.0.0) <41B43515-2806-3FBC-ACF1-A16F35B7E290> /usr/lib/system/libsystem_c.dylib
           0x105c82000 -        0x105c8afff  libsystem_dnssd.dylib (??? - ???) <584B321E-5159-37CD-B2E7-82E069C70AFB> /usr/lib/system/libsystem_dnssd.dylib
           0x105c92000 -        0x105ccdfff  libsystem_info.dylib (??? - ???) <35F90252-2AE1-32C5-8D34-782C614D9639> /usr/lib/system/libsystem_info.dylib
           0x105ce5000 -        0x105d05fff  libsystem_kernel.dylib (1699.32.7 - compatibility 1.0.0) <66C9F9BD-C7B3-30D4-B1A0-03C8A6392351> /usr/lib/system/libsystem_kernel.dylib
           0x105d1d000 -        0x105d22ff7  libsystem_network.dylib (??? - ???) <5DE7024E-1D2D-34A2-80F4-08326331A75B> /usr/lib/system/libsystem_network.dylib
           0x105d30000 -        0x105d39ff7  libsystem_notify.dylib (80.1.0 - compatibility 1.0.0) <A4D651E3-D1C6-3934-AD49-7A104FD14596> /usr/lib/system/libsystem_notify.dylib
           0x105d42000 -        0x105d43ff7  libsystem_sandbox.dylib (??? - ???) <5459F293-E1F2-33B3-B9B2-2ABB7B915B62> /usr/lib/system/libsystem_sandbox.dylib
           0x105d4f000 -        0x105d50fff  libunc.dylib (24.0.0 - compatibility 1.0.0) <337960EE-0A85-3DD0-A760-7134CF4C0AFF> /usr/lib/system/libunc.dylib
           0x105d56000 -        0x105d5cff7  libunwind.dylib (30.0.0 - compatibility 1.0.0) <1E9C6C8C-CBE8-3F4B-A5B5-E03E3AB53231> /usr/lib/system/libunwind.dylib
           0x105d69000 -        0x105d86fff  libxpc.dylib (77.19.0 - compatibility 1.0.0) <9F57891B-D7EF-3050-BEDD-21E7C6668248> /usr/lib/system/libxpc.dylib
           0x105d9e000 -        0x105da9ff7  libc++abi.dylib (14.0.0 - compatibility 1.0.0) <8FF3D766-D678-36F6-84AC-423C878E6D14> /usr/lib/libc++abi.dylib
           0x105db9000 -        0x105dc7ff7  libkxld.dylib (??? - ???) <01161870-E3B3-3F87-BA4A-0AA7A081F409> /usr/lib/system/libkxld.dylib
           0x105dce000 -        0x105e1cfff  libauto.dylib (??? - ???) <D8AC8458-DDD0-3939-8B96-B6CED81613EF> /usr/lib/libauto.dylib
           0x105e35000 -        0x105eabff7  libc++.1.dylib (28.4.0 - compatibility 1.0.0) <A24FC3DA-4FFA-3DD2-9DCC-2B8D1B3BF97C> /usr/lib/libc++.1.dylib
           0x105f09000 -        0x106225fff  com.apple.CoreServices.CarbonCore (960.25 - 960.25) <4FC1AB30-022C-3C67-AC46-FDCBFCB7EEDE> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
           0x1062a3000 -        0x10640afff  com.apple.CFNetwork (520.5.1 - 520.5.1) <08F70E26-5456-3BFB-8192-00D3CE40D3C9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
           0x1064b0000 -        0x106533fef  com.apple.Metadata (10.7.0 - 627.37) <B9BEB598-B6F2-3BFF-A8F3-C3C87CD076AB> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
           0x10658d000 -        0x106671ff7  com.apple.CoreServices.OSServices (478.50 - 478.50) <3D6AA4EF-C601-36C7-8F3A-A00964F01759> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
           0x1066ea000 -        0x106784ff7  com.apple.SearchKit (1.4.0 - 1.4.0) <4E70C394-773E-3A4B-A93C-59A88ABA9509> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
           0x1067cb000 -        0x10680afff  com.apple.AE (527.7 - 527.7) <B82F7ABC-AC8B-3507-B029-969DD5CA813D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
           0x10682b000 -        0x1068ccfff  com.apple.LaunchServices (480.40 - 480.40) <C936A07F-0CF8-3F8E-BDB3-76AA7611B4CA> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
           0x10691b000 -        0x10694bff7  com.apple.DictionaryServices (1.2.1 - 158.3) <5E2EBBFD-D520-3379-A431-11DAA844B8D6> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
           0x10696e000 -        0x10696efff  libOpenScriptingUtil.dylib (??? - ???) <A7847713-F410-39C0-884F-A7188A18E742> /usr/lib/libOpenScriptingUtil.dylib
           0x106979000 -        0x10697efff  libpam.2.dylib (3.0.0 - compatibility 3.0.0) <D952F17B-200A-3A23-B9B2-7C1F7AC19189> /usr/lib/libpam.2.dylib
           0x106985000 -        0x106a8cfe7  libsqlite3.dylib (9.6.0 - compatibility 9.0.0) <EE02BB01-64C9-304D-9719-A35F5CD6D04C> /usr/lib/libsqlite3.dylib
           0x106aa1000 -        0x106ab0ff7  libxar-nossl.dylib (??? - ???) <A6ABBFB9-E4ED-38AD-BBBB-F9958B9CEFB5> /usr/lib/libxar-nossl.dylib
           0x106ab9000 -        0x106ac6ff7  libbz2.1.0.dylib (1.0.5 - compatibility 1.0.0) <3373D310-3B10-3DD1-B754-B7B138CD448D> /usr/lib/libbz2.1.0.dylib
           0x106acf000 -        0x106bd1fff  libxml2.2.dylib (10.3.0 - compatibility 10.0.0) <AFBB22B7-07AE-3F2E-B88C-70BEEBFB8A86> /usr/lib/libxml2.2.dylib
           0x106bfc000 -        0x106c0afff  com.apple.NetAuth (3.2 - 3.2) <F0D60E34-37A9-308D-B44E-E3450906173A> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
           0x106c1a000 -        0x106c8afff  com.apple.datadetectorscore (3.0 - 179.4) <9C01D16F-75A9-3BDD-B91A-F0F32261A2E7> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
           0x106cc7000 -        0x106dd3fef  libcrypto.0.9.8.dylib (49.1.0 - compatibility 0.9.8) <FB999E54-C9BC-3A6D-9FE5-BFCC236775ED> /usr/lib/libcrypto.0.9.8.dylib
           0x106e3d000 -        0x106e3efff  liblangid.dylib (??? - ???) <CACBE3C3-2F7B-3EED-B50E-EDB73F473B77> /usr/lib/liblangid.dylib
           0x106e49000 -        0x106e5cff7  libCRFSuite.dylib (??? - ???) <0B76941F-218E-30C8-B6DE-E15919F8DBEB> /usr/lib/libCRFSuite.dylib
           0x106e69000 -        0x106e85ff7  com.apple.GenerationalStorage (1.0 - 126.1) <509F52ED-E54B-3FEF-B3C2-759387B826E6> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/Gene rationalStorage
           0x106e8f000 -        0x106e91fff  com.apple.TrustEvaluationAgent (2.0 - 1) <1F31CAFF-C1C6-33D3-94E9-11B721761DDF> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
           0x106e99000 -        0x106eb0fff  com.apple.CFOpenDirectory (10.7 - 146) <E6D4F114-678B-3957-9C59-9206ECDA756E> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
           0x106ed0000 -        0x106efbff7  libxslt.1.dylib (3.24.0 - compatibility 3.0.0) <E71220D3-8015-38EC-B97D-7FDB383C2BDC> /usr/lib/libxslt.1.dylib
           0x106f0d000 -        0x106f0dfff  com.apple.Accelerate (1.7 - Accelerate 1.7) <82DDF6F5-FBC3-323D-B71D-CF7ABC5CF568> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
           0x106f10000 -        0x106f39fff  libJPEG.dylib (??? - ???) <64D079F9-256A-323B-A837-84628B172F21> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
           0x106f45000 -        0x106f9dff7  libTIFF.dylib (??? - ???) <59353B7F-EA9A-32D5-A501-283443B30C60> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
           0x106fb0000 -        0x106fd1fff  libPng.dylib (??? - ???) <E2B52527-4D0C-3595-BB13-8E8EF364E998> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
           0x106fe1000 -        0x106fe6fff  libGIF.dylib (??? - ???) <58A4492D-AAE7-3B8F-8B06-62867471A3EE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
           0x106fef000 -        0x1070fcfff  libJP2.dylib (??? - ???) <6AF1F5FC-34D4-3278-BEBB-0712B81890B4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJP2.dylib
           0x10712b000 -        0x10712efff  libRadiance.dylib (??? - ???) <CD89D70D-F177-3BAE-8A26-644EA7D5E28E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
           0x107137000 -        0x10726dfff  com.apple.vImage (5.1 - 5.1) <A08B7582-67BC-3EED-813A-4833645964A7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
           0x107290000 -        0x107290fff  com.apple.Accelerate.vecLib (3.7 - vecLib 3.7) <C06A140F-6114-3B8B-B080-E509303145B8> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
           0x107298000 -        0x1072f8fff  libvDSP.dylib (325.4.0 - compatibility 1.0.0) <3A7521E6-5510-3FA7-AB65-79693A7A5839> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
           0x107302000 -        0x107398ff7  libvMisc.dylib (325.4.0 - compatibility 1.0.0) <642D8D54-F9F5-3FBB-A96C-EEFE94C6278B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
           0x1073aa000 -        0x1077d7fff  libLAPACK.dylib (??? - ???) <4F2E1055-2207-340B-BB45-E4F16171EE0D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
           0x10783c000 -        0x107e20fff  libBLAS.dylib (??? - ???) <C34F6D88-187F-33DC-8A68-C0C9D1FA36DF> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
           0x107e63000 -        0x107f68fff  libFontParser.dylib (??? - ???) <D2E56B6E-3182-3667-A78C-4172C435523A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
           0x107fc9000 -        0x10801dfff  libFontRegistry.dylib (??? - ???) <60FF9C2C-5E44-3C49-8A08-F26101898F21> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
           0x108042000 -        0x108082ff7  libcups.2.dylib (2.9.0 - compatibility 2.0.0) <7D2E5016-A960-3ADE-B042-F74063E79550> /usr/lib/libcups.2.dylib
           0x10809a000 -        0x1080befff  com.apple.Kerberos (1.0 - 1) <1F826BCE-DA8F-381D-9C4C-A36AA0EA1CB9> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
           0x1080e1000 -        0x108114ff7  com.apple.GSS (2.2 - 2.0) <C86012C5-B613-3199-B1B3-A1494EE5E43C> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
           0x108133000 -        0x108152fff  libresolv.9.dylib (46.1.0 - compatibility 1.0.0) <0635C52D-DD53-3721-A488-4C6E95607A74> /usr/lib/libresolv.9.dylib
           0x10815d000 -        0x108252fff  libiconv.2.dylib (7.0.0 - compatibility 7.0.0) <5C40E880-0706-378F-B864-3C2BD922D926> /usr/lib/libiconv.2.dylib
           0x108263000 -        0x1082e8ff7  com.apple.Heimdal (2.2 - 2.0) <52B0F371-D272-3C8E-B42F-04D3FDD8AD0D> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
           0x108314000 -        0x108319fff  com.apple.OpenDirectory (10.7 - 146) <A674AB55-6E3D-39AE-9F9B-9865D0193020> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
           0x108326000 -        0x108331fff  com.apple.CommonAuth (2.2 - 2.0) <4F5302A5-867A-3F2E-9E4B-98FA011678F8> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
           0x10833f000 -        0x10834dff7  com.apple.AppleFSCompression (37 - 1.0) <8981D804-EBFE-35D5-9F79-6689DCCBA43A> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/Apple FSCompression
           0x108358000 -        0x108381fff  com.apple.CoreVideo (1.7 - 70.3) <9A9D4058-9935-3B0A-B1A6-27EB78D02249> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
           0x10839e000 -        0x108612fff  com.apple.CoreImage (7.99.1 - 1.0.1) <4BB09B79-275B-364C-9466-0FF36ABB1218> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage .framework/Versions/A/CoreImage
           0x1086fe000 -        0x108752ff7  com.apple.ScalableUserInterface (1.0 - 1) <33563775-C662-313D-B7FA-3D575A9F3D41> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableU serInterface.framework/Versions/A/ScalableUserInterface
           0x10877b000 -        0x1087cdff7  libGLU.dylib (??? - ???) <DB906997-0F70-3469-BA0E-2F1DDBEAD8D5> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
           0x1087e1000 -        0x1087e8fff  libGFXShared.dylib (??? - ???) <D3598924-B167-372E-8C9F-1BBF68852542> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
           0x1087f0000 -        0x108806fff  libGL.dylib (??? - ???) <A4876AE9-DDFE-3B9A-874E-09BC29D46C39> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
           0x10881d000 -        0x10885dfe7  libGLImage.dylib (??? - ???) <0B7DAB2B-F1C6-39C7-B864-61EF683B6656> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
           0x108869000 -        0x10886bfff  libCVMSPluginSupport.dylib (??? - ???) <982F1ED4-3CBB-3161-8BEA-8A980C27FCC1> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginS upport.dylib
           0x108874000 -        0x108877fff  libCoreVMClient.dylib (??? - ???) <28CB0F3F-A202-391F-8CAC-FC9A1398A962> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
           0x108881000 -        0x1088dcff7  com.apple.opencl (2.0.19 - 2.0.19) <B05BF605-73B8-328F-A228-6FA59E1FC73A> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
           0x1088f3000 -        0x108dbafff  FaceCoreLight (1.4.7 - compatibility 1.0.0) <BDD0E1DE-CF33-3AF8-B33B-4D1574CCC19D> /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLi ght
           0x1091e1000 -        0x10940bfe7  com.apple.CoreData (104.1 - 358.14) <6BB64605-8DA7-337D-A2AB-A3346A421CBD> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
           0x1094f7000 -        0x10951bfff  com.apple.RemoteViewServices (1.5 - 44.2) <A0417D7F-22E9-3FD8-AC55-67654D8E93EB> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/Remot eViewServices
           0x10953e000 -        0x10953efff  com.apple.audio.units.AudioUnit (1.7.3 - 1.7.3) <04C10813-CCE5-3333-8C72-E8E35E417B3B> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
           0x109546000 -        0x109551ff7  com.apple.speech.recognition.framework (4.0.21 - 4.0.21) <6540EAF2-E3BF-3D2E-B4C1-F106180D6F20> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
           0x10955f000 -        0x1095c7ff7  com.apple.audio.CoreAudio (4.0.3 - 4.0.3) <9987DC46-2A96-3BA0-B88B-04E573C0AD9B> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
           0x1095f2000 -        0x109609fff  com.apple.MultitouchSupport.framework (231.4 - 231.4) <10A978D1-8781-33F0-BE45-60C9171F7278> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
           0x10961c000 -        0x109644fff  com.apple.PerformanceAnalysis (1.11 - 11) <8D4C6382-DD92-37A2-BCFC-E89951320848> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/Perf ormanceAnalysis
           0x109661000 -        0x109687fff  com.apple.framework.familycontrols (3.0 - 300) <6F0C58C0-22E7-3877-8CFA-1ED0CB3CE38B> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
           0x1096a6000 -        0x10974bfff  com.apple.ink.framework (10.7.5 - 113) <1AE6676D-490A-36C2-B6CC-00F93AEB31DE> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
           0x109781000 -        0x109781fff  com.apple.vecLib (3.7 - vecLib 3.7) <9A58105C-B36E-35B5-812C-4ED693F2618F> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
           0x109784000 -        0x109826fff  com.apple.securityfoundation (5.0 - 55116) <A9311EF6-B7F7-3DA5-84E8-21BC9B2C3C69> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
           0x109879000 -        0x109880fff  com.apple.CommerceCore (1.0 - 17.1) <B6BFA182-9DC9-3543-89AE-F82EB9AF1CAB> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/C ommerceCore.framework/Versions/A/CommerceCore
           0x10988e000 -        0x109904fff  com.apple.CoreSymbolication (2.2 - 73.2) <126415E3-3A35-315B-B4B7-507CDBED0D58> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSy mbolication
           0x109949000 -        0x1099abff7  com.apple.Symbolication (1.3 - 91) <B072970E-9EC1-3495-A1FA-D344C6E74A13> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolicat ion
           0x1099ec000 -        0x109a26fe7  com.apple.DebugSymbols (2.1 - 87) <ED2B177C-4146-3715-91DF-D99A8ED5449A> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbol s
           0x109a45000 -        0x109d6aff7  com.apple.AddressBook.framework (6.1.3 - 1091) <5A8BEED1-229C-3A9C-8281-581127A1B9B5> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
           0x109f5d000 -        0x109f92fff  com.apple.securityinterface (5.0 - 55022.6) <4D6DAF8F-7873-3992-A6D6-478C7664FA39> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
           0x109fbe000 -        0x109fcafff  com.apple.DirectoryService.Framework (10.7 - 146) <65C78AE3-89B8-3372-8359-31FD520781D5> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
           0x109fd6000 -        0x10a011fff  com.apple.LDAPFramework (3.2 - 120.2) <275D4298-C435-3E98-AA25-95D9D0A56550> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
           0x10a023000 -        0x10a029ff7  com.apple.phonenumbers (1.0 - 47) <BC6C2FE2-99C0-3AD6-AA9C-C88780FFFCCF> /System/Library/PrivateFrameworks/PhoneNumbers.framework/Versions/A/PhoneNumber s
           0x10a030000 -        0x10a030fff  com.apple.quartzframework (1.5 - 1.5) <2C13AE76-C86B-3D48-A583-121689190F74> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
           0x10a039000 -        0x10a060fff  com.apple.framework.internetaccounts (1.2 - 3) <28D44E21-54F2-366B-B9D9-1DB788EF0278> /System/Library/PrivateFrameworks/InternetAccounts.framework/Versions/A/Interne tAccounts
           0x10a087000 -        0x10a099ff7  libsasl2.2.dylib (3.15.0 - compatibility 3.0.0) <6245B497-784B-355C-98EF-2DC6B45BF05C> /usr/lib/libsasl2.2.dylib
           0x10a0a2000 -        0x10a0ddfff  libssl.0.9.8.dylib (49.1.0 - compatibility 0.9.8) <B5120F7F-6FD7-3E0B-AAB8-E9A8D72451BC> /usr/lib/libssl.0.9.8.dylib
           0x10a0f7000 -        0x10a368fff  com.apple.QuartzComposer (5.0 - 236.10) <F8560AEC-4E26-3A43-BE0A-B20FCB5B2E7D> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
           0x10a4c2000 -        0x10a578fff  com.apple.PDFKit (2.7.8 - 2.7.8) <13A92FA5-E6E6-3ECF-9A70-D4330D7BE847> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
           0x10a5ed000 -        0x10a61afff  com.apple.quartzfilters (1.7.0 - 1.7.0) <CE1EDD58-7273-38F9-AD33-871A8BA7ABF3> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
           0x10a64f000 -        0x10a971fff  com.apple.JavaScriptCore (7534.57 - 7534.57.3) <3A04B8FC-CFA6-3AEB-8FDF-B0525B5A4C82> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
           0x10aa04000 -        0x10ab8fff7  com.apple.QTKit (7.7.1 - 2348) <9F6E8775-002D-3B79-90CC-D5117C50DB00> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
           0x10ac98000 -        0x10b0b6ff7  com.apple.SceneKit (125.3 - 125.8) <23382F45-D9CE-3897-B998-5B26337608FD> /System/Library/PrivateFrameworks/SceneKit.framework/Versions/A/SceneKit
           0x10b28e000 -        0x10b2d5ff7  com.apple.CoreMedia (1.0 - 705.94) <700C6863-7A8F-34FA-8B1D-7659EC95000B> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
           0x10b2f7000 -        0x10b6a1fe7  com.apple.MediaToolbox (1.0 - 705.94) <0719E69C-3275-3BD9-AD04-27DBADEB6E03> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbo x
           0x10b71c000 -        0x10bb4fff7  com.apple.VideoToolbox (1.0 - 705.94) <72AD524C-0616-3C69-BA1F-8D444F97F5A2> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbo x
           0x10bbe3000 -        0x10bbe3fff  com.apple.Carbon (153 - 153) <AF0F9910-E3C3-3922-AA92-A39000655E0F> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
           0x10bbeb000 -        0x10bc05fff  com.apple.CoreMediaAuthoring (2.0 - 891) <C7A92C52-AD9F-3CF1-86D5-C0714118935C> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreM ediaAuthoring
           0x10bc1f000 -        0x10bc70ff7  com.apple.CoreMediaIO (216.0 - 3199.8) <4D3FE512-E943-34E3-A7A5-2EC2E3854E28> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
           0x10bc9c000 -        0x10c444fff  com.apple.CoreAUC (6.16.12 - 6.16.12) <EF535959-14FE-3B61-9C32-DF4C54B8F12D> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
           0x10c464000 -        0x10c4b7fff  com.apple.AppleVAFramework (5.0.16 - 5.0.16) <6F9A4BCE-8B99-3144-BCF7-B4299B27F6E9> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
           0x10c4c8000 -        0x10c4ccff7  com.apple.CommonPanels (1.2.5 - 94) <37C6540B-F8D1-355A-806C-F93D8FB522AB> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
           0x10c4d6000 -        0x10c4d9fff  com.apple.help (1.3.2 - 42) <BF14DE49-F7E8-336F-81FB-BBDF2DB3AC09> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
           0x10c4e5000 -        0x10c4fbff7  com.apple.ImageCapture (7.1.0 - 7.1.0) <1AD40E02-2126-377B-A0D2-CBB21D932558> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
           0x10c51c000 -        0x10c539ff7  com.apple.openscripting (1.3.3 - ???) <F5E34F54-CE85-334B-8F25-53581D43960C> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
           0x10c551000 -        0x10c553ff7  com.apple.print.framework.Print (7.4 - 247.3) <626C58D5-2841-3329-8C32-9F4A8353F3E7> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
           0x10c55c000 -        0x10c55fff7  com.apple.securityhi (4.0 - 1) <37DF1BF8-ACE0-3C4A-81AA-BBA9744EB0A6> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
           0x10c568000 -        0x10c665ff7  com.apple.avfoundation (2.0 - 180.50) <A2EAE4E6-4DBA-3AAB-A387-7E72B93B6DA9> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
           0x10c71d000 -        0x10c748fff  libpcre.0.dylib (1.1.0 - compatibility 1.0.0) <7D3CDB0A-840F-3856-8F84-B4A50E66431B> /usr/lib/libpcre.0.dylib
           0x10c752000 -        0x10c7e4ff7  com.apple.CorePDF (3.1 - 3.1) <F81F99A9-7FF6-3A6A-92C7-78C76BA35777> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
           0x10c835000 -        0x10c840ff7  com.apple.DisplayServicesFW (2.5.4 - 323.3) <5E7F7A88-9313-3C31-87BD-80F3361DA338> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
           0x10c851000 -        0x10c8acfff  com.apple.ImageCaptureCore (3.1.0 - 3.1.0) <9F7C4D81-5CC7-3D66-AC66-81EA9A5EAB94> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCo re
           0x10c8ee000 -        0x10c964fff  com.apple.ISSupport (1.9.8 - 56) <2BEEF162-893F-356C-BD4E-8668F044A917> /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
           0x10c9b7000 -        0x10c9d3fff  com.apple.frameworks.preferencepanes (15.0 - 15.0) <A1ABA9DB-2C8A-3C96-976A-21E63194F7B2> /System/Library/Frameworks/PreferencePanes.framework/Versions/A/PreferencePanes
           0x10c9ef000 -        0x10cacdfff  com.apple.DiscRecording (6.0.4 - 6040.4.1) <E6D5835F-EE3C-3814-A2EE-6962B5570EF1> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
           0x10cb32000 -        0x10cb78fff  libcurl.4.dylib (7.0.0 - compatibility 7.0.0) <2C442396-1006-3765-92D2-60869D4641CE> /usr/lib/libcurl.4.dylib
           0x10cb87000 -        0x10cbcbff7  com.apple.MediaKit (12 - 602) <0C2CBEDA-412F-3DDF-9C74-44114E5E0DB9> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
           0x10ccdc000 -        0x10cce0fff  libCGXType.A.dylib (600.0.0 - compatibility 64.0.0) <35D606B1-7AD9-38E3-A2A9-E92B904BDDE8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
           0x10d076000 -        0x10d0a2ff7  com.apple.CoreServicesInternal (113.19 - 113.19) <74532B3B-EDE0-3553-9BED-F02B9CDF1FF7> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/CoreServicesIn ternal
           0x10d0bc000 -        0x10d0e5ff7  com.apple.framework.Apple80211 (7.4.1 - 741.1) <F60DA830-84ED-3473-8DE8-611A9D9B56FF> /System/Library/PrivateFrameworks/Apple80211.framework/Apple80211
           0x10d101000 -        0x10d10efff  libCSync.A.dylib (600.0.0 - compatibility 64.0.0) <72C53E7B-C222-3BE5-9984-FDC328CC4846> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
           0x10d118000 -        0x10d124fff  com.apple.CoreBluetooth (100.7 - 1) <988DB0FD-7759-3BA0-AE5F-B6DA2BDB3FF5> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/Frameworks/CoreBlue tooth.framework/Versions/A/CoreBluetooth
           0x10e2f9000 -        0x10e342ff7  com.apple.framework.CoreWLAN (2.1.3 - 213.1) <D2101093-0B35-3B90-B511-E9272400ED9B> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
           0x10ede0000 -        0x10edf5fff  com.apple.frameworks.preferencepanessupport (1.0 - 1.0) <B7E1A6D7-5C75-3626-ACD9-682B6CBC3EBF> /System/Library/PrivateFrameworks/PreferencePanesSupport.framework/Versions/A/P referencePanesSupport
           0x10ee09000 -        0x10eef2fff  com.apple.Bluetooth (4.0.8 - 4.0.8f17) <46F432D0-7E25-3900-A5B2-DDB4C2781036> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
        0x7fff6057e000 -     0x7fff605b2baf  dyld (195.6 - ???) <0CD1B35B-A28F-32DA-B72E-452EAD609613> /usr/lib/dyld
    External Modification Summary:
      Calls made by other processes targeting this process:
        task_for_pid: 2
        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: 36531
        thread_create: 0
        thread_set_state: 0
    VM Region Summary:
    ReadOnly portion of Libraries: Total=176.2M resident=118.4M(67%) swapped_out_or_unallocated=57.9M(33%)
    Writable regions: Total=85.1M written=11.7M(14%) resident=17.7M(21%) swapped_out=0K(0%) unallocated=67.4M(79%)
    REGION TYPE                      VIRTUAL
    ===========                      =======
    CG shared images                    128K
    CoreAnimation                         4K
    CoreServices                       1088K
    MALLOC                             44.2M
    MALLOC guard page                    64K
    Memory tag=242                       12K
    STACK GUARD                        56.0M
    Stack                              12.1M
    VM_ALLOCATE                        16.1M
    __CI_BITMAP                          80K
    __DATA                             17.6M
    __IMAGE                             528K
    __LINKEDIT                         32.7M
    __TEXT                            143.6M
    __UNICODE                           544K
    mapped file                        27.1M
    shared memory                       312K
    ===========                      =======
    TOTAL                             352.2M

  • Please help me to download files in sap netweaver?

    Hi all!
    i'm working with IBM maximo and sap netweaver integration. I need to import 2 files in Netweaver. I''m not good in sap so please tell me how to do this step by step.
    this text from guide for integration this two systems----
    ""You must import the external files of the integration to your SAP client
    development system. These files contain all ABAP programs and dictionary
    objects that are needed for the integration.
    Files that are exported from SAP have consecutive numbers. For example,
    K900030.D04 might be the base installation transport file and K900036.D04
    might be the fixpack 1 transport file"".
    i've alreade cope files to :\usr\sap\trans\data\
    then i need to import it in sap, but how to do this i don't know, i know that i need to organize transport request then import it, but how to do this i don't know/
    please help me/

    Artyom
    Subhash has listed exactly what you need.
    Since you say that you are u201Cnot good in sapu201D, I wanted to clarify.
    Only the R file (R900030.D04) needs to be copied to the ../data directory.
    Only the K file (K900030.D04 needs to be copied to the ../cofiles directory.
    (Copying both files to both directories will work as well.)
    The request would be added to the STMS queue as:
    D04K900030
    Hope this helps.
    PJ

  • Please Help!!! Getting data to a table

    I am having real problems with this I want a table with a header which lists the contents of a file. In this file on each line there are the header titles eg each line is set out the same just containing different parameters etc Event No: 0     Time Elapsed: 1.0 Event String: Algoritm changed Parameter: algo: Monitoring
    In the table the constructor says Object [][] and Object [] please help how do I get my code to compile.
         FileReader file = new FileReader("c:\\projects\\FirstSupport\\logfile2.txt");
              BufferedReader inputfile = new BufferedReader (file);
              Object[] columnNames = {"Event No",
    "Time Elapsed",
    "Event String",
    "Parameter"};
              Object[] values;
              MessageFormat mf = new MessageFormat("Event No:{0,number} Time Elapsed: {1,number} Event String:{2} Parameter:{3,number}");
              text = "Event No: 0     Time Elapsed: 1.0 Event String: Algoritm changed Parameter: algo: Monitoring";
              while ((Line = inputfile.readLine()) != null);
                   System.out.println(text);
                   values = mf.parse(text);
                   int eventNo = ((Number)values[0]).intValue();
                   double time = ((Number)values[1]).doubleValue();
                   String eventString = (String)values[2];
                   int param = ((Number)values[3]).intValue();
    JTable table = new JTable(values,columnNames);

    Hi,
    where is the problem? Does the part reading the file work? If so I would use a class extending DefaultTableModel .
    Have a look at :
    http://java.sun.com/docs/books/tutorial/uiswing/components/table.html
    Phil

  • Please help why doesn't command s single user work?

    Why doen't my mac command s single users mode not work?? i forgot my admins password and i broke the disc like 3 months ago so im left with no choise
    please help asap

    Single user or verbose mode is for troubleshooting, not changing the admin password.
    According to your profile you are runing Lion so an alternative may work for you.
    OS X Lion: Apple ID can be used to reset your user account password
    Or here >  Reset a Mac OS X 10.7 Lion Password

Maybe you are looking for