Xorg 1.8 crash after applications are reduced in taskbar

Hi
I successfully updated my laptop with xorg 1.8, enabeling me to get rid of xorg.conf file.
But I have a systematic problem of crash/restart of xorg when using Firefox.
No information found in logs (as far as I know).
Here are the steps to reproduce the problem:
1- Open any application.
2- Reduce opened application in taskbar
3- Show app again (clik in taskbar or alt-tab, same thing)
4- X crashes and resart on login
Not much info aprt from that, except I'm on latest KDE with composition activated and I'm using opensource Radeon driver.
No bug report filled currently.
Thanks for any help.
Edit : title change
Last edited by wazyk (2010-06-24 13:06:20)

i'm not sure, either (that's why i haven't filed anything yet).
in my case, i was running kde, did an upgrade, and then encountered serious stability issues. typing certain letters into a web browser, copying and pasting files in dolphin, or even moving the mouse around would cause x to crash.
here's my thread: http://bbs.archlinux.org/viewtopic.php?id=99497
unfortunately, with kms enabled, i have serious problems with suspend/resume. essentially, resume works, but i get a garbled screen and flickering and lines everywhere.

Similar Messages

  • HELP! Finder and other applications keep crashing after application install

    Okay, this was probably not a good idea considering I did not read that it was only for snow leopard... but I downloaded the Metalik theme from Julien Sagot's webpage (http://juliensagot.com/). Now, when I logged out and logged back into my account, I see that Finder keeps quitting and relaunching itself. Safari and other applications do the same thing. I cannot open any files or webpages!! (I am writing this on my other computer, haha)
    What is happening!? How can I fix this and return my computer to normal?

    Boot the machine into safe mode, holding down the Shift key. If that's successful, delete the nonsensical stuff you installed and try a normal boot.

  • I recently downloaded iOS 6. After downloading, all my applications are crashing. Including Safari, App Store, etc. What to do ?

    I recently downloaded iOS 6. After downloading, all my applications are crashing. Including Safari, App Store, etc. What to do ?

    Sounds like a corrupted file in system software. Boot into Recovery Mode and run Disk Utility. Most likely it will find a problem and be able to correct it. Read about Recovery mode here:
    OS X: About OS X Recovery - Apple Support
    You may need to reinstall OS X as part of this. I hope you have a Time Machine backup?
    Good luck!

  • Most applications are crashing after startup!

    Using 10.5.7 on a Mac Mini purchased last December (so not current generation, last generation).
    Suddenly last night, most applications are crashing right after they go through their startup process.
    -Cocktail
    -Firefox (reinstalled latest version last night)
    -iChat
    -Safari is working but has crashed after being used for a little while.
    -Disk Utility is working (and I've checked disc permissions and repaired them)
    -Time Machine stalls on "preparing backup" but does not crash.
    I tried deleting preferences for Firefox and iChat - didn't help. Reinstalled Firefox. Didn't help.
    Tried the 10.5.7 combo update. Didn't help.
    Haven't tried anything else cause I'm getting tired of all the crashing!

    Try the steps outlined in the following post. Although it was written for Mac OS X 10.4, it's still valid for 10.5...
    http://discussions.apple.com/thread.jspa?messageID=4132568&#4132568

  • Ios7 bookamrking web application to home screen via Safari crashes after login and when we try to open any link inside. Can anyone please tell me if there is any scheduled fix for this bug in safari?

    ios7 bookmarking web application to home screen via Safari, crashes after login and when we try to open any link inside from the icon that gets created on the home screen. Can anyone please tell me if there is any scheduled fix for this bug in safari?
    From what i understand i see that - Cookies are not transferred between your website and your webapp when installing the icon on the home screen (for authentication purposes for example). It was working until 6.1 and now it’s not working anymore.
    Can someone please tell me if this bug will be fixed in any future release, if so the ticket number of some kind that i can track, or if there is a workaround for this issue?

    ios7 bookmarking web application to home screen via Safari, crashes after login and when we try to open any link inside from the icon that gets created on the home screen. Can anyone please tell me if there is any scheduled fix for this bug in safari?
    From what i understand i see that - Cookies are not transferred between your website and your webapp when installing the icon on the home screen (for authentication purposes for example). It was working until 6.1 and now it’s not working anymore.
    Can someone please tell me if this bug will be fixed in any future release, if so the ticket number of some kind that i can track, or if there is a workaround for this issue?

  • Powerbuilder application crashes after upgrade to 12.5.2 (build 5006)

    I have already seen few similar posts on this forum for similar issue. However, I feel mine is different from those and could be some basic steps am missing. Thanks in advance for any comments.
    We are evaluating the effort and benefits of migrating our PB 10.2.1 (build 9731) application to  PB 12.5 Classic. After downloading the trial version from the SAP site, I could migrate the application easily with only a handful of warnings. However, while running the application either from build (EXE) or from IDE, it crashes (windows application failure) frequently. In addition to that, few of our application screens opens as blank screen (doesn’t display anything in the DW attached).
    My operating system is Windows 7 (32 bit) Service Pack 1. The application has many calls external DLLs (both windows standard and custom), as samples at the bottom. I believe that the correct (from PB 12.5) DLLs are copied to Powerbuilder home directory (C:\Software\Sybase\PowerBuilder 12.5 & C:\Software\Sybase\Shared\PowerBuilder) and the source code directory in my attempt to ensure that there are no issues with DLLs. However, initially I had installed powerbuilder 12.5 also under the same root as Power builder 10.0, but as I read few posts that DLLs from different version residing in same place can cause issues, uninstalled and installed PB 12.5 on different location.
    Our PB application also interact with the .Net modules of the application by communicating through a custom DLL. However, that seems still working and I am able to open the .Net screens from the migrated application.
    Below are the main scenarios in which the application crashes and every time I get a DLL error as given below.
    1. While running the application from IDE and selecting ‘Exit’ from the main window. This will close any instantiated objects and close the mutex by calling the windows API.
    function ulong CreateMutexA(ulong lpMutexAttributes, boolean bInitialOwner, ref string lpName) library "kernel32.dll" alias for "CreateMutexW" function ulong GetLastError() library "kernel32.dll" alias for "GetLastError;Ansi"
    function ulong CloseHandle(ulong hMutex) library  "kernel32.dll" alias for "CloseHandle;Ansi"
    This will result in the below crash.
    Faulting application name: PB125.EXE, version: 12.5.2.5006, time stamp: 0x50f93412
    Faulting module name: kernel32.dll, version: 6.1.7601.17932, time stamp: 0x503275b9
    Exception code: 0xc0000005 Fault offset: 0x0004c372
    Faulting process id: 0x2bdc
    Faulting application start time: 0x01cf3e72371227c9
    Faulting application path: C:\Software\Sybase\PowerBuilder 12.5\PB125.EXE
    Faulting module path: C:\Windows\system32\kernel32.dll
    Report Id: 8feef8fc-aa65-11e3-8049-f500274aecdc
    2. Opening of certain windows results in the below crash. If I try to debug the code and move mouse over the line of code being executed, then also I get the same crash. I don’t do the mouse move then I can proceed with the same line, however it will crash at a later line calling ‘classname’.
    Problem Event Name: APPCRASH
    Application Name: PB125.EXE
    Application Version: 12.5.2.5006
    Application Timestamp: 50f93412
    Fault Module Name: PBVM125.dll
    Fault Module Version: 12.5.2.5006
    Fault Module Timestamp: 50f93437
    Exception Code: c0000005
    Exception Offset: 00175357
    OS Version: 6.1.7601.2.1.0.256.48
    Locale ID: 3081
    Additional Information 1: 38ca
    Additional Information 2: 38ca6ad0537dbd0555785bd862b8e94f
    Additional Information 3: 0cd5
    Additional Information 4: 0cd54a5b6672f15bf2ca366539d89c12
    3. Few of the application screen opens but doesn’t display the datawindow attached to it.

    ... many calls external DLLs (both windows standard and custom),
    You have a very complex application and it is unlikely that you will receive much help in this type of setting.  As Chris has already pointed out, previous efforts appear to have been done in a sloppy manner; something indicated by the ANSI qualifiers on API functions that are not needed or relevant.  In addition, the PB alias of CreateMutexA for the API function CreateMutexW is also suggestive.
    I believe that the correct (from PB 12.5) DLLs are copied to Powerbuilder home directory (C:\Software\Sybase\PowerBuilder 12.5 & C:\Software\Sybase\Shared\PowerBuilder)
    You should be very very careful about doing things like this.  One should not simply scatter DLLs across directories without very good reasons as it often leads to strange problems.  On a machine with the IDE installed, you should allow PB to install everything where it wants them.  Copying or moving files is something done as a last resort - it is certainly something that you need to document in case you need to undo it or redo it at a later time.
    Lastly, you might reconsider attempting this with the trial version.  I don't how "current" the trial version is but I suspect it might be a bit buggier than the most current maintenance build.  I'm guessing that you will have to do a bit more than recompiling to get the functionality related to "opening .Net screens" working.  It might help to try creating a new application and put in some basic functionality to interact with all of these external processes, screens, dlls, etc since I suspect this is where the bulk of your problems exist.

  • I receive the error, "No Internet Connection" and my Adobe Creative applications are crashing on a regular basis.

    I keep getting the same errors with the damn Creative Cloud application on my Windows 7 machine, which IS connected to a LAN and IS actively connected to the internet at the time the error routinely appears in the midst of tasks.  I have checked root certificates, manually checked my hosts file and run the tests outlined above to both Adobe addresses.
    In fact, the error kept occuring while I was on an over 3-1/2 hour call with a very through and nice representative from Adobe who had remote screen access at the time (through Adobe connect) and could see the error repeatedly occuring!
    Her comment, "This just happens sometimes with this application and there's not a patch for it yet",  The problem I was having with Photoshop CS6 and Photoshop CC was so severe that I had to do a SYSTEM RESTORE which then started  affecting other Adobe applications because Windows had erased part of the programs (or all of some programs) but Adobe's software saw them as still installed, that she had me uninstall ALL Adobe Creative Cloud applications using the Adobe Cleaner Tool and reinstall everyting from SCRATCH. She and I had tried numerous other ways to repair the problems I was having with updates not installing correctly AND constant program freezing, etc. before this taking this extreme step. 
    I'm a professional programmer / software / web designer, so I had tried for hours correct the issues the previous night and had tried once overnight to reach someone in Adobe support only to be told of over an hour wait time by the automation and not offered a callback. 
    Anyway, despite her best assistance this afternoon (and double confirmation that everything tested correctly), it has taken, so far, well over six hours to reinstall only a portion of what I need for my work and on a deadline because the application keeps reporting "No Internet Connection" and I have programs cued to install unattended.  I am now way behind schedule on some design projects which MUST BE COMPLETED by deadline and require Adobe's software to be installed and function correctly.
    Adding to this, Windows Explorer has repeatedly crashed after installing the damn Creative Cloud application and works normally when it's removed and "cleaned" ... and I've seen so many problems with the install system, etc. that I have to wonder what in the hell the company was thinking when this approach was launched?
    I generally have liked -- and indeed loved -- some of Adobe's products in the past, but the recent experience has certainly been costly in time and disappointing. 
    Many other software manufacters integrate suites, perform updates and confirm licenses without such a buggy, time intensive and unreliable process -- including my own company. 
    Aside from complaining at this point, I wish somebody from Adobe would provide alternative install methods and / or a fullproof fix for this bug and some of the other installation bugs many of us experience.  Any thoughts, advice, knowing that not only I -- but also the Adobe Support Staff Person accessing my computer LIVE -- tried the various "fixes"?

    Branching this to a new discussion as the previous discussion was related to the inability to connect and download the installation software.
    Rob it does sound like you are facing some connection and stability difficulties.  Do you manage your network youself?  I am a bit concerned by the fact that you have stated that you periodically loose Internet connection while completing certain tasks.  Does this affect your ability to utilize the already installed Adobe Creative software?
    I would also recommend reviewing your installation logs to determine if any errors occured during the installation process.  Please see Troubleshoot install issues with log files | CC - http://helpx.adobe.com/creative-cloud/kb/troubleshoot-install-logs-cc.html for information on how to locate and interpret your installation log files.  Please feel free to post any specific errors you discover to this discussion thread.

  • Application crashes after IOS 5

    Application crashes after installing IOS 5

    OK, thanks for sharing that information.
    Now, how about more details, assuming you are looking for assistance, here, such as the name of the application? It's impossible for anyone here to offer even a guess with so little to go on. Have you checked for an update to said app, or contacted the developer to ask for help?
    Regards.

  • I recently upgraded to Lion and i find that my computer is running slow and applications are crashing.  For example I have Word 2011 for Mac and it crashes all the time I end up losing my work.  It often happens when I'm in notebook trying to record.

    i recently upgraded to Lion and i find that my computer is running slow and applications are crashing.  For example I have Word 2011 for Mac and it crashes all the time I end up losing my work.  It often happens when I'm in class using notebook and when I press record my computer starts thinking and it freezes.
    Also, I feel that it overheats often and my battery runs out pretty quickly.  I had the macbook (black) and this never happened before.  I'm not sure if I'm doing something wrong or if there is something with my computer.I bought my computer summer 2010, I don't think this should be happening. Please Help......

    This is exactly what keeps happening to mine too.  I was at a conference taking notes, and I was
    using the Notebook template, and doing some audio recording simultaneously.  About 3 hours into the conference (not consistently recording, but on and off with the sessions) my file wouldn't save anymore, saying something like "File cannot be modified while in use with another program" and "Invalid file name" when I would go back into my folder to look for it). I tried installing some updates from Microsoft, and when I restarted, I was at least able to open my old notes again, and so far it looks like the audio was working.  However, today at the conference, the same thing happened again, but I wasn't actively recording any audio (though after I had copy and pasted my second file of notes into the original, I went back to using it after re-naming it). 
    Does the crash happen to you under similar cirucumstances?  The update might help a little, but it is definitely not the solution.  Does anyone have any solutions?  Lion shouldn't be this buggy... I moved to Mac to get away from the garbage of bugs and compatibility issues...

  • Safari 4.0.3 crashes after update.. Other users on the mac are ok

    *Safari 4.0.3 crashes after update.. Other users on the mac are ok.*
    *Please look at the crash report:*
    Process: Safari [263]
    Path: /Applications/Safari.app/Contents/MacOS/Safari
    Identifier: com.apple.Safari
    Version: 4.0.3 (5531.9)
    Build Info: WebBrowser-55310900~1
    Code Type: X86 (Native)
    Parent Process: launchd [142]
    Interval Since Last Report: 1592 sec
    Crashes Since Last Report: 8
    Per-App Interval Since Last Report: 628 sec
    Per-App Crashes Since Last Report: 8
    Date/Time: 2009-08-23 12:37:59.505 +0200
    OS Version: Mac OS X 10.5.8 (9L30)
    Report Version: 6
    Anonymous UUID: FCC6388E-5CDF-4385-B5D6-1C1DEC5C7313
    Exception Type: EXCBADACCESS (SIGBUS)
    Exception Codes: KERNPROTECTIONFAILURE at 0x0000000000000008
    Crashed Thread: 0
    Thread 0 Crashed:
    0 com.apple.Safari 0x0010414d 0x1000 + 1061197
    1 com.apple.Safari 0x001041be 0x1000 + 1061310
    2 com.apple.Safari 0x0010476d 0x1000 + 1062765
    3 com.apple.Safari 0x000773bd 0x1000 + 484285
    ... and so on
    *Have tried to delete the plugins and re-installed Safari with no luck, still doesn't work*
    Please help, thank you..

    Process: Safari [1027]
    Path: /Applications/Safari.app/Contents/MacOS/Safari
    Identifier: com.apple.Safari
    Version: 4.0.3 (5531.9)
    Build Info: WebBrowser-55310900~1
    Code Type: X86 (Native)
    Parent Process: launchd [142]
    Interval Since Last Report: 6999 sec
    Crashes Since Last Report: 2
    Per-App Interval Since Last Report: 3009 sec
    Per-App Crashes Since Last Report: 2
    Date/Time: 2009-08-23 14:34:46.923 +0200
    OS Version: Mac OS X 10.5.8 (9L30)
    Report Version: 6
    Anonymous UUID: FCC6388E-5CDF-4385-B5D6-1C1DEC5C7313
    Exception Type: EXCBADACCESS (SIGBUS)
    Exception Codes: KERNPROTECTIONFAILURE at 0x0000000000000008
    Crashed Thread: 0
    Thread 0 Crashed:
    0 com.apple.Safari 0x0010414d 0x1000 + 1061197
    1 com.apple.Safari 0x001041be 0x1000 + 1061310
    2 com.apple.Safari 0x0010476d 0x1000 + 1062765
    3 com.apple.Safari 0x000773bd 0x1000 + 484285
    4 com.apple.Safari 0x000775a3 0x1000 + 484771
    5 com.apple.AppKit 0x9582deb6 -[NSWindowController release] + 158
    6 com.apple.Safari 0x00076eee 0x1000 + 483054
    7 com.apple.Safari 0x00076e71 0x1000 + 482929
    8 com.apple.CoreFoundation 0x93d05b25 -[NSArray makeObjectsPerformSelector:] + 565
    9 com.apple.AppKit 0x9594c5ef -[NSApplication _deallocHardCore:] + 433
    10 com.apple.AppKit 0x9594b30d -[NSApplication terminate:] + 742
    11 com.apple.AppKit 0x9586be8f -[NSApplication sendAction:to:from:] + 112
    12 com.apple.Safari 0x0004b3f7 0x1000 + 304119
    13 com.apple.AppKit 0x9591ab64 -[NSMenu performActionForItemAtIndex:] + 493
    14 com.apple.AppKit 0x9591a869 -[NSCarbonMenuImpl performActionWithHighlightingForItemAtIndex:] + 220
    15 com.apple.AppKit 0x9591a4ef -[NSMenu performKeyEquivalent:] + 866
    16 com.apple.AppKit 0x95918d94 -[NSApplication _handleKeyEquivalent:] + 492
    17 com.apple.AppKit 0x95835ac7 -[NSApplication sendEvent:] + 3997
    18 com.apple.Safari 0x00030d6f 0x1000 + 195951
    19 com.apple.AppKit 0x95792fe7 -[NSApplication run] + 867
    20 com.apple.AppKit 0x957601d8 NSApplicationMain + 574
    21 com.apple.Safari 0x00002c92 0x1000 + 7314
    Thread 1:
    0 libSystem.B.dylib 0x97345286 machmsgtrap + 10
    1 libSystem.B.dylib 0x9734ca7c mach_msg + 72
    2 com.apple.CoreFoundation 0x93c96e7e CFRunLoopRunSpecific + 1790
    3 com.apple.CoreFoundation 0x93c97aa8 CFRunLoopRunInMode + 88
    4 com.apple.CFNetwork 0x92680264 CFURLCacheWorkerThread(void*) + 388
    5 libSystem.B.dylib 0x97376155 pthreadstart + 321
    6 libSystem.B.dylib 0x97376012 thread_start + 34
    Thread 2:
    0 libSystem.B.dylib 0x973946fa select$DARWIN_EXTSN + 10
    1 libSystem.B.dylib 0x97376155 pthreadstart + 321
    2 libSystem.B.dylib 0x97376012 thread_start + 34
    Thread 3:
    0 libSystem.B.dylib 0x973452ce semaphorewait_signaltrap + 10
    1 libSystem.B.dylib 0x973772c6 pthread_condwait + 1267
    2 libSystem.B.dylib 0x973bc539 pthreadcondwait + 48
    3 libcooliris.dylib 0x12004d7c 0x12000000 + 19836
    4 libcooliris.dylib 0x1208747f CoolirisSetConfigProperty + 509255
    5 libcooliris.dylib 0x1216b237 CoolirisSetConfigProperty + 1442559
    6 libSystem.B.dylib 0x97376155 pthreadstart + 321
    7 libSystem.B.dylib 0x97376012 thread_start + 34
    Thread 4:
    0 libSystem.B.dylib 0x97345286 machmsgtrap + 10
    1 libSystem.B.dylib 0x9734ca7c mach_msg + 72
    2 com.apple.CoreFoundation 0x93c96e7e CFRunLoopRunSpecific + 1790
    3 com.apple.CoreFoundation 0x93c97b04 CFRunLoopRun + 84
    4 libcooliris.dylib 0x12207b47 CoolirisSetConfigProperty + 2083855
    5 libSystem.B.dylib 0x97376155 pthreadstart + 321
    6 libSystem.B.dylib 0x97376012 thread_start + 34
    Thread 5:
    0 libSystem.B.dylib 0x9734c46e _semwaitsignal + 10
    1 libSystem.B.dylib 0x97376dcd pthreadcondwait$UNIX2003 + 73
    2 libGLProgrammability.dylib 0x91871b32 glvmDoWork + 162
    3 libSystem.B.dylib 0x97376155 pthreadstart + 321
    4 libSystem.B.dylib 0x97376012 thread_start + 34
    Thread 6:
    0 libSystem.B.dylib 0x9734c46e _semwaitsignal + 10
    1 libSystem.B.dylib 0x97376dcd pthreadcondwait$UNIX2003 + 73
    2 com.apple.ColorSync 0x9348c450 pthreadSemaphoreWait(t_pthreadSemaphore*) + 42
    3 com.apple.ColorSync 0x9349ed8e CMMConvTask(void*) + 54
    4 libSystem.B.dylib 0x97376155 pthreadstart + 321
    5 libSystem.B.dylib 0x97376012 thread_start + 34
    Thread 7:
    0 libSystem.B.dylib 0x97345286 machmsgtrap + 10
    1 libSystem.B.dylib 0x9734ca7c mach_msg + 72
    2 com.apple.CoreFoundation 0x93c96e7e CFRunLoopRunSpecific + 1790
    3 com.apple.CoreFoundation 0x93c97aa8 CFRunLoopRunInMode + 88
    4 com.apple.Foundation 0x91e82520 +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 320
    5 com.apple.Foundation 0x91e1edfd -[NSThread main] + 45
    6 com.apple.Foundation 0x91e1e9a4 _NSThread__main_ + 308
    7 libSystem.B.dylib 0x97376155 pthreadstart + 321
    8 libSystem.B.dylib 0x97376012 thread_start + 34
    Thread 8:
    0 libSystem.B.dylib 0x97345286 machmsgtrap + 10
    1 libSystem.B.dylib 0x9734ca7c mach_msg + 72
    2 com.apple.CoreFoundation 0x93c96e7e CFRunLoopRunSpecific + 1790
    3 com.apple.CoreFoundation 0x93c97aa8 CFRunLoopRunInMode + 88
    4 com.apple.Safari 0x00025beb 0x1000 + 150507
    5 com.apple.Safari 0x00025914 0x1000 + 149780
    6 com.apple.Safari 0x0002589f 0x1000 + 149663
    7 libSystem.B.dylib 0x97376155 pthreadstart + 321
    8 libSystem.B.dylib 0x97376012 thread_start + 34
    Thread 0 crashed with X86 Thread State (32-bit):
    eax: 0x00000008 ebx: 0x00000008 ecx: 0xa03ac4a0 edx: 0x00000007
    edi: 0x18f4d640 esi: 0x00000000 ebp: 0xbffff0f8 esp: 0xbffff0e0
    ss: 0x0000001f efl: 0x00010282 eip: 0x0010414d cs: 0x00000017
    ds: 0x0000001f es: 0x0000001f fs: 0x00000000 gs: 0x00000037
    cr2: 0x00000008
    Binary Images:
    0x1000 - 0x278ff2 com.apple.Safari 4.0.3 (5531.9) <bc4118cf33711aa425d1d0132bff092e> /Applications/Safari.app/Contents/MacOS/Safari
    0x2d8000 - 0x2e7ffc SyndicationUI ??? (???) <41a700c51ee0df16399861e1417fca54> /System/Library/PrivateFrameworks/SyndicationUI.framework/Versions/A/Syndicatio nUI
    0x54a000 - 0x54bfff +com.cooliris.safariplugin Cooliris Plugin (1.11) <f393aeaad988d0e4d963ee2fb2bc9f6c> /Library/InputManagers/Cooliris/Cooliris.bundle/Contents/MacOS/Cooliris
    0x563000 - 0x565ff7 +libpiclenshelper.dylib ??? (???) <926613d4a7b95cd43d8ef5b3aba668b5> /Library/InputManagers/Cooliris/Cooliris.bundle/Contents/MacOS/libpiclenshelper .dylib
    0x11b9c000 - 0x11da3fef com.apple.RawCamera.bundle 2.1.0 (474) <48a574d3b3269c8dbdc38d6f67879317> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x11e39000 - 0x11e55ff7 GLRendererFloat ??? (???) <927b7d5ce6a7c21fdc761f6f29cdf4ee> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLRendererFloa t.bundle/GLRendererFloat
    0x11e5b000 - 0x11e5bffc +com.growl.GrowlSafariLoader 1.0 (1.1) /Library/InputManagers/GrowlSafari/GrowlSafariLoader.bundle/Contents/MacOS/Grow lSafariLoader
    0x11e60000 - 0x11e6aff7 +com.unsanity.smartcrashreports Smart Crash Reports version 1.5 (1.5) /Library/InputManagers/Smart Crash Reports/Smart Crash Reports.bundle/Contents/MacOS/Smart Crash Reports
    0x11e77000 - 0x11e79fff +net.culater.SIMBL 0.8.2 (8) /Library/InputManagers/SIMBL/SIMBL.bundle/Contents/MacOS/SIMBL
    0x11e90000 - 0x11e90ffe +com.cocoamug.CoreDock ??? (1.0) <97531c9400dd341156fb68fdf70a6e58> /Library/InputManagers/TabExpose/TabExpose.bundle/Contents/Resources/CoreDock.b undle/Contents/MacOS/CoreDock
    0x11ea7000 - 0x11ebafef +com.cocoamug.TabExpose ??? (2.0) <51d4b7ea9e2d684b74a429f1cb572a7a> /Library/InputManagers/TabExpose/TabExpose.bundle/Contents/MacOS/TabExpose
    0x12000000 - 0x124cbfef +libcooliris.dylib ??? (???) <86574fd24c78fa37651f18f53faa0458> /Library/InputManagers/Cooliris/Cooliris.bundle/Contents/MacOS/libcooliris.dyli b
    0x14f2b000 - 0x150b0fe3 GLEngine ??? (???) <3bd4729832411ff31de5bb9d97e3718d> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
    0x150de000 - 0x15447fe8 com.apple.GeForce8xxxGLDriver 1.5.48 (5.4.8) <880ed3155078052260ade6e705c9ca64> /System/Library/Extensions/GeForce8xxxGLDriver.bundle/Contents/MacOS/GeForce8xx xGLDriver
    0x157ee000 - 0x157f0fff +com.growl.GrowlSafari 1.1.2 (1.1.4) <9c2af95199bb2af49072793b2ec0e232> /Library/InputManagers/GrowlSafari/GrowlSafariLoader.bundle/Contents/PlugIns/Gr owlSafari.bundle/Contents/MacOS/GrowlSafari
    0x8fe00000 - 0x8fe2db43 dyld 97.1 (???) <458eed38a009e5658a79579e7bc26603> /usr/lib/dyld
    0x90003000 - 0x90004ffc libffi.dylib ??? (???) <eaf10b99a3fbc4920b175809407466c0> /usr/lib/libffi.dylib
    0x90005000 - 0x9003bfef libtidy.A.dylib ??? (???) <7b9fc90dc0d50da27a24f6f84ccdd7b7> /usr/lib/libtidy.A.dylib
    0x9003c000 - 0x9007cfff com.apple.CoreMediaIOServicesPrivate 20.0 (20.0) /System/Library/PrivateFrameworks/CoreMediaIOServicesPrivate.framework/Versions /A/CoreMediaIOServicesPrivate
    0x9007d000 - 0x90165ff3 com.apple.CoreData 100.2 (186.2) <44df326fea0236718f5ed64084e82270> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x9025b000 - 0x903adff3 com.apple.audio.toolbox.AudioToolbox 1.5.2 (1.5.2) /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x903ae000 - 0x9076cfea libLAPACK.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x9076d000 - 0x907b6fef com.apple.Metadata 10.5.8 (398.26) <e4d268ea45379200f03cdc7c8bedae6f> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x907b7000 - 0x907bcfff com.apple.DisplayServicesFW 2.0.2 (2.0.2) <cb9b98b43ae385a0f374baabe2b71764> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
    0x907bd000 - 0x90823ffb com.apple.ISSupport 1.8 (38.3) /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
    0x90824000 - 0x90841ff7 com.apple.QuickLookFramework 1.3.1 (170.9) /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x90842000 - 0x9088cfe1 com.apple.securityinterface 3.0.3 (36953) <0d481914378ffb037dd26144af5a1aa2> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x9088d000 - 0x908b8fe7 libauto.dylib ??? (???) <a64961ed20db64f0f439bfbc6f962bf9> /usr/lib/libauto.dylib
    0x908b9000 - 0x908b9ff8 com.apple.ApplicationServices 34 (34) <ee7bdf593da050bb30c7a1fc446eb8a6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x908ba000 - 0x90937feb com.apple.audio.CoreAudio 3.1.2 (3.1.2) <782a08c44be4698597f4bbd79cac21c6> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x90938000 - 0x90989ff7 com.apple.HIServices 1.7.1 (???) <ba7fd0ede540a0da08db027f87efbd60> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x9098a000 - 0x9098ffff com.apple.backup.framework 1.0 (1.0) /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x90990000 - 0x91030fe3 com.apple.CoreGraphics 1.409.3 (???) <25dceb14af3455b768f56e8765ecf3ca> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x9110d000 - 0x911c4ff3 com.apple.QTKit 7.6.2 (1327) /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x911c5000 - 0x914ebfe2 com.apple.QuickTime 7.6.2 (1327) <3754e41d846b7948f96c9ec4c690b520> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x914ec000 - 0x9150aff3 com.apple.DirectoryService.Framework 3.5.6 (3.5.6) <daa1307737197c7757f44f16370249dc> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x9166f000 - 0x91673fff libmathCommon.A.dylib ??? (???) /usr/lib/system/libmathCommon.A.dylib
    0x916e8000 - 0x9179affb libcrypto.0.9.7.dylib ??? (???) <9d714c92872a93dd127ea8556b2c8945> /usr/lib/libcrypto.0.9.7.dylib
    0x9179b000 - 0x917a2fe9 libgcc_s.1.dylib ??? (???) <e280ddf3f5fb3049e674edcb109f389a> /usr/lib/libgcc_s.1.dylib
    0x917a8000 - 0x917b7fff libsasl2.2.dylib ??? (???) <c0bb658cd951bbe8882244fc5db4617b> /usr/lib/libsasl2.2.dylib
    0x917b8000 - 0x91832ff8 com.apple.print.framework.PrintCore 5.5.4 (245.6) <03d0585059c20cb0bde5e000438c49e1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x91833000 - 0x91849fff com.apple.DictionaryServices 1.0.0 (1.0.0) <7d20b8d1fb238c3e71d0fa6fda18c4f7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x9184a000 - 0x91d1bfbe libGLProgrammability.dylib ??? (???) <7f18294a7bd0b6afe4319f29187fc70d> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x91d1c000 - 0x91d1cffd com.apple.Accelerate 1.4.2 (Accelerate 1.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x91d1d000 - 0x91d5efe7 libRIP.A.dylib ??? (???) <69bd09fcd8d8b235cee7a405290d6818> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x91d5f000 - 0x91d5fff8 com.apple.Cocoa 6.5 (???) <a1bc9247cf65c20f1a44d0973cbe649c> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x91d60000 - 0x91d7cff3 libPng.dylib ??? (???) <9f50967afbd4384e61e68439f81db76c> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x91db2000 - 0x91ddbfff libcups.2.dylib ??? (???) <1b0435164b9dc6c773d0b1f24701e554> /usr/lib/libcups.2.dylib
    0x91ddc000 - 0x91e13fff com.apple.SystemConfiguration 1.9.2 (1.9.2) <cfd64ded4da1064ce316243fd425d5a4> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x91e14000 - 0x92090fe7 com.apple.Foundation 6.5.9 (677.26) <c68b3cff7864959becfc7fd1a384f925> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x920c1000 - 0x9219cfe7 com.apple.WebKit 5531 (5531.9) <36112647223b999a033bc2f740277948> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x9219d000 - 0x921faffb libstdc++.6.dylib ??? (???) <f75e5133d72769de5ce6c06153fc65f6> /usr/lib/libstdc++.6.dylib
    0x9220f000 - 0x922bffff edu.mit.Kerberos 6.0.13 (6.0.13) <804bd1b3f08fb57396781f012006367c> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x922c0000 - 0x9259aff3 com.apple.CoreServices.CarbonCore 786.11 (786.13) <9e2d85d52e5e2951aa4dd53c48ccc52f> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x9259b000 - 0x9267cff7 libxml2.2.dylib ??? (???) <9a5d410de57c87f71e2d530a1859b897> /usr/lib/libxml2.2.dylib
    0x9267d000 - 0x92724fec com.apple.CFNetwork 438.14 (438.14) <5f9ee0430b5f6319f18d9b23e777e0d2> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x92725000 - 0x927a4ff5 com.apple.SearchKit 1.2.2 (1.2.2) <3b5f3ab6a363a4d8a2bbbf74213ab0e5> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x9281d000 - 0x9283cffa libJPEG.dylib ??? (???) <dad0ee08a8b850d679f024e090984480> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x9283d000 - 0x92842fff com.apple.CommonPanels 1.2.4 (85) <c135f02edd6b2e2864311e0b9d08a98d> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x92843000 - 0x9284bfff com.apple.DiskArbitration 2.2.1 (2.2.1) <d97688958e0b1fdcd4747088bdf1962a> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x9284c000 - 0x92994ff7 com.apple.ImageIO.framework 2.0.6 (2.0.6) <4febd1ccf49ae410e82d12c02ba33b68> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x92995000 - 0x92a75fff libobjc.A.dylib ??? (???) <bba0c22add60c7724e259ab28de8953e> /usr/lib/libobjc.A.dylib
    0x92a76000 - 0x92ae8fff com.apple.PDFKit 2.1.2 (2.1.2) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
    0x92ae9000 - 0x92b43ff7 com.apple.CoreText 2.0.4 (???) <f0b6c1d4f40bd21505097f0255abfead> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x92bb7000 - 0x92bc6ffe com.apple.DSObjCWrappers.Framework 1.3 (1.3) <47c451a0ea1fd2ebd6a192ecdc3f3867> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x92bd1000 - 0x92bd5fff libGIF.dylib ??? (???) <abf65b853acce7bc8419c74716be5be0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x92bd6000 - 0x92bd9fff com.apple.help 1.1 (36) <1a25a8fbb49a830efb31d5c0a52939cd> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x92bda000 - 0x92be5fe7 libCSync.A.dylib ??? (???) <9e3544fe087bb4dc760b7afe0850dd6c> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x92be6000 - 0x92c0eff7 com.apple.shortcut 1.0.1 (1.0) <131202e7766e327d02d55c0f5fc44ad7> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
    0x92c0f000 - 0x92c38fff com.apple.CoreMediaPrivate 15.0 (15.0) /System/Library/PrivateFrameworks/CoreMediaPrivate.framework/Versions/A/CoreMed iaPrivate
    0x92c39000 - 0x92f41fe7 com.apple.HIToolbox 1.5.6 (???) <eece3cb8aa0a4e6843fcc1500aca61c5> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x92f47000 - 0x92f4efff com.apple.agl 3.0.9 (AGL-3.0.9) <2526a28a2fc087c09f9238dd03684513> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x92f54000 - 0x9300efe3 com.apple.CoreServices.OSServices 228 (228) <bc83e97f6888673c33f86652677c09cb> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x9300f000 - 0x9300ffff com.apple.Carbon 136 (136) <4177916bbf70e0ddc446f94001d54c95> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x93010000 - 0x930d7ff2 com.apple.vImage 3.0 (3.0) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x930d8000 - 0x9316bff3 com.apple.ApplicationServices.ATS 3.7 (???) <a535fc4982d3acff6530ec25c402e679> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x9316c000 - 0x93175fff com.apple.speech.recognition.framework 3.7.24 (3.7.24) <da2d8411921a3fd8bc898dc753b7f3ee> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x93183000 - 0x93183ffb com.apple.installserver.framework 1.0 (8) /System/Library/PrivateFrameworks/InstallServer.framework/Versions/A/InstallSer ver
    0x93184000 - 0x9319cfff com.apple.openscripting 1.2.8 (???) <54ab21172b8b3caa601dde44872a9c0d> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x9319d000 - 0x931f6ff7 libGLU.dylib ??? (???) <a3b9be30100a25a6cd3ad109892f52b7> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x931f7000 - 0x931f7ffd com.apple.Accelerate.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x931f8000 - 0x93206ffd libz.1.dylib ??? (???) <a98b3b221a72b54faf73ded3dd7000e5> /usr/lib/libz.1.dylib
    0x93207000 - 0x93387fff com.apple.AddressBook.framework 4.1.2 (702) <f9360f9926ccd411fdf7550b73034d17> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x93388000 - 0x933acfeb libssl.0.9.7.dylib ??? (???) <8084593b773bec8f2b9614fd23c5ed73> /usr/lib/libssl.0.9.7.dylib
    0x933fc000 - 0x93458ff7 com.apple.htmlrendering 68 (1.1.3) <1c5c0c417891b920dfe139385fc6c155> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x93459000 - 0x93524fff com.apple.ColorSync 4.5.2 (4.5.2) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x93525000 - 0x93525ffe com.apple.quartzframework 1.5 (1.5) <6865aa0aeaa584b5a54d43f2f21d6c08> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x93526000 - 0x938c3fef com.apple.QuartzCore 1.5.8 (1.5.8) <a28fa54346a9f9d5b3bef076a1ee0fcf> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x93968000 - 0x939b7fff com.apple.QuickLookUIFramework 1.3.1 (170.9) /System/Library/PrivateFrameworks/QuickLookUI.framework/Versions/A/QuickLookUI
    0x939b8000 - 0x939bafff com.apple.securityhi 3.0 (30817) <40562b85d99118354c974e76c32fa6fb> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x93c24000 - 0x93d57fe7 com.apple.CoreFoundation 6.5.7 (476.19) <a332c8f45529ee26d2e9c36d0c723bad> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x93d58000 - 0x93d92fe7 com.apple.coreui 1.2 (62) /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x93d93000 - 0x93d9dfeb com.apple.audio.SoundManager 3.9.2 (3.9.2) <df077a8048afc3075c6f2d9e7780e78e> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x93d9e000 - 0x93db3ffb com.apple.ImageCapture 5.0.2 (5.0.2) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x93db4000 - 0x93de6fff com.apple.LDAPFramework 1.4.5 (110) <9ece7a1930b00f7b20ae9ef0759270cf> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x93de7000 - 0x93e14feb libvDSP.dylib ??? (???) <e89461ed03200fb3c0304e62e14a42ed> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x93e15000 - 0x93e46ffb com.apple.quartzfilters 1.5.0 (1.5.0) <92b4f39479fdcabae0d8f53febd22fad> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
    0x93e47000 - 0x94257fef libBLAS.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x94258000 - 0x94268fff com.apple.speech.synthesis.framework 3.7.1 (3.7.1) <7bd1ec22c47e62a11b34d7ba66606e2e> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x94269000 - 0x94269ffc com.apple.audio.units.AudioUnit 1.5 (1.5) /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x9426a000 - 0x942f4fe3 com.apple.DesktopServices 1.4.8 (1.4.8) <a6edef2d49ffdee3b01010b7e6edac1f> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x942f5000 - 0x94302fe7 com.apple.opengl 1.5.10 (1.5.10) <5a2813f80c9441170cc1ab8a3dac5038> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x944e5000 - 0x94503fff libresolv.9.dylib ??? (???) <36c871d5da9b49bb5bcf0449833d1dc5> /usr/lib/libresolv.9.dylib
    0x94504000 - 0x94504ffe com.apple.MonitorPanelFramework 1.2.0 (1.2.0) <1f4c10fcc17187a6f106e0a0be8236b0> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPane l
    0x94505000 - 0x94507ffd com.apple.CrashReporterSupport 10.5.7 (161) <ccdc3f2000afa5fcbb8537845f36dc01> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
    0x94508000 - 0x94594ff7 com.apple.LaunchServices 291 (291) <099eba2fe584376b476f9a262f41ecf2> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x94595000 - 0x94612fef libvMisc.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x955ef000 - 0x95696feb com.apple.QD 3.11.56 (???) <a94d0f5438b730e88e5efdb233295c52> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x95697000 - 0x9571eff7 libsqlite3.0.dylib ??? (???) <3334ea5af7a911637413334154bb4100> /usr/lib/libsqlite3.0.dylib
    0x9571f000 - 0x95759ffe com.apple.securityfoundation 3.0.2 (36131) <39663c9b6f1a09d0566305d9f87cfc91> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x9575a000 - 0x95f58fef com.apple.AppKit 6.5.9 (949.54) <4df5d2e2271175452103f789b4f4d8a8> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x95f59000 - 0x95f59ffd com.apple.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x95f5a000 - 0x95f5affa com.apple.CoreServices 32 (32) <373d6a888f9204641f313bc6070ae065> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x95f5b000 - 0x95f62ff7 libCGATS.A.dylib ??? (???) <211348279493364e9920adc86484cedd> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
    0x95f63000 - 0x95f7bff7 com.apple.CoreVideo 1.6.0 (20.0) <dd60118bac9aefaf88d9ab44558f05c4> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x95f99000 - 0x95f9bff5 libRadiance.dylib ??? (???) <7f14661d29de8cbf01334909542c0fc5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x95f9c000 - 0x96029ff7 com.apple.framework.IOKit 1.5.2 (???) <7a3cc24f78f93931731203854ae0d891> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x9602a000 - 0x9603affc com.apple.LangAnalysis 1.6.5 (1.6.5) <d057feb38163121ffd871c564c692804> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x9603b000 - 0x9607dfef com.apple.NavigationServices 3.5.2 (163) <26eeb5a205f749aad83d5dac0330c41f> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x9608a000 - 0x96190ff7 com.apple.PubSub 1.0.4 (65.11) <ef090a992adb71fb01ddfef90754ca49> /System/Library/Frameworks/PubSub.framework/Versions/A/PubSub
    0x96191000 - 0x96321fff com.apple.JavaScriptCore 5531 (5531.5) <3679fe16241dae6f730a39c16c04e30f> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x96322000 - 0x96328fff com.apple.print.framework.Print 218.0.3 (220.2) <5b7f4ef7c2df36aff9605377775781e4> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x96329000 - 0x963bcfff com.apple.ink.framework 101.3 (86) <d4c85b5cafa8027fff042b84a8be71dc> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x963bd000 - 0x9658effb com.apple.security 5.0.5 (36371) <1f7f48b36bc90d114220cc81e4e4694f> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x965a7000 - 0x965cbfff libxslt.1.dylib ??? (???) <ec4c269815bab8e7211cb8fe9df3a9a3> /usr/lib/libxslt.1.dylib
    0x96609000 - 0x96742ff7 libicucore.A.dylib ??? (???) <dd8aa51c356e79ef8cdfa341a0d69f5b> /usr/lib/libicucore.A.dylib
    0x96743000 - 0x9674fffe libGL.dylib ??? (???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x96750000 - 0x96fdcfff com.apple.WebCore 5531 (5531.9) <fdb731afe66ea9ae2f4580dead0b5b53> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x96fdd000 - 0x96fe9ff9 com.apple.helpdata 1.0.1 (14.2) /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
    0x96fea000 - 0x96ff1ffe libbsm.dylib ??? (???) <fa7ae5f1a621d9b69e7e18747c9405fb> /usr/lib/libbsm.dylib
    0x96ff2000 - 0x971aeff3 com.apple.QuartzComposer 2.1 (106.13) <f487aaca8ebdc7e334e2c79cebd8da66> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
    0x971af000 - 0x971eefef libTIFF.dylib ??? (???) <5bf6b42bc5e007fcea32f6620b14cba3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x971f2000 - 0x97221fe3 com.apple.AE 402.3 (402.3) <b13bfda0ad9314922ee37c0d018d7de9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x97305000 - 0x97343fff libGLImage.dylib ??? (???) <a6425aeb77f4da13212ac75df57b056d> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x97344000 - 0x974abff3 libSystem.B.dylib ??? (???) <ae47ca9b1686b065f8ac4d2de09cc432> /usr/lib/libSystem.B.dylib
    0x974ac000 - 0x975e4fe7 com.apple.imageKit 1.0.2 (1.0) <00d03cf7f26e1b6023efdc4bd15dd52e> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
    0xc0000000 - 0xc0008fff +com.growl.growlframework 1.1.4 (1.1.4) <e42fe97093035d2485b764ccf9a15d70> /Library/InputManagers/GrowlSafari/GrowlSafariLoader.bundle/Contents/PlugIns/Gr owlSafari.bundle/Contents/Frameworks/Growl.framework/Growl
    0xfffe8000 - 0xfffebfff libobjc.A.dylib ??? (???) /usr/lib/libobjc.A.dylib
    0xffff0000 - 0xffff1780 libSystem.B.dylib ??? (???) /usr/lib/libSystem.B.dylib
    HARDWARE:
    Model: MacBook5,1, BootROM MB51.0073.B06, 2 processors, Intel Core 2 Duo, 2 GHz, 4 GB
    Graphics: kHW_NVidiaGeForce9400MItem, NVIDIA GeForce 9400M, sppcipcidevice, 256 MB
    Memory Module: global_name
    AirPort: spairportwireless_card_type_airportextreme (0x14E4, 0x8D), Broadcom BCM43xx 1.0 (5.10.91.19)
    Bluetooth: Version 2.1.8f2, 2 service, 1 devices, 1 incoming serial ports
    Network Service: AirPort, AirPort, en1
    Serial ATA Device: ST9500420ASG, 465,76 GB
    Serial ATA Device: MATSHITADVD-R UJ-868
    USB Device: Built-in iSight, (null) mA
    USB Device: Apple Internal Keyboard / Trackpad, (null) mA
    USB Device: IR Receiver, (null) mA
    USB Device: BRCM2046 Hub, (null) mA
    USB Device: Bluetooth USB Host Controller, (null) mA

  • Apple applications crashing after Mountain Lion update

    I have updated to Mountain Lion (10.8.1) update. Some apple applications are crashing after the upgrade.
    I have tried some third party applications and they run fine.
    The following is App Store crash report.
    Process:         App Store [1459]
    Path:            /Applications/App Store.app/Contents/MacOS/App Store
    Identifier:      com.apple.appstore
    Version:         1.2 (129)
    Build Info:      Firenze-129000000000000~17
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [152]
    User ID:         554673337
    Date/Time:       2012-09-17 21:58:15.105 -0700
    OS Version:      Mac OS X 10.8.1 (12B19)
    Report Version:  10
    Interval Since Last Report:          15591 sec
    Crashes Since Last Report:           38574
    Per-App Interval Since Last Report:  452 sec
    Per-App Crashes Since Last Report:   33
    Anonymous UUID:                      032AE132-32C4-4168-BE9C-84ADAE464791
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000001
    VM Regions Near 0x1:
    -->
        __TEXT                 00000001054ad000-000000010552a000 [  500K] r-x/rwx SM=COW  /Applications/App Store.app/Contents/MacOS/App Store
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   com.apple.WebCore                       0x000000010e6cf304 WebCore::ScriptController::createWindowShell(WebCore::DOMWrapperWorld*) + 68
    1   com.apple.WebCore                       0x000000010e6cf1a0 WebCore::ScriptController::initScript(WebCore::DOMWrapperWorld*) + 32
    2   com.apple.WebCore                       0x000000010e6cef68 WebCore::ScriptController::evaluateInWorld(WebCore::ScriptSourceCode const&, WebCore::DOMWrapperWorld*) + 168
    3   com.apple.WebCore                       0x000000010e6ceca9 WebCore::ScriptController::evaluate(WebCore::ScriptSourceCode const&) + 41
    4   com.apple.WebCore                       0x000000010e6f28bb WebCore::ScriptElement::executeScript(WebCore::ScriptSourceCode const&) + 155
    5   com.apple.WebCore                       0x000000010f0e4036 WebCore::ScriptElement::prepareScript(***::TextPosition const&, WebCore::ScriptElement::LegacyTypeSupport) + 1078
    6   com.apple.WebCore                       0x000000010edc9876 WebCore::HTMLScriptRunner::runScript(WebCore::Element*, ***::TextPosition const&) + 294
    7   com.apple.WebCore                       0x000000010edc9700 WebCore::HTMLScriptRunner::execute(***::PassRefPtr<WebCore::Element>, ***::TextPosition const&) + 48
    8   com.apple.WebCore                       0x000000010e6f1e24 WebCore::HTMLDocumentParser::runScriptsForPausedTreeBuilder() + 84
    9   com.apple.WebCore                       0x000000010e68b5b8 WebCore::HTMLDocumentParser::canTakeNextToken(WebCore::HTMLDocumentParser::Sync hronousMode, WebCore::PumpSession&) + 88
    10  com.apple.WebCore                       0x000000010e68b3dc WebCore::HTMLDocumentParser::pumpTokenizer(WebCore::HTMLDocumentParser::Synchro nousMode) + 268
    11  com.apple.WebCore                       0x000000010e6ea977 WebCore::HTMLDocumentParser::append(WebCore::SegmentedString const&) + 231
    12  com.apple.WebCore                       0x000000010ec46fd9 WebCore::DecodedDataDocumentParser::appendBytes(WebCore::DocumentWriter*, char const*, unsigned long) + 313
    13  com.apple.WebCore                       0x000000010ec585bb WebCore::DocumentLoader::commitData(char const*, unsigned long) + 427
    14  com.apple.WebKit                        0x0000000105a545e4 -[WebHTMLRepresentation receivedData:withDataSource:] + 100
    15  com.apple.WebKit                        0x0000000105a54500 -[WebDataSource(WebInternal) _receivedData:] + 80
    16  com.apple.WebKit                        0x0000000105a54487 WebFrameLoaderClient::committedLoad(WebCore::DocumentLoader*, char const*, int) + 103
    17  com.apple.WebCore                       0x000000010e6e57f0 WebCore::DocumentLoader::commitLoad(char const*, int) + 144
    18  com.apple.WebCore                       0x000000010e6e5565 WebCore::ResourceLoader::didReceiveData(char const*, int, long long, bool) + 53
    19  com.apple.WebCore                       0x000000010e6e5486 WebCore::MainResourceLoader::didReceiveData(char const*, int, long long, bool) + 694
    20  com.apple.WebCore                       0x000000010e6e51a0 WebCore::ResourceLoader::didReceiveData(WebCore::ResourceHandle*, char const*, int, int) + 128
    21  com.apple.Foundation                    0x0000000106fc71e8 __65-[NSURLConnectionInternal _withConnectionAndDelegate:onlyActive:]_block_invoke_0 + 28
    22  com.apple.Foundation                    0x0000000106fc712c -[NSURLConnectionInternal _withConnectionAndDelegate:onlyActive:] + 227
    23  com.apple.Foundation                    0x0000000106fc7028 -[NSURLConnectionInternal _withActiveConnectionAndDelegate:] + 63
    24  com.apple.Foundation                    0x0000000106fc9b4b _NSURLConnectionDidReceiveData_LengthReceived + 86
    25  com.apple.CFNetwork                     0x0000000108ac1a04 ___delegate_didReceiveDataArray_block_invoke_0 + 132
    26  com.apple.CFNetwork                     0x0000000108ab47ba ___withDelegateAsync_block_invoke_0 + 90
    27  com.apple.CFNetwork                     0x0000000108b4467a __block_global_1 + 28
    28  com.apple.CoreFoundation                0x0000000106c92e44 CFArrayApplyFunction + 68
    29  com.apple.CFNetwork                     0x0000000108aa5954 RunloopBlockContext::perform() + 124
    30  com.apple.CFNetwork                     0x0000000108aa582b MultiplexerSource::perform() + 221
    31  com.apple.CoreFoundation                0x0000000106c74841 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 17
    32  com.apple.CoreFoundation                0x0000000106c74165 __CFRunLoopDoSources0 + 245
    33  com.apple.CoreFoundation                0x0000000106c974e5 __CFRunLoopRun + 789
    34  com.apple.CoreFoundation                0x0000000106c96dd2 CFRunLoopRunSpecific + 290
    35  com.apple.HIToolbox                     0x000000010a825774 RunCurrentEventLoopInMode + 209
    36  com.apple.HIToolbox                     0x000000010a825512 ReceiveNextEventCommon + 356
    37  com.apple.HIToolbox                     0x000000010a8253a3 BlockUntilNextEventMatchingListInMode + 62
    38  com.apple.AppKit                        0x0000000107680fa3 _DPSNextEvent + 685
    39  com.apple.AppKit                        0x0000000107680862 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 128
    40  com.apple.AppKit                        0x0000000107677c03 -[NSApplication run] + 517
    41  com.apple.AppKit                        0x000000010761c656 NSApplicationMain + 869
    42  com.apple.appstore                      0x00000001054aee44 0x1054ad000 + 7748
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib                  0x000000010948bd16 kevent + 10
    1   libdispatch.dylib                       0x0000000109274e26 _dispatch_mgr_invoke + 883
    2   libdispatch.dylib                       0x0000000109274a2a _dispatch_mgr_thread + 54
    Thread 2:
    0   libsystem_kernel.dylib                  0x000000010948b6d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x000000010931af2c _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x000000010931acf3 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00000001093051b1 start_wqthread + 13
    Thread 3:
    0   libsystem_kernel.dylib                  0x000000010948b6d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x000000010931af2c _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x000000010931acf3 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00000001093051b1 start_wqthread + 13
    Thread 4:
    0   libsystem_kernel.dylib                  0x000000010948b6d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x000000010931af2c _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x000000010931acf3 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00000001093051b1 start_wqthread + 13
    Thread 5:
    0   libsystem_kernel.dylib                  0x000000010948b6d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x000000010931af2c _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x000000010931acf3 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00000001093051b1 start_wqthread + 13
    Thread 6:: com.apple.NSURLConnectionLoader
    0   libsystem_kernel.dylib                  0x0000000109489686 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x0000000109488c42 mach_msg + 70
    2   com.apple.CoreFoundation                0x0000000106c91f23 __CFRunLoopServiceMachPort + 195
    3   com.apple.CoreFoundation                0x0000000106c97606 __CFRunLoopRun + 1078
    4   com.apple.CoreFoundation                0x0000000106c96dd2 CFRunLoopRunSpecific + 290
    5   com.apple.Foundation                    0x0000000106fe17d6 +[NSURLConnection(Loader) _resourceLoadLoop:] + 356
    6   com.apple.Foundation                    0x000000010703f842 __NSThread__main__ + 1345
    7   libsystem_c.dylib                       0x0000000109318782 _pthread_start + 327
    8   libsystem_c.dylib                       0x00000001093051c1 thread_start + 13
    Thread 7:
    0   libsystem_kernel.dylib                  0x000000010948b6d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x000000010931af2c _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x000000010931acf3 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00000001093051b1 start_wqthread + 13
    Thread 8:
    0   libsystem_kernel.dylib                  0x000000010948b6d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x000000010931af2c _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x000000010931acf3 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00000001093051b1 start_wqthread + 13
    Thread 9:
    0   libsystem_kernel.dylib                  0x000000010948b6d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x000000010931af2c _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x000000010931acf3 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00000001093051b1 start_wqthread + 13
    Thread 10:
    0   libsystem_kernel.dylib                  0x000000010948b6d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x000000010931af2c _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x000000010931acf3 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00000001093051b1 start_wqthread + 13
    Thread 11:
    0   libsystem_kernel.dylib                  0x000000010948b6d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x000000010931af2c _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x000000010931acf3 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00000001093051b1 start_wqthread + 13
    Thread 12:
    0   libsystem_kernel.dylib                  0x000000010948b6d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x000000010931af2c _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x000000010931acf3 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00000001093051b1 start_wqthread + 13
    Thread 13:: JavaScriptCore::BlockFree
    0   libsystem_kernel.dylib                  0x000000010948b0fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x000000010931cfc9 _pthread_cond_wait + 869
    2   com.apple.JavaScriptCore                0x0000000106753d96 ***::ThreadCondition::timedWait(***::Mutex&, double) + 118
    3   com.apple.JavaScriptCore                0x0000000106975d0a JSC::BlockAllocator::blockFreeingThreadMain() + 90
    4   com.apple.JavaScriptCore                0x000000010698b36f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_c.dylib                       0x0000000109318782 _pthread_start + 327
    6   libsystem_c.dylib                       0x00000001093051c1 thread_start + 13
    Thread 14:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib                  0x000000010948b0fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x000000010931cfc9 _pthread_cond_wait + 869
    2   com.apple.JavaScriptCore                0x00000001068d8724 JSC::SlotVisitor::drainFromShared(JSC::SlotVisitor::SharedDrainMode) + 212
    3   com.apple.JavaScriptCore                0x00000001068d8606 JSC::MarkStackThreadSharedData::markingThreadMain() + 214
    4   com.apple.JavaScriptCore                0x000000010698b36f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_c.dylib                       0x0000000109318782 _pthread_start + 327
    6   libsystem_c.dylib                       0x00000001093051c1 thread_start + 13
    Thread 15:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib                  0x000000010948b0fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x000000010931cfc9 _pthread_cond_wait + 869
    2   com.apple.JavaScriptCore                0x00000001068d8724 JSC::SlotVisitor::drainFromShared(JSC::SlotVisitor::SharedDrainMode) + 212
    3   com.apple.JavaScriptCore                0x00000001068d8606 JSC::MarkStackThreadSharedData::markingThreadMain() + 214
    4   com.apple.JavaScriptCore                0x000000010698b36f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_c.dylib                       0x0000000109318782 _pthread_start + 327
    6   libsystem_c.dylib                       0x00000001093051c1 thread_start + 13
    Thread 16:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib                  0x000000010948b0fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x000000010931cfc9 _pthread_cond_wait + 869
    2   com.apple.JavaScriptCore                0x00000001068d8724 JSC::SlotVisitor::drainFromShared(JSC::SlotVisitor::SharedDrainMode) + 212
    3   com.apple.JavaScriptCore                0x00000001068d8606 JSC::MarkStackThreadSharedData::markingThreadMain() + 214
    4   com.apple.JavaScriptCore                0x000000010698b36f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_c.dylib                       0x0000000109318782 _pthread_start + 327
    6   libsystem_c.dylib                       0x00000001093051c1 thread_start + 13
    Thread 17:: com.apple.CFSocket.private
    0   libsystem_kernel.dylib                  0x000000010948b322 __select + 10
    1   com.apple.CoreFoundation                0x0000000106cd6bf6 __CFSocketManager + 1302
    2   libsystem_c.dylib                       0x0000000109318782 _pthread_start + 327
    3   libsystem_c.dylib                       0x00000001093051c1 thread_start + 13
    Thread 0 crashed with X86 Thread State (64-bit):
      rax: 0x0000000000000000  rbx: 0x0000000000000001  rcx: 0x0000000000000000  rdx: 0x0000000000000000
      rdi: 0x000000011172b160  rsi: 0x00000001116927e0  rbp: 0x00007fff5a750930  rsp: 0x00007fff5a7508b0
       r8: 0x0000000000000000   r9: 0x0000000000000000  r10: 0x000000011172fc70  r11: 0x000000011500a458
      r12: 0x000000011172b000  r13: 0x00000001116a7880  r14: 0x00000001116a7880  r15: 0x00000001116927e0
      rip: 0x000000010e6cf304  rfl: 0x0000000000010202  cr2: 0x0000000000000001
    Logical CPU: 2
    Binary Images:
           0x1054ad000 -        0x105529ff7  com.apple.appstore (1.2 - 129) <3B9ADBDB-D0B8-3AB1-BAA6-10D2677F2449> /Applications/App Store.app/Contents/MacOS/App Store
           0x105556000 -        0x105843ff7  com.apple.CommerceKit (1.2.0 - 135) <C5BF1074-DC11-3F10-8C41-C87A65566711> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/CommerceKit
           0x1058db000 -        0x105933fff  com.apple.SoftwareUpdate.framework (6 - 451) <219F6392-EBF6-3039-B9C6-D7287FC6AFE7> /System/Library/PrivateFrameworks/SoftwareUpdate.framework/Versions/A/SoftwareU pdate
           0x10597d000 -        0x1059eaff7  com.apple.framework.IOKit (2.0 - 755.9.7) <9B7C5E7A-3F7A-3E70-8179-4384992B84E0> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
           0x105a1f000 -        0x105a22fff  com.apple.ServerInformation (1.1 - 1) <867C8480-ADEC-3623-8237-4D9054337446> /System/Library/PrivateFrameworks/ServerInformation.framework/Versions/A/Server Information
           0x105a2c000 -        0x105a2cfff  com.apple.Cocoa (6.7 - 19) <1F77945C-F37A-3171-B22E-F7AB0FCBB4D4> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
           0x105a35000 -        0x105bbefff  com.apple.WebKit (8536 - 8536.25) <6827B87B-9921-3E69-80A6-115ED325DBA4> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
           0x105cb3000 -        0x105d53fff  com.apple.PackageKit (3.0 - 241) <5E940616-96F0-33C9-9020-8D9F216CEA09> /System/Library/PrivateFrameworks/PackageKit.framework/Versions/A/PackageKit
           0x105dc7000 -        0x106094ff7  com.apple.security (7.0 - 55178.0.1) <8102877E-C866-33D4-A947-02FC7F4BAA95> /System/Library/Frameworks/Security.framework/Versions/A/Security
           0x1061c7000 -        0x106245ff7  com.apple.securityfoundation (6.0 - 55115.4) <137E156C-B29C-3B84-95B3-669BC7C1BA7A> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
           0x106285000 -        0x106285fff  com.apple.ApplicationServices (45 - 45) <A3ABF20B-ED3A-32B5-830E-B37831A45A80> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
           0x10628b000 -        0x1062bdfff  com.apple.framework.Admin (12.0 - 12.0) <5D6978C8-0B1B-3D0E-A122-C0ABD0AA8488> /System/Library/PrivateFrameworks/Admin.framework/Versions/A/Admin
           0x1062e9000 -        0x10631dfff  com.apple.securityinterface (6.0 - 55024.3) <1AF13976-72BB-351F-A263-09284BA25C88> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
           0x10634f000 -        0x106375fff  com.apple.framework.familycontrols (4.0 - 400) <B296674D-6D0B-323D-84C0-1D356F6F3BFA> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
           0x106393000 -        0x106393fff  com.apple.CoreServices (57 - 57) <9DD44CB0-C644-35C3-8F57-0B41B3EC147D> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
           0x10639c000 -        0x106461fff  com.apple.coreui (2.0 - 181) <CFCB6868-36AC-3734-ACEA-DF9CAB2B84F2> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
           0x1064db000 -        0x106689fff  com.apple.QuartzCore (1.8 - 304.0) <BDC66714-F60C-386D-A773-F897D1E87AB6> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
           0x106741000 -        0x106742fff  libScreenReader.dylib (264.2) <E8BFC2E1-798D-33F6-AFF4-3334DE24DDE8> /usr/lib/libScreenReader.dylib
           0x10674b000 -        0x10674bff1 +cl_kernels (???) <4903BBBE-1493-4009-A1CE-34FE503E63FC> cl_kernels
           0x10674d000 -        0x1069e7ff7  com.apple.JavaScriptCore (8536 - 8536.26.7) <ADAD1276-675A-3000-B746-560A2EB596A2> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
           0x106a97000 -        0x106ae8fff  com.apple.SystemConfiguration (1.12 - 1.12) <921FC1D6-06E6-3F37-8AFB-8CFB14E10AF9> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
           0x106b16000 -        0x106b17ff3 +cl_kernels (???) <6CB5BC29-DEAB-43C3-BB4A-5444AD5ABA2A> cl_kernels
           0x106b1c000 -        0x106b1dff7  libSystem.B.dylib (169.3) <132FE02E-3865-3F1F-B78D-C93D65930A67> /usr/lib/libSystem.B.dylib
           0x106b29000 -        0x106c41a27  libobjc.A.dylib (532) <9FA80CDA-97F4-3801-8879-0C1B976BC5CA> /usr/lib/libobjc.A.dylib
           0x106c62000 -        0x106e4bfff  com.apple.CoreFoundation (6.8 - 744) <47AEA7C7-EF9B-3FC6-AEBF-CE02FC650301> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
           0x106faa000 -        0x107306ff7  com.apple.Foundation (6.8 - 945) <0C972F73-0C07-3384-98F2-B176E0289494> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
           0x10752a000 -        0x108154fff  com.apple.AppKit (6.8 - 1187) <C9309F5C-9441-3E5B-A120-B03FEDDA63F9> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
           0x108848000 -        0x108849ff3 +cl_kernels (???) <50C977BA-7D5C-4DEA-A82B-48A07459A85C> cl_kernels
           0x10884c000 -        0x10886aff7  com.apple.DistributionKit (700 - 729) <082532B5-7CF0-352C-B186-98C8BCB67393> /System/Library/PrivateFrameworks/Install.framework/Frameworks/DistributionKit. framework/Versions/A/DistributionKit
           0x108885000 -        0x108982fff  libsqlite3.dylib (138) <8D6A6805-1494-30D1-9F2A-F58FA3C0D7EE> /usr/lib/libsqlite3.dylib
           0x10899e000 -        0x1089a7fff  com.apple.CommerceCore (1.0 - 26) <997CD214-BC78-3C61-A1B8-813EA1CB9997> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/C ommerceCore.framework/Versions/A/CommerceCore
           0x1089b2000 -        0x1089c4ff7  libz.1.dylib (43) <2A1551E8-A272-3DE5-B692-955974FE1416> /usr/lib/libz.1.dylib
           0x1089cc000 -        0x1089d2fff  com.apple.DiskArbitration (2.5 - 2.5) <348AC0CC-6BCE-3416-9141-A5C1164EDDFF> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
           0x1089df000 -        0x1089f2ff7  com.apple.AppContainer (2.0 - 1) <B5FD7F25-D376-3BFB-9E36-B382A14ED40A> /System/Library/PrivateFrameworks/AppContainer.framework/Versions/A/AppContaine r
           0x108a0b000 -        0x108a17ff7  com.apple.CrashReporterSupport (10.8.1 - 412) <3CBB620C-BDCF-31B1-B473-4B6380DE03F7> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
           0x108a29000 -        0x108b9cff7  com.apple.CFNetwork (596.1 - 596.1) <62830510-738D-3719-AD51-68E816B13BB7> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
           0x108c5f000 -        0x108cabff7  libauto.dylib (185.1) <73CDC482-16E3-3FC7-9BB4-FBA2DA44DBC2> /usr/lib/libauto.dylib
           0x108cc6000 -        0x108ec6fff  libicucore.A.dylib (491.11.1) <17E8B610-6B16-3F91-B49C-7CAE0D08E9CF> /usr/lib/libicucore.A.dylib
           0x108f6c000 -        0x109069ff7  libxml2.2.dylib (22.3) <47B09CB2-C636-3024-8B55-6040F7829B4C> /usr/lib/libxml2.2.dylib
           0x1090a0000 -        0x1090a1fff  liblangid.dylib (116) <864C409D-D56B-383E-9B44-A435A47F2346> /usr/lib/liblangid.dylib
           0x1090a7000 -        0x1090c8ff7  libCRFSuite.dylib (33) <736ABE58-8DED-3289-A042-C25AF7AE5B23> /usr/lib/libCRFSuite.dylib
           0x1090d4000 -        0x1090ebfff  com.apple.GenerationalStorage (1.1 - 132.1) <EAB41613-0145-3CE5-AA60-A8A791A3EE22> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/Gene rationalStorage
           0x1090f5000 -        0x1090f6ff2 +cl_kernels (???) <005A5699-2B4A-4FA0-9F2C-C23E3A3EB319> cl_kernels
           0x1090f8000 -        0x1090fbfff  com.apple.TCC (1.0 - 1) <DE7ECAC3-BD08-323A-9C12-EE4A49B72871> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
           0x109105000 -        0x10916dff7  libc++.1.dylib (65.1) <20E31B90-19B9-3C2A-A9EB-474E08F9FE05> /usr/lib/libc++.1.dylib
           0x1091c8000 -        0x1091ecff7  libc++abi.dylib (24.2) <340E7C7B-DC93-3AA2-B015-B1C9541EC255> /usr/lib/libc++abi.dylib
           0x10921f000 -        0x109224fff  libcache.dylib (57) <65187C6E-3FBF-3EB8-A1AA-389445E2984D> /usr/lib/system/libcache.dylib
           0x10922b000 -        0x109239fff  libcommonCrypto.dylib (60026) <2D6537F5-1B5E-305C-A1CF-D1FA80CA3939> /usr/lib/system/libcommonCrypto.dylib
           0x109246000 -        0x109248fff +jp.cvz.ColorfulSidebar (1.1 - 110) <57301138-7807-6ED1-D68E-5BD8D8F182D6> /Library/Application Support/SIMBL/*/ColorfulSidebar.bundle/Contents/MacOS/ColorfulSidebar
           0x10924c000 -        0x109251fff  libcompiler_rt.dylib (30) <08F8731D-5961-39F1-AD00-4590321D24A9> /usr/lib/system/libcompiler_rt.dylib
           0x10925e000 -        0x109265fff  libcopyfile.dylib (89) <876573D0-E907-3566-A108-577EAD1B6182> /usr/lib/system/libcopyfile.dylib
           0x109270000 -        0x109285ff7  libdispatch.dylib (228.18) <0B6B6E7F-4D8A-3F3B-A4BF-6CF34638DBBB> /usr/lib/system/libdispatch.dylib
           0x10929c000 -        0x10929dff7  libdnsinfo.dylib (453.16) <38A3E0F4-E34C-3D45-A2C9-4CDE2DF007BD> /usr/lib/system/libdnsinfo.dylib
           0x1092a8000 -        0x1092abff7  libdyld.dylib (210.2.3) <F59367C9-C110-382B-A695-9035A6DD387E> /usr/lib/system/libdyld.dylib
           0x1092b9000 -        0x1092b9fff  libkeymgr.dylib (25) <CC9E3394-BE16-397F-926B-E579B60EE429> /usr/lib/system/libkeymgr.dylib
           0x1092c2000 -        0x1092cafff  liblaunch.dylib (442.21) <224CB010-6CF8-3FC2-885C-6F80330321EB> /usr/lib/system/liblaunch.dylib
           0x1092d5000 -        0x1092dbfff  libmacho.dylib (829) <BF332AD9-E89F-387E-92A4-6E1AB74BD4D9> /usr/lib/system/libmacho.dylib
           0x1092e3000 -        0x1092e5fff  libquarantine.dylib (52) <4BE2E642-A14F-340A-B482-5BD2AEFD9C24> /usr/lib/system/libquarantine.dylib
           0x1092ee000 -        0x1092efff7  libremovefile.dylib (23.1) <DBBFAF35-AC78-3856-92F6-6E4FD9DF14A2> /usr/lib/system/libremovefile.dylib
           0x1092f8000 -        0x1092f9fff  libsystem_blocks.dylib (59) <D92DCBC3-541C-37BD-AADE-ACC75A0C59C8> /usr/lib/system/libsystem_blocks.dylib
           0x109304000 -        0x1093d0fef  libsystem_c.dylib (825.24) <16B6B86C-53EE-36E8-AC2B-4AADC1008098> /usr/lib/system/libsystem_c.dylib
           0x109414000 -        0x10941cff7  libsystem_dnssd.dylib (379.27.1) <B9F7B01D-8FAF-3CA5-909E-4D52B8D2DD8A> /usr/lib/system/libsystem_dnssd.dylib
           0x109429000 -        0x10945ffff  libsystem_info.dylib (406.17) <4FFCA242-7F04-365F-87A6-D4EFB89503C1> /usr/lib/system/libsystem_info.dylib
           0x109479000 -        0x109494ff7  libsystem_kernel.dylib (2050.9.2) <F646589B-13F8-3685-8C17-92C77993AE86> /usr/lib/system/libsystem_kernel.dylib
           0x1094a8000 -        0x1094d6ff7  libsystem_m.dylib (3022.6) <B434BE5C-25AB-3EBD-BAA7-5304B34E3441> /usr/lib/system/libsystem_m.dylib
           0x1094e7000 -        0x1094f5ff7  libsystem_network.dylib (77.10) <0D99F24E-56FE-380F-B81B-4A4C630EE587> /usr/lib/system/libsystem_network.dylib
           0x109503000 -        0x10950efff  libsystem_notify.dylib (98.5) <C49275CC-835A-3207-AFBA-8C01374927B6> /usr/lib/system/libsystem_notify.dylib
           0x10951d000 -        0x10951eff7  libsystem_sandbox.dylib (220) <3C3B03CF-C525-3CB3-8557-62E91B93AC95> /usr/lib/system/libsystem_sandbox.dylib
           0x109529000 -        0x10952bff7  libunc.dylib (25) <92805328-CD36-34FF-9436-571AB0485072> /usr/lib/system/libunc.dylib
           0x109536000 -        0x10953cff7  libunwind.dylib (35.1) <21703D36-2DAB-3D8B-8442-EAAB23C060D3> /usr/lib/system/libunwind.dylib
           0x10954a000 -        0x10956cff7  libxpc.dylib (140.37) <C552985C-2171-3136-A1B9-3AB21CBF7C4A> /usr/lib/system/libxpc.dylib
           0x109589000 -        0x1095d8ff7  libcorecrypto.dylib (106) <57BC99C6-3C3F-344C-BDD6-25E845D956F2> /usr/lib/system/libcorecrypto.dylib
           0x1095e9000 -        0x109652fff  libstdc++.6.dylib (56) <EAA2B53E-EADE-39CF-A0EF-FB9D4940672A> /usr/lib/libstdc++.6.dylib
           0x1096bd000 -        0x1096befff  libDiagnosticMessagesClient.dylib (7) <56A70657-E8C2-3804-AB87-77DC100512A4> /usr/lib/libDiagnosticMessagesClient.dylib
           0x1096c3000 -        0x1096d6ff7  libbsm.0.dylib (32) <F497D3CE-40D9-3551-84B4-3D5E39600737> /usr/lib/libbsm.0.dylib
           0x1096e2000 -        0x1096f1ff7  libxar.1.dylib (105) <370ED355-E516-311E-BAFD-D80633A84BE1> /usr/lib/libxar.1.dylib
           0x109701000 -        0x109705fff  libpam.2.dylib (20) <C8F45864-5B58-3237-87E1-2C258A1D73B8> /usr/lib/libpam.2.dylib
           0x10970b000 -        0x10970bfff  libOpenScriptingUtil.dylib (148) <4DB14EC4-422C-3AE8-83BF-354FEC197FD3> /usr/lib/libOpenScriptingUtil.dylib
           0x109716000 -        0x109723fff  libbz2.1.0.dylib (29) <CE9785E8-B535-3504-B392-82F0064D9AF2> /usr/lib/libbz2.1.0.dylib
           0x109730000 -        0x109a47ff7  com.apple.CoreServices.CarbonCore (1037 - 1037) <5127E2AB-AE98-3393-AEF6-CA8C1090F921> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
           0x109ac2000 -        0x109b43fff  com.apple.Metadata (10.7.0 - 707.1) <ED39A710-1D87-3207-BB7D-4465B2673C1D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
           0x109b9b000 -        0x109c41fff  com.apple.CoreServices.OSServices (557 - 557) <2806326A-6C4A-32C1-9BBE-ECB08453F328> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
           0x109ca2000 -        0x109d2fff7  com.apple.SearchKit (1.4.0 - 1.4.0) <C7F43889-F8BF-3CB9-AD66-11AEFCBCEDE7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
           0x109d76000 -        0x109dd3ff7  com.apple.AE (645 - 645) <9C3E54BA-EE6B-3F02-8775-9C4AF40F40CD> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
           0x109e03000 -        0x109eb4fff  com.apple.LaunchServices (539 - 539) <04FA5C61-6349-3841-9609-B650B6222800> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
           0x109f08000 -        0x109f39fff  com.apple.DictionaryServices (1.2 - 184) <B37F9A90-8954-3DEC-A216-8ABB15C615A1> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
           0x109f5c000 -        0x109f63fff  com.apple.NetFS (5.0 - 4.0) <82E24B9A-7742-3DA3-9E99-ED267D98C05E> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
           0x109f6c000 -        0x109f7aff7  libkxld.dylib (2050.9.2) <4BEE9BC3-3708-330E-89D6-03E715D712CC> /usr/lib/system/libkxld.dylib
           0x109f83000 -        0x109f90ff7  com.apple.NetAuth (4.0 - 4.0) <F5BC7D7D-AF28-3C83-A674-DADA48FF7810> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
           0x109fa0000 -        0x10a00dfff  com.apple.datadetectorscore (4.0 - 269.1) <C94C372B-3821-3A46-A8C2-091AB1CFF7F4> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
           0x10a049000 -        0x10a060fff  com.apple.CFOpenDirectory (10.8 - 151.10) <FFBBA538-00B5-334E-BA5B-C8AD6CDCDA14> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
           0x10a07c000 -        0x10a0a7fff  libxslt.1.dylib (11.3) <441776B8-9130-3893-956F-39C85FFA644F> /usr/lib/libxslt.1.dylib
           0x10a0b6000 -        0x10a0f8fff  com.apple.RemoteViewServices (2.0 - 80.3) <E0224421-A421-3DB6-99AF-B249684FD13A> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/Remot eViewServices
           0x10a130000 -        0x10a280fff  com.apple.audio.toolbox.AudioToolbox (1.8 - 1.8) <8019964B-4FFB-3328-A425-B1A702177A25> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
           0x10a30f000 -        0x10a30fffd  com.apple.audio.units.AudioUnit (1.8 - 1.8) <ECC4891A-9BA8-3C13-9A2B-6116521B7B46> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
           0x10a31a000 -        0x10a538fff  com.apple.CoreData (106 - 407.5) <45EF39FE-7FD6-366E-BB5C-3E86E0B7DA3C> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
           0x10a631000 -        0x10a750fff  com.apple.desktopservices (1.7.1 - 1.7.1) <0E1A57B2-9EC7-32EC-8B87-82902A1FD357> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
           0x10a7c6000 -        0x10aaf5ff7  com.apple.HIToolbox (2.0 - 624) <49C4A53E-9239-3B9A-95DC-8C7B398E491D> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
           0x10ac4c000 -        0x10ac56fff  com.apple.speech.recognition.framework (4.1.5 - 4.1.5) <D803919C-3102-3515-A178-61E9C86C46A1> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
           0x10ac66000 -        0x10acc3fff  com.apple.audio.CoreAudio (4.1.0 - 4.1.0) <B3198BD6-EA1D-3E5E-ADD4-37D8E6B72678> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
           0x10acee000 -        0x10ad04fff  com.apple.MultitouchSupport.framework (235.27 - 235.27) <78E356A6-78E8-3CAB-8982-7A4958C7A955> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
           0x10ad17000 -        0x10ad3eff7  com.apple.PerformanceAnalysis (1.16 - 16) <E4888388-F41B-313E-9CBB-5807D077BDA9> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/Perf ormanceAnalysis
           0x10ad5e000 -        0x10ad6dff7  com.apple.opengl (1.8.5 - 1.8.5) <8960E72A-9692-3B32-8452-B2163855AD86> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
           0x10ad79000 -        0x10ae4aff7  com.apple.CoreText (260.0 - 275.14) <98A59BFB-9AC0-3EAB-B5A4-26C2F965A65D> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
           0x10aeaf000 -        0x10afc8ff7  com.apple.ImageIO.framework (3.2.0 - 843) <A9AC2A79-331A-3B06-AFE6-7E34EF876221> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
           0x10b02c000 -        0x10b106fff  com.apple.backup.framework (1.4 - 1.4) <00964E68-4A36-3F9F-B0A5-B782575C64DE> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
           0x10b18d000 -        0x10b22bfff  com.apple.ink.framework (1.4 - 110) <C6E43ED5-7189-3291-80F0-BB7702AD051A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
           0x10b261000 -        0x10bbf239f  com.apple.CoreGraphics (1.600.0 - 322) <2F5D7032-9A96-36AE-A227-428E95CAE0C5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
           0x10bcfc000 -        0x10bd7cff7  com.apple.ApplicationServices.ATS (332 - 341) <487A3EA8-E180-3EA4-B60E-B87E8F0AB5D1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
           0x10bda8000 -        0x10be65ff7  com.apple.ColorSync (4.8.0 - 4.8.0) <6CE333AE-EDDB-3768-9598-9DB38041DC55> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
           0x10beaf000 -        0x10bf05fff  com.apple.HIServices (1.20 - 416) <99AC513F-B0AE-38AA-834E-9018902BB70C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
           0x10bf3b000 -        0x10bf4eff7  com.apple.LangAnalysis (1.7.0 - 1.7.0) <2F2694E9-A7BC-33C7-B4CF-8EC907DF0FEB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
           0x10bf5e000 -        0x10bfb8fff  com.apple.print.framework.PrintCore (8.0 - 387) <3CA8A004-8F93-3936-9F9E-7030BD474D2B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
           0x10bfe6000 -        0x10c025ff7  com.apple.QD (3.42 - 285) <8DF36FCA-C06B-30F4-A631-7BE2FF7E56D1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
           0x10c040000 -        0x10c054fff  com.apple.speech.synthesis.framework (4.1.10 - 4.1.10) <21086D96-F997-38D3-BB59-8600CCC3A36F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
           0x10c06d000 -        0x10c071fff  com.apple.IOSurface (86.0.2 - 86.0.2) <739A481A-DF06-39EB-B784-D03BA1CBD762> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
           0x10c07b000 -        0x10c07bfff  com.apple.Accelerate (1.8 - Accelerate 1.8) <6AD48543-0864-3D40-80CE-01F184F24B45> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
           0x10c082000 -        0x10c18dfff  libFontParser.dylib (84.5) <617A7D30-C7BC-39FC-A1FE-59367B4A5719> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
           0x10c1f5000 -        0x10c244ff7  libFontRegistry.dylib (100) <2E03D7DA-9B8F-31BB-8FB5-3D3B6272127F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
           0x10c26c000 -        0x10c407fef  com.apple.vImage (6.0 - 6.0) <FAE13169-295A-33A5-8E6B-7C2CC1407FA7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
           0x10c428000 -        0x10c428fff  com.apple.Accelerate.vecLib (3.8 - vecLib 3.8) <B5A18EE8-DF81-38DD-ACAF-7076B2A26225> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
           0x10c430000 -        0x10c498fff  libvDSP.dylib (380.6) <CD4C5EEB-9E63-30C4-8103-7A5EAEA0BE60> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
           0x10c4a8000 -        0x10c542fff  libvMisc.dylib (380.6) <714336EA-1C0E-3735-B31C-19DFDAAF6221> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
           0x10c54d000 -        0x10c944fff  libLAPACK.dylib (1073.3) <E670020A-6969-3ED7-B80B-285AE1DE5F95> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
           0x10c9a9000 -        0x10cb2ffff  libBLAS.dylib (1073.3) <6B71AB8C-3D9A-33C2-9EAF-2A0BA504D493> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
           0x10cb5f000 -        0x10cb87fff  libJPEG.dylib (843) <377EC31E-1831-32E2-AEEB-C375E0A80335> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
           0x10cb91000 -        0x10cbe6ff7  libTIFF.dylib (843) <4EB491F3-8DA4-3E4F-AE83-E207720F38B3> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
           0x10cbf3000 -        0x10cc13fff  libPng.dylib (843) <8F83F355-CA33-3D15-8178-54A135BA23BA> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
           0x10cc21000 -        0x10cc25fff  libGIF.dylib (843) <21324AF8-AFDA-3149-B547-C5109C1FBECF> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
           0x10cc2f000 -        0x10cd31fff  libJP2.dylib (843) <04915A7F-EE27-3C01-8582-0BD9919558B1> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
           0x10cd62000 -        0x10cd65fff  libRadiance.dylib (843) <61405840-A8B0-368E-B39A-704B5A04FDA5> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.d ylib
           0x10cd6f000 -        0x10cdb3fff  libcups.2.dylib (327) <9B3F3321-D2BC-3195-BF20-4008FC52A390> /usr/lib/libcups.2.dylib
           0x10cdc7000 -        0x10cde9ff7  com.apple.Kerberos (2.0 - 1) <C49B8820-34ED-39D7-A407-A3E854153556> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
           0x10ce02000 -        0x10ce3cfff  com.apple.GSS (3.0 - 2.0) <0BDF8090-5EF4-3759-94DE-8521D74188AA> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
           0x10ce5b000 -        0x10ce7aff7  libresolv.9.dylib (51) <0882DC2D-A892-31FF-AD8C-0BB518C48B23> /usr/lib/libresolv.9.dylib
           0x10ce88000 -        0x10cf7dfff  libiconv.2.dylib (34) <FEE8B996-EB44-37FA-B96E-D379664DEFE1> /usr/lib/libiconv.2.dylib
           0x10cf94000 -        0x10d016fff  com.apple.Heimdal (3.0 - 2.0) <660A6C64-4912-32C8-A332-B64164032A2D> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
           0x10d043000 -        0x10d045fff  com.apple.TrustEvaluationAgent (2.0 - 23) <A97D348B-32BF-3E52-8DF2-59BFAD21E1A3> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
           0x10d050000 -        0x10d055fff  com.apple.OpenDirectory (10.8 - 151.10) <CF44120B-9B01-32DD-852E-C9C0E1243FC0> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
           0x10d067000 -        0x10d072fff  com.apple.CommonAuth (3.0 - 2.0) <74A86DDD-57D0-3178-AB74-E1F31DBFFC39> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
           0x10d080000 -        0x10d0c3ff7  com.apple.bom (12.0 - 192) <0BF1F2D2-3648-36B7-BE4B-551A0173209B> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
           0x10d0d8000 -        0x10d102ff7  com.apple.CoreVideo (1.8 - 99.0) <ED17EF3A-2775-3840-BBD1-6513B5B112F2> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
           0x10d121000 -        0x10d3b1fff  com.apple.CoreImage (8.0.17 - 1.0.1) <FFD6159F-DF31-3EFC-9C59-7FC4F4219D43> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage .framework/Versions/A/CoreImage
           0x10d492000 -        0x10d4e9ff7  com.apple.ScalableUserInterface (1.0 - 1) <F1D43DFB-1796-361B-AD4B-39F1EED3BE19> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableU serInterface.framework/Versions/A/ScalableUserInterface
           0x10d50f000 -        0x10d559ff7  libGLU.dylib (8.5) <5D71D182-D92F-35A7-81AA-0F1C79428911> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
           0x10d56f000 -        0x10d575fff  libGFXShared.dylib (8.5) <A68A5A0B-F90C-3078-BF5A-2874C4BC5DC4> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
           0x10d581000 -        0x10d595fff  libGL.dylib (8.5) <0FDF05D4-D560-3194-9DEA-52EEBD147618> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
           0x10d5a7000 -        0x10d5e4fe7  libGLImage.dylib (8.5) <E6FE6970-FE3C-3844-AE9D-4B9B5505601A> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
           0x10d5ed000 -        0x10d5effff  libCVMSPluginSupport.dylib (8.5) <0ED3B9E3-2F29-30F3-B2D6-3EDBF97F787F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginS upport.dylib
           0x10d5f8000 -        0x10d5fcfff  libCoreVMClient.dylib (24.4) <55F71158-ADEE-3863-92E9-4772DCEA8E31> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
           0x10d604000 -        0x10d65aff7  com.apple.opencl (2.1.17 - 2.1.17) <CA9E8BED-17C9-393B-A53E-8EAA8BF01C47> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
           0x10d675000 -        0x10da91fff  FaceCoreLight (2.0.1) <BEDAFBE8-CC12-343D-85D5-29B694DC97F6> /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLi ght
           0x10dca7000 -        0x10dcb4fff  com.apple.AppleFSCompression (49 - 1.0) <5508344A-2A7E-3122-9562-6F363910A80E> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/Apple FSCompression
           0x10dcc1000 -        0x10dce2fff  com.apple.Ubiquity (1.2 - 234.2) <AC544B6F-0879-39A3-90A3-8BC8C29CBAD5> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
           0x10dcfc000 -        0x10dd07ff7  com.apple.bsd.ServiceManagement (2.0 - 2.0) <7A5F12E8-C1C2-39C7-8599-2362EAAB9F03> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManage ment
           0x10dd13000 -        0x10dd32fff  com.apple.ChunkingLibrary (2.0 - 132) <F5051C19-6C4E-3E65-9BEC-B0A4BA82457A> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/Chunking Library
           0x10dd3e000 -        0x10dd3efff  com.apple.vecLib (3.8 - vecLib 3.8) <794317C7-4E38-338A-A874-5E18001C8503> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
           0x10dd47000 -        0x10dde1fff  com.apple.CoreSymbolication (3.0 - 87) <75F2C0DD-549A-36F6-BD9E-FB40A924344F> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSy mbolication
           0x10de30000 -        0x10de8cff7  com.apple.Symbolication (1.3 - 93) <66BAF8B0-26D5-38B6-A742-01031F1B4EC0> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolicat ion
           0x10ded1000 -        0x10df07fff  com.apple.DebugSymbols (98 - 98) <14E788B1-4EB2-3FD7-934B-849534DFC198> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbol s
           0x10df2c000 -        0x10df38ff7  com.apple.DirectoryService.Framework (10.8 - 151.10) <DA05EF06-8EBD-3759-B5D3-E6FC86C5D850> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
           0x10df47000 -        0x10e037ff7  com.apple.DiskImagesFramework (10.8 - 344) <AC72B2EF-7307-3B20-B561-5ECF30E83627> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
           0x10e098000 -        0x10e09bff7  com.apple.LoginUICore (2.0 - 2.0) <965559B0-1F0E-3767-A16B-F91AABFA5275> /System/Library/PrivateFrameworks/LoginUIKit.framework/Versions/A/Frameworks/Lo ginUICore.framework/Versions/A/LoginUICore
           0x10e0aa000 -        0x10e131ff7  libCoreStorage.dylib (274.4) <7CCA18AC-1A7D-3962-8817-D70AA927973F> /usr/lib/libCoreStorage.dylib
           0x10e157000 -        0x10e161fff  libcsfde.dylib (274.4) <BA21D512-35F1-3B00-8FF6-E0D6A29A21FF> /usr/lib/libcsfde.dylib
           0x10e16d000 -        0x10e16efff  libodfde.dylib (18) <015DD2A0-D59A-3547-909D-7C028A65C312> /usr/lib/libodfde.dylib
           0x10e179000 -        0x10e24cff7  com.apple.DiscRecording (7.0 - 7000.2.4) <005BE6FF-38A1-3AEA-B24C-9D4F330EF6BE> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
           0x10e2b6000 -        0x10e2fefff  libcurl.4.dylib (69.2) <EBDBF42D-E4A6-3D05-A76B-2817D79D59E2> /usr/lib/libcurl.4.dylib
           0x10e314000 -        0x10e354fff  com.apple.MediaKit (13 - 658) <3614D66C-0712-3049-9C5A-1ED9A94D82C5> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
           0x10e36e000 -        0x10e3a5ff7  libssl.0.9.8.dylib (47) <923945E6-C489-3406-903B-A362410753F8> /usr/lib/libssl.0.9.8.dylib
           0x10e3c0000 -        0x10e4c2fff  libcrypto.0.9.8.dylib (47) <74F165AD-4572-3B26-B0E2-A97477FE59D0> /usr/lib/libcrypto.0.9.8.dylib
           0x10e530000 -        0x10e56bfff  com.apple.LDAPFramework (2.4.28 - 194.5) <012E3038-92EA-3DC8-82B1-A71462DDAE9E> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
           0x10e57e000 -        0x10e58fff7  libsasl2.2.dylib (166) <649CAE0E-8FFE-3C60-A849-BE6300E4B726> /usr/lib/libsasl2.2.dylib
           0x10e59b000 -        0x10e59dff7  com.apple.EFILogin (2.0 - 2) <6D339047-85C5-35CD-B48F-8C43A6071416> /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin
           0x10e5a4000 -        0x10e5a7fff  libutil.dylib (30) <EF3340B2-9A53-3D5E-B9B4-BDB5EEECC178> /usr/lib/libutil.dylib
           0x10e5b0000 -        0x10e5f5ff7  com.apple.DiskManagement (5.0 - 631) <1F1CFE5E-39C9-3D8C-B7DE-A1B31E12F44C> /System/Library/PrivateFrameworks/DiskManagement.framework/Versions/A/DiskManag ement
           0x10e61f000 -        0x10e623fff  com.apple.SecCodeWrapper (2.0 - 1) <9C89FB5E-A3C1-34B0-85C8-EF5B093A461C> /System/Library/PrivateFrameworks/SecCodeWrapper.framework/Versions/A/SecCodeWr apper
           0x10e62d000 -        0x10e639fff  com.apple.login (2.0 - 2.0) <2CE05B78-5D08-3666-B816-6E1874386407> /System/Library/PrivateFrameworks/login.framework/Versions/A/login
           0x10e649000 -        0x10e649fff  com.apple.Carbon (154 - 155) <372716D2-6FA1-3611-8501-3DD1D4A6E8C8> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
           0x10e64e000 -        0x10f600ff7  com.apple.WebCore (8536 - 8536.24) <A890E18B-9224-38B3-ADFB-C84B3BCD2AAC> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
           0x10fecf000 -        0x10fed3ff7  com.apple.CommonPanels (1.2.5 - 94) <AAC003DE-2D6E-38B7-B66B-1F3DA91E7245> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
           0x10fedd000 -        0x10fee0fff  com.apple.help (1.3.2 - 42) <343904FE-3022-3573-97D6-5FE17F8643BA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
           0x10fee6000 -        0x10fefbfff  com.apple.ImageCapture (8.0 - 8.0) <17A45CE6-7DA3-36A5-B7EF-72BC136981AE> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
           0x10ff1d000 -        0x10ff39fff  com.apple.openscripting (1.3.5 - 148) <ACDE22A1-6170-3289-AF26-E501E6326BD7> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
           0x10ff4e000 -        0x10ff50ff7  com.apple.print.framework.Print (8.0 - 258) <34666CC2-B86D-3313-B3B6-A9977AD593DA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
           0x10ff5a000 -        0x10ff5cfff  com.apple.securityhi (4.0 - 55002) <8B2008A2-B6A2-3E69-9FA2-77B38C869DD6> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
           0x110315000 -        0x110343fff  com.apple.CoreServicesInternal (153 - 153) <11507A03-9165-350C-9492-A545EA7331BD> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/CoreServicesIn ternal
           0x11164f000 -        0x11165dff7  com.apple.Librarian (1.1 - 1) <B0248F96-6BC9-3F63-8557-65DF1606039C> /System/Library/PrivateFrameworks/Librarian.framework/Versions/A/Librarian
           0x11179e000 -        0x1117a7fef  libcldcpuengine.dylib (2.1.16) <BA5F6C17-7A08-3DCF-A30E-E9C4D76B7356> /System/Library/Frameworks/OpenCL.framework/Libraries/libcldcpuengine.dylib
           0x1117ad000 -        0x1117b0ff7  libCoreFSCache.dylib (24.4) <C375CAA0-F91F-3D9F-AF90-DB951BD86983> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache .dylib
           0x1117c4000 -        0x1117d0fff  libCSync.A.dylib (322) <C1321292-F5D3-3B8F-8CBB-57AC8E05F90C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
           0x111866000 -        0x11186afff  libCGXType.A.dylib (322) <0FA2272E-7733-36EA-9B9B-9279169D5919> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
           0x111872000 -        0x11189eff7  libRIP.A.dylib (322) <36880C8B-7FC0-3689-91FF-A0E8F4F57FE4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
           0x111a10000 -        0x111c84ff7  com.apple.RawCamera.bundle (3.14.2 - 644) <11978DA8-3427-33FB-95BD-315608107265> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
           0x114227000 -        0x1142c2ff7  unorm8_bgra.dylib (2.1.16) <14128E4A-6050-35C3-A493-3C8AEAF9B14D> /System/Library/Frameworks/OpenCL.framework/Libraries/ImageFormats/unorm8_bgra. dylib
           0x114ba2000 -        0x114ba5ff7 +net.culater.SIMBL.osax (0.9.9 - 0.9.9) <F0F26DED-2BF8-C0BF-8D26-30D50D989095> /Library/ScriptingAdditions/SIMBL.osax/Contents/MacOS/SIMBL
        0x7fff650ad000 -     0x7fff650e193f  dyld (210.2.3) <A40597AA-5529-3337-8C09-D8A014EB1578> /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: 377
        thread_create: 0
        thread_set_state: 0
    VM Region Summary:
    ReadOnly portion of Libraries: Total=158.2M resident=107.7M(68%) swapped_out_or_unallocated=50.5M(32%)
    Writable regions: Total=1.1G written=13.3M(1%) resident=22.8M(2%) swapped_out=0K(0%) unallocated=1.1G(98%)
    REGION TYPE                        VIRTUAL
    ===========                        =======
    CG backing stores                    4404K
    CG image                              204K
    CG raster data                         28K
    CG shared images                     1184K
    CoreAnimation                           4K
    CoreImage                               8K

    Re-installing OSX Mountain Lion fixed the issue.

  • Application Manager keeps crashing after I try and sign in on mac osx 10.8.3

    Application Manager keeps crashing after I try and sign in on mac osx 10.8.3

    David it sounds like you are having multiple difficulties with your current installation.  My best advice at this point would be to run the uninstallers in the Applications/Utilities/Adobe Installers folder.  Once this is done you will want to follow up with using the CS Cleaner tool to ensure complete removal.  You can find details on the use of the CS Cleaner tool at CS Cleaner Tool for installation problems | CCM, CS6, CS5.5, CS5, CS4, CS3 - http://helpx.adobe.com/creative-suite/kb/cs5-cleaner-tool-installation-problems.html.

  • 5 crashes after upgrade to ios my address book immediately and I can not access emails, because the password is wrong and when I go to mail settings crashes the application immediately from

    5 crashes after upgrade to ios my address book immediately and I can not access emails, because the password is wrong and when I go to mail settings crashes the application immediately from 

    Same issue also. Occurring both on my iPad 2 and iPhone 4 after upgrading to ios 5
    By the way, Mattban and Sancasslano, are either of you also experiencing any of the following issues:
    * Problems with Contacts either crashing or listing no names
    * Problems with turning iCloud on or off for application under Settings->iCloud... On both mine I just get a pop up saying that iCloud is being turned off but Contacts then just locks up.
    * General problems when trying to synch applications on the iPad or iPhone over iCloud?
    I am wondering if all these issues are in someway related to and whether it is worth trying to turn off iCloud somehow, though I cannot work out how this can be done once set up.

  • Internet and applications using the Internet keep crashing after IOS5 upgrade on the iPod Touch 4th generation. Any suggestion on how to solve?

    Internet and applications using the Internet keep crashing after IOS5 upgrade on the iPod Touch 4th generation. Any suggestion on how to prevent the it?

    Try:
    http://snapguide.com/guides/calibrate-your-home-button/?utm_expid=69945963-15
    fix for Home button
    iPhone Home Button Not Working or Unresponsive? Try This Fix
    - If you have iOS 5 and later you can turn on Assistive Touch it add the Home and other buttons to the iPods screen. Settings>General>Accessibility>Assistive Touch
    - If not under warranty Apple will exchange your iPod for a refurbished one for:
    Apple - Support - iPod - Repair pricing
    You can do it an an Apple store by:
    Apple Retail Store - Genius Bar
    or sent it in to Apple. See:
    Apple - Support - iPod - Service FAQ
    - There are third-party places like the following that will repair the Home button. Google for more.
    iPhone Repair, Service & Parts: iPod Touch, iPad, MacBook Pro Screens

  • After migration to a new macbook i cannot open photoshop. I get error message "you can't open this application "adobe photoshop cs" because powerpc applications are no longer supported"

    after migration to a new macbook i cannot open photoshop. I get error message "you can't open this application "adobe photoshop cs" because powerpc applications are no longer supported"

    You cannot run Photoshop CS on a new Intel-based Mac running OS X Mavericks. CS is far too old.
    You'll have to buy Photoshop CS6 or Photoshop Elements 12. Or subscribe to CC.

Maybe you are looking for

  • How can I move contacts from my pc laptop??

    I just got my ipad2.  How can I get my contacts on my PC to my iPad?

  • FocusListener not working for abstract button

    hi, FocusListener is not working for abstract button... Is there any other method which work similar to focusGained()... I think isFocusable() do that... Iam not sure about it.. Could anyone explain about it. It is needed very urgently. thanks in adv

  • How to get kitkat update

    how to get the kitkat update for the note 3

  • AppleSyncNotifier message upon startup

    When my computer starts up I get a message "The procedure entry point sqlite3_wal_checkpoint could not be located in the dynamic link library SQLite3.dll"  This is a App[leSyncNotifier.exe, what does this mean and how do I fix this?

  • Compile LINK image into one folder

    Hola peeps, Normally what i did after client approved Final Artwork i have to open one by one by click option + double clik the link image. is there any command or action that i dont know off to compile all the LINK file by one click and save it in o