App shud run even if explorer crashes or restarted

i have written a app specifically for windows.i start the app using "javaw" and runs perfetly.now is there any method by which the app continues to run even after the explorer is restarted

You could run it as a service... there's a tool called jnt that works really well...
http://www.eworksmart.com/JNT/
if you need it to display a UI to the user you can use the option in the services options to "interact with desktop"
that'll do it..

Similar Messages

  • Explorer crashes and restarting in Windows 8.1

    Hi,
    i'm using windows 8.1 professional X64 installed on hp probook 4540s . problem is, everytime I start the machine  explorer.exe crashes and restarting. I checked Event Viewer and I find this:
    Nom du journal :Application
    Source :       Application Error
    Date :         25/03/2014 21:27:45
    ID de l’événement :1000
    Catégorie de la tâche :(100)
    Niveau :       Erreur
    Mots clés :    Classique
    Utilisateur :  N/A
    Ordinateur :   NOURE
    Description :
    Nom de l’application défaillante Explorer.EXE, version : 6.3.9600.16441, horodatage : 0x5265dec8
    Nom du module défaillant : WLDAP32.dll, version : 6.3.9600.16384, horodatage : 0x5215e285
    Code d’exception : 0xc0000005
    Décalage d’erreur : 0x000000000000152a
    ID du processus défaillant : 0x1b80
    Heure de début de l’application défaillante : 0x01cf486bb2bcb3ea
    Chemin d’accès de l’application défaillante : C:\Windows\Explorer.EXE
    Chemin d’accès du module défaillant: C:\Windows\system32\WLDAP32.dll
    ID de rapport : 4d8bf42a-b464-11e3-827c-b4b52f8c7890
    Nom complet du package défaillant :
    ID de l’application relative au package défaillant :
    XML de l’événement :
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
      <System>
        <Provider Name="Application Error" />
        <EventID Qualifiers="0">1000</EventID>
        <Level>2</Level>
        <Task>100</Task>
        <Keywords>0x80000000000000</Keywords>
        <TimeCreated SystemTime="2014-03-25T21:27:45.000000000Z" />
        <EventRecordID>14148</EventRecordID>
        <Channel>Application</Channel>
        <Computer>NOURE</Computer>
        <Security />
      </System>
      <EventData>
        <Data>Explorer.EXE</Data>
        <Data>6.3.9600.16441</Data>
        <Data>5265dec8</Data>
        <Data>WLDAP32.dll</Data>
        <Data>6.3.9600.16384</Data>
        <Data>5215e285</Data>
        <Data>c0000005</Data>
        <Data>000000000000152a</Data>
        <Data>1b80</Data>
        <Data>01cf486bb2bcb3ea</Data>
        <Data>C:\Windows\Explorer.EXE</Data>
        <Data>C:\Windows\system32\WLDAP32.dll</Data>
        <Data>4d8bf42a-b464-11e3-827c-b4b52f8c7890</Data>
        <Data>
        </Data>
        <Data>
        </Data>
      </EventData>
    </Event>
    thanks for your help.
    Noure

    If the issue persists consider capturing a user-mode dump of the crash to get more information on the crash and see if the root cause of the crash is pinpointed.
    You can configure Windows to create user-mode dumps. Create a System Restore Point first.
    If you copy and paste the following in Notepad and save as a .reg file (save with the .reg extension and give it any name such as explorerdump.reg, then right-click the .reg file and select "Merge" to add to the registry, a .dmp file at the time explorer.exe
    crashes should be created in the C:\CrashDumps folder:
    Windows Registry Editor Version 5.00
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Windows Error Reporting\LocalDumps\explorer.exe]
    "DumpFolder"=hex(2):43,00,3a,00,5c,00,43,00,72,00,61,00,73,00,68,00,44,00,75,\
    00,6d,00,70,00,73,00,00,00
    After Explorer (explorer.exe) crashes, can you then make the .dmp file available (provide link) via a public folder on OneDrive or similar site?
    Here's a couple of links on using OneDrive (SkyDrive):
    http://windows.microsoft.com/en-ca/skydrive/add-photos-files-faq
    http://windows.microsoft.com/en-ca/onedrive/share-file-folder
    More info on collecting user-mode dumps:
    »msdn.microsoft.com/en-us/library···85).aspx

  • Can apps still run even if closed through multi tasking?

    I'm having a nightmare. I ungraded to 4.2 and safari started not loading properly after 15 mins use. No amount of clearing cache etc solved it. I got it exchanged and had 4.2 put on in the Apple store in case my version was corrupt. New phone had same issues. Another replacement... This one had a dud battery so in last ditch attempt before the long trek to the Apple store I put 4.2 on again. Battery improved but safari started not loading again- the blue bar only reaching part way so I constantly have to refresh. I keep all not active apps closed through multi tasking, also notifications off. I'm wondering if any apps can appear closed but still run- cuz asides from a bad app, I can't understand what might be causing this. Different phones, different 4.2, and always restored as a new phone. I'm at my wits end!

    Thanks so much for your answer.
    Yes, I am sliding to power off.

  • Adding a counter that keeps track of the total number of times a loop has run, even if LabVIEW has been restarted.

    Hi all,
    I am writing a VI for measuring data and inserting it into a database. The measurements are controlled by a loop that runs once every minute. I want to give each measurement a unique id number and store this too in the database.
    To do this, I want to add a counter to this loop so that I can count the number of times the loop has executed in total. This is, even if the VI, LabVIEW or even th PC is restarted, I want the counter to keep track of the number of executions. If say, the loope executes two times and then the VI is stopped and restarted, I want the following number on the counter to be three.
    Does anyone have an idea about how to do this? I am gratefule for any help!
    Clara
    Message Edited by Clara G on 05-11-2010 08:21 AM
    Solved!
    Go to Solution.

    Not allowed to give away code but I can describe one of my "Totalizers" used to keep track of how much stuff has passed through a fliter so we know when to change it.
    THe Total izer is implemented as an Action Engine.
    It has three actions (methods)
    1) Init - Opens an ini file and reads the last values read and cahces these in shift registers. It also inits a timer so we now how long since the last file I/O.
    2) Update - Uses the data passed by the caller to update the totals. It also checks how long since the last save and if more than one minute it writes to the ini file (forced write).
    3) Read - returns the totals for display and evealuating if a an alarm should be triggered to change the filter.
    Note:
    THe pre-LV 8.6 version of the ini file exposed methods to allow writing to the file. The new ini functions do not expose that functionality and require closing the file.
    Ben
    Ben Rayner
    I am currently active on.. MainStream Preppers
    Rayner's Ridge is under construction

  • Windows explorer crashes whenever I right-click mouse on any file.

    I have installed iTunes 8.02 with QuickTime 7.5.5 in Windows Vista for my iPhone 3G. However, windows explorer crashes and restarts automatically whenever I try to bring up the context menu by right-clicking my mouse on any file, or I press the button "DEL" on my keyboard.
    This problem is gone if I un-install QuickTime 7.5.5. However, iTunes 8.0.2 cannot run without QuickTime.
    Any solution for this ridiculous issue? Please help!

    Hello,
    You are correct.  It was right where you said it should be.  For some reason doing a search does not find it.   Anyway, here it is. Thanks.
    [LabVIEW]
    IsFirstLaunch=False
    menuSetup="default"
    saveFloaterLocations=True
    SaveChanges_ApplyToAll=True
    paletteStyle="NamedIcons"
    ProbeDefaultCache="C:\Program Files\National Instruments\LabVIEW 8.0\vi.lib\_probes\default\AnalogWaveformProbe.vi;​C:\Program Files\National Instruments\LabVIEW 8.0\vi.lib\_probes\default\ConditionalErrorProbe.v​i;C:\Program Files\National Instruments\LabVIEW 8.0\vi.lib\_probes\default\CtrlRefProbe.vi;C:\Prog​ram Files\National Instruments\LabVIEW 8.0\vi.lib\_probes\default\DDTProbe.vi;C:\Program Files\National Instruments\LabVIEW 8.0\vi.lib\_probes\default\DigitalWaveformProbe.vi​;C:\Program Files\National Instruments\LabVIEW 8.0\vi.lib\_probes\default\PictureCtrlDefault.vi;C​:\Program Files\National Instruments\LabVIEW 8.0\vi.lib\_probes\default\PixmapCtrlDefault.vi;C:​\Program Files\National Instruments\LabVIEW 8.0\vi.lib\_probes\default\RendezvousRef.vi;C:\Pro​gram Files\National Instruments\LabVIEW 8.0\vi.lib\_probes\default\SemaphoreRef.vi;C:\Prog​ram Files\National Instruments\LabVIEW 8.0\vi.lib\_probes\default\StorageRefnumProbe.vi;C​:\Program Files\National Instruments\LabVIEW 8.0\vi.lib\_probes\default\StringNotifierRef.vi;C:​\Program Files\National Instruments\LabVIEW 8.0\vi.lib\_probes\default\StringQueueRef.vi;C:\Pr​ogram Files\National Instruments\LabVIEW 8.0\vi.lib\_probes\default\VIRefProbe.vi"
    RecentFiles.pathList="C:\Andy\LabVIEW 8\NiDMM_start.vi;C:\Andy\LabVIEW 8\HP 3478A_VISA.vi"

  • 3 Weird Problems! (really slow syncing, explorer crashing & skipping songs)

    Ok guys, i have 3 weird problems with my iTunes 7.6. also had these problems with older versions too. I'm using iPod Touch 16GB edition. I'm using windows vista and have 2GB RAM and Core 2 Duo 2.2GHZ CPU.
    1: First problem is that every 9 out of 10 times that i open iTunes, my windows explorer crashes and restarts, but iTunes doesn't open. after the windows explorer has successfully restarted, then i try to open iTunes again & it works fine.
    2: I have USB 2.0 connections on my laptop. iTunes used to copy music to my iPod fine before, but recently it has been copying really slow. It's not just the music, but also the videos. Before it would take only about 3 - 5 seconds to transfer one song, now it may take as long as 20 - 30 secs. And yes all the songs are MP3 formats at 128 - 256kbps and 4mb - 5mb in size. For example i'm copying 2 videos right now to iTouch (682MB & 672MB) for the last one & a half hour and it's only copied about 75% now. Videos were already converted to MP4 format before being imported to iTunes.
    3: I have lots of MP3 discourses which have very low bitrate (16kbps mono, 10MB - 12MB), and my iTouch skips them completely after about 10 secs and starts playing next file, but if i quickly forward to half of the file, they seem to run fine from there, but may skip near the end or after another 5 minutes of playback. it's all random. but they run fine on my pc. this problem is only with low bitrate files. Is there any fix for it without converting the file to higher bitrate? because these discourses are hours long and it will take a lot of space.
    thanks guys, any help would be appreciated.

    Hi Definitely is not the amount of data you hold ( i have 1TB of movies and video songs). My advice do a full restore to the ATV and start fresh with the computer. It is only what I will do.

  • My iphone3gs shuts off when i jump between apps or run certain apps...  even with 90 percent it will shut down and shows vertical lines through the black screen...  any ideas what this could be?

    My iphone 3gs shuts off when flipping to different apps or running certain apps.  If it crashes badly I need to plug power to the device to bring it up.  This happens whether i have even 90 percent battery life.  Any idea as to what this may be? 

    Sounds like a major hardware problem.
    If no change after restoring your iPhone as a new iPhone or not from your iPhone's backup, there is a hardware problem.

  • I installed iTunes on my Windows 7 PC and now Internet Explorer crashes and won't run.

    I installed iTunes on my Dell PC running Windows 7 and now Internet Explorer crashes and won't run. Are there any known conflicts, or likely issues that may be causing this?
    I've rebooted, and the iTunes program seems to operate fine. I used it to upgrade my iPad's OS to 8.1.3.

    They aren't related and shouldn't affect each other.

  • Mail window will not open, even though app is running in the toolbar

    Hi all,   when I click on the mail app in my toolbar, the app is running as it has the little grey dot underneath and is displaying that I have unread emails ... no window will pop up though so I can't actually get into the mailbox at all!
    I am running on OS X Yosemite 10.10.2    Mail version 8.2 and my MacBook Pro (mid 2012) is not showing that any updates are due.
    Many thanks for your help
    Sara x

    Please take these steps to delete the Mail "sandbox" folders.
    Step 1
    Back up all data.
    Triple-click anywhere in the line below on this page to select it:
    ~/Library/Containers/com.apple.mail
    Right-click or control-click the highlighted line and select
              Services ▹ Reveal
    from the contextual menu.* A Finder window should open with a folder named "com.apple.mail" selected. If it does, move the selected folder—not just its contents—to the Desktop. Leave the Finder window open for now.
    Restart the computer. Launch Mail and test. If the problem is resolved, you may have to recreate some of your Mail settings. Any custom stationery that you created may be lost. Ask for instructions if you want to preserve that data. You can then delete the folder you moved and close the Finder window.
    Caution: If you change any of the contents of the sandbox, but leave the folder itself in place, Mail may crash or not launch at all. Deleting the whole sandbox will cause it to be rebuilt automatically.
    Step 2
    If Step 1 doesn't solve the problem, repeat with this line:
    ~/Library/Containers/com.apple.MailServiceAgent
    *If you don't see the contextual menu item, copy the selected text to the Clipboard by pressing the key combination  command-C. In the Finder, select
              Go ▹ Go to Folder...
    from the menu bar and paste into the box that opens by pressing command-V. You won't see what you pasted because a line break is included. Press return.

  • So a number of my apps (ie., United, ES File Explorer, etc..), which worked a few days ago, are now crashing on start-up or shortly thereafter. Have you recorded this bug and is a fix forthcoming?  Anxiously awaiting an update.

    So a number of my apps (ie., United, ES File Explorer, etc..), which worked a few days ago, are now crashing on start-up or shortly thereafter. Have you recorded this bug and is a fix forthcoming?  Anxiously awaiting an update.

    There are a number of threads about this issue on the forum if you want to do a search.  Basically, you need to uninstall the latest update to Android System Webview:
    http://www.droid-life.com/2015/04/27/apps-crashing-android-system-webview/#more-166266

  • HT1688 when you double tap the home button to go back to your other apps are those apps always running and using cellular data even if I am not currently using them?  I thought it froze them and didn't use data other that a select few apps like Facebook,

    when you double tap the home button to go back to your other apps are those apps always running and using cellular data even if I am not currently using them?  I thought it froze them and didn't use data other that a select few apps like Facebook, email, etc.  Also I always select no when I download an app and it wants me to have those push notifications.  Because that would mean that I would have to delete my apps after everytime I just them from that bar and that would be very annoying and just stupid.  Or maybe apps do use data and it's just a big scheme to make everyone go over on their data plans. 

    This should help: http://speirs.org/blog/2012/1/2/misconceptions-about-ios-multitasking.html.

  • IPhone5 with ios 6.1.2 uses cellular data when connected to wifi.  Every hour to the minute even when no apps are running, iCloud is off, Ads are off, Diagnostics are off.  Running on AT&T cellular network.

    I have 3 iPhone5's with ios 6.1.2 that user cellular data when connected to wifi.  Every hour to the minute even when no apps are running, iCloud is off, Ads are off, Diagnostics are off.  Running on AT&T cellular network. 
    Date Time To/From
    Type
    Direction
    Msg/KB
    03/14
    01:30 PM
    phone
    Internet/MEdia Net
    Sent
    78 KB
    03/14
    01:02 PM
    phone
    Internet/MEdia Net
    Sent
    4397 KB
    03/14
    12:48 PM
    phone
    Internet/MEdia Net
    Sent
    19520 KB
    03/14
    12:30 PM
    phone
    Internet/MEdia Net
    Sent
    19503 KB
    03/14
    11:30 AM
    phone
    Internet/MEdia Net
    Sent
    2427 KB
    03/14
    10:30 AM
    phone
    Internet/MEdia Net
    Sent
    359 KB
    03/14
    09:30 AM
    phone
    Internet/MEdia Net
    Sent
    1396 KB
    03/14
    09:25 AM
    phone
    Internet/MEdia Net
    Sent
    1 KB
    03/14
    08:25 AM
    phone
    Internet/MEdia Net
    Sent
    30 KB
    03/14
    07:25 AM
    phone
    Internet/MEdia Net
    Sent
    16 KB
    03/14
    06:25 AM
    phone
    Internet/MEdia Net
    Sent
    45 KB
    03/14
    05:25 AM
    phone
    Internet/MEdia Net
    Sent
    15 KB
    03/14
    04:25 AM
    phone
    Internet/MEdia Net
    Sent
    14 KB
    03/14
    03:25 AM
    phone
    Internet/MEdia Net
    Sent
    21 KB
    03/14
    02:25 AM
    phone
    Internet/MEdia Net
    Sent
    23 KB
    03/14
    01:25 AM
    phone
    Internet/MEdia Net
    Sent
    16 KB
    03/14
    12:25 AM
    phone
    Internet/MEdia Net
    Sent
    23 KB

    Hello All Who Read This!
    I just bought an iPhone 5 on the 21st of March. I ate through 850 MB's in 12 days. I read up on the issue of data consumption looking for tips to conserve data. I did not know there was a problem.
    This morning I found out that I was leaking data very little, but daily it accumulates. I am in Barcelona, Spain. I do not have a contract, I am on a prepaid Yoigo carrier.
    I happened upon an article/blog by Robert Parks at snnyc.com "problems persist in ios 6.1.2.".
    Although his situation did not relate to me, I tried a few tests on my own to see if I could stop the data leak without turning off my celular data and possibly push notifications, I think I found a solution that might help someone:
    In ios 6.1.3 goto Settings/Mail, Contacts,Calenders and scroll down to Calendars and turn off " New Invitation Alerts" and also turn off "Shared Calendar Alerts".
    My Cellular Network Data seems to be behaving. I only see a change in MB used when I open an ap that uses data.
    All The Best

  • HT201640 My Mac Becomes very hot easily and fan keeps running even without running any apps

    Hi all,
    My MacBook Pro Mid 2012 Retina recently get hot easily and the fan just keeps running even with low work load.
    For example, right now, I just have Safari opened. (only one webpage opened, which is this) and my keeps running. the laptop gets hot.
    If w/o the adapter connected, it can only last 1.5 hrs.
    wehen clicked on the battery symbol on the menu bar, under the "Apps Using Significant Energy'" it says Safari.
    Even sometimes, I have no apps open, the fan will still be running. and there is no apps using significant energy...........
    what is wrong with my mac? I tried System Management Reset couple times, it does not help....
    and all my apps/OS are updated! I dont have too many apps (only 30) installed on my mac.
    Thanks for any comments/ideas.

    Back up all data before proceeding.
    Quit Safari if it’s running. Then select
               ▹ Force Quit…
    from the menu bar. A small window will open with a list of running applications. Safari may appear in that list, even though you quit it. If so, select it and press return. Close the window.
    Step 1
    Hold down the option key and select
              Go ▹ Library
    from the Finder menu bar. Delete the following items from the Library folder (some may not exist):
              Caches/com.apple.Safari
              Caches/com.apple.Safari.SearchHelper
              Caches/com.apple.SafariServices
              Caches/com.apple.WebKit.PluginProcess
              Caches/com.apple.WebProcess
              Caches/Metadata/Safari
              Preferences/com.apple.WebKit.PluginHost.plist
              Preferences/com.apple.WebKit.PluginProcess.plist
              Saved Application State/com.apple.Safari.savedState
    Leave the Library folder open. Try Safari again. If the problem is solved, stop here. Close the Library folder. If you still have a problem, continue.
    Step 2
    Move the following items from the open Library folder to the Desktop (again, some may not exist):
              Cookies/Cookies.binarycookies
              Internet Plug-Ins
              Preferences/ByHost/com.apple.Safari.*.plist
              Preferences/com.apple.Safari.Extensions.plist
              Preferences/com.apple.Safari.LSSharedFileList.plist
              Preferences/com.apple.Safari.plist
              Preferences/com.apple.WebFoundation.plist
              PubSub/Database
              Safari
              SyncedPreferences/com.apple.Safari.plist
    Here, "*" stands for a long string of letters, numbers, and dashes.
    Note 1: You are not moving the Safari application. You’re moving a folder named “Safari.”
    Note 2: This step will remove your Safari extensions, if any, and their settings. If you choose to reinstall them, do so one at a time, testing each time to make sure you haven’t restored the problem.
    Try again. Your settings and bookmarks will be lost. The default set of bookmarks will be restored. Delete them all.
    If Safari is now working normally (apart from the lost settings), look inside the “Safari” folder on the Desktop for a file named “Bookmarks.plist”. Select
              File ▹ Import Bookmarks...
    from the Safari menu bar. Import from that file. Recreate the rest of your Safari settings. You can then delete the items you moved to the Desktop.
    If the issue is still not resolved, quit Safari again and put all the items you moved to the Desktop back where they were, overwriting the newer ones that may have been created in their place. You don’t need to replace the files you deleted in Step 1. Stop here and post again.
    If you don’t like the results of the last step, you can undo it completely by quitting Safari and restoring the items you moved or deleted in that step from your backup, overwriting any that were created in their place.

  • My ipod touch 4g is crashing with all the apps,appstore,and even safari

    After upgrading IOS6 iam very much diappointed with this upgrade never expected this from apple and even safari is crashing in my ipod touch 4g.My ipod has started hanging after upgrading to ios6.All the apps are crashing please give a solution.

    Try the following:
    - A reset. Nothing is lost
    Reset iPod touch: Hold down the On/Off button and the Home button at the same time for at
    least ten seconds, until the Apple logo appears.
    - Restore from backup
    - Restore to factory settings/new iPod.
    - Wait for iOS 6.0.1 update.
    The App store is a problem for many users.
    https://discussions.apple.com/thread/4319809?tstart=0
    Ans some apps do not work with iOS 6 and will require the developer's update the apps.

  • Bluetooth Explorer crashes

    I'm using a Macbook Pro (10.8.4). I'm trying to configure an USB bluetooth dongle. It's lightened but it's not working. Otherwise Bluetooth works well.
    I tried to Modify Software & Device Configuration in Bluetooth Explorer, when I checkbox Delete link keys from the Bluetooth module, it crashes (cf below). It also crashes if I click Tools/Througput Test or RSSI Sweeper.
    I reinstalled OS but Bluetooth Explorer still crashes.
    Do you have any idea why it crashes? I think the problem that my dongle doesn't work is linked with the crashes in Bluetooth Explorer.
    Thank you.
    Process:    
    Bluetooth Explorer [392]
    Path:       
    /Developer/Applications/Utilities/Bluetooth/Bluetooth Explorer.app/Contents/MacOS/Bluetooth Explorer
    Identifier: 
    com.apple.BluetoothExplorer
    Version:    
    2.3.6 (2.3.6f3)
    Build Info: 
    IOBluetoothFamily-23600403~65
    Code Type:  
    X86-64 (Native)
    Parent Process:  launchd [155]
    User ID:    
    502
    Date/Time:  
    2013-09-05 21:58:49.521 +0200
    OS Version: 
    Mac OS X 10.8.4 (12E55)
    Report Version:  10
    Interval Since Last Report:     
    806 sec
    Crashes Since Last Report:      
    910
    Per-App Interval Since Last Report:  55 sec
    Per-App Crashes Since Last Report:   2
    Anonymous UUID:                 
    E255E7EB-0E18-CE08-F178-301CEED1B1E7
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_BREAKPOINT (SIGTRAP)
    Exception Codes: 0x0000000000000002, 0x0000000000000000
    Application Specific Information:
    Performing @selector(createWindow:) from sender NSMenuItem 0x101a42fa0
    Dyld Error Message:
      Symbol not found: _IOBluetoothLocalDeviceReadAddress
      Referenced from: /Developer/Applications/Utilities/Bluetooth/Bluetooth Explorer.app/Contents/MacOS/Bluetooth Explorer
      Expected in: /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   dyld                     
    0x00007fff61b3e09d dyld_fatal_error + 1
    1   dyld                     
    0x00007fff61b41048 dyld::fastBindLazySymbol(ImageLoader**, unsigned long) + 139
    2   libdyld.dylib            
    0x00007fff977f08ee dyld_stub_binder_ + 13
    3   ???                      
    0x0000000100042170 0 + 4295238000
    4   com.apple.BluetoothExplorer  
    0x0000000100010151 0x100000000 + 65873
    5   com.apple.AppKit         
    0x00007fff921e6178 -[NSIBObjectData nibInstantiateWithOwner:topLevelObjects:] + 1234
    6   com.apple.AppKit         
    0x00007fff921c511d loadNib + 317
    7   com.apple.AppKit         
    0x00007fff921c485c +[NSBundle(NSNibLoading) _loadNibFile:nameTable:withZone:ownerBundle:] + 750
    8   com.apple.AppKit         
    0x00007fff9231758c +[NSBundle(NSNibLoading) loadNibFile:externalNameTable:withZone:] + 140
    9   com.apple.AppKit         
    0x00007fff9234a5db -[NSWindowController loadWindow] + 199
    10  com.apple.AppKit         
    0x00007fff9234a2b5 -[NSWindowController window] + 77
    11  com.apple.AppKit         
    0x00007fff9238ab79 -[NSWindowController showWindow:] + 53
    12  com.apple.AppKit         
    0x00007fff92315959 -[NSApplication sendAction:to:from:] + 342
    13  com.apple.AppKit         
    0x00007fff9244b36c -[NSMenuItem _corePerformAction] + 406
    14  com.apple.AppKit         
    0x00007fff9244b05a -[NSCarbonMenuImpl performActionWithHighlightingForItemAtIndex:] + 133
    15  com.apple.AppKit         
    0x00007fff9213820f -[NSMenu _internalPerformActionForItemAtIndex:] + 36
    16  com.apple.AppKit         
    0x00007fff92138097 -[NSCarbonMenuImpl _carbonCommandProcessEvent:handlerCallRef:] + 135
    17  com.apple.AppKit         
    0x00007fff92444165 NSSLMMenuEventHandler + 342
    18  com.apple.HIToolbox      
    0x00007fff91b67d1a DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 1206
    19  com.apple.HIToolbox      
    0x00007fff91b671e9 SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 410
    20  com.apple.HIToolbox      
    0x00007fff91b7cfc9 SendEventToEventTarget + 40
    21  com.apple.HIToolbox      
    0x00007fff91bb3ca9 SendHICommandEvent(unsigned int, HICommand const*, unsigned int, unsigned int, unsigned char, void const*, OpaqueEventTargetRef*, OpaqueEventTargetRef*, OpaqueEventRef**) + 443
    22  com.apple.HIToolbox      
    0x00007fff91b58a21 SendMenuCommandWithContextAndModifiers + 59
    23  com.apple.HIToolbox      
    0x00007fff91b589d3 SendMenuItemSelectedEvent + 254
    24  com.apple.HIToolbox      
    0x00007fff91b5885f FinishMenuSelection(SelectionData*, MenuResult*, MenuResult*) + 94
    25  com.apple.HIToolbox      
    0x00007fff91b348bb MenuSelectCore(MenuData*, Point, double, unsigned int, OpaqueMenuRef**, unsigned short*) + 605
    26  com.apple.HIToolbox      
    0x00007fff91b33ec8 _HandleMenuSelection2 + 565
    27  com.apple.AppKit         
    0x00007fff923038c6 _NSHandleCarbonMenuEvent + 245
    28  com.apple.AppKit         
    0x00007fff92225a9f _DPSNextEvent + 2073
    29  com.apple.AppKit         
    0x00007fff92224df2 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 128
    30  com.apple.AppKit         
    0x00007fff9221c1a3 -[NSApplication run] + 517
    31  com.apple.AppKit         
    0x00007fff921c0bd6 NSApplicationMain + 869
    32  com.apple.BluetoothExplorer  
    0x0000000100001134 0x100000000 + 4404
    Thread 1:
    0   libsystem_kernel.dylib   
    0x00007fff97b3f6d6 __workq_kernreturn + 10
    1   libsystem_c.dylib        
    0x00007fff97c76f4c _pthread_workq_return + 25
    2   libsystem_c.dylib        
    0x00007fff97c76d13 _pthread_wqthread + 412
    3   libsystem_c.dylib        
    0x00007fff97c611d1 start_wqthread + 13
    Thread 2:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib   
    0x00007fff97b3fd16 kevent + 10
    1   libdispatch.dylib        
    0x00007fff91527dea _dispatch_mgr_invoke + 883
    2   libdispatch.dylib        
    0x00007fff915279ee _dispatch_mgr_thread + 54
    Thread 3:
    0   libsystem_kernel.dylib   
    0x00007fff97b3f6d6 __workq_kernreturn + 10
    1   libsystem_c.dylib        
    0x00007fff97c76f4c _pthread_workq_return + 25
    2   libsystem_c.dylib        
    0x00007fff97c76d13 _pthread_wqthread + 412
    3   libsystem_c.dylib        
    0x00007fff97c611d1 start_wqthread + 13
    Thread 4:
    0   libsystem_kernel.dylib   
    0x00007fff97b3f6d6 __workq_kernreturn + 10
    1   libsystem_c.dylib        
    0x00007fff97c76f4c _pthread_workq_return + 25
    2   libsystem_c.dylib        
    0x00007fff97c76d13 _pthread_wqthread + 412
    3   libsystem_c.dylib        
    0x00007fff97c611d1 start_wqthread + 13
    Thread 5:
    0   libsystem_kernel.dylib   
    0x00007fff97b3f6d6 __workq_kernreturn + 10
    1   libsystem_c.dylib        
    0x00007fff97c76f4c _pthread_workq_return + 25
    2   libsystem_c.dylib        
    0x00007fff97c76d13 _pthread_wqthread + 412
    3   libsystem_c.dylib        
    0x00007fff97c611d1 start_wqthread + 13
    Thread 6:: CVDisplayLink
    0   libsystem_kernel.dylib   
    0x00007fff97b3f0fa __psynch_cvwait + 10
    1   libsystem_c.dylib        
    0x00007fff97c78fe9 _pthread_cond_wait + 869
    2   com.apple.CoreVideo      
    0x00007fff980f42a1 CVDisplayLink::runIOThread() + 689
    3   com.apple.CoreVideo      
    0x00007fff980f3fd7 startIOThread(void*) + 148
    4   libsystem_c.dylib        
    0x00007fff97c747a2 _pthread_start + 327
    5   libsystem_c.dylib        
    0x00007fff97c611e1 thread_start + 13
    Thread 0 crashed with X86 Thread State (64-bit):
      rax: 0x0000000000000100  rbx: 0x00000001001a59f0  rcx: 0x0000000000000000  rdx: 0x0000000000000000
      rdi: 0x00007fff61bad060  rsi: 0x0000000000000000  rbp: 0x00007fff5fbfe3d0  rsp: 0x00007fff5fbfe3b8
       r8: 0x00007fff61b59a14   r9: 0x0000000000000012  r10: 0x00007fff5fbfe28b  r11: 0x00007fff61bad060
      r12: 0x00000001001898c0  r13: 0x0000000000000004  r14: 0x00007fff61bad060  r15: 0x0000000000000038
      rip: 0x00007fff61b3e09d  rfl: 0x0000000000000246  cr2: 0x00007fff61b677d0
    Logical CPU: 0
    Binary Images:
    0x100000000 -   
    0x100041fff  com.apple.BluetoothExplorer (2.3.6 - 2.3.6f3) <CA663659-1477-78A5-D60A-FF4FB4CD4100> /Developer/Applications/Utilities/Bluetooth/Bluetooth Explorer.app/Contents/MacOS/Bluetooth Explorer
    0x10005c000 -   
    0x100085fff  com.apple.BluetoothUI (4.1.4 - 4.1.4f2) <AFEAEAC3-AA10-3657-A625-AAAC3C16A3A2> /System/Library/Frameworks/IOBluetoothUI.framework/Versions/A/IOBluetoothUI
    0x1007e9000 -   
    0x1007f2fe7  libcldcpuengine.dylib (2.2.16) <B6E3B14B-1EAC-3FDD-8AED-87231A033BED> /System/Library/Frameworks/OpenCL.framework/Libraries/libcldcpuengine.dylib
    0x1007fa000 -   
    0x1007faffb +cl_kernels (???) <E3911009-2D11-4CC8-B155-33D6DF48E33E> cl_kernels
    0x105961000 -   
    0x1059fbff7  unorm8_bgra.dylib (2.2.16) <5D62BED8-DF5D-3C51-94B4-57368FF10DDB> /System/Library/Frameworks/OpenCL.framework/Libraries/ImageFormats/unorm8_bgra.dylib
    0x105b3b000 -   
    0x105b48fff  libGPUSupport.dylib (8.9.2) <0D32763C-7F3D-3FDB-9EDB-760BB7AFFA04> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupport.dylib
    0x105b4f000 -   
    0x105b7afff  GLRendererFloat (8.9.2) <18D6F0AD-C5F1-3E8F-89C2-89426A3D6FE4> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GLRendererFloat
    0x107956000 -   
    0x107b14fff  GLEngine (8.9.2) <420E03C3-B91D-33C7-A1C4-BE60A1544971> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
    0x107b4b000 -   
    0x107cbbfff  libGLProgrammability.dylib (8.9.2) <83DBCC22-F711-3F9D-B622-6DE5D9DD90AE> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib
    0x108800000 -   
    0x108bbdff7  com.apple.driver.AppleIntelHD3000GraphicsGLDriver (8.12.47 - 8.1.2) <41C027A9-3329-340E-995A-6B66C54B7DAD> /System/Library/Extensions/AppleIntelHD3000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD3000GraphicsGLDriver
    0x7fff61b3d000 -
    0x7fff61b7193f  dyld (210.2.3) <6900F2BA-DB48-3B78-B668-58FC0CF6BCB8> /usr/lib/dyld
    0x7fff8c52d000 -
    0x7fff8c607fff  com.apple.backup.framework (1.4.3 - 1.4.3) <6B65C44C-7777-3331-AD9D-438D10AAC777> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x7fff8c608000 -
    0x7fff8c60aff7  com.apple.print.framework.Print (8.0 - 258) <34666CC2-B86D-3313-B3B6-A9977AD593DA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
    0x7fff8c60b000 -
    0x7fff8c637ff7  libRIP.A.dylib (332) <D26BC320-B415-3C4D-B57F-D525FC361BB2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x7fff8c638000 -
    0x7fff8c69bff7  com.apple.audio.CoreAudio (4.1.1 - 4.1.1) <9ACD3AED-6C04-3BBB-AB2A-FC253B16D093> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x7fff8c69c000 -
    0x7fff8c6f6fff  com.apple.print.framework.PrintCore (8.3 - 387.2) <5BA0CBED-4D80-386A-9646-F835C9805B71> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
    0x7fff8c6f7000 -
    0x7fff8c6f8fff  liblangid.dylib (116) <864C409D-D56B-383E-9B44-A435A47F2346> /usr/lib/liblangid.dylib
    0x7fff8c6f9000 -
    0x7fff8c7b6ff7  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
    0x7fff8c7b7000 -
    0x7fff8ca32ff7  com.apple.RawCamera.bundle (4.08 - 707) <1DC4305D-C8FE-3680-BE23-937A58F4BD71> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x7fff8ca33000 -
    0x7fff8ca37fff  libCGXType.A.dylib (332) <17C8DD17-B3CB-3633-B252-C368AE51204C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
    0x7fff8ca38000 -
    0x7fff8ca4bff7  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
    0x7fff8cb3e000 -
    0x7fff8cb3efff  com.apple.ApplicationServices (45 - 45) <A3ABF20B-ED3A-32B5-830E-B37831A45A80> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
    0x7fff8cb3f000 -
    0x7fff8cbd9fff  libvMisc.dylib (380.6) <714336EA-1C0E-3735-B31C-19DFDAAF6221> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
    0x7fff8cbda000 -
    0x7fff8ce91ff7  com.apple.MediaToolbox (1.0 - 926.104) <916B1ACC-2623-39FB-9B5A-1B0162F8C468> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
    0x7fff8d228000 -
    0x7fff8d22efff  libCGXCoreImage.A.dylib (332) <F6300A73-D4C4-3DE6-A1B7-806E627CCF76> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
    0x7fff8dc1d000 -
    0x7fff8dc25ff7  libsystem_dnssd.dylib (379.38.1) <BDCB8566-0189-34C0-9634-35ABD3EFE25B> /usr/lib/system/libsystem_dnssd.dylib
    0x7fff8dc6d000 -
    0x7fff8dc9bfff  com.apple.CoreServicesInternal (154.3 - 154.3) <F4E118E4-E327-3314-83D7-EA20B1717ED0> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
    0x7fff8dca0000 -
    0x7fff8dcdbfff  com.apple.LDAPFramework (2.4.28 - 194.5) <7C71C445-2B52-3AC0-97E5-9F2E692C8F5C> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x7fff8dcdc000 -
    0x7fff8dd5cff7  com.apple.ApplicationServices.ATS (332 - 341.1) <39B53565-FA31-3F61-B090-C787C983142E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
    0x7fff8dd5f000 -
    0x7fff8dd95fff  com.apple.DebugSymbols (98 - 98) <14E788B1-4EB2-3FD7-934B-849534DFC198> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
    0x7fff8ddea000 -
    0x7fff8ddedfff  libRadiance.dylib (850) <62E3F7FB-03E3-3937-A857-AF57A75EAF09> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x7fff8ddee000 -
    0x7fff8ddf4fff  com.apple.DiskArbitration (2.5.2 - 2.5.2) <C713A35A-360E-36CE-AC0A-25C86A3F50CA> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x7fff8de50000 -
    0x7fff8de67fff  libGL.dylib (8.9.2) <B8E5948D-BCF2-3727-B74E-D74B8EDC82D6> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x7fff8de68000 -
    0x7fff8e285fff  FaceCoreLight (2.4.1) <DDAFFD7A-D312-3407-A010-5AEF3E17831B> /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLight
    0x7fff8e286000 -
    0x7fff8e2d1ff7  com.apple.GraphKit (1.0.5 - 30) <3041F39B-5372-334E-9757-3EBFE0CDA293> /System/Library/PrivateFrameworks/GraphKit.framework/Versions/A/GraphKit
    0x7fff8e2d2000 -
    0x7fff8e321ff7  libFontRegistry.dylib (100) <2E03D7DA-9B8F-31BB-8FB5-3D3B6272127F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x7fff8e322000 -
    0x7fff8e32fff7  com.apple.NetAuth (4.0 - 4.0) <F5BC7D7D-AF28-3C83-A674-DADA48FF7810> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
    0x7fff8e330000 -
    0x7fff8e381ff7  com.apple.SystemConfiguration (1.12.2 - 1.12.2) <581BF463-C15A-363B-999A-E830222FA925> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
    0x7fff8e393000 -
    0x7fff8e52efef  com.apple.vImage (6.0 - 6.0) <FAE13169-295A-33A5-8E6B-7C2CC1407FA7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
    0x7fff8e53c000 -
    0x7fff8e6c2fff  libBLAS.dylib (1073.4) <C102C0F6-8CB6-3B49-BA6B-2EB61F0B2784> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
    0x7fff8e6c3000 -
    0x7fff8e6f9fff  libsystem_info.dylib (406.17) <4FFCA242-7F04-365F-87A6-D4EFB89503C1> /usr/lib/system/libsystem_info.dylib
    0x7fff8e6fa000 -
    0x7fff8e6fefff  libCoreVMClient.dylib (32.3) <AD8391D9-56DD-3A78-A294-6A30E6ECE1A2> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
    0x7fff8e6ff000 -
    0x7fff8e801fff  libcrypto.0.9.8.dylib (47.1) <72AA650B-0453-3BB4-BA03-824627BB199C> /usr/lib/libcrypto.0.9.8.dylib
    0x7fff8e91c000 -
    0x7fff8e93dfff  com.apple.Ubiquity (1.2 - 243.15) <C9A7EE77-B637-3676-B667-C0843BBB0409> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
    0x7fff8e93e000 -
    0x7fff8e9abff7  com.apple.datadetectorscore (4.1 - 269.3) <5775F0DB-87D6-310D-8B03-E2AD729EFB28> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
    0x7fff8e9ac000 -
    0x7fff8e9acfff  com.apple.Accelerate.vecLib (3.8 - vecLib 3.8) <B5A18EE8-DF81-38DD-ACAF-7076B2A26225> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
    0x7fff8e9ad000 -
    0x7fff8e9f0ff7  com.apple.bom (12.0 - 192) <0BF1F2D2-3648-36B7-BE4B-551A0173209B> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x7fff8e9f1000 -
    0x7fff8ea0eff7  com.apple.openscripting (1.3.6 - 148.3) <C008F56A-1E01-3D4C-A9AF-97799D0FAE69> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
    0x7fff8eab7000 -
    0x7fff8eabafff  com.apple.help (1.3.2 - 42) <343904FE-3022-3573-97D6-5FE17F8643BA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
    0x7fff8eabb000 -
    0x7fff8eae2fff  com.apple.framework.familycontrols (4.1 - 410) <50F5A52C-8FB6-300A-977D-5CFDE4D5796B> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls
    0x7fff8eae3000 -
    0x7fff8eb0ffff  com.apple.quartzfilters (1.8.0 - 1.7.0) <B8DE45D7-1827-3379-A478-1A574A1D11D9> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework/Versions/A/QuartzFilters
    0x7fff8eb58000 -
    0x7fff8ee29ff7  com.apple.security (7.0 - 55179.13) <F428E306-C407-3B55-BA82-E58755E8A76F> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x7fff8f058000 -
    0x7fff8f06efff  com.apple.MultitouchSupport.framework (235.29 - 235.29) <617EC8F1-BCE7-3553-86DD-F857866E1257> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
    0x7fff8f0a5000 -
    0x7fff8f0a7fff  libCVMSPluginSupport.dylib (8.9.2) <EF1192AC-3357-3A0B-BFAF-6594D7737892> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
    0x7fff8f103000 -
    0x7fff8f10eff7  com.apple.DisplayServicesFW (2.7.2 - 357) <8AE56B58-A521-3F29-AAE2-10ADADBD30EA> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices
    0x7fff8f391000 -
    0x7fff8f3a5fff  com.apple.speech.synthesis.framework (4.1.12 - 4.1.12) <94EDF2AB-809C-3D15-BED5-7AD45B2A7C16> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x7fff8f3a6000 -
    0x7fff8f40ffff  libstdc++.6.dylib (56) <EAA2B53E-EADE-39CF-A0EF-FB9D4940672A> /usr/lib/libstdc++.6.dylib
    0x7fff8f412000 -
    0x7fff8f41efff  libCSync.A.dylib (332) <47466CF6-EB5C-3312-9E24-178F4410A92B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x7fff903df000 -
    0x7fff903dffff  com.apple.CoreServices (57 - 57) <9DD44CB0-C644-35C3-8F57-0B41B3EC147D> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x7fff903e0000 -
    0x7fff903ebfff  com.apple.CoreBluetooth (100.6 - 1) <8166B68C-3AA7-30F9-8454-CA2AA03F50E4> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth
    0x7fff9047c000 -
    0x7fff9048bff7  libxar.1.dylib (105) <370ED355-E516-311E-BAFD-D80633A84BE1> /usr/lib/libxar.1.dylib
    0x7fff9048c000 -
    0x7fff904e3ff7  com.apple.ScalableUserInterface (1.0 - 1) <F1D43DFB-1796-361B-AD4B-39F1EED3BE19> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterface.framework/Versions/A/ScalableUserInterface
    0x7fff904e4000 -
    0x7fff90503ff7  libresolv.9.dylib (51) <0882DC2D-A892-31FF-AD8C-0BB518C48B23> /usr/lib/libresolv.9.dylib
    0x7fff90504000 -
    0x7fff90548fff  libcups.2.dylib (327.6) <9C01D012-6F4C-3B69-B614-1B408B0ED4E3> /usr/lib/libcups.2.dylib
    0x7fff90549000 -
    0x7fff90568ff7  com.apple.ChunkingLibrary (2.0 - 133.3) <8BEC9AFB-DCAA-37E8-A5AB-24422B234ECF> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary
    0x7fff905da000 -
    0x7fff90659ff7  com.apple.securityfoundation (6.0 - 55115.4) <9291CE2A-37D9-39DF-956E-7B2650A9F3B0> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
    0x7fff9065f000 -
    0x7fff9066dfff  libcommonCrypto.dylib (60027) <BAAFE0C9-BB86-3CA7-88C0-E3CBA98DA06F> /usr/lib/system/libcommonCrypto.dylib
    0x7fff9066e000 -
    0x7fff90672ff7  com.apple.TCC (1.0 - 1) <F2F3B753-FC73-3543-8BBE-859FDBB4D6A6> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
    0x7fff90673000 -
    0x7fff906f4fff  com.apple.Metadata (10.7.0 - 707.11) <2DD25313-420D-351A-90F1-300E95C970CA> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
    0x7fff906f5000 -
    0x7fff906f9fff  com.apple.IOSurface (86.0.4 - 86.0.4) <26F01CD4-B76B-37A3-989D-66E8140542B3> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x7fff906fa000 -
    0x7fff906fbff7  libremovefile.dylib (23.2) <6763BC8E-18B8-3AD9-8FFA-B43713A7264F> /usr/lib/system/libremovefile.dylib
    0x7fff906fc000 -
    0x7fff9084efff  com.apple.audio.toolbox.AudioToolbox (1.9 - 1.9) <62770C0F-5600-3EF9-A893-8A234663FFF5> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x7fff9084f000 -
    0x7fff90871ff7  libxpc.dylib (140.43) <70BC645B-6952-3264-930C-C835010CCEF9> /usr/lib/system/libxpc.dylib
    0x7fff90881000 -
    0x7fff908affff  com.apple.shortcut (2.2 - 2.2) <C573DB65-37FB-3DDC-AB19-525094346D9B> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
    0x7fff908b0000 -
    0x7fff90907ff7  com.apple.AppleVAFramework (5.0.19 - 5.0.19) <541A7DBE-F8E4-3023-A3C0-8D5A2A550CFB> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x7fff90908000 -
    0x7fff9090aff7  libunc.dylib (25) <92805328-CD36-34FF-9436-571AB0485072> /usr/lib/system/libunc.dylib
    0x7fff9090b000 -
    0x7fff90918fff  libbz2.1.0.dylib (29) <CE9785E8-B535-3504-B392-82F0064D9AF2> /usr/lib/libbz2.1.0.dylib
    0x7fff90919000 -
    0x7fff9092aff7  libsasl2.2.dylib (166) <649CAE0E-8FFE-3C60-A849-BE6300E4B726> /usr/lib/libsasl2.2.dylib
    0x7fff9092b000 -
    0x7fff9092bfff  com.apple.Carbon (154 - 155) <CC5AA589-242E-3BE1-B776-7D4FFD93D0C1> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x7fff90e34000 -
    0x7fff91270fef  com.apple.VideoToolbox (1.0 - 926.104) <9231E12F-3D46-3F3D-B24F-6E16127E5909> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
    0x7fff91271000 -
    0x7fff912c6ff7  libTIFF.dylib (850) <EDAF0D99-70AF-3B3F-9EFA-9463C91D0E3C> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x7fff912d2000 -
    0x7fff912d3ff7  libsystem_sandbox.dylib (220.3) <B739DA63-B675-387A-AD84-412A651143C0> /usr/lib/system/libsystem_sandbox.dylib
    0x7fff912d4000 -
    0x7fff91323ff7  libcorecrypto.dylib (106.2) <CE0C29A3-C420-339B-ADAA-52F4683233CC> /usr/lib/system/libcorecrypto.dylib
    0x7fff91324000 -
    0x7fff91346ff7  com.apple.Kerberos (2.0 - 1) <C49B8820-34ED-39D7-A407-A3E854153556> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x7fff91347000 -
    0x7fff9139dfff  com.apple.HIServices (1.20 - 417) <BCD36950-013F-35C2-918E-05A93A47BE8C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
    0x7fff9139e000 -
    0x7fff913b5fff  com.apple.CFOpenDirectory (10.8 - 151.10) <F7AD9844-559A-366E-8192-BB4FCF9EE7A3> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
    0x7fff91441000 -
    0x7fff91443fff  com.apple.TrustEvaluationAgent (2.0 - 23) <A97D348B-32BF-3E52-8DF2-59BFAD21E1A3> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
    0x7fff914a2000 -
    0x7fff914d9ff7  libssl.0.9.8.dylib (47.1) <B7C438BB-79FF-37B3-B8FB-253E5135CBB4> /usr/lib/libssl.0.9.8.dylib
    0x7fff914da000 -
    0x7fff91522fff  libcurl.4.dylib (69.2) <EBDBF42D-E4A6-3D05-A76B-2817D79D59E2> /usr/lib/libcurl.4.dylib
    0x7fff91523000 -
    0x7fff91538ff7  libdispatch.dylib (228.23) <D26996BF-FC57-39EB-8829-F63585561E09> /usr/lib/system/libdispatch.dylib
    0x7fff91539000 -
    0x7fff916aaff7  com.apple.QTKit (7.7.1 - 2599.31) <E088A52C-914C-3BD7-AD50-CD40CA5D1308> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x7fff916ad000 -
    0x7fff917aaff7  libxml2.2.dylib (22.3) <47B09CB2-C636-3024-8B55-6040F7829B4C> /usr/lib/libxml2.2.dylib
    0x7fff917ab000 -
    0x7fff917b5fff  com.apple.speech.recognition.framework (4.1.5 - 4.1.5) <D803919C-3102-3515-A178-61E9C86C46A1> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
    0x7fff917b6000 -
    0x7fff917b6fff  com.apple.quartzframework (1.5 - 1.5) <6403C982-0D45-37EE-A0F0-0EF8BCFEF440> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x7fff917b7000 -
    0x7fff91810ff7  com.apple.ImageCaptureCore (5.0.4 - 5.0.4) <84F003C2-5758-3D0A-8644-F3A0BA4F22FC> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore
    0x7fff91891000 -
    0x7fff918b6ff7  libc++abi.dylib (26) <D86169F3-9F31-377A-9AF3-DB17142052E4> /usr/lib/libc++abi.dylib
    0x7fff918b7000 -
    0x7fff91985fff  com.apple.Bluetooth (4.1.4 - 4.1.4f2) <B08B37AD-88BB-3048-A4AF-8A7B3F9A598C> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
    0x7fff91986000 -
    0x7fff919d0ff7  libGLU.dylib (8.9.2) <1B5511FF-1064-3004-A245-972CE5687D37> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x7fff919d1000 -
    0x7fff91a82fff  com.apple.LaunchServices (539.9 - 539.9) <07FC6766-778E-3479-8F28-D2C9917E1DD1> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
    0x7fff91a83000 -
    0x7fff91a90ff7  com.apple.HelpData (2.1.4 - 85) <EE68BDCC-AF2E-34D3-8E4F-87379E3A4D8E> /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
    0x7fff91a91000 -
    0x7fff91a9cff7  com.apple.bsd.ServiceManagement (2.0 - 2.0) <C12962D5-85FB-349E-AA56-64F4F487F219> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
    0x7fff91b2b000 -
    0x7fff91b2dfff  com.apple.securityhi (4.0 - 55002) <A91F8981-ECB6-3B65-A7BA-8DCBD9CCE3D5> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
    0x7fff91b2f000 -
    0x7fff91e5ffff  com.apple.HIToolbox (2.0 - 626.1) <656D08C2-9068-3532-ABDD-32EC5057CCB2> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
    0x7fff91e60000 -
    0x7fff91eabfff  com.apple.CoreMedia (1.0 - 926.104) <31EAF297-9C42-3D6F-A8A1-CDAB94A26113> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x7fff91eb8000 -
    0x7fff91ebbfff  com.apple.AppleSystemInfo (2.0 - 2) <BC221376-361F-3F85-B284-DC251D3BB442> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo
    0x7fff91ebc000 -
    0x7fff91ef9fef  libGLImage.dylib (8.9.2) <C38649ED-E1C9-315E-9953-F33E8C6A3C89> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
    0x7fff91efa000 -
    0x7fff91efaffd  com.apple.audio.units.AudioUnit (1.9 - 1.9) <EC55FB59-2443-3F08-9142-7BCC93C76E4E> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x7fff91f56000 -
    0x7fff91f5aff7  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
    0x7fff91f87000 -
    0x7fff91f95ff7  libsystem_network.dylib (77.10) <0D99F24E-56FE-380F-B81B-4A4C630EE587> /usr/lib/system/libsystem_network.dylib
    0x7fff91f96000 -
    0x7fff91f9cfff  libmacho.dylib (829) <BF332AD9-E89F-387E-92A4-6E1AB74BD4D9> /usr/lib/system/libmacho.dylib
    0x7fff92005000 -
    0x7fff9206dfff  libvDSP.dylib (380.6) <CD4C5EEB-9E63-30C4-8103-7A5EAEA0BE60> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
    0x7fff920b2000 -
    0x7fff920b9fff  libGFXShared.dylib (8.9.2) <398F8D57-EC82-3E13-AC8E-470BE19237D7> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
    0x7fff920d0000 -
    0x7fff92cfdfff  com.apple.AppKit (6.8 - 1187.39) <199962F0-B06B-3666-8FD5-5C90374BA16A> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x7fff92cfe000 -
    0x7fff92d99fff  com.apple.CoreSymbolication (3.0 - 117) <50716F74-41C2-3BB9-AC16-12C4D4C2DD1E> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
    0x7fff92d9a000 -
    0x7fff92e98fff  com.apple.QuickLookUIFramework (4.0 - 555.5) <EE02B332-20F3-3226-A022-D71B808E1CC4> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/Versions/A/QuickLookUI
    0x7fff92e99000 -
    0x7fff93134ff7  com.apple.JavaScriptCore (8536 - 8536.30) <FE3C5ADD-43D3-33C9-9150-8DCEFDA218E2> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x7fff93135000 -
    0x7fff938dcfff  com.apple.CoreAUC (6.16.13 - 6.16.13) <8CBFBC9C-0773-3DEB-AF99-989008CB2B36> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
    0x7fff938dd000 -
    0x7fff939b0ff7  com.apple.DiscRecording (7.0 - 7000.2.4) <6DCA9535-E276-3D77-BEB3-296B537AA6BB> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
    0x7fff939b1000 -
    0x7fff93ac992f  libobjc.A.dylib (532.2) <90D31928-F48D-3E37-874F-220A51FD9E37> /usr/lib/libobjc.A.dylib
    0x7fff93aca000 -
    0x7fff93aeafff  libPng.dylib (850) <203C43BF-FAD3-3CCB-81D5-F2770E36338B> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x7fff93bd8000 -
    0x7fff93cf1fff  com.apple.ImageIO.framework (3.2.1 - 850) <C3FFCEEB-AA0C-314B-9E94-7005EE48A403> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
    0x7fff93cf2000 -
    0x7fff93d3eff7  libauto.dylib (185.4) <AD5A4CE7-CB53-313C-9FAE-673303CC2D35> /usr/lib/libauto.dylib
    0x7fff93df8000 -
    0x7fff93e85ff7  com.apple.SearchKit (1.4.0 - 1.4.0) <C7F43889-F8BF-3CB9-AD66-11AEFCBCEDE7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
    0x7fff93eb7000 -
    0x7fff9415bff7  com.apple.CoreImage (8.4.0 - 1.0.1) <CC6DD22B-FFC6-310B-BE13-2397A02C79EF> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage
    0x7fff94e50000 -
    0x7fff94e50fff  com.apple.Cocoa (6.7 - 19) <1F77945C-F37A-3171-B22E-F7AB0FCBB4D4> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x7fff94e51000 -
    0x7fff94e57ff7  libunwind.dylib (35.1) <21703D36-2DAB-3D8B-8442-EAAB23C060D3> /usr/lib/system/libunwind.dylib
    0x7fff94e63000 -
    0x7fff94e6efff  libsystem_notify.dylib (98.5) <C49275CC-835A-3207-AFBA-8C01374927B6> /usr/lib/system/libsystem_notify.dylib
    0x7fff94e6f000 -
    0x7fff9506ffff  libicucore.A.dylib (491.11.3) <5783D305-04E8-3D17-94F7-1CEAFA975240> /usr/lib/libicucore.A.dylib
    0x7fff95072000 -
    0x7fff950ccff7  com.apple.opencl (2.2.19 - 2.2.19) <3C7DFB2C-B3F9-3447-A1FC-EAAA42181A6E> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x7fff950cd000 -
    0x7fff95129fff  com.apple.QuickLookFramework (4.0 - 555.5) <8B9EAC35-98F3-3BF0-8B15-3A5FE39F150A> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x7fff95141000 -
    0x7fff952effff  com.apple.QuartzCore (1.8 - 304.3) <F450F2DE-2F24-3557-98B6-310E05DAC17F> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x7fff95669000 -
    0x7fff9567cff7  libbsm.0.dylib (32) <F497D3CE-40D9-3551-84B4-3D5E39600737> /usr/lib/libbsm.0.dylib
    0x7fff9567d000 -
    0x7fff957dbfef  com.apple.MediaControlSender (1.7 - 170.20) <853BE89D-49B0-3922-9ED5-DDBDE9A97356> /System/Library/PrivateFrameworks/MediaControlSender.framework/Versions/A/MediaControlSender
    0x7fff957dd000 -
    0x7fff957e6ff7  com.apple.CommerceCore (1.0 - 26.1) <40A129A8-4E5D-3C7A-B299-8CB203C4C65D> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore
    0x7fff957e7000 -
    0x7fff95b46fff  com.apple.Foundation (6.8 - 945.18) <1D7E58E6-FA3A-3CE8-AC85-B9D06B8C0AA0> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x7fff95b50000 -
    0x7fff95c52fff  libJP2.dylib (850) <2E43216C-3A5A-3693-820C-38B360698FA0> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x7fff95c53000 -
    0x7fff95d18ff7  com.apple.coreui (2.0 - 181.1) <83D2C92D-6842-3C9D-9289-39D5B4554C3A> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x7fff95d19000 -
    0x7fff95d28fff  com.apple.opengl (1.8.9 - 1.8.9) <6FD163A7-16CC-3D1F-B4B5-B0FDC4ADBF79> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x7fff960d6000 -
    0x7fff960e2fff  com.apple.CrashReporterSupport (10.8.3 - 418) <DE6AFE16-D97E-399D-82ED-3522C773C36E> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
    0x7fff960e3000 -
    0x7fff9611dff7  com.apple.GSS (3.0 - 2.0) <970CAE00-1437-3F4E-B677-0FDB3714C08C> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
    0x7fff9613a000 -
    0x7fff96185fff  com.apple.framework.CoreWLAN (3.3 - 330.15) <047FA8CB-7447-3171-9518-6C88DA71F20E> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
    0x7fff96186000 -
    0x7fff96370ff7  com.apple.CoreFoundation (6.8 - 744.19) <0F7403CA-2CB8-3D0A-992B-679701DF27CA> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x7fff96371000 -
    0x7fff96466fff  libiconv.2.dylib (34) <FEE8B996-EB44-37FA-B96E-D379664DEFE1> /usr/lib/libiconv.2.dylib
    0x7fff96467000 -
    0x7fff96468fff  libDiagnosticMessagesClient.dylib (8) <8548E0DC-0D2F-30B6-B045-FE8A038E76D8> /usr/lib/libDiagnosticMessagesClient.dylib
    0x7fff96469000 -
    0x7fff96470fff  com.apple.NetFS (5.0 - 4.0) <82E24B9A-7742-3DA3-9E99-ED267D98C05E> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x7fff96471000 -
    0x7fff96492ff7  libCRFSuite.dylib (33) <736ABE58-8DED-3289-A042-C25AF7AE5B23> /usr/lib/libCRFSuite.dylib
    0x7fff96493000 -
    0x7fff96493fff  com.apple.Accelerate (1.8 - Accelerate 1.8) <6AD48543-0864-3D40-80CE-01F184F24B45> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x7fff96494000 -
    0x7fff96498fff  libpam.2.dylib (20) <C8F45864-5B58-3237-87E1-2C258A1D73B8> /usr/lib/libpam.2.dylib
    0x7fff964bf000 -
    0x7fff96527ff7  libc++.1.dylib (65.1) <20E31B90-19B9-3C2A-A9EB-474E08F9FE05> /usr/lib/libc++.1.dylib
    0x7fff9653d000 -
    0x7fff965d1ff7  com.apple.CorePDF (2.2 - 2.2) <F17D7D37-4190-38E2-9F43-DD4F87792390> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
    0x7fff965d2000 -
    0x7fff965d2fff  libOpenScriptingUtil.dylib (148.3) <F8681222-0969-3B10-8BCE-C55A4B9C520C> /usr/lib/libOpenScriptingUtil.dylib
    0x7fff965d3000 -
    0x7fff965d4ff7  libdnsinfo.dylib (453.19) <14202FFB-C3CA-3FCC-94B0-14611BF8692D> /usr/lib/system/libdnsinfo.dylib
    0x7fff965d5000 -
    0x7fff96624fff  com.apple.framework.CoreWiFi (1.3 - 130.13) <CCF3D8E3-CD1C-36CD-929A-C9972F833F24> /System/Library/Frameworks/CoreWiFi.framework/Versions/A/CoreWiFi
    0x7fff96629000 -
    0x7fff96661fff  libtidy.A.dylib (15.10) <9009156B-84F5-3781-BFCB-B409B538CD18> /usr/lib/libtidy.A.dylib
    0x7fff96662000 -
    0x7fff96979ff7  com.apple.CoreServices.CarbonCore (1037.6 - 1037.6) <1E567A52-677F-3168-979F-5FBB0818D52B> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
    0x7fff9697a000 -
    0x7fff969a5fff  libxslt.1.dylib (11.3) <441776B8-9130-3893-956F-39C85FFA644F> /usr/lib/libxslt.1.dylib
    0x7fff969a6000 -
    0x7fff969cdff7  com.apple.PerformanceAnalysis (1.16 - 16) <E8DA9FDB-3A58-3934-A7C9-2728B683D741> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
    0x7fff969ce000 -
    0x7fff96a2aff7  com.apple.Symbolication (1.3 - 93) <C0FEE99C-6AD9-35D7-9B41-574F25F843B9> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
    0x7fff96a7c000 -
    0x7fff96abbff7  com.apple.QD (3.42.1 - 285.1) <77A20C25-EBB5-341C-A05C-5D458B97AD5C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
    0x7fff96ae4000 -
    0x7fff96b10fff  com.apple.framework.Apple80211 (8.4 - 840.22.1) <7CFDDBBB-87DF-3CB5-AB69-A77D73F26239> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
    0x7fff96b11000 -
    0x7fff96b7fff7  com.apple.framework.IOKit (2.0.1 - 755.24.1) <04BFB138-8AF4-310A-8E8C-045D8A239654> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x7fff96b80000 -
    0x7fff96b81ff7  libSystem.B.dylib (169.3) <5ED23C27-47AF-3C93-984A-172751CF745A> /usr/lib/libSystem.B.dylib
    0x7fff96b82000 -
    0x7fff975124af  com.apple.CoreGraphics (1.600.0 - 332) <5AB32E51-9154-3733-B83B-A9A748652847> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
    0x7fff97513000 -
    0x7fff97521ff7  libkxld.dylib (2050.24.15) <A619A9AC-09AF-3FF3-95BF-F07CC530EC31> /usr/lib/system/libkxld.dylib
    0x7fff97522000 -
    0x7fff97527fff  com.apple.OpenDirectory (10.8 - 151.10) <3EE3D15A-3C79-3FF1-9A95-7CE2F065E542> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x7fff97528000 -
    0x7fff97648fff  com.apple.desktopservices (1.7.4 - 1.7.4) <ED3DA8C0-160F-3CDC-B537-BF2E766AB7C1> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
    0x7fff97649000 -
    0x7fff9767aff7  com.apple.DictionaryServices (1.2 - 184.4) <FB0540FF-5034-3591-A28D-6887FBC220F7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
    0x7fff9767b000 -
    0x7fff97721ff7  com.apple.CoreServices.OSServices (557.6 - 557.6) <FFDDD2D8-690D-388F-A48F-4750A792D2CD> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
    0x7fff97722000 -
    0x7fff9773cfff  com.apple.CoreMediaAuthoring (2.1 - 914) <5637F52D-3AB9-38FD-B851-265B9F5A2FE8> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMediaAuthoring
    0x7fff977f0000 -
    0x7fff977f3ff7  libdyld.dylib (210.2.3) <F59367C9-C110-382B-A695-9035A6DD387E> /usr/lib/system/libdyld.dylib
    0x7fff977f4000 -
    0x7fff978a7ff7  com.apple.PDFKit (2.8.4 - 2.8.4) <BD6E8774-1C8B-3CD1-B5FA-7352B2173068> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versions/A/PDFKit
    0x7fff978a8000 -
    0x7fff97addff7  com.apple.CoreData (106.1 - 407.7) <A676E1A4-2144-376B-92B8-B450DD1D78E5> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x7fff97ade000 -
    0x7fff97af5fff  com.apple.GenerationalStorage (1.1 - 132.3) <FD4A84B3-13A8-3C60-A59E-25A361447A17> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
    0x7fff97af6000 -
    0x7fff97b03fff  com.apple.AppleFSCompression (49 - 1.0) <5508344A-2A7E-3122-9562-6F363910A80E> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression
    0x7fff97b2d000 -
    0x7fff97b48ff7  libsystem_kernel.dylib (2050.24.15) <A9F97289-7985-31D6-AF89-151830684461> /usr/lib/system/libsystem_kernel.dylib
    0x7fff97b4c000 -
    0x7fff97b8cff7  com.apple.MediaKit (14 - 687) <8AAA8CC3-3ACD-34A5-9E57-9B24AD8AFD4D> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
    0x7fff97b9e000 -
    0x7fff97b9ffff  libsystem_blocks.dylib (59) <D92DCBC3-541C-37BD-AADE-ACC75A0C59C8> /usr/lib/system/libsystem_blocks.dylib
    0x7fff97c60000 -
    0x7fff97d2cff7  libsystem_c.dylib (825.26) <4C9EB006-FE1F-3F8F-8074-DFD94CF2CE7B> /usr/lib/system/libsystem_c.dylib
    0x7fff97d2d000 -
    0x7fff97d2dfff  com.apple.vecLib (3.8 - vecLib 3.8) <794317C7-4E38-338A-A874-5E18001C8503> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x7fff97d2e000 -
    0x7fff97d71ff7  com.apple.RemoteViewServices (2.0 - 80.6) <5CFA361D-4853-3ACC-9EFC-A2AC1F43BA4B> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
    0x7fff97d72000 -
    0x7fff97e7dfff  libFontParser.dylib (84.6) <96C42E49-79A6-3475-B5E4-6A782599A6DA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x7fff97e7e000 -
    0x7fff97e83fff  libcache.dylib (57) <65187C6E-3FBF-3EB8-A1AA-389445E2984D> /usr/lib/system/libcache.dylib
    0x7fff97e84000 -
    0x7fff97eb2ff7  libsystem_m.dylib (3022.6) <B434BE5C-25AB-3EBD-BAA7-5304B34E3441> /usr/lib/system/libsystem_m.dylib
    0x7fff9805e000 -
    0x7fff98066fff  liblaunch.dylib (442.26.2) <2F71CAF8-6524-329E-AC56-C506658B4C0C> /usr/lib/system/liblaunch.dylib
    0x7fff98067000 -
    0x7fff9807cfff  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
    0x7fff9807d000 -
    0x7fff980dcfff  com.apple.AE (645.6 - 645.6) <44F403C1-660A-3543-AB9C-3902E02F936F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
    0x7fff980ea000 -
    0x7fff980f1fff  libcopyfile.dylib (89) <876573D0-E907-3566-A108-577EAD1B6182> /usr/lib/system/libcopyfile.dylib
    0x7fff980f2000 -
    0x7fff9811cff7  com.apple.CoreVideo (1.8 - 99.4) <E5082966-6D81-3973-A05A-38AA5B85F886> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x7fff9811d000 -
    0x7fff9811dfff  libkeymgr.dylib (25) <CC9E3394-BE16-397F-926B-E579B60EE429> /usr/lib/system/libkeymgr.dylib
    0x7fff9811e000 -
    0x7fff9812cfff  com.apple.Librarian (1.1 - 1) <5AC28666-7642-395F-A923-C6F8A274BBBD> /System/Library/PrivateFrameworks/Librarian.framework/Versions/A/Librarian
    0x7fff9812d000 -
    0x7fff9817afff  com.apple.CoreMediaIO (308.0 - 4155.4) <B563579E-469D-39A1-975C-F4EDD419602E> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
    0x7fff9817b000 -
    0x7fff98295fff  com.apple.coreavchd (5.6.0 - 5600.4.16) <0CF2ABE5-B088-3B5D-9C04-47AE708ADAE3> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD
    0x7fff98296000 -
    0x7fff9840bff7  com.apple.CFNetwork (596.4.3 - 596.4.3) <A57B3308-2F08-3EC3-B4AC-39A3D9F0B9F7> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
    0x7fff98411000 -
    0x7fff98416fff  libcompiler_rt.dylib (30) <08F8731D-5961-39F1-AD00-4590321D24A9> /usr/lib/system/libcompiler_rt.dylib
    0x7fff98417000 -
    0x7fff9843ffff  libJPEG.dylib (850) <DC750E1E-BD07-339B-A4A6-D86BFE969F68> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x7fff98440000 -
    0x7fff98512ff7  com.apple.CoreText (260.0 - 275.16) <5BFC1D67-6A6F-38BC-9D90-9C712684EDAC> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
    0x7fff98513000 -
    0x7fff98515fff  libquarantine.dylib (52.1) <143B726E-DF47-37A8-90AA-F059CFD1A2E4> /usr/lib/system/libquarantine.dylib
    0x7fff98549000 -
    0x7fff9854dfff  libGIF.dylib (850) <D4525F87-759C-338C-B283-BB8DE815D3D5> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x7fff987b5000 -
    0x7fff98a64fff  com.apple.imageKit (2.2 - 673) <5F0504DA-7CE9-3D97-B2B5-3C5839AEBF1F> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Versions/A/ImageKit
    0x7fff98a67000 -
    0x7fff98b05ff7  com.apple.ink.framework (10.8.2 - 150) <3D8D16A2-7E01-3EA1-B637-83A36D353308> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
    0x7fff98b06000 -
    0x7fff98b11fff  com.apple.CommonAuth (3.0 - 2.0) <7A953C1F-8B18-3E46-9BEA-26D9B5B7745D> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
    0x7fff98b12000 -
    0x7fff98d6dff7  com.apple.QuartzComposer (5.1 - 284) <D9CDC9ED-9F03-30F0-80DF-BA189A054AC9> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framework/Versions/A/QuartzComposer
    0x7fff98d6e000 -
    0x7fff98df0ff7  com.apple.Heimdal (3.0 - 2.0) <C94B0C6C-1320-35A1-8143-FE252E7B2A08> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
    0x7fff98e4c000 -
    0x7fff98f49fff  libsqlite3.dylib (138.1) <ADE9CB98-D77D-300C-A32A-556B7440769F> /usr/lib/libsqlite3.dylib
    0x7fff98f65000 -
    0x7fff99056ff7  com.apple.DiskImagesFramework (10.8.3 - 345) <5C56181F-1E9F-336A-B7BB-620565A8BD6E> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
    0x7fff99057000 -
    0x7fff99069ff7  libz.1.dylib (43) <2A1551E8-A272-3DE5-B692-955974FE1416> /usr/lib/libz.1.dylib
    0x7fff99078000 -
    0x7fff9946ffff  libLAPACK.dylib (1073.4) <D632EC8B-2BA0-3853-800A-20DA00A1091C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
    External Modification Summary:
      Calls made by other processes targeting this process:
    task_for_pid: 3
    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: 234
    thread_create: 1
    thread_set_state: 9
    VM Region Summary:
    ReadOnly portion of Libraries: Total=191.9M resident=135.8M(71%) swapped_out_or_unallocated=56.1M(29%)
    Writable regions: Total=105.4M written=4552K(4%) resident=14.6M(14%) swapped_out=0K(0%) unallocated=90.8M(86%)
    REGION TYPE                 
    VIRTUAL
    ===========                 
    =======
    CG backing stores             
    1684K
    CG image                       
    628K
    CG shared images              
    1216K
    CoreAnimation                  
    576K
    CoreImage                        
    4K
    CoreServices                  
    1640K
    IOKit                         
    9364K
    MALLOC                        
    68.9M
    MALLOC guard page               
    48K
    Memory tag=240                   
    4K
    Memory tag=242                  
    12K
    Memory tag=251                  
    28K
    OpenCL                           
    8K
    OpenGL GLSL                   
    1936K
    OpenGL GLSL (reserved)         
    128K   
    reserved VM address space (unallocated)
    STACK GUARD                   
    56.0M
    Stack                         
    11.0M
    VM_ALLOCATE                   
    16.2M
    __DATA                        
    15.6M
    __IMAGE                        
    528K
    __LINKEDIT                    
    53.8M
    __TEXT                       
    138.1M
    __UNICODE                      
    544K
    mapped file                   
    43.4M
    shared memory                 
    3084K
    ===========                 
    =======
    TOTAL                        
    424.0M
    TOTAL, minus reserved VM space
    423.9M
    Model: MacBookPro8,1, BootROM MBP81.0047.B27, 2 processors, Intel Core i5, 2.3 GHz, 16 GB, SMC 1.68f99
    Graphics: Intel HD Graphics 3000, Intel HD Graphics 3000, Built-In, 512 MB
    Memory Module: BANK 0/DIMM0, 8 GB, DDR3, 1333 MHz, 0x0702, 0x31475836344231333349000000004D544900
    Memory Module: BANK 1/DIMM0, 8 GB, DDR3, 1333 MHz, 0x0702, 0x31475836344231333349000000004D544900
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0xD6), Broadcom BCM43xx 1.0 (5.106.98.100.17)
    Bluetooth: Version 4.1.4f2 12041, 2 service, 18 devices, 1 incoming serial ports
    Serial ATA Device: TOSHIBA MK7559GSXF, 750,16 GB
    Serial ATA Device: MATSHITADVD-R   UJ-8A8
    USB Device: FaceTime HD Camera (Built-in), apple_vendor_id, 0x8509, 0xfa200000 / 3
    USB Device: hub_device, 0x0424  (SMSC), 0x2513, 0xfa100000 / 2
    USB Device: BCM20702A0, 0x0a5c  (Broadcom Corp.), 0x21e8, 0xfa130000 / 6
    USB Device: Apple Internal Keyboard / Trackpad, apple_vendor_id, 0x0246, 0xfa120000 / 5
    USB Device: BRCM2070 Hub, 0x0a5c  (Broadcom Corp.), 0x4500, 0xfa110000 / 4
    USB Device: Bluetooth USB Host Controller, apple_vendor_id, 0x821a, 0xfa113000 / 8
    USB Device: hub_device, 0x0424  (SMSC), 0x2513, 0xfd100000 / 2
    USB Device: IR Receiver, apple_vendor_id, 0x8242, 0xfd110000 / 3

    not sure if your consistent Bluetooth Explorer crashed similar like mine.
    for me, the app is no longer crashing on my mac running 10.8.4 after i started to use older Hardware IO Tools distribution from Late July 2012 (Nov 26 2012)....while before that, it kept crashing whenever i attempted to launch when i used the latest Hardware IO Tools (Oct 22 2013).

Maybe you are looking for

  • Free Busy information not appearing correctly in Outlook

    First some background: For two of our Resource Mailboxes, we are having an issue where all times are showing outside of Work Hours (gray). The working hours for both of these rooms are set for 8-5, pst, just like all our other Resource Calendars. Thi

  • Cannot set resolution with gnome-display-properties

    Hey all! After full system update my external display does not get detected/recognized properly by gnome-display-properties Though before upgrade it worked just fine! Tried to downgrade hal and xorg-server but without any success. Any ideas how to fi

  • Dragging Files Out Of iTunes

    Hey guys I want to drag files out of my iTunes library, onto a flash drive so i can put it onto my PS3. Anyway, some of the albums i have drag like normal, and i can put them on, but some albums dont. When i drag the files, nothing happens. Even when

  • 2nd RAM slot blocked from factory on new iMac?

    I just received a new 20" base iMac with 1 gig of RAM today. I had purchased an additional 1 gig from crucial.com to add when it arrived. When I tried to install it the black plastic tab on the empty slot actually curled up on the BACK end and preven

  • About layout in netbeans

    Hii, I'm using Netbeans IDE for developing swing gui. which layout should be choosen, could anyone please suggest me!!! thanks Dev.