Oracle VM 3.0.3 is simply unusable after change of motherboard in OVMS

Hi all,
so let's share some of my feelings about this crap. After so many issues during implementation this platform was finally set up. And was running for only one week with small number of errors. Then during friday motherboard in one of two Oracle VM servers in clustered pool failed and HP replaced it. Fine. Server runs, but Oracle VM manager is remembering old MAC addresses (!!!!!!!!!!!!!!!!!!!!!!!) and I'm not able to get rid off it. Maintenance mode doesn't help, removing from pool doesn't help, can't rediscover because of repository (which is not presented to this server), restart of ovmm doesn't help, restart of that node doesn't help, can't change MAC in web interface and can't remove that server from pool.
So what can I do? If I unpresent second node from storage repository, remove it from pool, destroy pool and create pool again will be there those virtual machines on SAN disk as before of they will be deleted as well? Which "clever" person decided to go through web interface only? How can I remove server from cluster via CLI? And why it remembers old MAC addresses??????????
I'm trying not be ugly, but this is not enterprise ready project. It's parody. Most of the garage-origin project are much more enterprise ready then this one :-(

Hi!
I'm working with the same case, I'll try to explain this once more + additional steps we tried.
We had fully functional cluster with 2 nodes, Node1 and Node2. Node1 overheated, shut down, all VM's migrated to Node2 and are working.MB was replaced by technical personnel. When server was brought up again, we see that new MAC addresses are in place in config files.
We can ssh to that box, no issue at all, network IS working properly.
On other server we have installed Oracle VM Manager. That "smart" manager can not get that Node1 has now different MAC, because that was the only thing which changed. We tried to rediscover the server for Node1, it complains that IP has changed and we need to delete Node1 from cluster and then rediscover the server (Job Internal Error (Operation)com.oracle.ovm.mgr.api.exception.IllegalOperationException: If the IP address of this server has changed, please delete the server: Node1, and re-discover.). Fine, we go do that, but now it complains that we can not do that because " OVMRU_002041E Cannot delete/remove pool file system: Pool filesystem for POOLNAME. Server pool: POOLNAME, still has servers in it". What the hell is that? It asks to remove whole pool filesystem just to remove the server which we need to add back again.
I tried to fixup the environment by this method (sh ./ovm_upgrade.sh dbuser=ovs dbpass=<password> --fixup) which did not work.
Then we tried to mess with MAC addresses in config files, we tried to set them to the OLD ones, which worked, our attempt was unsuccessful.
The question how to resolve this? To me this seems to be basic functionality, server burned down we need to replace it, we add it back and works. In Oracle VM solution this is not working, sad.
regards
Mjasnik
Edited by: user12122836 on May 22, 2012 7:19 AM
Edited by: user12122836 on May 22, 2012 7:20 AM
Edited by: user12122836 on May 22, 2012 7:20 AM
Edited by: user12122836 on May 22, 2012 7:39 AM

Similar Messages

  • KDE unusable after changing theme

    I was using KDE, and I decided to change the default theme to another one listed. After which, my entire screen went blank and whenever I log in to KDE, the screen remains blank. I attempted to uninstall KDE and then reinstall it, but it stayed the same. Is there a way to reset it?

    stressat wrote:Ctrl+Alt+F1 (F1 or F2, F3...F6)- log in as user and delete ~/.kde4.
    Thanks, that helped. Now I just can't install KDE because I don't have enough freespace Even when I enter
    pacman -Rnsc lxde followed by pacman -R lxdm to attempt to free up a lot of space. (That is the only DE on my current setup, so I assume that is what is taking up the majority of space). Any tips on that?

  • Deleting unused swatches change the gradient

    Hi All,
    I have tried this Javascript to remove unused swatches in a document (Indesign CS4). It did remove all the unused swatches but it changed the used gradient color into black color and still has the gradient property but couldn't change any color values for that particular gradient after running the script.
    #target indesign
    var myIndesignDoc = app.activeDocument;
    var myUnusedSwatches = myIndesignDoc.unusedSwatches;
    for (var j=myIndesignDoc.unusedSwatches.length; j > 0; j--)
      myIndesignDoc.unusedSwatches[j-1].remove();
    Please advise me where I did wrong and also please suggest the right solution for this.

    Hi Friends
    Use this script it will help ful.
    # target "Deleting unused swatches change the gradient"
    var myIndesignDoc = app.activeDocument;
    var myUnusedSwatches = myIndesignDoc.unusedSwatches;
    for (var s = myUnusedSwatches.length-1; s >= 0; s--) {
         var mySwatch = myIndesignDoc.unusedSwatches[s];
         var name = mySwatch.name;
    // alert (name);
      if (name != ""){
    mySwatch.remove();

  • After changing my e-mail address, two iCloud accounts were created, my iphone is unusable due to password requests every few seconds and my account has been blocked. What can I do?

    After changing my e-mail address, two iCloud accounts were created, my iphone is unusable due to password requests every few seconds and my iCloud account has been blocked. What can I do?

    So, you are saying that you set up a brand new Apple ID and then signed into iCloud with it, correct?
    Are you also saying both accounts are disabled for Security reasons? If not, why can't you sign on with the one that is not disabled?
    GB

  • Re-start Oracle 10g DB is required if server time is changed?

    I had a doubt that will a re-start of Oracle 10g DB be required if there is a change in server time? Our Server OS is RHEL 4.0(Linux). The server time is probably behind the time by 15 mins.
    I hope, my question is clear.
    Please, help in solving the doubt.
    regards

    Even though it is not required to stop/start the database when the OS time is changed, based on personal experience, I would highly recommend that you stop the applications and database before changing the OS time. We had Linux admin change the time once and mistakenly had the value for the year in the date out one year in the future. They caught the mistake quickly and reset to the to the proper date and time but the damage was already done. The time you spend fixing all jobs, especially if running Oracle applications where alerts and processes fire off thinking it is past time to run, is much less pain than scheduling a downtime for the time change and verifying the date/time befort starting things up again. It may be low risk and it up to you but it isn't fun trying to explain to the user community and management the reason that something like this happened.

  • After changing the Oracle password - Shared services is not running

    Hi All,
    I am getting the below error after changed my oracle password.
    SharedServices Log:
    com.hyperion.hit.registry.exceptions.RegistryException: java.sql.SQLException: [Hyperion][Oracle JDBC Driver][Oracle]ORA-28001: the password has expired
         at com.hyperion.hit.registry.RegistryUtils.createNewConnection(RegistryUtils.java:213)
         at com.hyperion.hit.registry.RegistryConnection.getInstance(RegistryConnection.java:155)
         at com.hyperion.hit.registry.Registry.getInstance(Registry.java:309)
         at com.hyperion.eie.config.util.xml.XMLUtils.getDBConfigProperties(Unknown Source)
         at com.hyperion.eie.config.util.database.DBProperties.isDBConfigured(Unknown Source)
         at com.hyperion.eie.common.cms.CMSFacade.isCMSInitialized(Unknown Source)
         at com.hyperion.cas.server.CASAppCacheLoader.run(CASAppCacheLoader.java:22)
    Caused by: java.sql.SQLException: [Hyperion][Oracle JDBC Driver][Oracle]ORA-28001: the password has expired
         at hyperion.jdbc.base.BaseExceptions.createException(Unknown Source)
         at hyperion.jdbc.base.BaseExceptions.getException(Unknown Source)
         at hyperion.jdbc.oracle.OracleImplConnection.connectAndAuthenticate(Unknown Source)
         at hyperion.jdbc.oracle.OracleImplConnection.open(Unknown Source)
         at hyperion.jdbc.base.BaseConnection.connect(Unknown Source)
         at hyperion.jdbc.base.BaseConnection.setupImplConnection(Unknown Source)
         at hyperion.jdbc.base.BaseConnection.open(Unknown Source)
         at hyperion.jdbc.base.BaseDriver.connect(Unknown Source)
         at java.sql.DriverManager.getConnection(DriverManager.java:525)
         at java.sql.DriverManager.getConnection(DriverManager.java:171)
         at com.hyperion.hit.registry.RegistryUtils.createNewConnection(RegistryUtils.java:203)
         ... 6 more
    Attempting to connect to database: Retry Count: 10
    Shared Services couldn't be Initialized. The database is either not configured or not running.
    Thanks,
    PC

    Hi John,
    After changing the password only, I am getting the Oracle error"[Hyperion][Oracle JDBC Driver][Oracle]ORA-28001: the password has expired" in shared services log.
    I changed the password for the schema called "System". But i configured my hyperion system with different schema "Hypconfig".
    Thanks,
    PC

  • Oracle forums: Handle name after changing email

    Hi All,
    After changing my email, handle name on my old posts were changed to "974972" and all those old posts are not listed under my new accounts/handle name any more.
    New posts work fine. Any help would be appreciated!
    Thanks!
    Kathar

    Osama_mustafa wrote:
    BluShadow wrote:
    This is a common problem.
    change of mail id
    You would need to contact otnfeedback at oracle.com via email to ask them to correct it, though you've probably picked a bad time to change your email, considering the forums are due to be upgraded this weekend to new software, and correcting that issue is something that is usually picked up by admin within about 1 week, though I imagine they're a tad busy at the minute with the pending upgrade.is this issue will be included with Forum upgrade ?Your guess is as good as mine.

  • Oracle 10.2.0.3.0 - impdp - Unusable index exists on unique/primary ...

    Hi All,
    Oracle 10.2.0.3.0 - during impdp the following failure appears:
    Processing object type SCHEMA_EXPORT/TABLE/CONSTRAINT/CONSTRAINT
    ORA-39083: Object type CONSTRAINT failed to create with error:
    ORA-14063: Unusable index exists on unique/primary constraint key
    Failing sql is:
    ALTER TABLE "MY_SCHEMA"."MY_TABLE" ADD CONSTRAINT "MY_TABLE_PK" PRIMARY KEY ("ID")
    USING INDEX PCTFREE 10 INITRANS 2 MAXTRANS 255
    STORAGE(INITIAL 1048576 NEXT 1048576 MINEXTENTS 1 MAXEXTENTS 2147483645 PCTINCREASE 0 FREELISTS 1 FREELIST GROUPS 1 BUFFER_POOL DEFAULT)
    TABLESPACE "MY_TBS"
    Question:
    The dump file doesn't contain index tree, and impdp should just create index(es) as it appears in the metadata information.
    So what's the point to flush this error?

    Yes, the index is appearing on the dba_indexes table, however its state is 'UNUSABLE'.
    It looks impdp takes its state from origin metadata, puts into destination, and even is not trying to rebuild it.
    Of course, after running ALTER INDEX REBUILD its status was changed to VALID.
    So, what's the point impdp tells about its state? It can be hundreds of unusable indexes, why it's not just rebuilding it?

  • Aperture simply unusable on new iMac with Lion

    I bought a new iMac having been a happy user for many years (iMac 21.5" i3 3.06GHz with 4G RAM), and thought I'd upgrade to Aperture as I want to get a little more creative with my photos.
    I was astounded when I imported my iPhoto library of about 60GB that it was still "processing"after 24 hours, but I let it be and it seemed ok
    I've just done my first import of about 300 photos from a holiday (they're on an 16GB card so it can't be that big...) and all seemed fine until I quit Aperture and reopened it - now it's back to "processing" and running at snail's pace.  It's been at it for about an hour so far.
    This renders this totally useless software - but if I click on "report a problem" on the email receipt, I'm simply taken to the support pages - and if I try to actually contact Apple they tell me my hardware is out of its free support period so there's nothing I can do!
    This is absolutely outrageous - I paid £55 for software that simply doesn't work on an almost new machine - and yet apparently it's tough because my machine is more than 3 months old!  Can this be right?
    And am I missing something, or is Aperture supposed to take several hours to open up?  It's unuseable as it is.
    Secondly, where are my photos that I've uploaded into Aperture?  I've deleted them off the card, so I want to at least import them into iPhoto so I can give up using this heap of junk and ask for my money back.
    Thanks

    I see what you are saying andyfromembsay, but most software companies have you buy support after a certain period of time. I just had an issue with Parallels that showed up after thirty days since I installed the program, to get support now I would have to buy it even though I never submitted a support issue in the first thirty days.With Apple if you buy the extended warranty you get support for three years.  I didn't buy the Parallels extra support, it was quite expensive, I went to their forums and found the answer I needed.
    Anyways, there is another thread in these discussions about Aperture being slow, it seemed to clear up after an update to 10.7.1. Also someone mentioned using Disk Warrior to clean up a fragmented directories. That is the one piece of software I wouldn't be without. It has saved me so many times!  I ran Disk Warrior before I even upgraded to Lion, fixed a bunch of fragmentation. The upgrade has been smooth. I have not had any glitches with Aperture. I also do not have Time Machine backing up constantly. I have it back up once every 12 hours using Time Machine scheduler, that has also been reported as a problem.
    I do think you have an issue, it shouldn't be updating like that, mine hasn't been doing any updating that I can see. I still have the Trial, so maybe that is different, but I used software update to update it to the 3.1. I will probably buy it, but I don't usually spend more than a few bucks on software that I haven't tried out, I have wasted too much money on programs that are not really good and the developer abandons after a year!  I always download a trial before getting software if I have a choice. The Aperture trial was not in the App store, I had to Google to find it, but glad I did, I really wanted to see if it was worth spending more for it than just upgrading to the latest iPhoto (now that is a program that annoys me!) I think it is.

  • 10.5.8 unusable after Garageband crash

    For whatever reason, 10.5.8 hung up on me about an hour ago while using GarageBand. It was a complete hang up with only the sound from GB playing. I was unable to access Force Quit or Activity Monitor to kill processes. The only recourse was to shut the power down. Now, whenever I boot up the iMac, it is completely unusable. Booting to the login screen takes approximately 5 minutes (compared to 1 minute before). After clicking on my user name, I am able to enter my password a minute later. 5 minutes after hitting enter, my wallpaper shows up. Once the OS is completely booted, any commands, clicks, etc take anywhere from 5 to 10 minutes to register. Programs will not launch. Eventually, I end with a black screen (which could just be the SS trying to start and taking 15 minutes or more).
    I have a bootable backup from this afternoon that works fine. I'd like to use it to figure out what's wrong (as opposed to simply restoring). Any ideas?
    Message was edited by: Xian Rinpoche

    HI,
    Try booting from your install disk and verify the startup disk for errors.
    Insert Installer disk and Restart, holding down the "C" key until grey Apple appears.
    Go to Installer menu (Panther and earlier) or Utilities menu (Tiger and later) and launch Disk Utility.
    Select your HDD (manufacturer ID) in the left panel.
    Select First Aid in the Main panel.
    (Check S.M.A.R.T Status of HDD at the bottom of right panel. It should say: Verified)
    Click Repair Disk on the bottom right.
    If DU reports disk does not need repairs quit DU and restart.
    If DU reports errors Repair again and again until DU reports disk is repaired.
    When you are finished with DU, from the Menu Bar, select Utilities/Startup Manager.
    Select your start up disk and click Restart
    While you have the Disk Utility window open, look at the bottom of the window where you see Capacity and Available. Make sure there is always 10% free disk space. Not enough disk space can cause directory corruption.
    If you cannot boot from your install disk, try booting in Safe Mode
    What is Safe Mode
    Carolyn

  • Index is unusable after using Direct path of SQL Loader

    When using the Direct path of SQL Loader to load records from a comma(,) seperated file into a table, the index which I specify the records are sorted in becomes unusable. In the log file created by SQL Loader the error: "ORA-01409: NOSORT option may not be used; rows are not in ascending order" occurs. I am pre sorting the data in the order of the index, the index is a multi column index. The index and table prior to initiating SQL Loader are not empty and contain existing records.
    Can anybody suggest a reason as to why this is happening even thought I am pre sorting the data in ascending order as per the index?
    Brad.

    Thanks for reply Gerald!
    After further investigation I kind of answered my own question and found that the data I was loading was not in the order that Oracle was expecting. The problem stems from how the UNIX command SORT works compared to how data is ordered by in Oracle by the ORDER BY statement. I was using UNIX's SORT command to pre sort my data before loading it directly into Oracle.
    UNIX's SORT seems to order Null's before anything else in ascending order, where as Oracle's ORDER BY order's Null values last for ascending order!
    I got around this by putting in my pre-sorted data the highest printing ASCII character when ever a field was Null. The highest printing ASCII character is 'tilde' (~). As UNIX's SORT uses the ASCII collating sequence to determine the sort order the post-sorted data was sorted as per Oracle expected. And to not actually load up "~" into my Oracle table I just specified in the SQL*Loader control file for these fields, NULLIF (field_name = "~").

  • Svrmgrl connect internal fails after changing oracle os user passwd on 8.06

    Hello,
    I've this problem.
    I've installed oracle rdbms 8.0.6 on HP-UX 10.20.
    I've choosen o.s. authentication system with password file.
    In the password file I set the password of the os user oracle which owns installation.
    In first time svrmgrl connect internal looks good.
    But when I've changed oracle os user password, and i retry to do connect internal
    I receive the following message:
    SVRMGR> connect internal;
    Password:
    Password:
    ORA-01031: insufficient privileges
    I've tried to reset the password to the old one, but it's unuseful
    Could someone help me?

    In the password file I set the password of the os
    user oracle which owns installation.The Password for the password file is supposed to be the SYS password and not OS User oracle which owns installation.
    I do not think the Oracle OS user password change is the problem. When you alter SYS password using the alter user command, it should change the password file automatically.
    Try
    SVRMGR> connect sys/sys_password as see whether it works. If it does not, then check other issues.

  • Safari unusable after Mac OS X Upgrade

    I  have been having major issues with Safari since upgrading a few days ago. It is essentially unusable b/c it keeps freezing and crashing.
    Some of the problems I have are:
    I cannot hold command and click on a link to open the link in a new tab. If I do, Safari crashes and I get a message that the app closed unexpectedly with the option to send a report to Apple.
    Similarly, if I double click on a link that is formating to open in a new window or new tab, I get the color pinwheel icon that freezes up the computer, then crashes.
    I cannot click on the utl box to type in a web address. It freezes or I keep getting a message that the webpage is not responding, even if I've only typed in one letter. 
    If I minimize Safari to use another program, such as Word, when I reopen the Safari window, it is essentially frozen. I can't click on any links, I can't scroll up or down, etc.
    Also scrolling is a major hassle. I can usually only scroll up or down using the up or down arrows. The scroll bar on the right side of the screen is only visible if I've hit the up or down button. However, I cannot grab it half of the time b/c the screen simply does not respond to my attempts. I have taken to using a mouse, which helps a little, but not much.
    The touch sensor at the bottom of my laptop is essentially useless too.
    Has anyone had this issue? Or does anyone have an idea of what is wrong and how I can rectify this?

    I have recopied what I believe is the last report and attached it again.
    Process:               Safari [9559]
    Path:                  /Applications/Safari.app/Contents/MacOS/Safari
    Identifier:            com.apple.Safari
    Version:               8.0.2 (10600.2.5)
    Build Info:            WebBrowser-7600002005000000~1
    Code Type:             X86-64 (Native)
    Parent Process:        ??? [1]
    Responsible:           Safari [9559]
    User ID:               [redacted]
    Date/Time:             2015-01-01 17:50:40.839 -0500
    OS Version:            Mac OS X 10.10.1 (14B25)
    Report Version:        11
    Anonymous UUID:        [redacted]
    Time Awake Since Boot: 2900 seconds
    Crashed Thread:        10
    Exception Type:        EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes:       KERN_INVALID_ADDRESS at 0x000000010251f070
    External Modification Warnings:
    Thread creation by external task.
    VM Regions Near 0x10251f070:
    -->
        __TEXT                 000000010b39d000-000000010b39e000 [    4K] r-x/rwx SM=COW  /Applications/Safari.app/Contents/MacOS/Safari
    Application Specific Information:
    Process Model:
    Multiple Web Processes
    Thread 0:: Dispatch queue: com.apple.main-thread
    0   com.apple.WebCore                   0x0000000116d6fd00 WebCore::SecurityOrigin::createFromString(***::String const&) + 0
    1   com.apple.WebKit                    0x000000010dafd6de WKSecurityOriginCreateFromString + 25
    2   com.apple.Safari.framework          0x000000010b6e99eb Safari::WK::SecurityOrigin::createFromString(Safari::CF::String const&) + 27
    3   com.apple.Safari.framework          0x000000010b608f6b -[LocalNotificationPolicyData initWithOrigin:policy:] + 60
    4   com.apple.Safari.framework          0x000000010b788474 ___ZN6Safari26UserNotificationController26loadPermissionsIfNecessaryEv_block_in voke + 376
    5   com.apple.CoreFoundation            0x000000010feddc6c ____NSDictionaryEnumerate_block_invoke439 + 28
    6   com.apple.CoreFoundation            0x000000010fdbfc30 CFBasicHashApply + 128
    7   com.apple.CoreFoundation            0x000000010fe00d78 __NSDictionaryEnumerate + 664
    8   com.apple.Safari.framework          0x000000010b784e4d Safari::UserNotificationController::loadPermissionsIfNecessary() + 159
    9   com.apple.Safari.framework          0x000000010b784aa2 Safari::UserNotificationController::notificationPermissions() + 34
    10  com.apple.Safari.framework          0x000000010b49581b Safari::BrowserUserNotificationProvider::notificationPermissions() + 25
    11  com.apple.Safari.framework          0x000000010b78bce5 Safari::WK::notificationPermissions(void const*) + 24
    12  com.apple.WebKit                    0x000000010d8df0ba WebKit::WebNotificationProvider::notificationPermissions() + 24
    13  com.apple.WebKit                    0x000000010d8defdb WebKit::WebNotificationManagerProxy::populateCopyOfNotificationPermissions(***: :HashMap<***::String, bool, ***::StringHash, ***::HashTraits<***::String>, ***::HashTraits<bool> >&) + 33
    14  com.apple.WebKit                    0x000000010d8db4da WebKit::WebContext::createNewWebProcess() + 2210
    15  com.apple.WebKit                    0x000000010d8dac2d WebKit::WebContext::warmInitialProcess() + 31
    16  com.apple.Safari.framework          0x000000010b3c0d21 Safari::Application::initializeProcessContext(bool) + 2591
    17  com.apple.Safari.framework          0x000000010b3b18a1 +[AppController initialize] + 464
    18  libobjc.A.dylib                     0x000000010e400c49 _class_initialize + 649
    19  libobjc.A.dylib                     0x000000010e40f99e lookUpImpOrForward + 179
    20  libobjc.A.dylib                     0x000000010e3fb1ac objc_msgSend + 236
    21  com.apple.AppKit                    0x000000010e6d57fa -[NSCustomObject nibInstantiate] + 91
    22  com.apple.AppKit                    0x000000010e6d573b -[NSIBObjectData instantiateObject:] + 309
    23  com.apple.AppKit                    0x000000010ebb7d01 -[NSIBObjectData nibInstantiateWithOwner:options:topLevelObjects:] + 452
    24  com.apple.AppKit                    0x000000010e6c9f05 loadNib + 384
    25  com.apple.AppKit                    0x000000010ec37f80 +[NSBundle(NSNibLoading) _loadNibFile:nameTable:options:withZone:ownerBundle:] + 313
    26  com.apple.AppKit                    0x000000010e6c95d5 -[NSBundle(NSNibLoading) loadNibNamed:owner:topLevelObjects:] + 201
    27  com.apple.AppKit                    0x000000010e6c93a1 +[NSBundle(NSNibLoading) loadNibNamed:owner:] + 344
    28  com.apple.AppKit                    0x000000010e6c4e09 NSApplicationMain + 605
    29  libdyld.dylib                       0x00000001111b75c9 start + 1
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib              0x000000011138b22e kevent64 + 10
    1   libdispatch.dylib                   0x0000000111169a6a _dispatch_mgr_thread + 52
    Thread 2:: Dispatch queue: com.apple.WebKit.StorageManager
    0   libsystem_kernel.dylib              0x0000000111389a96 __getdirentries64 + 10
    1   libsystem_c.dylib                   0x0000000111258e24 readdir$INODE64 + 35
    2   com.apple.WebCore                   0x0000000116cb5db8 WebCore::listDirectory(***::String const&, ***::String const&) + 472
    3   com.apple.WebKit                    0x000000010d8d8c4e WebKit::LocalStorageDatabaseTracker::updateTrackerDatabaseFromLocalStorageDatab aseFiles() + 62
    4   com.apple.WebKit                    0x000000010d8d5321 WebKit::LocalStorageDatabaseTracker::importOriginIdentifiers() + 287
    5   com.apple.WebKit                    0x000000010db10e29 ___ZN9WorkQueue8dispatchENSt3__18functionIFvvEEE_block_invoke + 23
    6   libdispatch.dylib                   0x000000011116b323 _dispatch_call_block_and_release + 12
    7   libdispatch.dylib                   0x0000000111166c13 _dispatch_client_callout + 8
    8   libdispatch.dylib                   0x000000011116a365 _dispatch_queue_drain + 1100
    9   libdispatch.dylib                   0x000000011116becc _dispatch_queue_invoke + 202
    10  libdispatch.dylib                   0x00000001111696b7 _dispatch_root_queue_drain + 463
    11  libdispatch.dylib                   0x0000000111177fe4 _dispatch_worker_thread3 + 91
    12  libsystem_pthread.dylib             0x00000001114b26cb _pthread_wqthread + 729
    13  libsystem_pthread.dylib             0x00000001114b04a1 start_wqthread + 13
    Thread 3:
    0   libsystem_kernel.dylib              0x000000011138a946 __workq_kernreturn + 10
    1   libsystem_pthread.dylib             0x00000001114b04a1 start_wqthread + 13
    Thread 4:
    0   libsystem_kernel.dylib              0x000000011138a946 __workq_kernreturn + 10
    1   libsystem_pthread.dylib             0x00000001114b04a1 start_wqthread + 13
    Thread 5:
    0   libsystem_kernel.dylib              0x000000011138a946 __workq_kernreturn + 10
    1   libsystem_pthread.dylib             0x00000001114b04a1 start_wqthread + 13
    Thread 6:: WebCore: IconDatabase
    0   libsystem_kernel.dylib              0x000000011138b5d6 pread + 10
    1   libsqlite3.dylib                    0x000000010cdf2855 readDbPage + 117
    2   libsqlite3.dylib                    0x000000010cdf0f92 sqlite3PagerAcquire + 1314
    3   libsqlite3.dylib                    0x000000010cee32dc checkList + 156
    4   libsqlite3.dylib                    0x000000010cee3b51 checkTreePage + 1057
    5   libsqlite3.dylib                    0x000000010cee3c84 checkTreePage + 1364
    6   libsqlite3.dylib                    0x000000010ce2c4ac sqlite3VdbeExec + 67324
    7   libsqlite3.dylib                    0x000000010ce1a3df sqlite3_step + 735
    8   com.apple.WebCore                   0x0000000116cb4bc9 WebCore::SQLiteStatement::step() + 73
    9   com.apple.WebCore                   0x0000000117305a2c WebCore::IconDatabase::checkIntegrity() + 108
    10  com.apple.WebCore                   0x0000000116cb4314 WebCore::IconDatabase::performOpenInitialization() + 116
    11  com.apple.WebCore                   0x0000000116cb39b5 WebCore::IconDatabase::iconDatabaseSyncThread() + 325
    12  com.apple.JavaScriptCore            0x000000010c49fa9f ***::wtfThreadEntryPoint(void*) + 15
    13  libsystem_pthread.dylib             0x00000001114b22fc _pthread_body + 131
    14  libsystem_pthread.dylib             0x00000001114b2279 _pthread_start + 176
    15  libsystem_pthread.dylib             0x00000001114b04b1 thread_start + 13
    Thread 7:: Dispatch queue: com.apple.root.default-qos.overcommit
    0   libsystem_kernel.dylib              0x000000011138552e mach_msg_trap + 10
    1   libsystem_kernel.dylib              0x000000011138469f mach_msg + 55
    2   libxpc.dylib                        0x000000011152227e xpc_pipe_routine + 252
    3   libxpc.dylib                        0x000000011152ae02 _xpc_interface_routine + 163
    4   libxpc.dylib                        0x000000011152b16c _xpc_look_up_endpoint + 192
    5   libxpc.dylib                        0x00000001115258cf _xpc_connection_bootstrap_look_up_slow + 256
    6   libxpc.dylib                        0x000000011152562f _xpc_connection_init + 781
    7   libxpc.dylib                        0x0000000111525314 _xpc_connection_resume_init + 14
    8   libdispatch.dylib                   0x0000000111166c13 _dispatch_client_callout + 8
    9   libdispatch.dylib                   0x000000011116988f _dispatch_root_queue_drain + 935
    10  libdispatch.dylib                   0x0000000111177fe4 _dispatch_worker_thread3 + 91
    11  libsystem_pthread.dylib             0x00000001114b26cb _pthread_wqthread + 729
    12  libsystem_pthread.dylib             0x00000001114b04a1 start_wqthread + 13
    Thread 8:
    0   libsystem_kernel.dylib              0x000000011138a946 __workq_kernreturn + 10
    1   libsystem_pthread.dylib             0x00000001114b04a1 start_wqthread + 13
    Thread 9:: Dispatch queue: com.apple.root.default-qos.overcommit
    0   libsystem_kernel.dylib              0x000000011138552e mach_msg_trap + 10
    1   libsystem_kernel.dylib              0x000000011138469f mach_msg + 55
    2   libxpc.dylib                        0x000000011152227e xpc_pipe_routine + 252
    3   libxpc.dylib                        0x000000011152ae02 _xpc_interface_routine + 163
    4   libxpc.dylib                        0x000000011152b16c _xpc_look_up_endpoint + 192
    5   libxpc.dylib                        0x00000001115258cf _xpc_connection_bootstrap_look_up_slow + 256
    6   libxpc.dylib                        0x000000011152562f _xpc_connection_init + 781
    7   libxpc.dylib                        0x0000000111525314 _xpc_connection_resume_init + 14
    8   libdispatch.dylib                   0x0000000111166c13 _dispatch_client_callout + 8
    9   libdispatch.dylib                   0x000000011116988f _dispatch_root_queue_drain + 935
    10  libdispatch.dylib                   0x0000000111177fe4 _dispatch_worker_thread3 + 91
    11  libsystem_pthread.dylib             0x00000001114b26cb _pthread_wqthread + 729
    12  libsystem_pthread.dylib             0x00000001114b04a1 start_wqthread + 13
    Thread 10 Crashed:
    0   ???                                 0x000000010c2cc6e2 0 + 4499228386
    Thread 10 crashed with X86 Thread State (64-bit):
      rax: 0x000000010251f070  rbx: 0x0000000000000000  rcx: 0x000000010c3e3000  rdx: 0x000000000000001c
      rdi: 0x00000000012cf000  rsi: 0x000000010c2c4000  rbp: 0x000000010c3e4ff4  rsp: 0x000000010c3e4f64
       r8: 0x0000000000000000   r9: 0x0000000000000000  r10: 0x0000000000000000  r11: 0x0000000000000000
      r12: 0x0000000000000000  r13: 0x0000000000000000  r14: 0x0000000000000000  r15: 0x0000000000000000
      rip: 0x000000010c2cc6e2  rfl: 0x0000000000010202  cr2: 0x000000010251f070
    Logical CPU:     1
    Error Code:      0x00000004
    Trap Number:     14
    Binary Images:
           0x10b39d000 -        0x10b39dfff  com.apple.Safari (8.0.2 - 10600.2.5) <2225AE13-780E-3234-9A05-9DD6D94EE96C> /Applications/Safari.app/Contents/MacOS/Safari
           0x10b3a5000 -        0x10bcdeff7  com.apple.Safari.framework (10600 - 10600.2.5) <70257BE2-5D89-3EAA-8863-269880160EEE> /System/Library/StagedFrameworks/Safari/Safari.framework/Versions/A/Safari
           0x10c181000 -        0x10c182fff  libSystem.B.dylib (1213) <DA954461-EC6A-3DF0-8551-6FC810627627> /usr/lib/libSystem.B.dylib
           0x10c18f000 -        0x10c190fff  libquit.dylib (182) <62510786-F686-3AC4-B315-D05A4B7A896F> /usr/lib/libquit.dylib
           0x10c19a000 -        0x10c22bfff  com.apple.cloudkit.CloudKit (259.2.3 - 259.2.3) <6F955140-D522-32B3-B34B-BD94C5D94E7A> /System/Library/Frameworks/CloudKit.framework/Versions/A/CloudKit
           0x10c2b3000 -        0x10c2b8fff  com.apple.DiskArbitration (2.6 - 2.6) <0DFF4D9B-2AC3-3B82-B5C5-30F4EFBD2DB9> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
           0x10c2c5000 -        0x10c2c5fff  com.apple.Accelerate (1.10 - Accelerate 1.10) <227E2491-1DDB-336F-BF83-773CECEC66F1> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
           0x10c2cf000 -        0x10c2fcfff  com.apple.Accounts (113 - 113) <3145FCC2-D297-3DD1-B74B-9E7DBB0EE33C> /System/Library/Frameworks/Accounts.framework/Versions/A/Accounts
           0x10c326000 -        0x10c347fff  com.apple.framework.Apple80211 (10.0.1 - 1001.57.4) <E449B57F-1AC3-3DF1-8A13-4390FB3A05A4> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
           0x10c353000 -        0x10c353fff  com.apple.Carbon (154 - 157) <6E3AEB9D-7643-36BE-A7E5-D08886649257> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
           0x10c356000 -        0x10c358fff  com.apple.CoreDuetDebugLogging (1.0 - 1) <9A6E5710-EA99-366E-BF40-9A65EC1B46A1> /System/Library/PrivateFrameworks/CoreDuetDebugLogging.framework/Versions/A/Cor eDuetDebugLogging
           0x10c35c000 -        0x10c35cfff  com.apple.Cocoa (6.8 - 21) <EAC0EA1E-3C62-3B28-A941-5D8B1E085FF8> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
           0x10c361000 -        0x10c3adfff  com.apple.corelocation (1486.17 - 1615.21) <DB68CEB9-0D51-3CB9-86A4-B0400CE6C515> /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation
           0x10c3cb000 -        0x10c3d5ff7  com.apple.CrashReporterSupport (10.10 - 629) <EC97EA5E-3190-3717-A4A9-2F35A447E7A6> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
           0x10c3e9000 -        0x10c45aff7  com.apple.framework.IOKit (2.0.2 - 1050.1.21) <ED3B0B22-AACC-303B-BFC8-20ECD1AF6BA2> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
           0x10c495000 -        0x10c9a8ff3  com.apple.JavaScriptCore (10600 - 10600.2.1) <ABEF8FB3-6DC5-3FCF-9B4A-1DF6411063B0> /System/Library/StagedFrameworks/Safari/JavaScriptCore.framework/Versions/A/Jav aScriptCore
           0x10cb11000 -        0x10ccf6ff3  libicucore.A.dylib (531.30) <EF0E7544-E317-3550-A962-6AE65E78AF17> /usr/lib/libicucore.A.dylib
           0x10cdb3000 -        0x10cef5fff  libsqlite3.dylib (168) <7B580EB9-9260-35FE-AE2F-276A2C242BAB> /usr/lib/libsqlite3.dylib
           0x10cf16000 -        0x10cf47fff  libtidy.A.dylib (15.15) <37FC944D-271A-386A-9ADD-FA33AD48F96D> /usr/lib/libtidy.A.dylib
           0x10cf5a000 -        0x10cf67ff7  libxar.1.dylib (254) <CE10EFED-3066-3749-838A-6A15AC0DBCB6> /usr/lib/libxar.1.dylib
           0x10cf72000 -        0x10cf83ff7  libz.1.dylib (55) <88C7C7DE-04B8-316F-8B74-ACD9F3DE1AA1> /usr/lib/libz.1.dylib
           0x10cf8b000 -        0x10cf99ff7  com.apple.opengl (11.0.7 - 11.0.7) <B5C4DF85-37BD-3984-98D1-90A5043DA984> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
           0x10cfa4000 -        0x10d026fff  com.apple.PerformanceAnalysis (1.0 - 1) <2FC0F303-B672-3E64-A978-AB78EAD98395> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/Perf ormanceAnalysis
           0x10d0a6000 -        0x10d256ff7  com.apple.QuartzCore (1.10 - 361.11) <7382E4A9-10B0-3877-B9D7-FA84DC71BA55> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
           0x10d33a000 -        0x10d5a2ffb  com.apple.security (7.0 - 57031.1.35) <96141D1F-614E-32C4-8AC2-F47481F23F43> /System/Library/Frameworks/Security.framework/Versions/A/Security
           0x10d6fa000 -        0x10d76eff3  com.apple.securityfoundation (6.0 - 55126) <E7FB7A4E-CB0B-37BA-ADD5-373B2A20A783> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
           0x10d7b1000 -        0x10d7e0fff  com.apple.securityinterface (10.0 - 55058) <21F38170-2D3D-3FA2-B0EC-379482AFA5E4> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
           0x10d814000 -        0x10d88cff7  com.apple.SystemConfiguration (1.14 - 1.14) <C269BCFD-ACAB-3331-BC7C-0430F0E84817> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
           0x10d8d2000 -        0x10db86fff  com.apple.WebKit (10600 - 10600.2.5) <11CA89A1-A002-3FEB-8046-B31E92003AED> /System/Library/StagedFrameworks/Safari/WebKit.framework/Versions/A/WebKit
           0x10de64000 -        0x10de64fff  com.apple.WebKit2 (10600 - 10600.2.5) <ED09F7D3-1F46-3925-8E11-D6AC3492658E> /System/Library/StagedFrameworks/Safari/WebKit2.framework/Versions/A/WebKit2
           0x10de70000 -        0x10e19eff7  com.apple.Foundation (6.9 - 1151.16) <18EDD673-A010-3E99-956E-DA594CE1FA80> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
           0x10e3fa000 -        0x10e5df267  libobjc.A.dylib (646) <3B60CD90-74A2-3A5D-9686-B0772159792A> /usr/lib/libobjc.A.dylib
           0x10e60d000 -        0x10e661fff  libc++.1.dylib (120) <1B9530FD-989B-3174-BB1C-BDC159501710> /usr/lib/libc++.1.dylib
           0x10e6c2000 -        0x10f203fff  com.apple.AppKit (6.9 - 1343.16) <C98DB43F-4245-3E6E-A4EE-37DAEE33E174> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
           0x10f9e9000 -        0x10f9e9fff  com.apple.ApplicationServices (48 - 48) <5BF7910B-C328-3BF8-BA4F-CE52B574CE01> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
           0x10f9f0000 -        0x10fbf3ff3  com.apple.CFNetwork (720.1.1 - 720.1.1) <A82E71B3-2CDB-3840-A476-F2304D896E03> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
           0x10fd7c000 -        0x110112fff  com.apple.CoreFoundation (6.9 - 1151.16) <F2B088AF-A5C6-3FAE-9EB4-7931AF6359E4> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
           0x11029b000 -        0x110af2ff3  com.apple.CoreGraphics (1.600.0 - 772) <6364CBE3-3635-3A53-B448-9D19EF9FEA96> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
           0x110c2f000 -        0x110c2ffff  com.apple.CoreServices (62 - 62) <9E4577CA-3FC3-300D-AB00-87ADBDDA2E37> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
           0x110c36000 -        0x110d4effb  com.apple.CoreText (352.0 - 454.1) <AB07DF12-BB1F-3275-A8A3-45F14BF872BF> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
           0x110deb000 -        0x110e18fff  com.apple.CoreVideo (1.8 - 145.1) <18DB07E0-B927-3260-A234-636F298D1917> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
           0x110e3e000 -        0x110f7bfff  com.apple.ImageIO.framework (3.3.0 - 1038) <611BDFBA-4BAA-36A8-B7E0-3830F3375E53> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
           0x110fed000 -        0x110feefff  libDiagnosticMessagesClient.dylib (100) <2EE8E436-5CDC-34C5-9959-5BA218D507FB> /usr/lib/libDiagnosticMessagesClient.dylib
           0x110ff7000 -        0x111011ff7  libextension.dylib (55.1) <ECBDCC15-FA19-3578-961C-B45FCC994BAF> /usr/lib/libextension.dylib
           0x111032000 -        0x111042ff7  libbsm.0.dylib (34) <A3A2E56C-2B65-37C7-B43A-A1F926E1A0BB> /usr/lib/libbsm.0.dylib
           0x11104e000 -        0x111051fff  com.apple.IOSurface (97 - 97) <D4B4D2B2-7B16-3174-9EA6-55E0A10B452D> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
           0x11105a000 -        0x11105efff  libcache.dylib (69) <45E9A2E7-99C4-36B2-BEE3-0C4E11614AD1> /usr/lib/system/libcache.dylib
           0x111066000 -        0x111071fff  libcommonCrypto.dylib (60061) <D381EBC6-69D8-31D3-8084-5A80A32CB748> /usr/lib/system/libcommonCrypto.dylib
           0x111085000 -        0x11108cff7  libcompiler_rt.dylib (35) <BF8FC133-EE10-3DA6-9B90-92039E28678F> /usr/lib/system/libcompiler_rt.dylib
           0x111098000 -        0x1110a0ffb  libcopyfile.dylib (118.1.2) <0C68D3A6-ACDD-3EF3-991A-CC82C32AB836> /usr/lib/system/libcopyfile.dylib
           0x1110ae000 -        0x111124fe7  libcorecrypto.dylib (233.1.2) <E1789801-3985-3949-B736-6B3378873301> /usr/lib/system/libcorecrypto.dylib
           0x111165000 -        0x11118fff7  libdispatch.dylib (442.1.4) <502CF32B-669B-3709-8862-08188225E4F0> /usr/lib/system/libdispatch.dylib
           0x1111b4000 -        0x1111b7ff7  libdyld.dylib (353.2.1) <19FAF435-C165-3374-9DEF-D7BBA7D61DB6> /usr/lib/system/libdyld.dylib
           0x1111be000 -        0x1111beff7  libkeymgr.dylib (28) <77845842-DE70-3CC5-BD01-C3D14227CED5> /usr/lib/system/libkeymgr.dylib
           0x1111c6000 -        0x1111c6ff7  liblaunch.dylib (559.1.22) <8A988924-8BE7-35FE-BF7D-322E90EFE49E> /usr/lib/system/liblaunch.dylib
           0x1111d2000 -        0x1111d7ff7  libmacho.dylib (862) <126CA2ED-DE91-308F-8881-B9DAEC3C63B6> /usr/lib/system/libmacho.dylib
           0x1111e0000 -        0x1111e2ff7  libquarantine.dylib (76) <DC041627-2D92-361C-BABF-A869A5C72293> /usr/lib/system/libquarantine.dylib
           0x1111ec000 -        0x1111edffb  libremovefile.dylib (35) <3485B5F4-6CE8-3C62-8DFD-8736ED6E8531> /usr/lib/system/libremovefile.dylib
           0x1111f9000 -        0x11120fff7  libsystem_asl.dylib (267) <F153AC5B-0542-356E-88C8-20A62CA704E2> /usr/lib/system/libsystem_asl.dylib
           0x111220000 -        0x111221ff7  libsystem_blocks.dylib (65) <9615D10A-FCA7-3BE4-AA1A-1B195DACE1A1> /usr/lib/system/libsystem_blocks.dylib
           0x11122c000 -        0x1112b8fff  libsystem_c.dylib (1044.1.2) <C185E862-7424-3210-B528-6B822577A4B8> /usr/lib/system/libsystem_c.dylib
           0x1112e8000 -        0x1112eafff  libsystem_configuration.dylib (699.1.5) <9FBA1CE4-97D0-347E-A443-93ED94512E92> /usr/lib/system/libsystem_configuration.dylib
           0x1112f5000 -        0x1112f7ff7  libsystem_coreservices.dylib (9) <41B7C578-5A53-31C8-A96F-C73E030B0938> /usr/lib/system/libsystem_coreservices.dylib
           0x111300000 -        0x111311ff7  libsystem_coretls.dylib (35.1.2) <EBBF7EF6-80D8-3F8F-825C-B412BD6D22C0> /usr/lib/system/libsystem_coretls.dylib
           0x111324000 -        0x11132cfff  libsystem_dnssd.dylib (561.1.1) <62B70ECA-E40D-3C63-896E-7F00EC386DDB> /usr/lib/system/libsystem_dnssd.dylib
           0x111334000 -        0x11135cfff  libsystem_info.dylib (459) <B85A85D5-8530-3A93-B0C3-4DEC41F79478> /usr/lib/system/libsystem_info.dylib
           0x111374000 -        0x111391fff  libsystem_kernel.dylib (2782.1.97) <93E0E0A9-75B6-3904-BB4E-4BC7C05F4B6B> /usr/lib/system/libsystem_kernel.dylib
           0x1113ae000 -        0x1113defff  libsystem_m.dylib (3086.1) <1E12AB45-6D96-36D0-A226-F24D9FB0D9D6> /usr/lib/system/libsystem_m.dylib
           0x1113f0000 -        0x11140cff7  libsystem_malloc.dylib (53.1.1) <19BCC257-5717-3502-A71F-95D65AFA861B> /usr/lib/system/libsystem_malloc.dylib
           0x11141b000 -        0x111453ffb  libsystem_network.dylib (411) <C0B2313D-47BE-38A9-BEE6-2634A4F5E14B> /usr/lib/system/libsystem_network.dylib
           0x11147c000 -        0x111482ff7  libsystem_networkextension.dylib (167.1.10) <29AB225B-D7FB-30ED-9600-65D44B9A9442> /usr/lib/system/libsystem_networkextension.dylib
           0x11148c000 -        0x111495ff7  libsystem_notify.dylib (133.1.1) <61147800-F320-3DAA-850C-BADF33855F29> /usr/lib/system/libsystem_notify.dylib
           0x11149e000 -        0x1114a6fff  libsystem_platform.dylib (63) <64E34079-D712-3D66-9CE2-418624A5C040> /usr/lib/system/libsystem_platform.dylib
           0x1114af000 -        0x1114b8fff  libsystem_pthread.dylib (105.1.4) <26B1897F-0CD3-30F3-B55A-37CB45062D73> /usr/lib/system/libsystem_pthread.dylib
           0x1114cb000 -        0x1114cdff7  libsystem_sandbox.dylib (358.1.1) <DB9962EF-8898-31CC-9B87-E01F8CE74C9D> /usr/lib/system/libsystem_sandbox.dylib
           0x1114d6000 -        0x1114d7fff  libsystem_secinit.dylib (18) <581DAD0F-6B63-3A48-B63B-917AF799ABAA> /usr/lib/system/libsystem_secinit.dylib
           0x1114e3000 -        0x1114e7fff  libsystem_stats.dylib (163.1.4) <1DB04436-5974-3F16-86CC-5FF5F390339C> /usr/lib/system/libsystem_stats.dylib
           0x1114f5000 -        0x1114fbfff  libsystem_trace.dylib (72.1.3) <A9E6B7D8-C327-3742-AC54-86C94218B1DF> /usr/lib/system/libsystem_trace.dylib
           0x111509000 -        0x111509ff7  libunc.dylib (29) <5676F7EA-C1DF-329F-B006-D2C3022B7D70> /usr/lib/system/libunc.dylib
           0x111510000 -        0x111515ff7  libunwind.dylib (35.3) <BE7E51A0-B6EA-3A54-9CCA-9D88F683A6D6> /usr/lib/system/libunwind.dylib
           0x11151d000 -        0x111545fff  libxpc.dylib (559.1.22) <9437C02E-A07B-38C8-91CB-299FAA63083D> /usr/lib/system/libxpc.dylib
           0x111562000 -        0x1115a8ff7  libauto.dylib (186) <A260789B-D4D8-316A-9490-254767B8A5F1> /usr/lib/libauto.dylib
           0x1115c1000 -        0x1115ecfff  libc++abi.dylib (125) <88A22A0F-87C6-3002-BFBA-AC0F2808B8B9> /usr/lib/libc++abi.dylib
           0x111600000 -        0x11160bff7  libkxld.dylib (2782.1.97) <CB1A1B57-54BE-3573-AE0C-B90ED6BAEEE2> /usr/lib/system/libkxld.dylib
           0x111610000 -        0x111618ffb  com.apple.CoreServices.FSEvents (1210 - 1210) <782A9C69-7A45-31A7-8960-D08A36CBD0A7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvent s.framework/Versions/A/FSEvents
           0x111622000 -        0x111909ffb  com.apple.CoreServices.CarbonCore (1108.1 - 1108.1) <55A16172-ACC0-38B7-8409-3CB92AF33973> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
           0x111985000 -        0x111a23fff  com.apple.Metadata (10.7.0 - 916.1) <CD389631-0F23-3A29-B43A-E3FFB5BC9438> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
           0x111a90000 -        0x111b0dfff  com.apple.CoreServices.OSServices (640.3 - 640.3) <28445162-08E9-3E24-84E4-617CE5FE1367> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
           0x111b6a000 -        0x111bd9fff  com.apple.SearchKit (1.4.0 - 1.4.0) <BFD6D876-36BA-3A3B-9F15-3E2F7DE6E89D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
           0x111c1e000 -        0x111c7dff3  com.apple.AE (681 - 681) <7F544183-A515-31A8-B45F-89A167F56216> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
           0x111cb0000 -        0x111dd2ff7  com.apple.LaunchServices (644.12 - 644.12) <D7710B20-0561-33BB-A3C8-463691D36E02> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
           0x111e87000 -        0x111eb2fff  com.apple.DictionaryServices (1.2 - 229) <6789EC43-CADA-394D-8FE8-FC3A2DD136B9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
           0x111edd000 -        0x111fcffff  libxml2.2.dylib (26) <B834E7C8-EC3E-3382-BC5A-DA38DC4D720C> /usr/lib/libxml2.2.dylib
           0x112007000 -        0x11200bfff  libpam.2.dylib (20) <E805398D-9A92-31F8-8005-8DC188BD8B6E> /usr/lib/libpam.2.dylib
           0x112013000 -        0x112013fff  libOpenScriptingUtil.dylib (162) <EFD79173-A9DA-3AE6-BE15-3948938204A6> /usr/lib/libOpenScriptingUtil.dylib
           0x11201b000 -        0x112028ff7  libbz2.1.0.dylib (36) <2DF83FBC-5C08-39E1-94F5-C28653791B5F> /usr/lib/libbz2.1.0.dylib
           0x11202f000 -        0x112036fff  com.apple.NetFS (6.0 - 4.0) <1581D25F-CC07-39B0-90E8-5D4F3CF84EBA> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
           0x11203d000 -        0x112047ff7  com.apple.NetAuth (5.0 - 5.0) <B9EC5425-D38D-308C-865F-207E0A98BAC7> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
           0x112055000 -        0x112057fff  com.apple.loginsupport (1.0 - 1) <35A2A071-606C-39A5-8C11-E4CAF98D934C> /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsu pport.framework/Versions/A/loginsupport
           0x112062000 -        0x1120c9ff7  com.apple.datadetectorscore (6.0 - 396.1) <5D348063-1528-3E2F-B587-9E82970506F9> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
           0x11210d000 -        0x112111ff7  com.apple.TCC (1.0 - 1) <AFC32F8F-BCD5-313C-B66E-5AB8591EC066> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
           0x11211f000 -        0x112452ff7  libmecabra.dylib (666.1) <CAFBC813-4894-3352-9B22-FFF116773A06> /usr/lib/libmecabra.dylib
           0x1124bc000 -        0x1124e7ff3  libarchive.2.dylib (30) <8CBB4416-EBE9-3574-8ADC-44655D245F39> /usr/lib/libarchive.2.dylib
           0x1124f5000 -        0x1124f6fff  liblangid.dylib (117) <B54A4AA0-2E53-3671-90F5-AFF711C0EB9E> /usr/lib/liblangid.dylib
           0x112501000 -        0x11251cff7  libCRFSuite.dylib (34) <D64842BE-7BD4-3D0C-9842-1D202F7C2A51> /usr/lib/libCRFSuite.dylib
           0x112527000 -        0x112541ff7  liblzma.5.dylib (7) <1D03E875-A7C0-3028-814C-3C27F7B7C079> /usr/lib/liblzma.5.dylib
           0x11254a000 -        0x1125a4ff7  com.apple.LanguageModeling (1.0 - 1) <ACA93FE0-A0E3-333E-AE3C-8EB7DE5F362F> /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/Languag eModeling
           0x1125b7000 -        0x1125c8fff  libcmph.dylib (1) <46EC3997-DB5E-38AE-BBBB-A035A54AD3C0> /usr/lib/libcmph.dylib
           0x1125d8000 -        0x1126caff7  libiconv.2.dylib (42) <2A06D02F-8B76-3864-8D96-64EF5B40BC6C> /usr/lib/libiconv.2.dylib
           0x1126db000 -        0x112955fff  com.apple.CoreData (110 - 526) <AEEDAF00-D38F-3A15-B3C9-73732940CC55> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
           0x112a94000 -        0x112aadff7  com.apple.CFOpenDirectory (10.10 - 187) <0ECA5D80-A045-3A2C-A60C-E1605F3AB6BD> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
           0x112acf000 -        0x112ad2fff  com.apple.xpc.ServiceManagement (1.0 - 1) <7E9E6BB7-AEE7-3F59-BAC0-59EAF105D0C8> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManage ment
           0x112adf000 -        0x112b08ffb  libxslt.1.dylib (13) <AED1143F-B848-3E73-81ED-71356F25F084> /usr/lib/libxslt.1.dylib
           0x112b1c000 -        0x112f6ffc7  com.apple.vImage (8.0 - 8.0) <33BE7B31-72DB-3364-B37E-C322A32748C5> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
           0x112fce000 -        0x112fcefff  com.apple.Accelerate.vecLib (3.10 - vecLib 3.10) <A48738CA-5B6F-3D14-97E9-2BFDFC3DCC06> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
           0x112fd8000 -        0x1130effe7  libvDSP.dylib (512) <52777555-F051-3BC2-A2D2-9645907E836D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
           0x1130fe000 -        0x1131c1ff7  libvMisc.dylib (512) <A4E39464-52EA-34CB-9FFE-53E79B3C65F5> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
           0x1131d2000 -        0x1135dfff7  libLAPACK.dylib (1128) <F9201AE7-B031-36DB-BCF8-971E994EF7C1> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
           0x113649000 -        0x1137d7fff  libBLAS.dylib (1128) <497912C1-A98E-3281-BED7-E9C751552F61> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
           0x113805000 -        0x11381cff7  libLinearAlgebra.dylib (1128) <E78CCBAA-A999-3B65-8EC9-06DB15E67C37> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLinearAlgebra.dylib
           0x11382b000 -        0x113846ff7  com.apple.aps.framework (4.0 - 4.0) <9955CAFD-D56B-36E9-BB41-6F7F73317EB5> /System/Library/PrivateFrameworks/ApplePushService.framework/Versions/A/ApplePu shService
           0x113868000 -        0x113b14fff  com.apple.GeoServices (1.0 - 982.4.10) <8A7FE04A-2785-30E7-A6E2-DC15D170DAF5> /System/Library/PrivateFrameworks/GeoServices.framework/Versions/A/GeoServices
           0x113d27000 -        0x113d34fff  com.apple.ProtocolBuffer (1 - 225.1) <2D502FBB-D2A0-3937-A5C5-385FA65B3874> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolB uffer
           0x113d44000 -        0x113db8fff  com.apple.ApplicationServices.ATS (360 - 375) <62828B40-231D-3F81-8067-1903143DCB6B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
           0x113dec000 -        0x113e81ff7  com.apple.ColorSync (4.9.0 - 4.9.0) <F06733BD-A10C-3DB3-B050-825351130392> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
           0x113ecb000 -        0x113f14ff3  com.apple.HIServices (1.22 - 519) <59D78E07-C3F1-3272-88F1-876B836D5517> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
           0x113f4e000 -        0x113f5dfff  com.apple.LangAnalysis (1.7.0 - 1.7.0) <D1E527E4-C561-352F-9457-E8C50232793C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
           0x113f6e000 -        0x113fbbff3  com.apple.print.framework.PrintCore (10.0 - 451) <3CA58254-D14F-3913-9DFB-CAC499570CC7> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
           0x113fee000 -        0x114029fff  com.apple.QD (301 - 301) <C4D2AD03-B839-350A-AAF0-B4A08F8BED77> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
           0x114049000 -        0x114054ff7  com.apple.speech.synthesis.framework (5.2.6 - 5.2.6) <9434AA45-B6BD-37F7-A866-172196A7F91B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
           0x114068000 -        0x11415cff7  libFontParser.dylib (134) <506126F8-FDCE-3DE1-9DCA-E07FE658B597> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
           0x1141dd000 -        0x114223ffb  libFontRegistry.dylib (134) <01B8034A-45FD-3360-A347-A1896F591363> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
           0x11424b000 -        0x114265ff7  com.apple.AppleVPAFramework (1.0.30 - 1.0.30) <D47A2125-C72D-3298-B27D-D89EA0D55584> /System/Library/PrivateFrameworks/AppleVPA.framework/Versions/A/AppleVPA
           0x114275000 -        0x114314df7  com.apple.AppleJPEG (1.0 - 1) <9BB3D7DF-630A-3E1C-A124-12D6C4D0DE70> /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG
           0x114382000 -        0x1143a7ff7  libJPEG.dylib (1231) <35F13BD9-AA92-3510-B5BB-420DA15AE7F2> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
           0x1143b0000 -        0x11440bfff  libTIFF.dylib (1231) <ACC9ED11-EED8-3A23-B452-3F40FF7EF435> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
           0x11441d000 -        0x114442ff7  libPng.dylib (1231) <2D5AC0EE-4056-3F76-97E7-BBD415F072B5> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
           0x11444e000 -        0x114452ff7  libGIF.dylib (1231) <A349BA73-301E-3EDE-8A31-8ACE827C289E> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
           0x114458000 -        0x11454bff7  libJP2.dylib (1231) <58849E48-9CD2-38A1-9D48-FCE630F473EB> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
           0x114576000 -        0x114578fff  libRadiance.dylib (1231) <746E9989-E89C-3027-A418-5F99CE131C93> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.d ylib
           0x11457e000 -        0x1145bffff  libGLU.dylib (11.0.7) <8037342E-1ECD-385F-B4C3-545CE97B76AE> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
           0x1145d1000 -        0x1145dafff  libGFXShared.dylib (11.0.7) <EC449E3A-D9D2-3494-8B6C-DEB7B11EEDAB> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
           0x1145e6000 -        0x1145f1fff  libGL.dylib (11.0.7) <C53344AD-8CE6-3111-AB94-BD4CA89ED84E> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
           0x114609000 -        0x114649ff7  libGLImage.dylib (11.0.7) <7CBCEB4B-D22F-3116-8B28-D1C22D28C69D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
           0x114654000 -        0x114656fff  libCVMSPluginSupport.dylib (11.0.7) <29D775BB-A11D-3140-A478-2A0DA1A87420> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginS upport.dylib
           0x114662000 -        0x114666fff  libCoreVMClient.dylib (79) <FC4E08E3-749E-32FF-B5E9-211F29864831> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
           0x114672000 -        0x1146beff7  libcups.2.dylib (408) <9CECCDE3-51D7-3028-830C-F58BD36E3317> /usr/lib/libcups.2.dylib
           0x1146d9000 -        0x1146f3ff7  com.apple.Kerberos (3.0 - 1) <7760E0C2-A222-3709-B2A6-B692D900CEB1> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
           0x11470c000 -        0x11473cffb  com.apple.GSS (4.0 - 2.0) <D033E7F1-2D34-339F-A814-C67E009DE5A9> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
           0x11475d000 -        0x11477affb  libresolv.9.dylib (57) <26B38E61-298A-3C3A-82C1-3B5E98AD5E29> /usr/lib/libresolv.9.dylib
           0x11478b000 -        0x1147f9ffb  com.apple.Heimdal (4.0 - 2.0) <B852ACA1-4C64-3E2A-A9D3-6D4C80AD9429> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
           0x114828000 -        0x11482dffb  libheimdal-asn1.dylib (398.1.2) <F9463B34-AAF5-3488-AD0C-85937C81FC5E> /usr/lib/libheimdal-asn1.dylib
           0x114835000 -        0x114841ff7  com.apple.OpenDirectory (10.10 - 187) <1D0066FC-1DEB-381B-B15C-4C009E0DF850> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
           0x114858000 -        0x114861ff3  com.apple.CommonAuth (4.0 - 2.0) <F4C266BE-2E0E-36B4-9DE7-C6B4BF410FD7> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
           0x114868000 -        0x1148b9ff7  com.apple.audio.CoreAudio (4.3.0 - 4.3.0) <AF72B06E-C6C1-3FAE-8B47-AF461CAE0E22> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
           0x1148e1000 -        0x114a4cff7  com.apple.audio.toolbox.AudioToolbox (1.12 - 1.12) <5C6DBEB4-F2EA-3262-B9FC-AFB89404C1DA> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
           0x114ae9000 -        0x114aebfff  com.apple.OAuth (25 - 25) <EE765AF0-2BB6-3689-9EAA-689BF1F02A0D> /System/Library/PrivateFrameworks/OAuth.framework/Versions/A/OAuth
           0x114af1000 -        0x114b23ff3  com.apple.frameworks.CoreDaemon (1.3 - 1.3) <C6DB0A07-F8E4-3837-BCA9-225F460EDA81> /System/Library/PrivateFrameworks/CoreDaemon.framework/Versions/B/CoreDaemon
           0x114b3e000 -        0x114c21fff  libcrypto.0.9.8.dylib (52) <7208EEE2-C090-383E-AADD-7E1BD1321BEC> /usr/lib/libcrypto.0.9.8.dylib
           0x114c89000 -        0x114c91ff7  com.apple.AppleSRP (5.0 - 1) <01EC5144-D09A-3D6A-AE35-F6D48585F154> /System/Library/PrivateFrameworks/AppleSRP.framework/Versions/A/AppleSRP
           0x114c9f000 -        0x114ca0fff  com.apple.TrustEvaluationAgent (2.0 - 25) <2D61A2C3-C83E-3A3F-8EC1-736DBEC250AB> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
           0x114cac000 -        0x114d18fff  com.apple.framework.CoreWLAN (5.0 - 500.35.2) <ACBAAB0A-BCC7-37CF-AAFB-2DA1733F2682> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
           0x114d67000 -        0x114dceff7  com.apple.framework.CoreWiFi (3.0 - 300.4) <19269C1D-EB29-384A-83F3-7DDDEB7D9DAD> /System/Library/PrivateFrameworks/CoreWiFi.framework/Versions/A/CoreWiFi
           0x114e2d000 -        0x114e31fff  com.apple.CommonPanels (1.2.6 - 96) <F9ECC8AF-D9CA-3350-AFB4-5113A9B789A5> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
           0x114e3a000 -        0x114e3dfff  com.apple.help (1.3.3 - 46) <CA4541F4-CEF5-355C-8F1F-EA65DC1B400F> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
           0x114e49000 -        0x11514bfff  com.apple.HIToolbox (2.1.1 - 756) <9DD121B5-B7EB-3C43-8155-61A4417F8E9A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
           0x1152cb000 -        0x1152ddff7  com.apple.ImageCapture (9.0 - 9.0) <7FB65DD4-56B5-35C4-862C-7A2DED991D1F> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
           0x1152f9000 -        0x11538dfff  com.apple.ink.framework (10.9 - 213) <8E029630-1530-3734-A446-13353F0E7AC5> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
           0x1153c2000 -        0x1153dbfff  com.apple.openscripting (1.4 - 162) <80DFF366-B950-3F79-903F-99DA0FFDB570> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
           0x1153ef000 -        0x1153f0ff7  com.apple.print.framework.Print (10.0 - 265) <3BC4FE7F-78A0-3E57-8F4C-520E7EFD36FA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
           0x1153f9000 -        0x1153fbff7  com.apple.securityhi (9.0 - 55006) <B1E09986-7AF0-3BD1-BAA1-B5514DFB7CD1> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
           0x115405000 -        0x11540bfff  com.apple.speech.recognition.framework (5.0.9 - 5.0.9) <BB2D573F-0A01-379F-A2BA-3C454EDCB111> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
           0x115414000 -        0x11553bfff  com.apple.coreui (2.1 - 305) <BB430677-D1F7-38DD-8F05-70E54352B8B5> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
           0x115659000 -        0x115768ffb  com.apple.desktopservices (1.9 - 1.9) <6EDAC73F-C42C-3FF7-B67D-FCCA1CFC5405> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
           0x1157f1000 -        0x115805ff7  com.apple.MultitouchSupport.framework (260.30 - 260.30) <28728A7D-E048-3B14-9932-839A87D381FE> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
           0x115816000 -        0x115832fff  com.apple.GenerationalStorage (2.0 - 209.11) <9FF8DD11-25FB-3047-A5BF-9415339B3EEC> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/Gene rationalStorage
           0x115849000 -        0x115b18ff3  com.apple.CoreImage (10.0.33) <6E3DDA29-718B-3BDB-BFAF-F8C201BF93A4> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage .framework/Versions/A/CoreImage
           0x115c69000 -        0x115cb8ff7  com.apple.opencl (2.4.2 - 2.4.2) <6AE26E08-6EFC-3E1B-B202-EFA9C3E5B9D4> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
           0x115ccf000 -        0x1160fffff  com.apple.vision.FaceCore (3.1.6 - 3.1.6) <C3B823AA-C261-37D3-B4AC-C59CE91C8241> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
           0x116317000 -        0x116331ff3  com.apple.Ubiquity (1.3 - 313) <DF56A657-CC6E-3BE2-86A0-71F07127724C> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
           0x116348000 -        0x11636bfff  com.apple.Sharing (328.3 - 328.3) <FDEE49AD-8804-3760-9C14-8D1D10BBEA37> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
           0x11639b000 -        0x1163bbfff  com.apple.IconServices (47.1 - 47.1) <E83DFE3B-6541-3736-96BB-26DC5D0100F1> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconService s
           0x1163db000 -        0x116401ff7  com.apple.ChunkingLibrary (2.1 - 163.1) <3514F2A4-38BD-3849-9286-B3B991057742> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/Chunking Library
           0x116413000 -        0x1164b4ff7  com.apple.Bluetooth (4.3.1 - 4.3.1f2) <EDC78AEE-28E7-324C-9947-41A0814A8154> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
           0x116534000 -        0x116534fff  com.apple.audio.units.AudioUnit (1.12 - 1.12) <76EF1C9D-DEA4-3E55-A134-4099B2FD2CF2> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
           0x11653e000 -        0x116551ff7  com.apple.CoreBluetooth (1.0 - 1) <FA9B43B3-E183-3040-AE25-66EF9870CF35> /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth
           0x116569000 -        0x116576fff  com.apple.SpeechRecognitionCore (2.0.32 - 2.0.32) <87F0C88D-502D-3217-8B4A-8388288568BA> /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/Sp eechRecognitionCore
           0x116586000 -        0x1165befff  com.apple.RemoteViewServices (2.0 - 99) <C9A62691-B0D9-34B7-B71C-A48B5F4DC553> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/Remot eViewServices
           0x1165fa000 -        0x11672afff  com.apple.UIFoundation (1.0 - 1) <8E030D93-441C-3997-9CD2-55C8DFAC8B84> /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundatio n
           0x1167c0000 -        0x11687ffff  com.apple.backup.framework (1.6.1 - 1.6.1) <A7BBE57D-D5E7-39DD-812C-31190159F679> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
           0x116917000 -        0x116951ffb  com.apple.DebugSymbols (115 - 115) <6F03761D-7C3A-3C80-8031-AA1C1AD7C706> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbol s
           0x116976000 -        0x1169fffff  com.apple.CoreSymbolication (3.1 - 56072) <8CE81C95-49E8-389F-B989-67CC452C08D0> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSy mbolication
           0x116a15000 -        0x116a50fff  com.apple.Symbolication (1.4 - 56045) <D64571B1-4483-3FE2-BD67-A91360F79727> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolicat ion
           0x116a7c000 -        0x116bb8ffb  com.apple.WebKitLegacy (10600 - 10600.2.5) <0A88D3D6-F5BA-30F4-9D09-87DF653759FC> /System/Library/StagedFrameworks/Safari/WebKitLegacy.framework/Versions/A/WebKi tLegacy
           0x116caf000 -        0x117c54ff7  com.apple.WebCore (10600 - 10600.2.1) <628CB849-0E8D-3071-98A3-55E7D24087DF> /System/Library/StagedFrameworks/Safari/WebCore.framework/Versions/A/WebCore
           0x118caf000 -        0x118cddfff  com.apple.CoreServicesInternal (221.1 - 221.1) <51BAE6D2-84F3-392A-BFEC-A3B47B80A3D2> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/CoreServicesIn ternal
           0x118d50000 -        0x118d90fff  com.apple.CloudDocs (1.0 - 280.1.2) <49E75BC1-6556-36B4-804A-E49BC41241CF> /System/Library/PrivateFrameworks/CloudDocs.framework/CloudDocs
           0x118dc9000 -        0x118de8fff  com.apple.CoreDuet (1.0 - 1) <36AA9FD5-2685-314D-B364-3FA4688D86BD> /System/Library/PrivateFrameworks/CoreDuet.framework/Versions/A/CoreDuet
           0x118dfb000 -        0x118e0dff7  com.apple.CoreDuetDaemonProtocol (1.0 - 1) <CE9FABB4-1C5D-3F9B-9BB8-5CC50C3E5E31> /System/Library/PrivateFrameworks/CoreDuetDaemonProtocol.framework/Versions/A/C oreDuetDaemonProtocol
           0x11bb8c000 -        0x11bb93fff  libCGCMS.A.dylib (772) <E64DC779-A6CF-3B1F-8E57-C09C0B10670F> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGCMS .A.dylib
        0x7fff6f31f000 -     0x7fff6f355837  dyld (353.2.1) <4696A982-1500-34EC-9777-1EF7A03E2659> /usr/lib/dyld
    External Modification Summary:
      Calls made by other processes targeting this process:
        task_for_pid: 2
        thread_create: 1
        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: 1544
        thread_create: 8
        thread_set_state: 0
    VM Region Summary:
    ReadOnly portion of Libraries: Total=189.1M resident=132.0M(70%) swapped_out_or_unallocated=57.1M(30%)
    Writable regions: Total=1.1G written=17.9M(2%) resident=21.3M(2%) swapped_out=0K(0%) unallocated=1.0G(98%)
    REGION TYPE                        VIRTUAL
    ===========                        =======
    CG shared images                      144K
    JS JIT generated code                   8K
    JS JIT generated code (reserved)      1.0G        reserved VM address space (unallocated)
    Kernel Alloc Once                       8K
    MALLOC                               38.3M
    MALLOC (admin)                         32K
    SQLite page cache                     256K
    STACK GUARD                          56.0M
    Stack                                12.1M
    VM_ALLOCATE                          1164K
    WebKit Malloc                        1032K
    __DATA                               18.7M
    __IMAGE                               528K
    __LINKEDIT                           47.4M
    __TEXT                              141.9M
    __UNICODE                             544K
    mapped file                          47.8M
    shared memory                           4K
    ===========                        =======
    TOTAL                                 1.4G
    TOTAL, minus reserved VM space      365.8M

  • Mac mini unusable after upgrade to 10.5.6

    I upgraded a Tiger 10.4.11 Mac mini to Leopard using the 10.5.6 DVD.
    After the upgrade, the computer is so slow it is unusable. Spotlight it indexing but that does not seem to be the cause of the slowdown. I checked the system log, and it shows "memberd" is crashing continuously.
    I used launchctl to remove memberd from the launch list and the computer works normally again.
    How can I prevent memberd from being launched every time I restart the computer? What could be starting it?

    If memberd is constantly crashing, there's something else wrong with your system that is causing it to do so.
    Simply stopping memberd isn't a solution.
    Have you tried the usual troubleshooting techniques of running Disk Utility to make sure your hard drive verifies OK, and running a "Repair Permissions?"

  • Oracle application server 10.1.3 not starting after crash

    Hi, I've been struggling with starting up application server 10.1.3 on Windows XP Professional SP2 following a system crash (power outage). When we restarted the machine we noted that the database wasn't coming up because our redo logs were full. We backed up the database with RMAN (freeing the logs) and the database started without a problem.
    We then tried to log into application server control from the website but were faced with a connection error. It is definitely the correct page as it was bookmarked on the server. I cannot start application server from the command line using opmnctl. Here is the output:
    C:\product\10.1.3\OracleAS_1\opmn\bin>opmnctl status
    Processes in Instance: appserv.MSRSFR
    ------------------------------------------------+---------
    ias-component | process-type | pid | status
    ------------------------------------------------+---------
    OC4J | home | N/A | Down
    ASG | ASG | N/A | Down
    C:\product\10.1.3\OracleAS_1\opmn\bin>echo %time%
    11:32:13.78
    C:\product\10.1.3\OracleAS_1\opmn\bin>opmnctl startall
    opmnctl: starting opmn and all managed processes...
    ==================================================
    opmn id=msrsfr:6200
    0 of 1 processes started.
    ias-instance id=appserv.MSRSFR
    ++++++++++++++++++++++++++++++++++++++++++++++++++
    ias-component/process-type/process-set:
    OC4J/home/default_group/
    Error
    --> Process (index=1,uid=1339952132,pid=2136)
    failed to start a managed process after the maximum retry limit
    Log:
    C:\product\10.1.3\OracleAS_1\opmn\logs\OC4J~home~default_group~1
    C:\product\10.1.3\OracleAS_1\opmn\bin>echo %time%
    11:32:39.12
    C:\product\10.1.3\OracleAS_1\opmn\logs\OC4J~home~default_group~1
    07/12/30 11:32:22 Start process
    07/12/30 11:32:24 Error initializing server: Error instantiating default application at Unable to get ApplicationConfig for default : Could not read connectors file at file:/C:/product/10.1.3/OracleAS_1/j2ee/home/config/oc4j-connectors.xml: ./oc4j-connectors.xml
    07/12/30 11:32:24 Fatal error: server exiting
    07/12/30 11:32:26 Start process
    07/12/30 11:32:28 Error initializing server: Error instantiating default application at Unable to get ApplicationConfig for default : Could not read connectors file at file:/C:/product/10.1.3/OracleAS_1/j2ee/home/config/oc4j-connectors.xml: ./oc4j-connectors.xml
    07/12/30 11:32:28 Fatal error: server exiting
    07/12/30 11:32:30 Start process
    07/12/30 11:32:32 Error initializing server: Error instantiating default application at Unable to get ApplicationConfig for default : Could not read connectors file at file:/C:/product/10.1.3/OracleAS_1/j2ee/home/config/oc4j-connectors.xml: ./oc4j-connectors.xml
    07/12/30 11:32:32 Fatal error: server exiting
    C:/product/10.1.3/OracleAS_1/j2ee/home/config/oc4j-connectors.xml: Notice the /'s versus standard windows \'s. The actual file is empty (contains only blank spaces).
    I'm not sure where to go from here, I've tried stopping the oracle services manually and starting them up in various orders. We have the following services running:
    Oracle-appservProcessManager Started
    OracleDBConsoleTSTONE Started
    OracleJobSchedulerTSTONE Disabled
    OracleOraDb10g_home1iSQL*Plus Started
    OracleOraDb10g_home1TNSListener Started
    OracleServiceTSTONE Started
    I'm sort of at a loss for where to go from here, help would be much appreciated!
    Thanks,
    Reza

    Here you have it.
    <?xml version="1.0" standalone='yes'?>
    <oc4j-connectors xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNam
    espaceSchemaLocation="http://xmlns.oracle.com/oracleas/schema/oc4j-connectors-10
    _0.xsd" schema-major-version="10" schema-minor-version="0" >
    <connector name="datasources" path="datasources.rar">
    </connector>
    <connector name="OracleASjms" path="OracleASjms.rar">
    <config-property name="lookupMethod" value="resourceProvider"/>
    <config-property name="resourceProviderName" value="oc4jjms"/>
    <adminobject-config location="OracleASjms/Queues">
    <adminobject-class>oracle.j2ee.ra.jms.generic.AdminObjec
    tQueueImpl</adminobject-class>
    <config-property name="resourceProviderName" value="oc4j
    jms"/>
    </adminobject-config>
    <adminobject-config location="OracleASjms/MyQueue1">
    <adminobject-class>oracle.j2ee.ra.jms.generic.AdminObjec
    tQueueImpl</adminobject-class>
    <config-property name="jndiName" value="jms/demoQueue"/>
    <config-property name="resourceProviderName" value="oc4j
    jms"/>
    </adminobject-config>
    <adminobject-config location="OracleASjms/Topics">
    <adminobject-class>oracle.j2ee.ra.jms.generic.AdminObjec
    tTopicImpl</adminobject-class>
    <config-property name="resourceProviderName" value="oc4j
    jms"/>
    </adminobject-config>
    <adminobject-config location="OracleASjms/MyTopic1">
    <adminobject-class>oracle.j2ee.ra.jms.generic.AdminObjec
    tTopicImpl</adminobject-class>
    <config-property name="jndiName" value="jms/demoTopic"/>
    <config-property name="resourceProviderName" value="oc4j
    jms"/>
    </adminobject-config>
    </connector>
    </oc4j-connectors>

Maybe you are looking for