XCode 4 Problems

Is anyone else experiencing consistent crashes in XCode 4? I can duplicate the problem by setting a breakpoint in a multi-threaded app, waiting 40 seconds after the breakpoint is hit, and clicking another tab. The CPU utilization goes to 100%, and I have to force quit xcode. This makes it impossible to debug my multi-threaded apps.

We have been experiencing many problems using Xcode 4 with iOS SDK 4.3. Often the problems are intermittent, but much time is wasted working around them (too often requiring quitting Xcode and restarting). e.g.:
Crash on launch of Xcode 4 whenever the "x project is locked for editing... Do you want to unlock it?" Select "Do not show this message again", then click [Don't Unlock]. Crash.
Debugging with GDB sometimes results in the project details window showing when a breakpoint is hit or attempting to step thru the code, requiring hunting thru the navigator to get back to the related source file where the PC is holding at.
Intermittently features like command clicking on a class or function name do nothing, instead of going to the related source file.
I'm about ready to revert to Xcode 3.

Similar Messages

  • Xcode problems

    Hi Folks,
    First off, I'm really new to Xcode and I'm hoping that some of you folks here that have experience with it can help me out. (FYI, I'm using Xcode version 2.4.1 on Mac OS X 10.4.10.)
    My issue is that if I go into Project > Edit Project Settings and examine the build settings (I even sometimes click on them!), I run the risk of my project not being able to be built when I'm done.
    It seems that merely clicking on various Customized Settings (the "Header Search Paths" and the "Info.plist File" settings, for example) runs the risk of making the project unbuildable. When things go bad, I usually get about 2000-3000 errors that appear to be Xcode not being able to find various SDK files.
    One time, closing the project and reopening it resloved the issue, but this is not always the case. Other times revisiting the Project Settings and just clicking around some more will restore life to the project and it can, once again, be built. One time, after spending an hour or two trying to get the project to build, I just had Dolly create me a new project and I moved my source files into it. It was a pain, but it was quicker than trying to figure out what went wrong with the project file.
    I'm wondering, as old fashioned as it may seem, if spaces in the path names of search paths is causing this trouble (I have spaces in some of my folder names). But then, perhaps it's something else...
    Any help will be greatly appreciated!!!
    Thanks in advance.
    Cheers!
    -- Jim

    Wai,
    Thanks for the information. How crazy is that?! At least we can use lower case letters! ;-)
    I'll rework my directory/file names and see if the problem goes away. What a pain.
    Cheers!
    -- Jim

  • Xcode problems with building

    I've just started using c++ again so I upgraded to the newest version of XCode but nothing is working. At first when I compiled it would build fine and run but then when I changed a header it would not recognize the change and run without compiling, so I would have to do a clean and rebuild of the whole project. This problem is gone now because now it won't even build. It just says build successful and then when I go to run it says "No launchable executable present". I've tried uninstalling the developer tools and reinstalling but this did not fix the problem. I think I might have to reinstall the whole operating system and see if this works. Does anyone have any suggestions on how to fix this before I reinstall anything?
    Thanks,
    vbuser
    emac G4   Mac OS X (10.4.8)  

    Hi vbuser
    If it happens on every project then Xcode is a likely suspect, but it's not the only possibility. Before de-installing and re-installing, I'd try one more action:
    -Try a build, then check the build transcript to see if it gives any clues. To actually see the build transcript, you need to go to the Build window opened by Xcode, then find the tool bar in the middle and click on the third icon (it's next to a small tick and yellow triangle). This will show you the actual output from the command script and the compilers. Any error messages revealed could be an important clue.
    - Try creating a new user and seeing if you get the same problem.
    If none of this helps and you decide to re-install then I recommend you de-install Xcode by running the uninstall-devtools.pl perl script, then use Disk Utility to repair permissions, then download a clean disk image from Apple and re-install everything.
    Please let us know what happens and whether or not it fixes the problem
    Good luck
    Bob

  • Uninstalling Xcode - problems?

    Here are some comments about Xcode's uninstaller from 2004:
    removed essential apps from the system (tar, zip, unzip, etc.) and prevents many operation from completing successfully - including Software Update.
    Well, I found out what was preventing Software Update from working. Apple's uninstaller for Xcode also uninstalled "tar" and "gnutar" from /usr/bin. I had to use Pacifist to manually extract and install those two components from the base package on my Panther disk. Thanks, Apple. Nicely done with that uninstaller.
    On disc1 that came with my imac, in the Xcode folder, there is a pdf file named "About Xcode Tools.pdf" and it says:
    About Xcode Tools
    Compatibility and Installation
    Xcode Tools 2.4 Release for
    Mac OS X v10.4 (Tiger)
    NOTE: The uninstaller that ships with previous versions of Xcode Tools or Developer Tools will not clean
    everything off of your system properly. You should either use the one on the Xcode Tools 2.4 DVD, or you
    should use the one installed when you installed Xcode Tools 2.4.
    Well, the 2.4 uninstaller doesn't work correctly either. See here:
    http://discussions.apple.com/thread.jspa?threadID=850734&tstart=0

    I think you've discovered a bug in the uninstaller in that it doesn't remove the Project Templates and File Templates folders. You should file a bug report and explain the circumstances which highlighted the problem:
    http://developer.apple.com/bugreporter/
    Best wishes
    Bob

  • AppleScript Studio/Xcode problem - Problem with text entries! Please help!

    Hey, I've been up for hours each night looking for solutions to this but still have had no luck.
    I am creating an app in Xcode/Applescript studio that will ask you to enter how many times you would like system events to repeat a certain keystroke. First of all, the code would look something like this:
    on click theObject
    If the name of theObject is equal to "myApplication" then
    (Right here would be where the variables representing text in an input in the app's window would be, which I have absolutely no clue what to type.)
    tell application "text edit"
    activate
    tell application "system events"
    keystroke x (x representing a variable)
    end tell
    end tell
    end clicked
    and that's about as far as I can get. I want a variable representing the text in the main text entry box, but I have no clue how to access that text, or even know if it's submitted or detected when I hit a button. Hopefully you're following, as I am way to confused to fully explain it, but please try and help me out if you can.

    Hi Kamprath445,
    Though this mentions iTunes, I think it has good examples you can use...
    http://dougscripts.com/itunes/itinfo/keycodes.php
    More in depth...
    http://developer.apple.com/documentation/applescript/conceptual/applescriptlangg uide/conceptual/ASLR_variables.html

  • Xcode problem with submenu highlighted item

    This stuff works in Xcode 3.2 on my 10.6 Air, but not on Xcode 3.1.4 / on my Imac (10.5.8). This code is in an IBAction method that is connected to the menu via IB.
    [[mySubMenu highlightedItem] setState:NSOnState];  // ignored, state is not changed.
    // or 
    [[mySubMenu highlightedItem] tag];  // always returns 0 regardless of actual (int)tag. 
    // but this works fine 
    [[mySubMenu itemWithTag:myTag)] setState:NSOnState]; // the tag is read properly here, state is changed.
    I was assuming that highlightedItem meant "selected item". Is highlightedItem the usual way to detect a menu event ? What is wrong ?

    Because you have inline (via the admin) added sizes etc you will see it created inline code. Even switching to a type (CSS HTML ONLY is the one you want) to have a raw html output to CSS style it as you wish you need to go into each menu item and remove any of the style configurations and dimension sizes you added.

  • AS Droplet in XCode - Problem with display dialog with title

    hi,
    i am using XCode to create an AS droplet.
    wondering why i cant set a title to my display dialog code.
    during search in this forum i found this thread:
    http://discussions.apple.com/thread.jspa?messageID=6364939&#6364939
    but to be honest, i didn't expect that i am limited in Xcode too.
    Short code example:
    display dialog "foo"
    works
    but
    this code:
    display dialog "foo" with title "bar"
    not.
    Would be great to find a workaround to get dialogs with titles.
    And on the other hand to understand why i cant use title in Xcode.
    btw: is it possible to format the output of a display dialog ?
    i.e. creating new lines ?
    best regards
    fidel

    Hello
    I'm not sure but you may try 'run script' to invoke 'display dialog' of Standard Additions.
    Something like this.
    --SNIPPET
    set t to "line 1
    line 2
    line 3
    line 4"
    run script "display dialog \"" & t & "\" ¬
    with title \"Testing\" ¬
    buttons {\"OK\"} default button 1"
    --END OF SNIPPET
    As for 'display dialog' in AS Studio, it differs from and overrides 'display dialog' command in Standard Additions. Don't know why it does not have 'with title' which is rather new parameter introduced with AS 1.10 (OSX 10.4).
    cf.
    AppleScript Studio Terminology Reference (pdf)
    Panel Suite > Terminology > Commands > display dialog
    Regards,
    H
    Message was edited by: Hiroto

  • Xcode - Problems Updating in Mac App Store

    Hello Everyone,
    I installed Xcode 4.0.1 using the Mac App Store a while ago and now there is a new version 4.0.2 out, When I go to the Xcode page in the Mac App Store it says "Installed" and when I go to Updates it says "All apps are up to date" but when I go to Purchases it says "Update" So I clicked on it and it said "You have updates available for other accounts"
    Is it possible for me to update to 4.0.2, or will I need to uninstall the old version and buy it again?
    Any help is appreciated
    Tim

    Had to jump through hoops to get it working.
    Here's what I had to do:     https://discussions.apple.com/message/15013981#15013981

  • Iphone - xcode - problem with loading reference library

    hello,
    I try to develop on iphone, with xcode.
    because I don't find any documentation, I have tried to download the ihpoen reference libray, un der xcode.
    I choos the menu help, then xcode workspace guide.
    on the page that apear, I choose Apple Iphone OS 2.0, and in this section, I choose Iphone os library.
    then, it was asking me a login and password.
    I put my login and password from my computer.
    now, the loading is locked.
    I don't know what login and password I have to use
    I don't know how to unlock the login and password.
    where is the keychain ? how can I delete it ?
    thank you for any help.
    best regards,
    Olivier

    I solved my problem

  • Xcode problem,  how do I get rid of doubled up warnings and error messages?

    One of my cocoa projects is always showing the compiler warnings and error messages twice. It is only happening in one project which indicates to me that it must be something in this particular project configuration.
    I have looked high and low for setting to control this behaviour in Xcode.
    There must be a way to correct this behaviour.
    I am using Xcode 3.1.4

    You have to get rid of the triggers....and cleaning up the code is the only way to do that. As you've noted, it only happens in one project.

  • XCODE PROBLEM

    Hey, I am using xcode to write program in C and C++ but there are many graphics functions, header files and few other functions which are working in Windows environment, are not supported here. Furthermore, I am not able to add new file(which includes C programming code) to the xcode. It gives a following error-
    clang: error: linker command failed with exit code 1
    Is there any alternative to the xcode like Visual Studio ?

    Ritesh89,
    the graphic functions and header files in the Windows environment could be Windows-specific, which is why they aren’t usable under OS X. To write a GUI program for OS X, you’ll either need to change your code to use the OS X-specific versions, or use a multiplatform GUI such as Qt if you want the same code to be compilable on both platforms.

  • Xcode Problem - Please Help!

    So, I made an application in interface builder that includes an IKImageView. Every time I build & run in Xcode, it doesnt open. it just keeps on jumping. I'm only 14 and I need help! Thanks!
    Message was edited by: RyansMac

    Sorry, I can't be of help without seeing your code. I think you have something very basic wrong in your UI implementation.
    I suggest that you start with the Apple sample and gradually modify it to do what you want. Test frequently after changes so that you catch code that is causing a failure ASAP.

  • Xcode Problem 'No signing identity found' how to fix?

    Hi, I am in no way a developer, I just use XCode to compile some applications I use where the latest releases are only available as source code.
    Until now I have not had any issue compiling these applications.
    However, just recently when trying to compile Boxer from http://www.boxerapp.com/ I am presented with an error that states:
    No signing identity found
    I do not wish to codesign someone elses' application with my own nonexistent signing identity. Can this pointless function be bypassed so I can build the app sucessfully?

    Have you looked in the build settings to see if Don;t Code Sign is selected?

  • Reinstalled Xcode Problems trashing PackageMaker

    I recently re-installed XCode because I had issue with it running.
    It moved the old files to the trash. Most of the files (developer folder) emptied out of trash with no issues BUT PageMaker.
    It does not seem to trash that file. Can someone help me out?
    Thanks,
    Kevin

    Oh yea it says that PageMaker is in use but I cannot see that it is on and I rebooted several times.
    Thanks,
    Kevin

  • OpenGL Loading Problem in Xcode

    Hi,
    I managed to get past my other Xcode problem - the code wouldn't compile. Now that it compiles, nothing appears when I run it. It is exactly the same code as it always has been, and i followed to tutorial exactly. The background is supposed to appear as black, but it comes up white - until i minimize it, where it suddenly turns to black. I have tried many different things but it always happens. I downloaded the code written in Objective - C, and that worked fine, everything loading first time. Is there anything else I have to do?
    Thanks very much!

    I didn't have an IBOutlet for the view properly set up in the code AND on Interface Builder.

  • Xcode Crashes On Startup Also Itunes Crashes After Reinstalling

    Ive been trying to install xcode for about a week now. ive at least done it 95 times. Ive even reinstalled Mac Os x Lion 4 times. Someone told me to fix the xcode problem you have to log in to a different account, did that failed. Then someone told me you have to reinstall itunes, did that failed. Then someone told me you have to go into the contents and install from resources, did that failed. Heres my crash log from xcode, please help.
    Process:         Xcode [1055]
    Path:            /Developer/Applications/Xcode.app/Contents/MacOS/Xcode
    Identifier:      com.apple.dt.Xcode
    Version:         4.1 (516)
    Build Info:      IDEApplication-516000000000000~18
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [110]
    Date/Time:       2011-09-18 18:15:41.448 -0400
    OS Version:      Mac OS X 10.7 (11A390)
    Report Version:  8
    Anonymous UUID:                      1CEBBD1A-DCE1-472F-B6DC-1B18BF25FD46
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_CRASH (SIGABRT)
    Exception Codes: 0x0000000000000000, 0x0000000000000000
    Application Specific Information:
    ProductBuildVersion: 4B110
    Encountered multiple assertions. First assertion was: ASSERTION FAILURE in /SourceCache/IDEInterfaceBuilder/IDEInterfaceBuilder-1617/Framework/Utilities/I BFoundationAdditions.m:142
    Details:  Assertion failed: originalMethod != ((void*)0)
    Function: void IBMethodSwizzle(Class, SEL, SEL)
    Thread:   <NSThread: 0x40010a260>{name = (null), num = 1}
    Hints:   None
    Backtrace:
      0  0x0000000107c70152 -[IDEAssertionHandler handleFailureInFunction:fileName:lineNumber:messageFormat:arguments:] (in IDEKit)
      1  0x00000001073131bc _DVTAssertionHandler (in DVTFoundation)
      2  0x0000000107323304 _DVTAssertionFailureHandler (in DVTFoundation)
      3  0x000000010a9860ae IBMethodSwizzle (in IDEInterfaceBuilderKit)
      4  0x000000010ad93070 -[IBCocoaPlugin init] (in IDEInterfaceBuilderCocoaIntegration)
      5  0x000000010ad929aa +[IBCocoaPlugin ide_initializeWithOptions:error:] (in IDEInterfaceBuilderCocoaIntegration)
      6  0x0000000107802c0c _IDEInitializeOnePlugInAndPrerequisites (in IDEFoundation)
      7  0x000000010780292d _IDEInitializeOnePlugInAndPrerequisites (in IDEFoundation)
      8  0x0000000107802405 IDEInitialize (in IDEFoundation)
      9  0x0000000107b71c0b -[IDEApplicationController applicationWillFinishLaunching:] (in IDEKit)
    10  0x00007fff8af81216 __-[NSNotificationCenter addObserver:selector:name:object:]_block_invoke_1 (in Foundation)
    11  0x00007fff8a4ef2aa _CFXNotificationPost (in CoreFoundation)
    12  0x00007fff8ae8017b -[NSNotificationCenter postNotificationName:object:userInfo:] (in Foundation)
    13  0x00007fff8d2a4819 -[NSApplication finishLaunching] (in AppKit)
    14  0x00007fff8d2a43e5 -[NSApplication run] (in AppKit)
    15  0x00007fff8d29d33d NSApplicationMain (in AppKit)
    16  0x00000001072b8eec (in Xcode)
    objc[1055]: garbage collection is ON
    abort() called
    Thread 0 name:  Dispatch queue: com.apple.main-thread
    Thread 0 Crashed:
    0   libsystem_kernel.dylib                  0x00007fff87cb3d02 __pthread_kill + 10
    1   libsystem_c.dylib                       0x00007fff84de7717 pthread_kill + 95
    2   libsystem_c.dylib                       0x00007fff84dd7c19 abort + 143
    3   com.apple.dt.IDEKit                     0x0000000107c6f9c3 +[IDEAssertionHandler _handleAssertionWithLogString:] + 462
    4   com.apple.dt.IDEKit                     0x0000000107c70540 -[IDEAssertionHandler handleUncaughtException:] + 535
    5   com.apple.dt.DVTFoundation              0x00000001072c17c8 -[DVTDispatchLock performLockedBlock:] + 320
    6   com.apple.dt.DVTFoundation              0x00000001072d6a45 -[DVTExtension _valueForKey:inParameterData:usingSchema:] + 106
    7   com.apple.dt.DVTFoundation              0x00000001072d69ab -[DVTExtension valueForKey:] + 114
    8   com.apple.dt.IDEKit                     0x0000000107b73509 +[IDEMenuBuilder _menuForMenuDefinitionIdentifier:forViewController:fillingExtensionIdToMenuMap: ] + 846
    9   com.apple.dt.IDEKit                     0x0000000107b747f8 +[IDEMenuBuilder _buildSubmenuItemForMenuDefinitionIdentifier:forViewController:fillingExtension IdToMenuMap:] + 25
    10  com.apple.dt.IDEKit                     0x0000000107b7459b +[IDEMenuBuilder _menuItemForMenuItemElement:inMenuWithIdentifierUsedForDebugging:forViewControl ler:fillingExtensionIdToMenuMap:] + 1899
    11  com.apple.dt.IDEKit                     0x0000000107b73497 +[IDEMenuBuilder _menuForMenuDefinitionIdentifier:forViewController:fillingExtensionIdToMenuMap: ] + 732
    12  com.apple.dt.IDEKit                     0x0000000107be6647 -[IDEApplicationController _updateEditorAndNavigateMenusIfNeeded] + 757
    13  com.apple.AppKit                        0x00007fff8d6f09ed -[NSMenu _populateFromDelegateWithEventRef:] + 239
    14  com.apple.AppKit                        0x00007fff8d431ffd -[NSMenu _populateWithEventRef:] + 83
    15  com.apple.AppKit                        0x00007fff8d4312ba -[NSCarbonMenuImpl _carbonPopulateEvent:handlerCallRef:] + 421
    16  com.apple.AppKit                        0x00007fff8d430f1a NSSLMMenuEventHandler + 330
    17  com.apple.HIToolbox                     0x00007fff8ce7b354 _ZL23DispatchEventToHandlersP14EventTargetRecP14OpaqueEventRefP14HandlerCallRec + 1263
    18  com.apple.HIToolbox                     0x00007fff8ce7a878 _ZL30SendEventToEventTargetInternalP14OpaqueEventRefP20OpaqueEventTargetRefP14H andlerCallRec + 446
    19  com.apple.HIToolbox                     0x00007fff8ce7a6b2 SendEventToEventTargetWithOptions + 72
    20  com.apple.HIToolbox                     0x00007fff8ceb77e3 SendMenuPopulate(MenuData*, OpaqueEventTargetRef*, unsigned int, double, unsigned int, OpaqueEventRef*, unsigned char*) + 277
    21  com.apple.HIToolbox                     0x00007fff8ceb7670 _ZL12PopulateMenuP8MenuDataP20OpaqueEventTargetRefP13CheckMenuDatajd + 73
    22  com.apple.HIToolbox                     0x00007fff8ceb6d92 _ZL21Check1MenuForKeyEventP8MenuDataP13CheckMenuData + 343
    23  com.apple.HIToolbox                     0x00007fff8ceb68ce _ZL21CheckMenusForKeyEventP8MenuDataP13CheckMenuData + 882
    24  com.apple.HIToolbox                     0x00007fff8ceb64c7 _IsMenuKeyEvent(MenuData*, OpaqueEventRef*, unsigned int, MenuData**, unsigned short*) + 696
    25  com.apple.HIToolbox                     0x00007fff8ceb61de IsMenuKeyEvent + 116
    26  com.apple.AppKit                        0x00007fff8d430cf7 -[NSCarbonMenuImpl _menuItemWithKeyEquivalentMatchingEventRef:] + 274
    27  com.apple.AppKit                        0x00007fff8d430aaf _NSFindMenuItemMatchingCommandKeyEvent + 258
    28  com.apple.AppKit                        0x00007fff8d30a05f _NSHandleCarbonMenuEvent + 433
    29  com.apple.AppKit                        0x00007fff8d2e0507 _DPSNextEvent + 1993
    30  com.apple.AppKit                        0x00007fff8d2df8d6 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 135
    31  com.apple.AppKit                        0x00007fff8d5084c4 -[NSApplication _realDoModalLoop:peek:] + 610
    32  com.apple.AppKit                        0x00007fff8d5060dc -[NSApplication runModalForWindow:] + 120
    33  com.apple.dt.IDEKit                     0x0000000107c6ef56 -[IDEDetailedAlert runModal] + 122
    34  com.apple.dt.IDEKit                     0x0000000107c6fc9b __53+[IDEAssertionHandler _handleAssertionWithLogString:]_block_invoke_039 + 128
    35  com.apple.dt.IDEKit                     0x0000000107c6f9aa +[IDEAssertionHandler _handleAssertionWithLogString:] + 437
    36  com.apple.dt.IDEKit                     0x0000000107c70540 -[IDEAssertionHandler handleUncaughtException:] + 535
    37  com.apple.dt.DVTFoundation              0x00000001072c17c8 -[DVTDispatchLock performLockedBlock:] + 320
    38  com.apple.dt.DVTFoundation              0x00000001072d6a45 -[DVTExtension _valueForKey:inParameterData:usingSchema:] + 106
    39  com.apple.dt.DVTFoundation              0x00000001072d69ab -[DVTExtension valueForKey:] + 114
    40  com.apple.dt.IDEKit                     0x0000000107d83b55 -[IDEDocumentController documentClassNames] + 312
    41  com.apple.AppKit                        0x00007fff8d2dccf2 -[NSDocumentController(NSInternal) _installOpenRecentMenus] + 1062
    42  com.apple.AppKit                        0x00007fff8d2a4ebb -[NSApplication finishLaunching] + 2024
    43  com.apple.AppKit                        0x00007fff8d2a43e5 -[NSApplication run] + 111
    44  com.apple.AppKit                        0x00007fff8d29d33d NSApplicationMain + 860
    45  com.apple.dt.Xcode                      0x00000001072b8eec 0x1072b8000 + 3820
    Thread 1:
    0   libsystem_kernel.dylib                  0x00007fff87cb41b2 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff84de74d9 _pthread_wqthread + 758
    2   libsystem_c.dylib                       0x00007fff84de8599 start_wqthread + 13
    Thread 2 name:  Dispatch queue: com.apple.libdispatch-manager
    Thread 2:
    0   libsystem_kernel.dylib                  0x00007fff87cb4806 kevent + 10
    1   libdispatch.dylib                       0x00007fff8644ea26 _dispatch_mgr_invoke + 916
    2   libdispatch.dylib                       0x00007fff8644f877 _dispatch_queue_invoke + 63
    3   libdispatch.dylib                       0x00007fff8644f070 _dispatch_worker_thread2 + 198
    4   libsystem_c.dylib                       0x00007fff84de731f _pthread_wqthread + 316
    5   libsystem_c.dylib                       0x00007fff84de8599 start_wqthread + 13
    Thread 3:
    0   libsystem_kernel.dylib                  0x00007fff87cb26b6 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff87cb1dad mach_msg + 73
    2   com.apple.CoreFoundation                0x00007fff8a4fc1ec __CFRunLoopServiceMachPort + 188
    3   com.apple.CoreFoundation                0x00007fff8a45ba44 __CFRunLoopRun + 1204
    4   com.apple.CoreFoundation                0x00007fff8a45b356 CFRunLoopRunSpecific + 230
    5   com.apple.DTDeviceKit                   0x0000000109bf9535 -[DTDKRemoteDeviceDataListener listenerThreadImplementation] + 253
    6   com.apple.Foundation                    0x00007fff8ae8a681 -[NSThread main] + 68
    7   com.apple.Foundation                    0x00007fff8ae8a5f9 __NSThread__main__ + 1575
    8   libsystem_c.dylib                       0x00007fff84de5804 _pthread_start + 335
    9   libsystem_c.dylib                       0x00007fff84de8589 thread_start + 13
    Thread 4 name:  com.apple.CFSocket.private
    Thread 4:
    0   libsystem_kernel.dylib                  0x00007fff87cb3e12 __select + 10
    1   com.apple.CoreFoundation                0x00007fff8a47ae1b __CFSocketManager + 1355
    2   libsystem_c.dylib                       0x00007fff84de5804 _pthread_start + 335
    3   libsystem_c.dylib                       0x00007fff84de8589 thread_start + 13
    Thread 5:
    0   libsystem_kernel.dylib                  0x00007fff87cb41b2 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff84de74d9 _pthread_wqthread + 758
    2   libsystem_c.dylib                       0x00007fff84de8599 start_wqthread + 13
    Thread 6:
    0   libsystem_kernel.dylib                  0x00007fff87cb26b6 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff87cb1dad mach_msg + 73
    2   com.apple.CoreFoundation                0x00007fff8a4fc1ec __CFRunLoopServiceMachPort + 188
    3   com.apple.CoreFoundation                0x00007fff8a45ba44 __CFRunLoopRun + 1204
    4   com.apple.CoreFoundation                0x00007fff8a45b356 CFRunLoopRunSpecific + 230
    5   com.apple.DebugSymbols                  0x00007fff851954d2 _ZL20SpotlightQueryThreadPv + 434
    6   libsystem_c.dylib                       0x00007fff84de5804 _pthread_start + 335
    7   libsystem_c.dylib                       0x00007fff84de8589 thread_start + 13
    Thread 7:
    0   libsystem_kernel.dylib                  0x00007fff87cb3e62 __semwait_signal + 10
    1   libsystem_c.dylib                       0x00007fff84d9b00a nanosleep + 164
    2   com.apple.CoreSymbolication             0x00007fff8c579f63 cleaner_thread_main(void*) + 36
    3   libsystem_c.dylib                       0x00007fff84de5804 _pthread_start + 335
    4   libsystem_c.dylib                       0x00007fff84de8589 thread_start + 13
    Thread 0 crashed with X86 Thread State (64-bit):
      rax: 0x0000000000000000  rbx: 0x0000000000000006  rcx: 0x00007fff66eb55a8  rdx: 0x0000000000000000
      rdi: 0x0000000000000507  rsi: 0x0000000000000006  rbp: 0x00007fff66eb55d0  rsp: 0x00007fff66eb55a8
       r8: 0x00007fff7495ac98   r9: 0x000000010803ea90  r10: 0x00007fff87cb3d2a  r11: 0xffffff80002d7e00
      r12: 0x00007fff75457058  r13: 0x00000004012761c0  r14: 0x00007fff7495daf0  r15: 0x00007fff66eb56d8
      rip: 0x00007fff87cb3d02  rfl: 0x0000000000000246  cr2: 0x000000010a104000
    Logical CPU: 0
    Binary Images:
           0x1072b8000 -        0x1072b8fff  com.apple.dt.Xcode (4.1 - 516) <0AEC5D96-FEB3-33D0-A33A-F739802FC079> /Developer/Applications/Xcode.app/Contents/MacOS/Xcode
           0x1072c0000 -        0x1073ebff7  com.apple.dt.DVTFoundation (4.1 - 580) <6B17F312-A6B4-38DB-8C60-BE7FD99FEDB5> /Developer/Library/PrivateFrameworks/DVTFoundation.framework/Versions/A/DVTFoun dation
           0x1074a4000 -        0x1076d3fff  com.apple.dt.DVTKit (4.1 - 589) <B5DC8D7C-55FA-369C-988C-492E834F11BF> /Developer/Library/PrivateFrameworks/DVTKit.framework/Versions/A/DVTKit
           0x107800000 -        0x107a23fff  com.apple.dt.IDEFoundation (4.1 - 624) <B7945488-556C-39B2-97B0-3B38C19E4E2B> /Developer/Library/PrivateFrameworks/IDEFoundation.framework/Versions/A/IDEFoun dation
           0x107b70000 -        0x107f78fff  com.apple.dt.IDEKit (4.1 - 632) <13206DCE-D1B8-34F5-B049-0247EF6D4264> /Developer/Library/PrivateFrameworks/IDEKit.framework/Versions/A/IDEKit
           0x1081fd000 -        0x1086dcfff +libclang.dylib (163.7.1 - compatibility 1.0.0) <A6A3A1C1-3051-384A-80DA-E1D69A471D15> /Developer/usr/clang-ide/lib/libclang.dylib
           0x1089af000 -        0x1089c1ff7 +IBThunkTemplates (??? - ???) <09162C22-7124-3C7D-9768-C3AFE7B2F5F2> /Developer/Library/Xcode/PrivatePlugIns/IDEInterfaceBuilderKit.ideplugin/Conten ts/Resources/IBThunkTemplates
           0x108a06000 -        0x108a0afff  com.apple.audio.AudioIPCPlugIn (1.2.0 - 1.2.0) <32A63551-D677-315E-A55C-8E84055542A4> /System/Library/Extensions/AudioIPCDriver.kext/Contents/Resources/AudioIPCPlugI n.bundle/Contents/MacOS/AudioIPCPlugIn
           0x108a11000 -        0x108a19ff7  com.apple.xcode.plug-in.CoreBuildTasks (6.1 - 613) <00431651-9050-3387-9EFB-69C2E93A7072> /Developer/Library/Xcode/PrivatePlugIns/Xcode3Core.ideplugin/Contents/SharedSup port/Developer/Library/Xcode/Plug-ins/CoreBuildTasks.xcplugin/Contents/MacOS/Cor eBuildTasks
           0x108a21000 -        0x108a22fff  com.apple.dt.dbg.DebuggerLLDBService (4.1 - 569) <4EDA6C25-A516-3120-8429-4635A79C47F2> /Developer/Library/Xcode/PrivatePlugIns/DebuggerLLDBService.ideplugin/Contents/ MacOS/DebuggerLLDBService
           0x108a27000 -        0x108a28fff  com.apple.dt.dbg.DebuggerGDBService (4.1 - 569) <977CFF74-1E82-3B29-BEED-16D0FA887F8E> /Developer/Library/Xcode/PrivatePlugIns/DebuggerGDBService.ideplugin/Contents/M acOS/DebuggerGDBService
           0x108a2d000 -        0x108a52ff7  com.apple.DTDeviceKitBase (??? - 515) <3BB007CE-A2B4-30F9-A8DF-7970E0800B2F> /Developer/Platforms/iPhoneOS.platform/Developer/Library/PrivateFrameworks/DTDe viceKitBase.framework/Versions/A/DTDeviceKitBase
           0x108a6a000 -        0x108a81ff7  com.apple.DeviceLinkX (4.1 - 223) <451894A9-7D6F-D6A8-9624-A7127E33E9C4> /System/Library/PrivateFrameworks/DeviceLink.framework/Versions/A/DeviceLink
           0x109b2a000 -        0x109ba6fff  com.apple.dt.IDE.IDEiPhoneSupport (4.1 - 558) <2B9EEC55-7405-3482-B2AF-430D7C66450F> /Developer/Platforms/iPhoneOS.platform/Developer/Library/Xcode/PrivatePlugIns/I DEiPhoneSupport.ideplugin/Contents/MacOS/IDEiPhoneSupport
           0x109be3000 -        0x109c8fff7  com.apple.DTDeviceKit (4.2 - 515) <6347DCA3-95F1-3153-B15F-8F7B9D19E7D3> /Developer/Platforms/iPhoneOS.platform/Developer/Library/PrivateFrameworks/DTDe viceKit.framework/Versions/A/DTDeviceKit
           0x109d17000 -        0x109d91fff  com.apple.mobiledevice (423.2 - 423.2) <727DF3A6-8F67-943C-69CA-5D6B18B8F7AC> /System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevic e
           0x109dd2000 -        0x109de2ff7  com.apple.dt.IDE.IDEArchivedApplicationsViewer (4.1 - 509) <DFE85051-5572-3076-8FFC-DED3D7578084> /Developer/Library/Xcode/PrivatePlugIns/IDEArchivedApplicationsViewer.ideplugin /Contents/MacOS/IDEArchivedApplicationsViewer
           0x109df4000 -        0x109dfbff7  com.apple.DVTiPhoneSimulatorRemoteClient (4.1 - 504) <DD20A116-21F1-3050-9A03-73145CF93E15> /Developer/Platforms/iPhoneSimulator.platform/Developer/Library/PrivateFramewor ks/DVTiPhoneSimulatorRemoteClient.framework/Versions/A/DVTiPhoneSimulatorRemoteC lient
           0x109e03000 -        0x109ee7fff  libcrypto.0.9.7.dylib (0.9.7 - compatibility 0.9.7) <48A6888C-CB84-3B5A-9A9D-BCC5814753AD> /usr/lib/libcrypto.0.9.7.dylib
           0x109f3d000 -        0x109f64fff  libssl.0.9.7.dylib (0.9.7 - compatibility 0.9.7) <CA5EF505-2BCC-3C8D-B8DF-8A69E257537A> /usr/lib/libssl.0.9.7.dylib
           0x10a00a000 -        0x10a01efff  com.apple.dt.IDE.Xcode3Core (4.1 - 613) <41C0CF79-666B-3A8E-AD78-3377A31B70BD> /Developer/Library/Xcode/PrivatePlugIns/Xcode3Core.ideplugin/Contents/MacOS/Xco de3Core
           0x10a02e000 -        0x10a03aff7  com.apple.DevToolsFoundation (6.1 - 613) <524E4AEE-C269-30A2-BEE5-AE031CADF929> /Developer/Library/Xcode/PrivatePlugIns/Xcode3Core.ideplugin/Contents/Framework s/DevToolsFoundation.framework/Versions/A/DevToolsFoundation
           0x10a11b000 -        0x10a419fff  com.apple.Xcode.DevToolsCore (6.1 - 613) <8086867E-EB22-3F9A-BCD4-13A45824D491> /Developer/Library/Xcode/PrivatePlugIns/Xcode3Core.ideplugin/Contents/Framework s/DevToolsCore.framework/Versions/A/DevToolsCore
           0x10a5a3000 -        0x10a5e0ff7  com.apple.Xcode.DevToolsSupport (6.1 - 613) <833620EA-76FF-3E72-996B-0FFF953658FC> /Developer/Library/Xcode/PrivatePlugIns/Xcode3Core.ideplugin/Contents/Framework s/DevToolsSupport.framework/Versions/A/DevToolsSupport
           0x10a7aa000 -        0x10a7adfff  com.apple.platform.iphoneos.plugin (1.0 - 1.0) <30FB0E7A-766F-378E-BB50-5A8D01FFB643> /Developer/Platforms/iPhoneOS.platform/Developer/Library/Xcode/PrivatePlugIns/i PhoneOS Build System Support.xcplugin/Contents/MacOS/iPhoneOS Build System Support
           0x10a7b1000 -        0x10a7c8fff  com.apple.dt.IDE.SharedPlugInUtilities (4.1 - 504) <1B4C01A1-14CF-35BE-A9FD-D47CC6EB4897> /Developer/Library/Xcode/PrivatePlugIns/SharedPlugInUtilities.ideplugin/Content s/MacOS/SharedPlugInUtilities
           0x10a7d6000 -        0x10a8d5ff7  com.apple.dt.IDE.Xcode3UI (4.1 - 613) <53C10CDF-0C65-3BEE-ACD0-EA183D08BF12> /Developer/Library/Xcode/PrivatePlugIns/Xcode3UI.ideplugin/Contents/MacOS/Xcode 3UI
           0x10a984000 -        0x10abfdff7  com.apple.dt.IDE.IDEInterfaceBuilderKit (4.1 - 1617) <EC4E088F-4DC2-3F6B-939E-BE24BA454212> /Developer/Library/Xcode/PrivatePlugIns/IDEInterfaceBuilderKit.ideplugin/Conten ts/MacOS/IDEInterfaceBuilderKit
           0x10ad91000 -        0x10aefbff7  com.apple.dt.IDE.IDEInterfaceBuilderCocoaIntegration (4.1 - 1617) <485004D5-C741-3512-8782-FF3FED95221B> /Developer/Library/Xcode/PrivatePlugIns/IDEInterfaceBuilderCocoaIntegration.ide plugin/Contents/MacOS/IDEInterfaceBuilderCocoaIntegration
           0x10afe9000 -        0x10b034fff  com.apple.glut (3.4.8 - GLUT-3.4.8) <8F2156D9-B8BD-3223-95B0-B0E1DE8FA583> /System/Library/Frameworks/GLUT.framework/Versions/A/GLUT
           0x10b0a6000 -        0x10b177fff  com.apple.dt.IDE.IDEInterfaceBuilderCocoaTouchIntegration (4.1 - 534) <379A9EA3-3CAC-375F-B679-F9AC8C74C5F9> /Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Xcode/PrivatePl ugIns/IDEInterfaceBuilderCocoaTouchIntegration.ideplugin/Contents/MacOS/IDEInter faceBuilderCocoaTouchIntegration
           0x10b1d7000 -        0x10b1e5ff7  com.apple.dt.IDE.IDEInterfaceBuilderCocoa (4.1 - 518) <035C58FE-A398-348E-A854-953AC3CD10D1> /Developer/Library/Xcode/PrivatePlugIns/IDEInterfaceBuilderCocoa.ideplugin/Cont ents/MacOS/IDEInterfaceBuilderCocoa
           0x10b1f6000 -        0x10b225fff  com.apple.DiscRecordingUI (6.0 - 6000.2.11) <88962731-90B1-38B4-BC84-ACBBE4CCABF8> /System/Library/Frameworks/DiscRecordingUI.framework/Versions/A/DiscRecordingUI
           0x10b246000 -        0x10b247fff  com.apple.dt.IDE.IDEInterfaceBuilderAutomator (4.1 - 518) <E93D37F3-99A3-3E83-918E-2402DEEC753D> /Developer/Library/Xcode/PrivatePlugIns/IDEInterfaceBuilderAutomator.ideplugin/ Contents/MacOS/IDEInterfaceBuilderAutomator
           0x10b5c2000 -        0x10b5ddff7  com.apple.DADocSetManagement (4.1 - 508) <2E3C91EC-631A-30EC-91FD-CECC3D3CBBE0> /Developer/Library/PrivateFrameworks/DADocSetManagement.framework/Versions/A/DA DocSetManagement
           0x10b5f2000 -        0x10b5f9fff  com.apple.dt.PlistEditor (4.1 - 508) <E6A85CD1-5E55-3F23-8A9B-751FCE8824FC> /Developer/Library/Xcode/PrivatePlugIns/PlistEditor.ideplugin/Contents/MacOS/Pl istEditor
           0x10bb25000 -        0x10bc1dff7  libGLProgrammability.dylib (??? - ???) <5780CD8F-F116-3E0E-914B-25FD70546142> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
           0x10bc47000 -        0x10bc75ff7  GLRendererFloat (??? - ???) <49864772-2811-3206-A639-20026BB88A19> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GL RendererFloat
           0x10bc7d000 -        0x10bc82fef  libcldcpuengine.dylib (1.50.45 - compatibility 1.0.0) <7F5814B7-A239-38F0-8C66-B2DAFA59B879> /System/Library/Frameworks/OpenCL.framework/Libraries/libcldcpuengine.dylib
           0x10bc88000 -        0x10bd1bff7  unorm8_bgra.dylib (1.50.45 - compatibility 1.0.0) <5533CC2E-8B8C-3EA8-828E-06C230D25E36> /System/Library/Frameworks/OpenCL.framework/Libraries/ImageFormats/unorm8_bgra. dylib
           0x10bd4a000 -        0x10bd4bff3 +cl_kernels (??? - ???) <C159EBAC-D7A0-45B7-9A04-BB442FF64E84> cl_kernels
           0x10bf6f000 -        0x10bfbafff  com.apple.dt.IDE.IDEFindReplace (4.1 - 536) <197800E8-A35A-3658-8CE1-913DDD6FD388> /Developer/Library/Xcode/PrivatePlugIns/IDEFindReplace.ideplugin/Contents/MacOS /IDEFindReplace
           0x10bff2000 -        0x10c03dfff  com.apple.DADocSetAccess (4.1 - 504) <3B6E939C-9418-3880-8015-928EF1EC6158> /Developer/Library/PrivateFrameworks/DADocSetAccess.framework/Versions/A/DADocS etAccess
           0x10c068000 -        0x10c0b5fff  com.apple.dt.IDE.IDEDocViewer (4.1 - 535) <EACD4DF5-BC6C-3CB5-A172-DAB926D307F9> /Developer/Library/Xcode/PrivatePlugIns/IDEDocViewer.ideplugin/Contents/MacOS/I DEDocViewer
           0x10c11c000 -        0x10c268fff  com.apple.audio.units.Components (1.7 - 1.7) <B90429D0-6A8A-3298-9024-0346BFD85B60> /System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio
           0x10c2db000 -        0x10c39bfff  com.apple.dt.IDE.IDEDevkitRefactoring (4.1 - 529) <02DB4D42-DD5C-38B3-A237-10EBBE2E44F9> /Developer/Library/Xcode/PrivatePlugIns/IDEDevkitRefactoring.ideplugin/Contents /MacOS/IDEDevkitRefactoring
           0x10c406000 -        0x10c417ff7  com.apple.dt.IDE.IDEQuickHelp (4.1 - 509) <C7647FCB-B967-301B-BD7A-A23131CA6448> /Developer/Library/Xcode/PrivatePlugIns/IDEQuickHelp.ideplugin/Contents/MacOS/I DEQuickHelp
           0x10c9a0000 -        0x10cfb5fe7  libclh.dylib (3.2.2 - 3.2.2) <44F5C71C-3A4A-399A-9841-82A2AE9FDE31> /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/libclh.dylib
           0x10e718000 -        0x10e71efff  com.apple.audio.AppleHDAHALPlugIn (2.0.8 - 2.0.8a9) <45986037-D15F-3F5C-9E2B-6A9D4C171E0C> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bun dle/Contents/MacOS/AppleHDAHALPlugIn
           0x200000000 -        0x200728ff7  com.apple.GeForceGLDriver (7.0.52 - 7.0.0) <4CDD6F46-06C5-3349-9EAC-0EB19EBA1806> /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/GeForceGLDrive r
        0x7fff66eb8000 -     0x7fff66eed1ff  dyld (195 - ???) <71093406-21CF-3DBE-A001-802259ED5300> /usr/lib/dyld
        0x7fff8488d000 -     0x7fff84899fff  com.apple.DirectoryService.Framework (10.7 - 131) <BB024808-1837-3419-8567-9DDC7A1C842D> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
        0x7fff848d7000 -     0x7fff848d7fff  com.apple.Cocoa (6.6 - ???) <4DA64D22-44AC-3F5A-A8BF-034FF6D678AD> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
        0x7fff848d8000 -     0x7fff848eaff7  libsasl2.2.dylib (3.15.0 - compatibility 3.0.0) <34B94075-9486-3FA2-B4E9-4617081F96F0> /usr/lib/libsasl2.2.dylib
        0x7fff84944000 -     0x7fff84947fff  com.apple.AppleSystemInfo (1.0 - 1) <A25F8F56-EC88-3BFE-84E9-8D8262F66568> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSys temInfo
        0x7fff84948000 -     0x7fff84949fff  libsystem_sandbox.dylib (??? - ???) <A69947B6-ED39-389F-8E5A-F2EC9582F246> /usr/lib/system/libsystem_sandbox.dylib
        0x7fff8494a000 -     0x7fff84950fff  com.apple.CommerceCore (1.0 - 9) <6F059466-8E21-3007-9CE7-4CF57EA87952> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/C ommerceCore.framework/Versions/A/CommerceCore
        0x7fff84951000 -     0x7fff84adbff7  com.apple.QTKit (7.7.1 - 2199) <FFDCA7D5-AA97-3CD8-9F18-994164B6F124> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
        0x7fff84b8f000 -     0x7fff84bbcfe7  libSystem.B.dylib (159.0.0 - compatibility 1.0.0) <CEB2C7F0-BB09-34BF-A221-35602FFAAF77> /usr/lib/libSystem.B.dylib
        0x7fff84bbd000 -     0x7fff84c6cff7  com.apple.CoreText (4.0.0 - ???) <9AEF7E86-AD9A-39B4-9466-7FEEA2527B54> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
        0x7fff84d96000 -     0x7fff84e76fe7  libsystem_c.dylib (750.0.0 - compatibility 1.0.0) <CB1E3B1C-24D4-35BA-A611-2916F600734E> /usr/lib/system/libsystem_c.dylib
        0x7fff84f01000 -     0x7fff84f3afe7  libssl.0.9.8.dylib (0.9.8 - compatibility 0.9.8) <493C9C82-14B8-3FC2-A993-62D5000A212F> /usr/lib/libssl.0.9.8.dylib
        0x7fff84f3b000 -     0x7fff8503dff7  libxml2.2.dylib (10.3.0 - compatibility 10.0.0) <6E0D2022-54BA-3AB3-B0D8-7F8A93197150> /usr/lib/libxml2.2.dylib
        0x7fff8503e000 -     0x7fff85084fff  com.apple.OSAKit (1.2.2 - 80) <F5F351C0-D5A3-3574-985D-2E726DDAB358> /System/Library/Frameworks/OSAKit.framework/Versions/A/OSAKit
        0x7fff85085000 -     0x7fff850a1fff  com.apple.ScriptingBridge (1.2.1 - ???) <F3266660-6F67-3C2D-B86A-45499D3DECD6> /System/Library/Frameworks/ScriptingBridge.framework/Versions/A/ScriptingBridge
        0x7fff850a2000 -     0x7fff850adfff  com.apple.DisplayServicesFW (2.5.0 - 302) <B5A75AEE-1CC7-317D-B8B3-BC57C4BFC72E> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
        0x7fff85160000 -     0x7fff85161fff  libDiagnosticMessagesClient.dylib (??? - ???) <589F39D4-3155-3E27-B766-8AE55F697D33> /usr/lib/libDiagnosticMessagesClient.dylib
        0x7fff85162000 -     0x7fff85164fff  libquarantine.dylib (32.0.0 - compatibility 1.0.0) <9E519CCE-D871-3BAF-9127-6A7A9809EE8D> /usr/lib/system/libquarantine.dylib
        0x7fff8518e000 -     0x7fff851c8fef  com.apple.DebugSymbols (2.1 - 85) <7E0E17D9-C8D4-3117-B36A-506929F6FF72> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbol s
        0x7fff851c9000 -     0x7fff8520eff7  com.apple.imfoundation (6.0 - 800) <A03197DC-081E-300F-A14F-40E9E5E44632> /System/Library/PrivateFrameworks/IMCore.framework/Versions/A/Frameworks/IMFoun dation.framework/Versions/A/IMFoundation
        0x7fff8520f000 -     0x7fff852abfff  com.apple.LaunchServices (470.2 - 470.2) <4EB2AD6F-0502-383A-BD42-BD680FFEC2B5> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
        0x7fff852d8000 -     0x7fff8531bff7  libRIP.A.dylib (600.0.0 - compatibility 64.0.0) <49320649-9586-3A58-87A0-61ABC9B3E424> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
        0x7fff85487000 -     0x7fff854adfff  com.apple.framework.familycontrols (3.0 - 300) <A3BD54BD-B6A0-30DB-9C2B-3AF9DBB43E9C> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
        0x7fff854ae000 -     0x7fff854b3fff  com.apple.OpenDirectory (10.7 - 131) <635C3E3E-8B78-36AD-B408-385BAD98C43A> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
        0x7fff854b4000 -     0x7fff854f1ff7  com.apple.bom (11.0 - 175) <4CE2441A-CE45-340F-990F-CEC439A3E597> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
        0x7fff8557a000 -     0x7fff855e2ff7  com.apple.framework.IOKit (2.0 - ???) <147E61B3-5698-3D18-A81B-F5AB9D1C141A> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
        0x7fff855e3000 -     0x7fff855f9ff7  com.apple.ImageCapture (7.0 - 7.0) <8EEE2B66-E7B9-35C7-9186-FFE362244A2E> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
        0x7fff855fa000 -     0x7fff855fdfff  libRadiance.dylib (??? - ???) <4B6AE213-FE49-3FDA-A084-7E2604B9A41A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
        0x7fff855fe000 -     0x7fff85600ff7  com.apple.print.framework.Print (7.0 - 246) <99C701FB-2C5D-3F53-AB0B-89FA510DBFFA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
        0x7fff85601000 -     0x7fff8563fff7  com.apple.AE (520 - 520) <18F66860-D659-3934-AC92-EF21B64CDF9B> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
        0x7fff85640000 -     0x7fff8564eff7  libkxld.dylib (??? - ???) <265619DC-D32C-3B05-9C19-0C2D7708E44E> /usr/lib/system/libkxld.dylib
        0x7fff8564f000 -     0x7fff8568ffff  libtidy.A.dylib (??? - ???) <C8EBF13E-1FCF-38D7-974F-80A682BC05B3> /usr/lib/libtidy.A.dylib
        0x7fff8569f000 -     0x7fff856bcfff  libPng.dylib (??? - ???) <2EFC8349-49CB-334A-AC42-0261D64CCF26> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
        0x7fff85748000 -     0x7fff85d2cfa7  libBLAS.dylib (??? - ???) <DD24A03F-7D06-3370-B6BD-D621B68971B0> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
        0x7fff85d2d000 -     0x7fff85d77ff7  com.apple.SystemConfiguration (1.11 - 1.11) <41067F8D-9E24-3077-AD77-99E9BCC76591> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
        0x7fff85dd2000 -     0x7fff85debff7  com.apple.CoreMediaAuthoring (2.0 - 874) <C0801B1A-B3A0-3BBB-B297-D07828D1A644> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreM ediaAuthoring
        0x7fff85dec000 -     0x7fff85e03ff7  com.apple.MultitouchSupport.framework (220.47 - 220.47) <56E47024-14D5-3786-A0F9-1BB062769A3B> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
        0x7fff85e04000 -     0x7fff85e14fff  com.apple.AppleScriptObjC (1.1 - ???) <91144BAA-26DC-3E36-BB17-F0099E43A193> /System/Library/Frameworks/AppleScriptObjC.framework/Versions/A/AppleScriptObjC
        0x7fff85e15000 -     0x7fff85e54ff7  libGLImage.dylib (??? - ???) <66319C84-82CF-3789-A12F-3C99E02D8805> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
        0x7fff85e55000 -     0x7fff85e55fff  com.apple.vecLib (3.7 - vecLib 3.7) <0C084B3F-E80E-3D66-AA40-3F9D30AEB50F> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
        0x7fff85e56000 -     0x7fff85e7efff  com.apple.CoreVideo (1.6.1 - 69.0) <3348216A-3039-38B2-83F8-B7092C3DD279> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
        0x7fff85e7f000 -     0x7fff85e96fff  com.apple.CFOpenDirectory (10.7 - 131) <6612DF7E-FB0B-39A5-B7CF-81D4AD5C0067> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
        0x7fff85e97000 -     0x7fff85ee4fff  com.apple.ImageCaptureCore (3.0 - 3.0) <955192D4-C7E4-3D30-A2D0-1C6C0202FB7C> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCo re
        0x7fff85ee5000 -     0x7fff85ef0fff  com.apple.bsd.ServiceManagement (2.0 - 2.0) <ED1AF9D7-018E-3115-82C0-767BCCF0E8D6> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManage ment
        0x7fff85ef1000 -     0x7fff85fc3ff7  com.apple.CoreServices.OSServices (467.6 - 467.6) <D3BE691D-510C-3B4F-A18D-97227F862CAE> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
        0x7fff85fc4000 -     0x7fff863f1fff  libLAPACK.dylib (??? - ???) <4F2E1055-2207-340B-BB45-E4F16171EE0D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
        0x7fff863f2000 -     0x7fff86430ff7  libcups.2.dylib (2.9.0 - compatibility 2.0.0) <F15897F3-C94E-3BBC-AAC2-81F5B33B4264> /usr/lib/libcups.2.dylib
        0x7fff8644d000 -     0x7fff8645afff  libdispatch.dylib (177.0.0 - compatibility 1.0.0) <4EA7573D-8382-389E-B20A-2F9A8DD8B0E9> /usr/lib/system/libdispatch.dylib
        0x7fff865f8000 -     0x7fff8660cfff  com.apple.speech.synthesis.framework (4.0.59 - 4.0.59) <621BBDF8-C774-364B-92AF-D4762EDA075A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
        0x7fff8660d000 -     0x7fff86810fff  libicucore.A.dylib (46.0.0 - compatibility 1.0.0) <1122C83D-27F2-35E9-9289-D0CB678FA2D0> /usr/lib/libicucore.A.dylib
        0x7fff86811000 -     0x7fff86a7fff7  com.apple.QuartzComposer (5.0 - 210) <10DF34BA-4862-3211-88AB-918ADC2D99E6> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
        0x7fff86a80000 -     0x7fff86aceff7  libauto.dylib (??? - ???) <B5CBFC78-6117-30DF-81B4-06447FCB4B63> /usr/lib/libauto.dylib
        0x7fff86acf000 -     0x7fff86b0afff  libsystem_info.dylib (??? - ???) <DF600A9E-1CED-3B12-89EE-92891B7DEAB6> /usr/lib/system/libsystem_info.dylib
        0x7fff86b0b000 -     0x7fff86b12fff  com.apple.NetFS (4.0 - 4.0) <22C82EDE-046C-31B6-AC8D-0B1560CC3E58> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
        0x7fff872dc000 -     0x7fff87334fff  com.apple.HIServices (1.9 - ???) <F406305F-9FC5-3901-BEBD-5B60DD176226> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
        0x7fff87335000 -     0x7fff873abfff  com.apple.ISSupport (1.9.6 - 54) <5DE6ECF1-E5AD-3C8E-A266-6265AD245B7C> /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
        0x7fff873ac000 -     0x7fff8744eff7  com.apple.securityfoundation (5.0 - 1) <7AE152D9-B0AA-39EC-9FC4-7243738E93CD> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
        0x7fff8744f000 -     0x7fff874a2fff  com.apple.AppleVAFramework (5.0.8 - 5.0.8) <7148AC28-92F2-3830-A4C6-2728B401DA36> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
        0x7fff874a3000 -     0x7fff875a5fe7  libsqlite3.dylib (9.6.0 - compatibility 9.0.0) <9094242E-E83B-30D7-856D-3C7EFA449E61> /usr/lib/libsqlite3.dylib
        0x7fff875a6000 -     0x7fff875e1fff  com.apple.LDAPFramework (3.0 - 120.1) <BAAC60D9-FF6B-3E11-B365-1B0D22D5B32A> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
        0x7fff875e2000 -     0x7fff876d4ff7  com.apple.QuickLookUIFramework (3.0 - 465.1) <E88447A5-EBD2-30DE-B5E6-2A0BADD4863A> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.f ramework/Versions/A/QuickLookUI
        0x7fff8776b000 -     0x7fff8776fff7  com.apple.CommonPanels (1.2.5 - 94) <DBED8E82-A98F-3638-85C5-D55F5C519C7C> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
        0x7fff87775000 -     0x7fff8777bfff  com.apple.DiskArbitration (2.4 - 2.4) <8D403755-B313-3E1E-8CB1-7D5F24CE1D77> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
        0x7fff8777c000 -     0x7fff87780fff  libdyld.dylib (195.0.0 - compatibility 1.0.0) <17D183CC-4756-3DCB-8CFF-1C40C3338E51> /usr/lib/system/libdyld.dylib
        0x7fff87781000 -     0x7fff87782fff  libffi.dylib (??? - ???) <007CA90B-BB1A-30E6-86E6-58BC3D7F7A83> /usr/lib/libffi.dylib
        0x7fff87783000 -     0x7fff87914ff7  com.apple.JavaScriptCore (7534 - 7534.20.3) <657A0526-4C4E-3330-BD95-4D0DD7C3D9B2> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
        0x7fff87915000 -     0x7fff87921fff  com.apple.CommonAuth (2.0 - 2.0) <7F53D6EF-78A7-3267-9FDF-B1F37A87DB6F> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
        0x7fff87922000 -     0x7fff87941fff  libresolv.9.dylib (45.0.0 - compatibility 1.0.0) <B936EE2F-0C9B-307C-B024-6566A2EE3AB5> /usr/lib/libresolv.9.dylib
        0x7fff87942000 -     0x7fff8794bfff  libnotify.dylib (79.0.0 - compatibility 1.0.0) <5EB7E668-15FB-37EE-A4AE-18E2BD07E4D6> /usr/lib/system/libnotify.dylib
        0x7fff8794c000 -     0x7fff87c22ff7  com.apple.security (7.0 - 1) <36F14A45-6389-3CB8-8293-0F8AF9136B55> /System/Library/Frameworks/Security.framework/Versions/A/Security
        0x7fff87c81000 -     0x7fff87c81fff  com.apple.audio.units.AudioUnit (1.7 - 1.7) <D6E6B7D6-7B4B-36A1-B26D-296DA72F280C> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
        0x7fff87c96000 -     0x7fff87c9cff7  libcopyfile.dylib (79.0.0 - compatibility 1.0.0) <E2FE3827-709C-3CAF-A8BC-12F2B7464A87> /usr/lib/system/libcopyfile.dylib
        0x7fff87c9d000 -     0x7fff87cbdfff  libsystem_kernel.dylib (1699.21.15 - compatibility 1.0.0) <210D1831-CCE8-3D38-81BB-4279A89348C4> /usr/lib/system/libsystem_kernel.dylib
        0x7fff87cbe000 -     0x7fff87d33ff7  libc++.1.dylib (15.0.0 - compatibility 1.0.0) <33088BB6-A281-3D0E-B2A1-029593EE5E97> /usr/lib/libc++.1.dylib
        0x7fff87d3f000 -     0x7fff87d55ff7  com.apple.RemoteViewServices (1.0 - 1) <5EFC168C-A7F4-3AD0-AFFE-5780C77320E9> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/Remot eViewServices
        0x7fff87d56000 -     0x7fff88137fff  com.apple.RawCamera.bundle (3.5.2 - 554) <498D98FB-47C5-3860-B322-339AD54FF31E> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
        0x7fff8814b000 -     0x7fff88e39ff7  com.apple.WebCore (7534 - 7534.20.8) <3EA16289-C9AA-3DCF-B739-AEE36463FFA0> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
        0x7fff88e3a000 -     0x7fff88ed0ff7  libvMisc.dylib (325.0.0 - compatibility 1.0.0) <1AD04845-3166-397C-8692-DE836326AEA5> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
        0x7fff88f1c000 -     0x7fff89357fff  com.apple.VideoToolbox (1.0 - 703) <290F5599-1382-3DD6-B974-3EB7D3BAA408> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbo x
        0x7fff89358000 -     0x7fff89366fff  com.apple.AppleFSCompression (36 - 1.0) <6611DCE6-8185-3893-88D0-9D81D4131BC9> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/Apple FSCompression
        0x7fff89367000 -     0x7fff8936dfff  IOSurface (??? - ???) <F86CB930-AE03-361D-B12D-AD99F17593E9> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
        0x7fff8936e000 -     0x7fff89379ff7  com.apple.speech.recognition.framework (4.0.17 - 4.0.17) <A4B05F89-1800-3EC9-B135-A10D845BE6CD> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
        0x7fff8937a000 -     0x7fff8937afff  com.apple.Carbon (150 - 152) <74D2AF13-F3D0-353A-B01E-10C976C92752> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
        0x7fff8937b000 -     0x7fff89389fff  com.apple.NetAuth (1.0 - 3.0) <DAEF5834-8A2B-3DA7-ADBE-203F28DD849B> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
        0x7fff8938a000 -     0x7fff893d6ff7  com.apple.CoreMediaIO (201.0 - 3120) <AFE070CB-E8B6-3EA0-A329-2C682AB043F5> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
        0x7fff893d7000 -     0x7fff894ba567  libobjc.A.dylib (227.0.0 - compatibility 1.0.0) <B3F14EF8-AFAC-3827-B840-A3F882A1B22F> /usr/lib/libobjc.A.dylib
        0x7fff894bb000 -     0x7fff89770fff  com.apple.CoreImage (7.65 - 1.0.1) <32E2E46C-B510-3326-8909-C80ACD467310> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage .framework/Versions/A/CoreImage
        0x7fff89771000 -     0x7fff897d8fff  com.apple.Symbolication (1.2 - 87) <C8F38870-0C4E-3A7F-9B12-0E970DE92F24> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolicat ion
        0x7fff897d9000 -     0x7fff89ab3ff7  com.apple.AddressBook.framework (5.1 - 1019) <A6558139-4BFC-3C2D-9147-FB498867EC87> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
        0x7fff89ab4000 -     0x7fff89accff7  com.apple.iChat.InstantMessage (6.0 - 823) <3346C654-9F11-3BC3-A0BB-3715D4FF7CD9> /System/Library/Frameworks/InstantMessage.framework/Versions/A/InstantMessage
        0x7fff89acd000 -     0x7fff89bcfff7  com.apple.PubSub (1.0.5 - 65.24) <418DA75D-B6EE-3384-8596-FF9846DD9C7D> /System/Library/Frameworks/PubSub.framework/Versions/A/PubSub
        0x7fff89bd0000 -     0x7fff89be2ff7  libbsm.0.dylib (??? - ???) <5AF216D6-878B-3F34-8C6C-60BD4799E753> /usr/lib/libbsm.0.dylib
        0x7fff89be3000 -     0x7fff89c43fff  libvDSP.dylib (325.0.0 - compatibility 1.0.0) <5DAF5712-A2B2-36A6-B2FD-162759579E06> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
        0x7fff89c97000 -     0x7fff89cccfff  com.apple.securityinterface (5.0 - 1) <8B9CAF95-182F-32B1-8384-1FB5572F2E70> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
        0x7fff89e56000 -     0x7fff89f62fff  libJP2.dylib (??? - ???) <D463B5F8-7FE4-300F-B734-D24771F17B2F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJP2.dylib
        0x7fff89f63000 -     0x7fff89f68ff7  com.apple.phonenumbers (1.0 - 47) <A19E949B-788E-3F2A-8515-B3A0F329730D> /System/Library/PrivateFrameworks/PhoneNumbers.framework/Versions/A/PhoneNumber s
        0x7fff89f7b000 -     0x7fff89f7bfff  com.apple.ApplicationServices (41 - 41) <85BE1713-003C-37DA-B85A-F7B7A311DA2A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
        0x7fff89f7c000 -     0x7fff8a109ff7  com.apple.QuartzCore (1.7 - 257.0) <B38D2D0C-E8FD-351E-909C-A41B7ADC15BB> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
        0x7fff8a10a000 -     0x7fff8a136ff7  com.apple.opencl (1.50.47 - 1.50.47) <73A2BBC3-B3A9-38DD-A383-F96C49383CFF> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
        0x7fff8a137000 -     0x7fff8a144fff  libexslt.0.dylib (9.13.0 - compatibility 9.0.0) <9C8B78A1-3586-36E4-A924-57B9DDEDE31A> /usr/lib/libexslt.0.dylib
        0x7fff8a145000 -     0x7fff8a14afff  libpam.2.dylib (3.0.0 - compatibility 3.0.0) <34A0F95D-42A6-3EE0-AB04-856B566E05D7> /usr/lib/libpam.2.dylib
        0x7fff8a181000 -     0x7fff8a225fff  com.apple.ink.framework (1.3.2 - 109) <9A9762AC-3B6D-3D93-AD4D-03088A15266A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
        0x7fff8a257000 -     0x7fff8a25aff7  com.apple.securityhi (4.0 - 36638) <40AE2184-0DFA-3125-B96B-297E0E67E7E8> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
        0x7fff8a356000 -     0x7fff8a384fff  com.apple.DictionaryServices (1.2 - 147) <91D387D0-FDFD-33C5-A181-646D08E8C5E8> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
        0x7fff8a385000 -     0x7fff8a411ff7  com.apple.audio.CoreAudio (4.0.0 - 4.0.0) <BDFAC550-29A8-3734-B2F4-721BD3BBDD67> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
        0x7fff8a412000 -     0x7fff8a5e0fef  com.apple.CoreFoundation (6.7 - 612.3) <ADA071E1-FE29-325A-BECD-A4844CF2BE5D> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
        0x7fff8a5e1000 -     0x7fff8a5e6fff  libGIF.dylib (??? - ???) <30DDAD1E-2E44-3B9D-82F2-B5CB51814B95> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
        0x7fff8a5e7000 -     0x7fff8a6e8ff7  libFontParser.dylib (??? - ???) <004C2154-73E0-3495-BA9E-46AA282CE6D5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
        0x7fff8a6e9000 -     0x7fff8a6eafff  com.apple.MonitorPanelFramework (1.4.0 - 1.4.0) <162F7C16-CA87-3291-8DFD-5C260B2D8FF9> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPane l
        0x7fff8a6eb000 -     0x7fff8a73fff7  com.apple.ScalableUserInterface (1.0 - 1) <13DDACB3-CE06-3ED3-BFFE-12ED1D6A8835> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableU serInterface.framework/Versions/A/ScalableUserInterface
        0x7fff8a740000 -     0x7fff8a764ff7  com.apple.datadetectors (3.0 - 153.0) <87991B05-8962-3DF2-93FF-0685465E2CC1> /System/Library/PrivateFrameworks/DataDetectors.framework/Versions/A/DataDetect ors
        0x7fff8a765000 -     0x7fff8a797fff  com.apple.GSS (2.0 - 2.0) <82F7B441-9B60-3304-B5B7-A0711BB7B683> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
        0x7fff8a798000 -     0x7fff8a8acff7  com.apple.DesktopServices (1.6.0 - 1.6.0) <30944463-3C1C-3C2D-8BDB-868796048DC2> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
        0x7fff8a8ad000 -     0x7fff8a8d8ff7  libxslt.1.dylib (3.24.0 - compatibility 3.0.0) <73642886-4044-365E-AB4B-042D924C604A> /usr/lib/libxslt.1.dylib
        0x7fff8a8d9000 -     0x7fff8a95ffff  com.apple.Heimdal (2.0 - 2.0) <3831F30B-2281-3EA6-A968-F0BB17F82B29> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
        0x7fff8a960000 -     0x7fff8a9edfff  com.apple.PDFKit (2.6 - 2.6) <0C3EBFDC-5B2C-372D-8A6D-B71374E6FD29> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
        0x7fff8aa63000 -     0x7fff8ad1aff7  com.apple.imageKit (2.1 - 1.0) <EFF5124C-BD3D-3DCA-B616-B448C13C905A> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
        0x7fff8ad1b000 -     0x7fff8ae78ff7  com.apple.CFNetwork (515.1 - 515.1) <7B76A853-15D5-3015-8F4D-B5256A56E611> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
        0x7fff8ae79000 -     0x7fff8b15efff  com.apple.Foundation (6.7 - 812.2) <166B7644-BC08-3842-87E5-2F71D0F02B15> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
        0x7fff8b15f000 -     0x7fff8b1bafff  com.apple.QuickLookFramework (3.0 - 465.1) <2ADDEC54-B344-3030-B617-C308BF1AAA99> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
        0x7fff8b1bb000 -     0x7fff8b1c8fff  libCSync.A.dylib (600.0.0 - compatibility 64.0.0) <C9D5AC7D-0134-3BAC-8E46-BCB3FFFC13A4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
        0x7fff8b1c9000 -     0x7fff8b1cbfff  libCVMSPluginSupport.dylib (??? - ???) <3C4F378C-28C0-38BA-A1DE-19692D7DFC49> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginS upport.dylib
        0x7fff8b1cc000 -     0x7fff8b1cfff7  libsystem_network.dylib (??? - ???) <B9AE5254-2A56-3B71-8558-11372A39E769> /usr/lib/system/libsystem_network.dylib
        0x7fff8b1d0000 -     0x7fff8b87c2bf  com.apple.CoreGraphics (1.600.0 - ???) <9AA53F65-7CBA-39B7-B6D4-C609A5663174> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
        0x7fff8b87d000 -     0x7fff8b896ff7  libxpc.dylib (63.2.0 - compatibility 1.0.0) <236FDFAA-13DC-3411-AA15-6B4EEB9A3947> /usr/lib/system/libxpc.dylib
        0x7fff8b90f000 -     0x7fff8ba94fff  com.apple.WebKit (7534 - 7534.20.8) <3E2446B5-1BC7-384B-A872-E516E9335119> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
        0x7fff8ba95000 -     0x7fff8bbcefef  com.apple.vImage (5.0 - 5.0) <33856E79-AFB9-321F-B458-BC32E14045BC> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
        0x7fff8bbcf000 -     0x7fff8bc53fff  com.apple.ApplicationServices.ATS (5.0 - ???) <6C186F1D-3972-3892-886B-37187965E30C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
        0x7fff8bc54000 -     0x7fff8bc68ff7  com.apple.LangAnalysis (1.7.0 - 1.7.0) <8ACAD928-EA7E-3545-993D-4FFAB64702A9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
        0x7fff8bc69000 -     0x7fff8bcaafff  com.apple.QD (3.43 - ???) <5D567FE9-8907-3058-87C9-A1BCA72A99A5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
        0x7fff8bcab000 -     0x7fff8bd26ff7  com.apple.Metadata (10.7.0 - 601.1) <D167B5A9-DDDD-345E-8D32-927AF55B51EE> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
        0x7fff8bd27000 -     0x7fff8bd27fff  com.apple.Accelerate.vecLib (3.7 - vecLib 3.7) <FB38D36F-40E5-30EE-902C-6958B2A83554> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
        0x7fff8bd54000 -     0x7fff8bd55ff7  libremovefile.dylib (21.0.0 - compatibility 1.0.0) <0831B417-1AE4-3078-B719-811A20139FCC> /usr/lib/system/libremovefile.dylib
        0x7fff8bdac000 -     0x7fff8be46ff7  com.apple.SearchKit (1.4.0 - 1.4.0) <49A439EF-2800-39C5-916E-791EB120BAA2> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
        0x7fff8be47000 -     0x7fff8be47fff  com.apple.quartzframework (1.5 - 1.5) <8B64CC55-FBB2-32F0-87A8-1A916DA032D9> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
        0x7fff8be48000 -     0x7fff8be48fff  com.apple.CoreServices (53 - 53) <2F9398AC-A3A7-36FA-A0C2-7BD4492AD959> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
        0x7fff8be49000 -     0x7fff8c18cff7  com.apple.CoreServices.CarbonCore (952 - 952.1) <5647761E-3E07-3CEC-AE90-5C9084F88D8B> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
        0x7fff8c198000 -     0x7fff8c199fff  liblangid.dylib (??? - ???) <FADDD4AD-5CC2-31B3-A383-DC20E0415FBC> /usr/lib/liblangid.dylib
        0x7fff8c2f0000 -     0x7fff8c3abfff  com.apple.ColorSync (4.7.0 - 4.7.0) <97228363-D88D-3F72-8919-4908E8EE62B5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
        0x7fff8c3c8000 -     0x7fff8c4d5fef  libcrypto.0.9.8.dylib (0.9.8 - compatibility 0.9.8) <6300F2D5-CA5C-36E1-8A8C-28E29A685DD0> /usr/lib/libcrypto.0.9.8.dylib
        0x7fff8c4d6000 -     0x7fff8c4d7ff7  libsystem_blocks.dylib (51.0.0 - compatibility 1.0.0) <364CE34D-5100-3566-A368-DDF2BEC6EDB4> /usr/lib/system/libsystem_blocks.dylib
        0x7fff8c4d8000 -     0x7fff8c519ff7  libcommonCrypto.dylib (40787.0.0 - compatibility 1.0.0) <F0120D17-B0B6-385F-9C59-A0E9B433FA9E> /usr/lib/system/libcommonCrypto.dylib
        0x7fff8c526000 -     0x7fff8c52afff  libmathCommon.A.dylib (2026.0.0 - compatibility 1.0.0) <FF83AFF7-42B2-306E-90AF-D539C51A4542> /usr/lib/system/libmathCommon.A.dylib
        0x7fff8c52b000 -     0x7fff8c55bfff  com.apple.shortcut (2.0 - 2.0) <BBA1FF0D-5A20-3BC0-BDA1-D6B587D5B8C3> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
        0x7fff8c55c000 -     0x7fff8c5cafff  com.apple.CoreSymbolication (2.1 - 67) <194A355B-58C7-3B1E-A714-00F71ACCDB0A> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSy mbolication
        0x7fff8c5cb000 -     0x7fff8c5cdfff  com.apple.TrustEvaluationAgent (2.0 - 1) <36DAF1C0-E2BC-385D-BF75-91F363460AE1> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
        0x7fff8c5ce000 -     0x7fff8c726ff7  com.apple.audio.toolbox.AudioToolbox (1.7 - 1.7) <88ABB0F0-3C30-3F72-BF97-D2BACA20D2A3> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
        0x7fff8c729000 -     0x7fff8c72ffff  libGFXShared.dylib (??? - ???) <276C82A7-0F4C-303D-9274-F811C3A9C97D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
        0x7fff8c730000 -     0x7fff8c736ff7  libunwind.dylib (30.0.0 - compatibility 1.0.0) <DE3F5010-1952-3D07-A85E-DAF35E157FD9> /usr/lib/system/libunwind.dylib
        0x7fff8c737000 -     0x7fff8c78efff  libTIFF.dylib (??? - ???) <10C8F53D-2102-377A-80BD-67F749FE294A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
        0x7fff8c78f000 -     0x7fff8c7a2fff  libCRFSuite.dylib (??? - ???) <A6029066-4A5B-3C9E-8627-A5E54739CF74> /usr/lib/libCRFSuite.dylib
        0x7fff8c7a3000 -     0x7fff8c7a9fff  libmacho.dylib (800.0.0 - compatibility 1.0.0) <B20EC476-34CA-3DA3-92C4-B9191EF55225> /usr/lib/system/libmacho.dylib
        0x7fff8c7aa000 -     0x7fff8c87dff7  com.apple.ImageIO.framework (3.1.0 - 3.1.0) <C402DF96-AB81-3835-AF35-28DC9A01379B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
        0x7fff8c87e000 -     0x7fff8c88bfff  com.apple.CrashReporterSupport (10.7 - 325) <04629212-68A6-3F46-8CB9-842230C7145A> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
        0x7fff8c88c000 -     0x7fff8c8fffff  libstdc++.6.dylib (52.0.0 - compatibility 7.0.0) <F35B3759-022C-3D85-B2D7-BDEC364C29C5> /usr/lib/libstdc++.6.dylib
        0x7fff8c900000 -     0x7fff8c926ff7  libJPEG.dylib (??? - ???) <17B1EA7C-5A95-3985-90F6-B233E2030F19> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
        0x7fff8c927000 -     0x7fff8ca05ff7  com.apple.DiscRecording (6.0 - 6000.2.11) <1D497C12-4066-3B90-878B-4424684CF646> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
        0x7fff8ca06000 -     0x7fff8ca1cfff  libGL.dylib (??? - ???) <3A24AE6F-EE07-3DE1-ACC1-C36BB5D0A638> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
        0x7fff8ca1d000 -     0x7fff8ca8bfff  libGLU.dylib (??? - ???) <356A2209-B5DC-32E4-9A54-830304FFDBFE> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
        0x7fff8ca8c000 -     0x7fff8ca96fff  liblaunch.dylib (386.0.0 - compatibility 1.0.0) <D3128E47-EE7D-37C0-8ECB-248023E6E8F2> /usr/lib/system/liblaunch.dylib
        0x7fff8ca97000 -     0x7fff8cac2fff  libpcre.0.dylib (1.1.0 - compatibility 1.0.0) <7D3CDB0A-840F-3856-8F84-B4A50E66431B> /usr/lib/libpcre.0.dylib
        0x7fff8ce73000 -     0x7fff8d191fff  com.apple.HIToolbox (1.7 - ???) <A1DA2AAF-42F3-3D8A-9E69-BD8BF76F7EE4> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
        0x7fff8d1d6000 -     0x7fff8d1f9ff7  com.apple.Kerberos (1.0 - 1) <4A1C938E-401A-3151-A4F5-B62443194DBC> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
        0x7fff8d20c000 -     0x7fff8d20dfff  libunc.dylib (24.0.0 - compatibility 1.0.0) <2310BA6B-14AC-3459-A529-A21EA92F4943> /usr/lib/system/libunc.dylib
        0x7fff8d20e000 -     0x7fff8d28

    Hi Yomo710,
    as far as i know you can't install XCode 4.1 on Lion. You have to install XCode 4.2.
    I have, however, been getting the exact same error on 4.2 launch and haven't been able to figure it out yet...
    Regards

Maybe you are looking for

  • Not able to start the TNS Listener in OracleXE 10g Database

    Hi All, I have Installed OracleXE 10g database sucessfully, but when i'm trying to open the homepage it is not displaying anything. Because i have checked in the services the TNSListener has not been started. When i am trying to start the TNSListener

  • Problems running Activity Monitor - repairing privileges

    Hello everyone, My iBook had a strange moment, and I had to reinstall Mac OS X, which for me is still 10.3.9. However, I can no longer run Activity Monitor - the icon just bounces up and down a couple of times in the Dock, then vanishes. I've tried r

  • Namespace naming tips

    Hi All, I'm a newbie in XI and I'm facing my first of a long road of issues on this area I'm creating an integration scenario in Integration Builder and I'm asked for a namespace. I haven't been able to find anything that explains what is expected he

  • ITS Reports called from Launchpad and LPA Reporting iView

    Hi.. We have developed custom reports that launch from the reporting launchpad.  When selected, the LPA reporting application provides a list of employees.  After selecting an employee, the report fails to launch with selected employee.  The report i

  • Linking Problems

    Good morning. I come to you completely baffled by this problem. I am creating a small decision support tool using Captivate 2 where on some slides, the user can access support files - such as excel, word, and even other demos captivate files. Using c