ALOM Upgrade Shuts Down Server

I was upgrading the ALOM on a V210 from 1.5.1 to 1.5.5 and following the instructions in the README file:
1. Use telnet or rlogin through the network to log in to the system as root.
Caution: Do not attempt this procedure while logged into the system
through the SERIAL MGT port.
2. Change directories as follows:
# cd /usr/platform/`uname -i`/lib
3. If there is no images subdirectory, create one:
# mkdir images
4. Change to the images directory:
# cd images
5. Place this file in the images directory:
ALOM_1.5.5_fw.tar.gz
6.Uncompress the file:
# gunzip ALOM_1.5.5_fw.tar.gz
7. Unpack the tar file:
# tar xf ALOM_1.5.5_fw.tar
The following files are created:
README (this file)
copyright
alombootfw (boot image file)
alommainfw (main image file)
8. Load the boot image file alombootfw into the System Controller hardware:
# /usr/platform/`uname -i`/sbin/scadm download boot alombootfw
9. When scadm completes, wait 60 seconds.
10. Load the main image file alommainfw into the System Controller hardware:
# /usr/platform/`uname -i`/sbin/scadm download alommainfw
Approximately 120 seconds after scadm completes, ALOM
is available for use.
Shortly after completing Setp 8 (installing alombootfw), the system rebooted itself!
# /usr/platform/`uname -i`/sbin/scadm download boot alombootfw
.................... (100%)
Download completed successfully
Please wait for verification
Complete
-bash-3.00#
Broadcast Message from root (msglog) on pacific.yipes.com Tue Jun 6 12:36:55...
THE SYSTEM pacific.yipes.com IS BEING SHUT DOWN NOW ! ! !
Log off now or risk your files being damaged
The system actually powered itself off, and the ALOM was crashed: neither the serial port, telnet port, or front panel power button were usable. The Fault LED was illuminated.
Removing power from the system restored the system to a state where the power button would power the system back on. The system rebooted, but the front panel power LED was OFF, the rear panel power LED was ON, and the ALOM could be pinged at its IP address but telnet was down.
After getting the system back up again, and completing the main FW install, I overhauled the top cover and reseated the connectors between the front and rear main boards. Everything returned to normal, and I think I have flaky hardware.
I have upgraded the ALOM on two more V210s and encountered no problems.
However, step 9 in the README (60 second wait before installing the main FW) seems VERY important - if your system decides to turn itself off during the FW install, which takes a few minutes, my guess is you will end up with an unusable system.

I am having this exact same problem my phone restarts when updating the software after boot ROM, then it says there has been a fatal error. it does this everytime i try update my software. so any help would be handy.

Similar Messages

  • Split X2 after Win 8.1 upgrade shuts down after 5 minutes and has to be hard booted to start up

    This has become extremely annoying. I upgraded to Win 8.1 after I bought the X2 just before Christmas. if I leave the X2 for just a few minutes, it will either go into sleep mode or just completely shut down (no way to know which it will do and how long it will take). In any event, it has to be "hard booted", in the sleep case, holding the on/off button down until it shuts off and then restarting, in the "just off" case, just pressing the on/off button to start it again.
    In either case, tons of crap regarding all of the applications - Explorer, Word, Excel, Chrome, Outlook, that had to be shut down (unexpectedly).
    I did not change the power scheme and it has been reset (probably more than once) to try and correct the problem.
    Thanks for anyone that can help me solve this really annoying problem.

    Hi SSteveX2,
    Welcome to the HP Forums! I can imagine that would be a frustrating with the random shutdowns. How long do you have it set before it goes to sleep? There are a couple of things to check. Start by running a System File Check to see if encounters any corrupt files. Another option is the using the HP Diagnostic Tools to see if it discovers any issues with your hardware. Run the System Test – Extensive Test.
    Thank you,
    Please click “Accept as Solution ” if you feel my post solved your issue.
    Click the “Kudos Thumbs Up" on the right to say “Thanks” for helping!
    Thank you,
    BHK6
    I work on behalf of HP

  • Shutting down Server from command line in WebLogic 5.1

    Cannot shut down the WebLogic Server using the command line:
    java weblogic.Admin URL SHUTDOWN system password
    Errors out saying:
    java.io.InvalidClassException:
    weblogic.security.acl.internal.AuthenticatedUser; Local class not
    compatible: stream classdesc serialVersionUID=6699361079932480379 local
    class serialVersionUID=2825328378974757378
    at
    java.io.ObjectStreamClass.validateLocalClass(ObjectStreamClass.java:523)
    at java.io.ObjectStreamClass.setClass(ObjectStreamClass.java:567)
    at
    java.io.ObjectInputStream.inputClassDescriptor(ObjectInputStream.java:936)
    at java.io.ObjectInputStream.readObject(ObjectInputStream.java:366)
    at java.io.ObjectInputStream.readObject(ObjectInputStream.java:236)
    at
    java.io.ObjectInputStream.inputObject(ObjectInputStream.java:1186)
    at java.io.ObjectInputStream.readObject(ObjectInputStream.java:386)
    at java.io.ObjectInputStream.readObject(ObjectInputStream.java:236)
    at
    weblogic.socket.JVMAbbrevSocket.readMsgAbbrevs(JVMAbbrevSocket.java:518)
    at
    weblogic.rjvm.MsgAbbrevInputStream.prime(MsgAbbrevInputStream.java:134)
    at weblogic.rjvm.RJVMImpl.dispatch(RJVMImpl.java:610)
    at
    weblogic.rjvm.ConnectionManagerClient.handleRJVM(ConnectionManagerClient.jav
    a:34)
    at
    weblogic.rjvm.ConnectionManager.dispatch(ConnectionManager.java:630)
    at
    weblogic.socket.JVMAbbrevSocket.dispatch(JVMAbbrevSocket.java:393)
    at weblogic.socket.JVMSocketT3.dispatch(JVMSocketT3.java:342)
    at
    weblogic.socket.JavaSocketMuxer.processSockets(JavaSocketMuxer.java:247)
    at
    weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:23)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
    Currently using Service Pack 8.
    Has anyone faced this problem before? Any solutions?
    Thanks.
    MN

    Hi Murali,
    Are you using 128bit version of the server for wls5.1 ? if so have you
    correctly installed the Service pack 8 ?
    Can you show me the result of
    java weblogic.Admin url VERSION
    Murali Nanchala wrote:
    Cannot shut down the WebLogic Server using the command line:
    java weblogic.Admin URL SHUTDOWN system password
    Errors out saying:
    java.io.InvalidClassException:
    weblogic.security.acl.internal.AuthenticatedUser; Local class not
    compatible: stream classdesc serialVersionUID=6699361079932480379 local
    class serialVersionUID=2825328378974757378
    at
    java.io.ObjectStreamClass.validateLocalClass(ObjectStreamClass.java:523)
    at java.io.ObjectStreamClass.setClass(ObjectStreamClass.java:567)
    at
    java.io.ObjectInputStream.inputClassDescriptor(ObjectInputStream.java:936)
    at java.io.ObjectInputStream.readObject(ObjectInputStream.java:366)
    at java.io.ObjectInputStream.readObject(ObjectInputStream.java:236)
    at
    java.io.ObjectInputStream.inputObject(ObjectInputStream.java:1186)
    at java.io.ObjectInputStream.readObject(ObjectInputStream.java:386)
    at java.io.ObjectInputStream.readObject(ObjectInputStream.java:236)
    at
    weblogic.socket.JVMAbbrevSocket.readMsgAbbrevs(JVMAbbrevSocket.java:518)
    at
    weblogic.rjvm.MsgAbbrevInputStream.prime(MsgAbbrevInputStream.java:134)
    at weblogic.rjvm.RJVMImpl.dispatch(RJVMImpl.java:610)
    at
    weblogic.rjvm.ConnectionManagerClient.handleRJVM(ConnectionManagerClient.jav
    a:34)
    at
    weblogic.rjvm.ConnectionManager.dispatch(ConnectionManager.java:630)
    at
    weblogic.socket.JVMAbbrevSocket.dispatch(JVMAbbrevSocket.java:393)
    at weblogic.socket.JVMSocketT3.dispatch(JVMSocketT3.java:342)
    at
    weblogic.socket.JavaSocketMuxer.processSockets(JavaSocketMuxer.java:247)
    at
    weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:23)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
    Currently using Service Pack 8.
    Has anyone faced this problem before? Any solutions?
    Thanks.
    MN

  • T43 cpu upgrade shuts down laptop

    i have a t43 2668-43u. i tried to install intel m 770 cpu, unit shuts down without warning  shortly after booting to windows xp sp3 (i was in the middle of 7 upgrades).
    i put the intel m 750 back in and the unit ran fine for 3 days (powered on the whole time).
    is there some adjustments i need to make for the 770 to run correctly?
    thank you
    charlie
    Solved!
    Go to Solution.

    Sounds like a bad CPU to me - 770, that is.
    No adjustments of any kind are required, it's a plug & play upgrade.
    Cheers,
    George
    In daily use: R60F, R500F, T61, T410
    Collecting dust: T60
    Enjoying retirement: A31p, T42p,
    Non-ThinkPads: Panasonic CF-31 & CF-52, HP 8760W
    Starting Thursday, 08/14/2014 I'll be away from the forums until further notice. Please do NOT send private messages since I won't be able to read them. Thank you.

  • Software upgrade shuts down windows at 'boot ROM"

    I have tried multiple times to upgrade to 4.5 device software from the desktop manager. It always shuts down windows...showing a blue screen, locks up my phone until I remove the battery.....then restart my laptop and it says it recovered from a "fatal error". Tmobile  first told me to download latest version of desktop manager, which I did.  I still have the same problem, then they told me it is my computer and couldn't help me. I have Windows XP w/latest updates.  Anyone have any idea why this is happening? Thank you!

    I am having this exact same problem my phone restarts when updating the software after boot ROM, then it says there has been a fatal error. it does this everytime i try update my software. so any help would be handy.

  • Maverick upgrade shutting down Mac

    I just updated to Maverick 10.9.2 and completed all the additional updates.  Now when trying to scan video footage in iMovie the computer shuts down.  Any ideas how to fix this?  Thanks.

    Hey TURZ,
    Thanks for the question. The following article may be a good place to start:
    OS X: When your computer spontaneously restarts or displays "Your computer restarted because of a problem."
    http://support.apple.com/kb/TS4636
    In most cases, kernel panics are not caused by an issue with the Mac itself. They are usually caused by software that was installed, or a problem with connected hardware.
    To help avoid kernel panics, install all available software updates until Software Update reports, "Your software is up to date." OS X updates help your Mac handle the kinds of issues that can cause kernel panics, such as malformed network packets, or third party software issues. For most kernel panics, updating your software is all you have to do.
    Diagnosing a recurring kernel panic can be difficult. If you need help with this process, consider bringing your Mac to a Genius at an Apple Store or an Apple Authorized Service Provider for help.  If you plan to visit an Apple Retail store, you can make a reservation (available in some countries only).
    Thanks,
    Matt M.

  • Sending shut down server message to all oracle Users

    Hello Friends,
    I want to send message say 'Oracle server is going down..'
    to all logged users, How can I do this ?
    DBMS_PIPE's are there but they need to be read by every user.
    any other way ?
    Adi

    Thanx for your reply.
    That's great as you are persuading OCP examination. See, I can
    help you by sending answer to queires,some documents,white
    papers at your mail id,can I ?
    Talking about books on oracle 8i DBA see list below.
    1. Oracle 8i Certification guide by Oracle Press
    2. Oracle 8i DBA handbook. by Oracle Press
    3. Oracle 8i DBA bible by IDG
    See some sites listed below.
    www.orafaq.com
    www.unixreview.com -- For Oracle on UNIX
    www.dbazine.com
    www.elementkjournels.com
    www.oracle.ittoolbox.com
    www.hot-oracle.com
    www.dba-village.com
    www.oraclepower.com
    www.dbasupport.com
    www.revealnet.com
    www.teamdba.com
    www.techrepublic.com
    http://www-wnt.gsi.de/oracle_documentation.html
    Next you can download some sample questions from Oracle
    corporation.
    Adi

  • Activation server shut down for Creative Suite 2, Acrobat 7, and Macromedia products

    Effective December 13, Adobe disabled the activation server for CS2 products and Acrobat 7 because of a technical glitch. These products were released over 7 years ago and do not run on many modern operating systems. But to ensure that any customers activating those old versions can continue to use their software, we issued a serial number directly to those customers.  While this might be interpreted as Adobe giving away software for free, we did it to help our customers.
    If your software is affected by the activation server shut down then you will receive an error that the Activation server is unavailable.  The specific affected products are as follows:
    Acrobat 7.0 - Windows
    After Effects 7.0
    Audition 3.0
    Captivate 1.0
    Contribute 2.0
    Contribute 3.0
    Creative Suite 2.0
    Director MX 2004
    Dreamweaver MX 2004
    Fireworks MX 2004
    Flash Paper 2.0
    Freehand MX
    GoLive CS2
    GoLive 9.0
    Illustrator CS2
    InCopy CS2
    InDesign CS2
    Macromedia Studo MX 2004
    Photoshop CS
    Photoshop CS2
    Photoshop Elements 4.0
    Photoshop Elements 5.0
    Premiere Pro 7.0
    Production Studio Premium
    The activation server being shut down will not affect currently installed and activated Adobe software.  You will only face this difficulty if you need to reactivate the software.
    To remedy this difficulty we have made available a version of these software titles that does not require activation for Users who have previously purchase the affected software.  For additional details and specific links to the software please see:
    Error: Activation Server Unavailable | CS2 products, Acrobat 7 - http://helpx.adobe.com/x-productkb/policy-pricing/creative-suite-2-activation-end-life.html
    Error: Activation Server Unavailable | Macromedia branded products - http://helpx.adobe.com/x-productkb/policy-pricing/macromedia-legacy-activation-error.html
    If the software title you have purchased is affected by the activation server being shut down, but is not available for download in the previously referenced pages, then please contact our support team at http://www.adobe.com/support/chat/ivrchat.html.  Please be aware our support team will not be able to provide assistance for downloading or installing the Creative Suite 2 software.
    System requirements
    Creative Suite 2 software was only designed to run in the following operating environments:
    Mac OS X v.10.2.8–v.10.3.8. PowerPC® G4 or G5 processor
    Microsoft® Windows® 2000/Windows XP. Intel® Pentium® III or 4 processor
    Extraction instructions
    If you are receiving a message to insert disc two please see the following extraction instructions:
    In the English version of the software the file CreativeSuiteCS2Disc2 extracts to C:\Creative Suite\Adobe Creative Suite 2.0\.  CreativeSuiteCS2Disc1 and CreativeSuiteCS2Disc3 both extract to C:\Creative Suite CS2\Adobe Creative Suite 2.0\.
    Please copy the contents of the C:\Creative Suite\Adobe Creative Suite 2.0\ folder to the C:\Creative Suite CS2\Adobe Creative Suite 2.0\ folder and you will no longer be prompted to insert disc two.
    Additional information
    Some Users have reported success getting Creative Suite 2 to install under Windows 7 64-bit.  Please see http://answers.microsoft.com/en-us/windows/forum/windows_7-windows_programs/windows-7-is-n ot-compatible-with-adobe-photoshop/6f1b4955-7166-4b8f-ad9b-5d19150f803f for more information.
    Still facing installation difficulties?
    If you are experiencing an installation issue with the software currently available I would recommend creating a new thread in the Downloading, Installing, and Setting up forum - http://forums.adobe.com/community/download_install_setup.  If you can please make sure to include the following:
    •          What software are you trying to install?
    •          Which operating system are you using?
    •          Was the software previously installed prior to downloading the non-activating version currently available?
    •          What specific error messages are you receiving when trying to install?
    Please also see the original discussion on this topic at http://forums.adobe.com/message/4919014#4919014.

    Hello Jeff.
    EN version is not so eaqual in all with CZ version, I have PREMIUM one, not Standard.
    So I download these EN versions and Acrobat 7Pro separately.
    It look that it works, I have it installed on my presentation laptop. I ussualy work on PC and laptop is for bussines trips mostly.
    When I was working on my PC I found in menu one interesting option. I have installed CS2 in 2010 so it works OK, still in CZ. What I found in menu is called "Licence Transfer".
    I didnt try it because I dont want to loose my activation on PC, but could you please say to me what does this option means?
    Is it possible to copy licence on flash disk and use it on laptop, but it still be in PC also? Or it is only for deactivation, so you will loose it, and after this you can do new activation (which is impossible by server shut down)?
    And one question to the end, if I buy some later version like CS4 or CS5 (from some graphic studio which have one licence to sell-transfer) so do Adobe plan to shut down server too, for CS4, CS5 or after this non user/customer friendly solution (I mean for CS2) will Adobe do some application which we can install on our local PC and this app will say to CSxx "Your licence is OK, just continue in work" ?? --- this would be much better, I think if Adobe do this so it will be the same like no-activation versions in EN only but without so many complains and impacts on your customers.
    Thank you for reply me

  • ML Server- managing shut down

    What is the best way to set up a regular power cycle of the Mac Mini when using it with Mountain Lion Server? Ideally, would like to schedule a weekly automatic shutdown of the hardware and restart of the Mini. Since running Server, I notice that prior to shutting down Server wants to get OK to shut down and send push notifications to clients.
    Can I automate the process for a weekly power cycle of several clients (two of three) and the Server Machine, with Server, or even the previous method- System Preferences>Energy Saver?

    JaimeMagiera wrote:
    Take a look at the "pmset" command. You may want to wrap it in a script that calls "serveradmin" as well, to do any service shutdown and cleanup before the restart.
    http://developer.apple.com/library/mac/#documentation/Darwin/Reference/ManPages/ man1/pmset.1.html
    Just out of curiosity, why do you want to do this?
    Thanks for your comments, Jaime. The BSD (Linux) command seems suitable. How would it play into a server control script?
    My idea was to call the clients to shut down, shut down the server, power down the hardware. Next, wait 10-15 min. and power up the Server machine, then the clients (reversing the order) after the Server is alive and running. I hadn't planned any server cleanup at this time but it is obviously quite do-able.
    I find power cycle a VERY convenient way to flush many built-up slowdowns in the OS from the hardware. I try to do it once a week at off hours. Usually Monday morning (in the case of one client), or Sunday @ 12N (in case of the rest). I have a System Pref schedule on all the machines now, perhaps it could be scripted and called direct from the server machine instead?
    How would I go about this? ML Server does very few jobs for me now, simply being a file share manager at this time.

  • Shutting Down CF8 Stand-Alone Version on Windows

    I have installed CF8 Developer Version with Stand-Alone
    server on WXP. Would like to upgrade to 8.0.1. During upgrade,
    updater tells me I needs to shut down server and Windows services
    to perform upgrade. Looked around in CFIDE Admin for instructions
    on how to shut down. Couldn't find any.
    How to do?
    Thanks in advance.

    You should start or stop Coldfusion as a Windows service. You
    do so in the Control Panel. Navigate to
    Administrative Tools => Services. Right-click on
    Coldfusion 8 Application Server. To shut down, select
    Stop.

  • Server 2012 X64 R2 DNS Server keeps shutting down after inplace upgrade from Server 2012 X64

    Hi,
    ever since upgrading from Server 2012 X64 to Server 2012 R2 X64 my dns server keeps shutting down every several minutes before having to do a restart.  When viewing the event log this is all I see..
    The DNS Server service terminated unexpectedly.  It has done this 497 time(s).  The following corrective action will be taken in 60000 milliseconds: Restart the service.
    if I look in the Application Error Log,  I will also find the following:
    Faulting application name: dns.exe, version: 6.3.9600.17031, time stamp: 0x530871fb
    Faulting module name: dns.exe, version: 6.3.9600.17031, time stamp: 0x530871fb
    Exception code: 0xc0000005
    Fault offset: 0x000000000010b0e0
    Faulting process id: 0x1740
    Faulting application start time: 0x01cf531b2e3a7f5e
    Faulting application path: C:\Windows\system32\dns.exe
    Faulting module path: C:\Windows\system32\dns.exe
    Report Id: 90a4ab37-bf0e-11e3-9446-003048df3f03
    Faulting package full name:
    Faulting package-relative application ID:
    I have tried removing and then reinstalling the DNS Server role, but the same situation occurs..
    thanks,

    Hi,
    I'm going crazy,  I've upgraded my Server 2012 Standard to Server 2012 R2 Standard and now my DNS server keeps crashing since the in place upgrade.  I have finally narrowed it down to it only crashes after several minutes if I load the data from
    a file instead of the registry.  As a test I:
    -1- killed all my dns data,
    -2- uninstalled the dns server role
    -3- deleted the /windows/system32/dns directory
    -4- reinstalled the DNS server role
    -5- used the wizard to create a DNS server and a forward zone.
    everything works okay, no crashes,  then I change the advanced propertied of the DNS server to load from file, restart the DNS server and once again it crashes every 2 minutes..
    Please help,  this is killing me..
    thanks in advance..

  • Slow start up and Shut Down since upgrading to Mountain Lion - Etrecheck Result query

    Hello, I have recently upgraded my operating system from Snow Leopard to the latest Mountain Lion from the app store. My Macbook Pro (early 2010) is now experiencing slow start up times (more than 1 minute) and slow shut down (more than 45 seconds). Programs such as iPhoto and Firefox are now taking a long time to start up too and the multicoloured wheel is appearing a lot.It was always snappy and very quick with Snow Leopard. I have seen that quite a lot of people seem to have had similar issues too.
    I have Verified and Repaied my disk, reset SMC, and PRAM numerous times and cleared the system caches, as well as making a new user account and opened in Safe Mode. "Searchlight" has finished indexing. Nothing I've done so far has helped the issue. I have run an Etrecheck and note that a few things have "failed", the results are below. Does anyone know what these items do or how to correct them? These could be the cause of the issue as they are Apple items - e.g. account, ID and @me.com processes.
    I did not do a clean/fresh installation of Mountain Lion, but I did verify the Snow Leopard disk before I installed it. I'm thinking perhaps to do a clean install but I'm not sure if this will resolve the "failed" Etrecheck issues or not?
    Any help would be greatly appreciated,
    Thanks in advance.
    Hardware Information:
        MacBook Pro - model: MacBookPro8,1
        1 2.7 GHz Intel Core i7 CPU: 2 cores
        4 GB RAM
    Video Information:
        Intel HD Graphics 3000 - VRAM: 384 MB
    Startup Items:
        HP Trap Monitor - Path: /Library/StartupItems/HP Trap Monitor
    System Software:
        OS X 10.8.2 (12C60) - Uptime: 0 days 0:46
    Disk Information:
        Hitachi HTS545050B9A302 disk0 : (500.11 GB)
            disk0s1 (disk0s1) <not mounted>: 209.7 MB
            Macintosh HD (disk0s2) /: 499.25 GB (408.13 GB free)
            Recovery HD (disk0s3) <not mounted>: 650 MB
        MATSHITADVD-R   UJ-898 
    USB Information:
        Apple Computer, Inc. IR Receiver
        Apple Inc. FaceTime HD Camera (Built-in)
        Apple Inc. iPhone
        Apple Inc. Apple Internal Keyboard / Trackpad
        Apple Inc. BRCM2070 Hub
            Apple Inc. Bluetooth USB Host Controller
    FireWire Information:
    Kernel Extensions:
    Problem System Launch Daemons:
    Problem System Launch Agents:
               [failed]    com.apple.accountsd.plist
               [failed]    com.apple.coreservices.appleid.authentication.plist
               [failed]    com.apple.mrt.uiagent.plist
    Launch Daemons:
               [loaded]    com.adobe.fpsaud.plist
               [loaded]    com.microsoft.office.licensing.helper.plist
    Launch Agents:
               [loaded]    com.hp.help.tocgenerator.plist
    User Launch Agents:
               [loaded]    com.adobe.ARM.202f4087f2bbde52e3ac2df389f53a4f123223c9cc56a8fd83a6f7ae.plist
               [failed]    com.apple.CSConfigDotMacCert-(myemail)@me.com-SharedServices.Agent.plist
               [loaded]    com.google.keystone.agent.plist
    User Login Items:
        HPEventHandler
    3rd Party Preference Panes:
        Flash Player
    Internet Plug-ins:
        AdobePDFViewer.plugin
        AdobePDFViewerNPAPI.plugin
        Flash Player.plugin
        FlashPlayer-10.6.plugin
        Google Earth Web Plug-in.plugin
        iPhotoPhotocast.plugin
        JavaAppletPlugin.plugin
        QuickTime Plugin.plugin
        SharePointBrowserPlugin.plugin
        Silverlight.plugin
    User Internet Plug-ins:
    Bad Fonts:
        None
    Top Processes by CPU:
            27%    storeagent
            11%    firefox
             3%    WindowServer
             2%    App
             1%    hidd
             1%    EtreCheck
             1%    fontd
             0%    Finder
             0%    plugin-container
             0%    Dock
    Top Processes by Memory:
        492 MB    firefox
        135 MB    App
        111 MB    Finder
        98 MB    plugin-container
        85 MB    mds
        70 MB    WindowServer
        61 MB    Dock
        53 MB    SystemUIServer
        49 MB    com.apple.dock.extra
        49 MB    CalendarAgent

    Thank you for your reply. Here are my results (I have tried to be selective for Step 1, but sorry if there's too much information, I'm not that experienced in what it all means):
    Step 1
    14/01/2013 10:38:05.000 bootlog[0]: BOOT_TIME 1358159885 0
    14/01/2013 10:38:16.000 kernel[0]: PMAP: PCID enabled
    14/01/2013 10:38:16.000 kernel[0]: Darwin Kernel Version 12.2.0: Sat Aug 25 00:48:52 PDT 2012; root:xnu-2050.18.24~1/RELEASE_X86_64
    14/01/2013 10:38:16.000 kernel[0]: vm_page_bootstrap: 812402 free pages and 227982 wired pages
    14/01/2013 10:38:16.000 kernel[0]: kext submap [0xffffff7f80741000 - 0xffffff8000000000], kernel text [0xffffff8000200000 - 0xffffff8000741000]
    14/01/2013 10:38:16.000 kernel[0]: zone leak detection enabled
    14/01/2013 10:38:16.000 kernel[0]: standard timeslicing quantum is 10000 us
    14/01/2013 10:38:16.000 kernel[0]: mig_table_max_displ = 74
    14/01/2013 10:38:16.000 kernel[0]: TSC Deadline Timer supported and enabled
    14/01/2013 10:38:16.000 kernel[0]: corecrypto kext started!
    14/01/2013 10:38:16.000 kernel[0]: Running kernel space in FIPS MODE
    14/01/2013 10:38:16.000 kernel[0]: Plist hmac value is    735d392b68241ef173d81097b1c8ce9ba283521626d1c973ac376838c466757d
    14/01/2013 10:38:16.000 kernel[0]: Computed hmac value is 735d392b68241ef173d81097b1c8ce9ba283521626d1c973ac376838c466757d
    14/01/2013 10:38:16.000 kernel[0]: corecrypto.kext FIPS DRBG POST test passed!
    14/01/2013 10:38:16.000 kernel[0]: corecrypto.kext FIPS POST passed!
    14/01/2013 10:38:16.000 kernel[0]: AppleACPICPU: ProcessorId=3 LocalApicId=1 Enabled
    14/01/2013 10:38:16.000 kernel[0]: AppleACPICPU: ProcessorId=8 LocalApicId=255 Disabled
    14/01/2013 10:38:16.000 kernel[0]: calling mpo_policy_init for TMSafetyNet
    14/01/2013 10:38:16.000 kernel[0]: Waiting on <dict ID="0"><key>IOProviderClass</key><string ID="1">IOResources</string><key>IOResourceMatch</key><string ID="2">boot-uuid-media</string></dict>
    14/01/2013 10:38:16.000 kernel[0]: com.apple.AppleFSCompressionTypeZlib kmod start
    14/01/2013 10:38:16.000 kernel[0]: com.apple.AppleFSCompressionTypeDataless kmod start
    14/01/2013 10:38:16.000 kernel[0]: com.apple.AppleFSCompressionTypeZlib load succeeded
    14/01/2013 10:38:06.091 com.apple.launchd[1]: *** launchd[1] has started up. ***
    14/01/2013 10:38:16.000 kernel[0]: BRCM tunables:
    14/01/2013 10:38:16.000 kernel[0]: pullmode[1] txringsize[  256] reapmin[   32] reapcount[  128]
    14/01/2013 10:38:16.000 kernel[0]: highWaterMark: VO[  192]  VI[  192]  BE[  192]  BK[  192]
    14/01/2013 10:38:16.000 kernel[0]: Got boot device = IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/SATA@1F,2/AppleIntelPchS eriesAHCI/PRT0@0/IOAHCIDevice@0/AppleAHCIDiskDriver/IOAHCIBlockStorageDevice/IOB lockStorageDriver/Hitachi HTS545050B9A302 Media/IOGUIDPartitionScheme/Customer@2
    14/01/2013 10:38:16.000 kernel[0]: BSD root: disk0s2, major 1, minor 2
    14/01/2013 10:38:16.000 kernel[0]: FireWire (OHCI) Lucent ID 5901 built-in now active, GUID 70cd60fffeddcaae; max speed s800.
    14/01/2013 10:38:16.000 kernel[0]: Kernel is LP64
    14/01/2013 10:38:16.000 kernel[0]: AppleUSBMultitouchDriver::checkStatus - received Status Packet, Payload 2: device was reinitialized
    14/01/2013 10:38:06.091 com.apple.launchd[1]: *** Shutdown logging is enabled. ***
    14/01/2013 10:38:15.376 com.apple.launchd[1]: (com.apple.automountd) Unknown key for boolean: NSSupportsSuddenTermination
    14/01/2013 10:38:18.000 kernel[0]: IO80211Controller::dataLinkLayerAttachComplete():  adding AppleEFINVRAM notification
    14/01/2013 10:38:21.000 kernel[0]: macx_swapon SUCCESS
    14/01/2013 10:38:26.000 kernel[0]: Waiting for DSMOS...
    14/01/2013 10:38:27.063 appleeventsd[54]: main: Starting up
    14/01/2013 10:38:27.509 hidd[48]: void __IOHIDLoadBundles(): Loaded 0 HID plugins
    14/01/2013 10:38:27.678 com.apple.SecurityServer[18]: Session 100000 created
    14/01/2013 10:38:27.716 coreservicesd[63]: FindBestLSSession(), no match for inSessionID 0xfffffffffffffffc auditTokenInfo( uid=0 euid=0 auSessionID=100000 create=fals
    14/01/2013 10:38:27.000 kernel[0]: Previous Shutdown Cause: 5
    14/01/2013 10:38:27.000 kernel[0]: [IOBluetoothHCIController::setConfigState] calling registerService
    14/01/2013 10:38:28.000 kernel[0]: DSMOS has arrived
    14/01/2013 10:38:28.285 mDNSResponder[41]: mDNSResponder mDNSResponder-379.32.1 (Aug 31 2012 19:05:06) starting OSXVers 12
    14/01/2013 10:38:28.681 airportd[65]: _processDLILEvent: en1 attached (down)
    14/01/2013 10:38:30.186 com.apple.SecurityServer[18]: Entering service
    14/01/2013 10:38:31.439 systemkeychain[72]: done file: /var/run/systemkeychaincheck.done
    14/01/2013 10:38:32.581 mDNSResponder[41]: D2D_IPC: Loaded
    14/01/2013 10:38:32.581 mDNSResponder[41]: D2DInitialize succeeded
    14/01/2013 10:38:33.090 UserEventAgent[11]: Captive: [HandleNetworkInformationChanged:2435] nwi_state_copy returned NULL
    14/01/2013 10:38:33.293 apsd[60]: CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1102)
    14/01/2013 10:38:33.617 locationd[45]: NOTICE,Location icon should now be in state 0
    14/01/2013 10:38:33.000 kernel[0]: ACPI_SMC_PlatformPlugin::initFanThrottleControl - waiting for AppleSMC
    14/01/2013 10:38:34.451 loginwindow[44]: Login Window Application Started
    14/01/2013 10:38:35.000 kernel[0]: AirPort: Link Down on en1. Reason 8 (Disassociated because station leaving).
    14/01/2013 10:38:35.000 kernel[0]: en1::IO80211Interface::postMessage bssid changed
    14/01/2013 10:38:35.140 mds[40]: (Normal) FMW: FMW 0 0
    14/01/2013 10:38:37.218 stackshot[30]: Timed out waiting for IOKit to finish matching.
    14/01/2013 10:38:37.869 configd[16]: bootp_session_transmit: bpf_write(en1) failed: Network is down (50)
    14/01/2013 10:38:37.869 configd[16]: DHCP en1: INIT-REBOOT transmit failed
    14/01/2013 10:38:37.985 configd[16]: network changed: DNS*
    14/01/2013 10:38:38.054 configd[16]: setting hostname to "*************-MacBook-Pro.local"
    14/01/2013 10:38:38.784 awacsd[58]: Starting awacsd connectivity-78 (Jul 26 2012 14:37:46)
    14/01/2013 10:38:38.890 awacsd[58]: InnerStore CopyAllZones: no info in Dynamic Store
    14/01/2013 10:38:41.443 aosnotifyd[95]: bootstrap_look_up failed (44e)
    14/01/2013 10:38:41.506 locationd[99]: NOTICE,Location icon should now be in state 0
    14/01/2013 10:38:42.353 mds[40]: (Warning) Server: No stores registered for metascope "kMDQueryScopeComputer"
    14/01/2013 10:38:43.110 digest-service[98]: digest-request: init return domain: BUILTIN server: **************-MACBOOK-PRO
    14/01/2013 10:38:43.296 apsd[60]: CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1102)
    14/01/2013 10:38:43.000 kernel[0]: MacAuthEvent en1   Auth result for: 00:24:17:e3:ee:55  MAC AUTH succeeded
    14/01/2013 10:38:46.743 WindowServer[89]: Server is starting up
    14/01/2013 10:38:48.876 WindowServer[89]: Session 256 retained (2 references)
    14/01/2013 10:38:48.905 WindowServer[89]: init_page_flip: page flip mode is on
    14/01/2013 10:38:49.080 WindowServer[89]: mux_initialize: kAGCGetMuxState (kMuxControl, kMuxControl_switchingMode) failed (0xe0000001)
    14/01/2013 10:38:49.080 WindowServer[89]: mux_initialize: Mode is safe
    14/01/2013 10:38:49.192 WindowServer[89]: GLCompositor enabled for tile size [256 x 256]
    14/01/2013 10:38:49.193 WindowServer[89]: CGXGLInitMipMap: mip map mode is on
    14/01/2013 10:38:49.214 WindowServer[89]: WSMachineUsesNewStyleMirroring: false
    14/01/2013 10:38:49.215 WindowServer[89]: Display 0x042732c0: GL mask 0x1; bounds (0, 0)[1280 x 800], 9 modes available
    Main, Active, on-line, enabled, built-in, boot, Vendor 610, Model 9ccb, S/N 0, Unit 0, Rotation 0
    UUID 0x0000061000009ccb00000000042732c0
    14/01/2013 10:38:49.215 WindowServer[89]: Display 0x003f003f: GL mask 0x8; bounds (0, 0)[0 x 0], 1 modes available
    off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 3, Rotation 0
    UUID 0xffffffffffffffffffffffff003f003f
    14/01/2013 10:38:49.215 WindowServer[89]: Display 0x003f003e: GL mask 0x4; bounds (0, 0)[0 x 0], 1 modes available
    off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 2, Rotation 0
    UUID 0xffffffffffffffffffffffff003f003e
    14/01/2013 10:38:49.215 WindowServer[89]: Display 0x003f003d: GL mask 0x2; bounds (0, 0)[0 x 0], 1 modes available
    off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 1, Rotation 0
    UUID 0xffffffffffffffffffffffff003f003d
    14/01/2013 10:38:49.217 WindowServer[89]: Created shield window 0x8 for display 0x003f003d
    14/01/2013 10:38:49.219 WindowServer[89]: Display 0x042732c0: GL mask 0x1; bounds (0, 0)[1280 x 800], 9 modes available
    Main, Active, on-line, enabled, built-in, boot, Vendor 610, Model 9ccb, S/N 0, Unit 0, Rotation 0
    UUID 0x0000061000009ccb00000000042732c0
    14/01/2013 10:38:49.219 WindowServer[89]: Display 0x003f003f: GL mask 0x8; bounds (2304, 0)[1 x 1], 1 modes available
    off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 3, Rotation 0
    UUID 0xffffffffffffffffffffffff003f003f
    14/01/2013 10:38:49.219 WindowServer[89]: Display 0x003f003e: GL mask 0x4; bounds (2305, 0)[1 x 1], 1 modes available
    off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 2, Rotation 0
    UUID 0xffffffffffffffffffffffff003f003e
    14/01/2013 10:38:49.219 WindowServer[89]: Display 0x003f003d: GL mask 0x2; bounds (2306, 0)[1 x 1], 1 modes available
    off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 1, Rotation 0
    UUID 0xffffffffffffffffffffffff003f003d
    14/01/2013 10:38:49.219 WindowServer[89]: CGXPerformInitialDisplayConfiguration
    14/01/2013 10:38:49.219 WindowServer[89]:   Display 0x003f003d: MappedDisplay Unit 1; Vendor 0xffffffff Model 0xffffffff S/N -1 Dimensions 0.00 x 0.00; offline enabled, Bounds (2306,0)[1 x 1], Rotation 0, Resolution 1
    14/01/2013 10:38:49.220 WindowServer[89]: CGXMuxBoot: Unexpected boot switch return value (0xe00002c7)
    14/01/2013 10:38:51.007 WindowServer[89]: GLCompositor: GL renderer id 0x01024301, GL mask 0x0000000f, texture units 8, texture max 8192, viewport max {8192, 8192}, extensions FPRG|NPOT|GLSL|FLOAT
    14/01/2013 10:38:51.021 WindowServer[89]: Unable to open IOHIDSystem (e00002bd)
    14/01/2013 10:38:51.000 kernel[0]: virtual bool IOHIDEventSystemUserClient::initWithTask(task_t, void *, UInt32): Client task not privileged to open IOHIDSystem for mapping memory (e00002c1)
    14/01/2013 10:38:51.049 loginwindow[44]: **DMPROXY** Found `/System/Library/CoreServices/DMProxy'.
    14/01/2013 10:38:51.217 WindowServer[89]: **DMPROXY** (2) Found `/System/Library/CoreServices/DMProxy'.
    14/01/2013 10:38:52.609 WindowServer[89]: Created shield window 0x9 for display 0x042732c0
    14/01/2013 10:38:52.610 WindowServer[89]: Display 0x042732c0: MappedDisplay Unit 0; ColorProfile { 2, "Color LCD"}; TransferTable (256, 3)
    14/01/2013 10:38:52.610 WindowServer[89]: Display 0x042732c0: MappedDisplay Unit 0; ColorProfile { 2, "Color LCD"}; TransferTable (256, 3)
    14/01/2013 10:38:52.636 launchctl[126]: com.apple.findmymacmessenger: Already loaded
    14/01/2013 10:38:52.646 WindowServer[89]: Display 0x042732c0: MappedDisplay Unit 0; ColorProfile { 2, "Color LCD"}; TransferTable (256, 3)
    14/01/2013 10:38:52.745 com.apple.SecurityServer[18]: Session 100005 created
    14/01/2013 10:38:53.592 UserEventAgent[127]: cannot find useragent 1102
    14/01/2013 10:38:53.892 awacsd[58]: Exiting
    14/01/2013 10:38:54.114 airportd[65]: _doAutoJoin: Already associated to “XXXXXXXXX”. Bailing on auto-join.
    14/01/2013 10:38:54.475 netbiosd[104]: Unable to start NetBIOS name service:
    14/01/2013 10:38:55.665 hidd[48]: CGSShutdownServerConnections: Detaching application from window server
    14/01/2013 10:38:55.666 hidd[48]: CGSDisplayServerShutdown: Detaching display subsystem from window server
    14/01/2013 10:38:55.724 loginwindow[44]: Login Window Started Security Agent
    14/01/2013 10:38:56.371 SecurityAgent[136]: This is the first run
    14/01/2013 10:38:56.372 SecurityAgent[136]: MacBuddy was run = 0
    14/01/2013 10:38:56.546 SecurityAgent[136]: User info context values set for XXXXXXXXX
    14/01/2013 10:38:59.299 loginwindow[44]: Login Window - Returned from Security Agent
    14/01/2013 10:38:59.357 loginwindow[44]: ERROR | ScreensharingLoginNotification | Failed sending message to screen sharing GetScreensharingPort, err: 1102
    14/01/2013 10:38:59.391 loginwindow[44]: USER_PROCESS: 44 console
    14/01/2013 10:38:59.430 airportd[65]: _doAutoJoin: Already associated to “XXXXXXXXX”. Bailing on auto-join.
    14/01/2013 10:38:59.598 com.apple.launchd.peruser.501[138]: (com.apple.gamed) Ignored this key: UserName
    14/01/2013 10:38:59.598 com.apple.launchd.peruser.501[138]: (com.apple.gamed) Ignored this key: GroupName
    14/01/2013 10:38:59.599 com.apple.launchd.peruser.501[138]: (com.apple.ReportCrash) Falling back to default Mach exception handler. Could not find: com.apple.ReportCrash.Self
    14/01/2013 10:38:59.603 loginwindow[44]: Connection with distnoted server was invalidated
    14/01/2013 10:38:59.620 distnoted[142]: # distnote server agent  absolute time: 54.847453675   civil time: Mon Jan 14 10:38:59 2013   pid: 142 uid: 501  root: no
    14/01/2013 10:38:59.889 WindowServer[89]: **DMPROXY** (2) Found `/System/Library/CoreServices/DMProxy'.
    14/01/2013 10:39:00.000 kernel[0]: nspace-handler-set-snapshot-time: 1358159941
    14/01/2013 10:39:00.416 coreservicesd[63]: SendFlattenedData, got error #268435460 (ipc/send) timed out from ::mach_msg(), sending notification kLSNotifyApplicationLaunch to notificationID=116
    14/01/2013 10:39:00.387 blued[57]: kBTXPCUpdateUserPreferences gConsoleUserUID = 501
    14/01/2013 10:39:00.449 WindowServer[89]: Display 0x042732c0: MappedDisplay Unit 0; ColorProfile { 2, "Color LCD"}; TransferTable (256, 3)
    14/01/2013 10:39:00.673 com.apple.launchd.peruser.501[138]: (com.apple.afpstat-qfa[173]) Exited with code: 2
    14/01/2013 10:39:00.880 talagent[151]: _LSSetApplicationInformationItem(kLSDefaultSessionID, asn, _kLSApplicationIsHiddenKey, hidden ? kCFBooleanTrue : kCFBooleanFalse, NULL) produced OSStatus -50 on line 623 in TCApplication.m
    14/01/2013 10:39:00.881 talagent[151]: _LSSetApplicationInformationItem(kLSDefaultSessionID, asn, TAL_kLSIsProxiedForTALKey, kCFBooleanTrue, NULL) produced OSStatus -50 on line 626 in TCApplication.m
    14/01/2013 10:39:01.200 com.apple.launchd.peruser.501[138]: ([email protected][175]) Exited with code: 2
    14/01/2013 10:39:01.611 com.apple.launchd.peruser.501[138]: (com.apple.mrt.uiagent[163]) Exited with code: 255
    14/01/2013 10:39:02.942 NetworkBrowserAgent[186]: Starting NetworkBrowserAgent
    14/01/2013 10:39:04.107 com.apple.SecurityServer[18]: Session 100006 created
    14/01/2013 10:39:04.313 coreaudiod[155]: 2013-01-14 10:39:04.312677 AM [AirPlay] Started browsing for _airplay._tcp.
    14/01/2013 10:39:04.313 coreaudiod[155]: 2013-01-14 10:39:04.313198 AM [AirPlay] Started browsing for _raop._tcp.
    14/01/2013 10:39:04.577 WindowServer[89]: CGXDisableUpdate: UI updates were forcibly disabled by application "SystemUIServer" for over 1.00 seconds. Server has re-enabled them.
    14/01/2013 10:39:04.974 apsd[177]: Unable to bootstrap_lookup connection port for 'com.apple.ubd.system-push': Unknown service name
    14/01/2013 10:39:05.165 AirPlayUIAgent[192]: Bug: 12C60: liblaunch.dylib + 23849 [2F71CAF8-6524-329E-AC56-C506658B4C0C]: 0x25
    14/01/2013 10:39:06.725 genatsdb[197]: ########## genatsdb Sandboxed. ##########
    14/01/2013 10:39:09.153 configd[16]: subnet_route: write routing socket failed, Network is unreachable
    14/01/2013 10:39:10.764 configd[16]: network changed: v4(en1+:169.254.150.30) DNS* Proxy+ SMB
    14/01/2013 10:39:10.780 UserEventAgent[11]: Captive: en1: Not probing 'XXXXXXXX' (protected network)
    14/01/2013 10:39:10.783 configd[16]: network changed: v4(en1:169.254.150.30) DNS Proxy SMB
    14/01/2013 10:39:12.305 _networkd[200]: /usr/libexec/ntpd-wrapper: scutil key State:/Network/Global/DNS not present after 30 seconds
    14/01/2013 10:39:13.107 configd[16]: network changed: v4(en1!:192.168.1.65) DNS+ Proxy SMB
    14/01/2013 10:39:13.156 UserEventAgent[11]: Captive: en1: Not probing 'XXXXXXXXX (protected network)
    14/01/2013 10:39:16.673 WindowServer[89]: reenable_update_for_connection: UI updates were finally reenabled by application "SystemUIServer" after 13.10 seconds (server forcibly re-enabled them after 1.00 seconds)
    14/01/2013 10:39:19.514 com.apple.launchd[1]: (com.apple.coreservices.appleid.authentication[131]) Exit timeout elapsed (20 seconds). Killing
    14/01/2013 10:39:23.677 SystemUIServer[152]: *** WARNING: -[NSImage compositeToPoint:operation:fraction:] is deprecated in MacOSX 10.8 and later. Please use -[NSImage drawAtPoint:fromRect:operation:fraction:] instead.
    14/01/2013 10:39:23.678 SystemUIServer[152]: *** WARNING: -[NSImage compositeToPoint:fromRect:operation:fraction:] is deprecated in MacOSX 10.8 and later. Please use -[NSImage drawAtPoint:fromRect:operation:fraction:] instead.
    14/01/2013 10:39:26.681 HPEventHandler[189]: Attempt to add read-only file at path file://localhost/Library/Printers/hp/Frameworks/HPSmartX.framework/Resources/Co nfiguration/SmartX.config read/write. Adding it read-only instead. This will be a hard error in the future; you must specify the NSReadOnlyPersistentStoreOption.
    14/01/2013 10:39:29.735 ntpd[92]: proto: precision = 1.000 usec
    14/01/2013 10:39:46.805 genatsdb[197]: *GENATSDB* FontObjects generated = 568
    14/01/2013 10:40:02.556 firefox[224]: invalid drawable
    14/01/2013 10:40:04.286 com.apple.SecurityServer[18]: Session 100002 created
    Step 2
    Process:    
    hiutil [248]
    Identifier: 
    hiutil
    Version:    
    1.3 (50)
    Code Type:  
    X86-64 (Native)
    Parent Process:  launchd [1]
    Date/Time:  
    2013-01-13 18:18:14.344 +0000
    OS Version: 
    Mac OS X 10.8.2 (12C60)
    Report Version:  10
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_BAD_INSTRUCTION (SIGILL)
    Exception Codes: 0x0000000000000001, 0x0000000000000000
    Application Specific Information:
    Data corruption: Could not retain bootstrap port!
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   libxpc.dylib             
    0x000000010a1e45d3 _xpc_domain_create + 222
    1   libxpc.dylib             
    0x000000010a1e3e72 _libxpc_initializer + 400
    2   libSystem.B.dylib        
    0x0000000108cf4b2d libSystem_initializer + 172
    3   dyld                     
    0x00007fff6701b378 ImageLoaderMachO::doModInitFunctions(ImageLoader::LinkContext const&) + 236
    4   dyld                     
    0x00007fff6701b762 ImageLoaderMachO::doInitialization(ImageLoader::LinkContext const&) + 46
    5   dyld                     
    0x00007fff6701806e ImageLoader::recursiveInitialization(ImageLoader::LinkContext const&, unsigned int, ImageLoader::InitializerTimingList&) + 380
    6   dyld                     
    0x00007fff67017fc4 ImageLoader::recursiveInitialization(ImageLoader::LinkContext const&, unsigned int, ImageLoader::InitializerTimingList&) + 210
    7   dyld                     
    0x00007fff67017fc4 ImageLoader::recursiveInitialization(ImageLoader::LinkContext const&, unsigned int, ImageLoader::InitializerTimingList&) + 210
    8   dyld                     
    0x00007fff67017fc4 ImageLoader::recursiveInitialization(ImageLoader::LinkContext const&, unsigned int, ImageLoader::InitializerTimingList&) + 210
    9   dyld                     
    0x00007fff67017fc4 ImageLoader::recursiveInitialization(ImageLoader::LinkContext const&, unsigned int, ImageLoader::InitializerTimingList&) + 210
    10  dyld                     
    0x00007fff67017fc4 ImageLoader::recursiveInitialization(ImageLoader::LinkContext const&, unsigned int, ImageLoader::InitializerTimingList&) + 210
    11  dyld                     
    0x00007fff67017eba ImageLoader::runInitializers(ImageLoader::LinkContext const&, ImageLoader::InitializerTimingList&) + 54
    12  dyld                     
    0x00007fff67009fc0 dyld::initializeMainExecutable() + 207
    13  dyld                     
    0x00007fff6700db04 dyld::_main(macho_header const*, unsigned long, int, char const**, char const**, char const**, unsigned long*) + 3060
    14  dyld                     
    0x00007fff67009397 dyldbootstrap::start(macho_header const*, int, char const**, long, macho_header const*, unsigned long*) + 761
    15  dyld                     
    0x00007fff6700905e _dyld_start + 54
    Thread 0 crashed with X86 Thread State (64-bit):
      rax: 0x000000010a1f8af1  rbx: 0x00007fcb89c09160  rcx: 0x000000010a12461a  rdx: 0x0000000000000000
      rdi: 0x0000000000000907  rsi: 0x0000000000000507  rbp: 0x00007fff587f6380  rsp: 0x00007fff587f6370
       r8: 0x0000000000000107   r9: 0x0000000000000000  r10: 0x0000000000000001  r11: 0x0000000000000246
      r12: 0x00007fcb89c08790  r13: 0x0000000000000001  r14: 0x00007fff587f7cd0  r15: 0x00007fff587f6430
      rip: 0x000000010a1e45d3  rfl: 0x0000000000010206  cr2: 0x000000010a11b029
    Logical CPU: 1
    Binary Images:
    0x107408000 -   
    0x107414fff  hiutil (1.3 - 50) <6D684212-A5EF-3A24-BB88-089FFE78FB9D> /usr/bin/hiutil
    0x10741e000 -   
    0x10777afff  com.apple.Foundation (6.8 - 945.11) <A5D41956-A354-3ACC-9355-BE200072223B> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x1079a1000 -   
    0x1079baff7  com.apple.SemanticDocumentManagement (1.2.3 - 1.2.3) <32454B13-A6CB-3DFA-8CCB-F66E7FE80163> /System/Library/PrivateFrameworks/SemanticDocumentManagement.framework/Versions /A/SemanticDocumentManagement
    0x1079d0000 -   
    0x1085fdff7  com.apple.AppKit (6.8 - 1187.34) <1FF64844-EB62-3F96-AED7-6525B7CCEC23> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x108cf3000 -   
    0x108cf4ff7  libSystem.B.dylib (169.3) <9089D72D-E714-31E1-80C8-698A8E8B05AD> /usr/lib/libSystem.B.dylib
    0x108cfe000 -   
    0x108e1692f  libobjc.A.dylib (532.2) <90D31928-F48D-3E37-874F-220A51FD9E37> /usr/lib/libobjc.A.dylib
    0x108e3c000 -   
    0x108e3cfff  com.apple.CoreServices (57 - 57) <9DD44CB0-C644-35C3-8F57-0B41B3EC147D> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x108e44000 -   
    0x10902dfff  com.apple.CoreFoundation (6.8 - 744.12) <EF002794-DAEF-31C6-866C-E3E3AC387A9F> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x109192000 -   
    0x1091deff7  libauto.dylib (185.1) <73CDC482-16E3-3FC7-9BB4-FBA2DA44DBC2> /usr/lib/libauto.dylib
    0x1091f7000 -   
    0x1093f7fff  libicucore.A.dylib (491.11.1) <CC318A27-878A-38CE-9292-1B98353FA9C7> /usr/lib/libicucore.A.dylib
    0x10949e000 -   
    0x10959bff7  libxml2.2.dylib (22.3) <47B09CB2-C636-3024-8B55-6040F7829B4C> /usr/lib/libxml2.2.dylib
    0x1095d3000 -   
    0x1095e5ff7  libz.1.dylib (43) <2A1551E8-A272-3DE5-B692-955974FE1416> /usr/lib/libz.1.dylib
    0x1095ed000 -   
    0x109761fff  com.apple.CFNetwork (596.2.3 - 596.2.3) <6A16C2BD-1035-30F9-AE96-D9E3BB54A976> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
    0x109820000 -   
    0x109871ff7  com.apple.SystemConfiguration (1.12.2 - 1.12.2) <E095637C-457F-3D8F-AE32-A032F9D5A46C> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x1098a3000 -   
    0x109b73fff  com.apple.security (7.0 - 55179.1) <639641EF-8156-3190-890C-1053658E044A> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x109cad000 -   
    0x109caefff  liblangid.dylib (116) <864C409D-D56B-383E-9B44-A435A47F2346> /usr/lib/liblangid.dylib
    0x109cb7000 -   
    0x109d24ff7  com.apple.framework.IOKit (2.0 - 755.18.10) <142E19DD-1C8D-3D61-ABC8-83994A73279F> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x109d54000 -   
    0x109d75ff7  libCRFSuite.dylib (33) <736ABE58-8DED-3289-A042-C25AF7AE5B23> /usr/lib/libCRFSuite.dylib
    0x109d81000 -   
    0x109d98fff  com.apple.GenerationalStorage (1.1 - 132.2) <3F5C87BD-D866-3732-8CB9-D23ED9784D6E> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/Gene rationalStorage
    0x109da9000 -   
    0x109dadff7  com.apple.TCC (1.0 - 1) <F2F3B753-FC73-3543-8BBE-859FDBB4D6A6> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
    0x109db3000 -   
    0x109e1bff7  libc++.1.dylib (65.1) <20E31B90-19B9-3C2A-A9EB-474E08F9FE05> /usr/lib/libc++.1.dylib
    0x109e74000 -   
    0x109e99ff7  libc++abi.dylib (24.4) <E7BD9363-1D25-3551-A68A-2E2FF6ABECD7> /usr/lib/libc++abi.dylib
    0x109eca000 -   
    0x109ecffff  libcache.dylib (57) <65187C6E-3FBF-3EB8-A1AA-389445E2984D> /usr/lib/system/libcache.dylib
    0x109ed6000 -   
    0x109ee4fff  libcommonCrypto.dylib (60026) <2D6537F5-1B5E-305C-A1CF-D1FA80CA3939> /usr/lib/system/libcommonCrypto.dylib
    0x109ef1000 -   
    0x109ef6fff  libcompiler_rt.dylib (30) <08F8731D-5961-39F1-AD00-4590321D24A9> /usr/lib/system/libcompiler_rt.dylib
    0x109f05000 -   
    0x109f0cfff  libcopyfile.dylib (89) <876573D0-E907-3566-A108-577EAD1B6182> /usr/lib/system/libcopyfile.dylib
    0x109f13000 -   
    0x109f28ff7  libdispatch.dylib (228.23) <D26996BF-FC57-39EB-8829-F63585561E09> /usr/lib/system/libdispatch.dylib
    0x109f42000 -   
    0x109f43ff7  libdnsinfo.dylib (453.18) <E7595861-ECF9-336E-9901-BED2620FAA80> /usr/lib/system/libdnsinfo.dylib
    0x109f4c000 -   
    0x109f4fff7  libdyld.dylib (210.2.3) <F59367C9-C110-382B-A695-9035A6DD387E> /usr/lib/system/libdyld.dylib
    0x109f56000 -   
    0x109f56fff  libkeymgr.dylib (25) <CC9E3394-BE16-397F-926B-E579B60EE429> /usr/lib/system/libkeymgr.dylib
    0x109f60000 -   
    0x109f68fff  liblaunch.dylib (442.26.2) <2F71CAF8-6524-329E-AC56-C506658B4C0C> /usr/lib/system/liblaunch.dylib
    0x109f76000 -   
    0x109f7cfff  libmacho.dylib (829) <BF332AD9-E89F-387E-92A4-6E1AB74BD4D9> /usr/lib/system/libmacho.dylib
    0x109f82000 -   
    0x109f84fff  libquarantine.dylib (52) <4BE2E642-A14F-340A-B482-5BD2AEFD9C24> /usr/lib/system/libquarantine.dylib
    0x109f8e000 -   
    0x109f8fff7  libremovefile.dylib (23.1) <DBBFAF35-AC78-3856-92F6-6E4FD9DF14A2> /usr/lib/system/libremovefile.dylib
    0x109f96000 -   
    0x109f97fff  libsystem_blocks.dylib (59) <D92DCBC3-541C-37BD-AADE-ACC75A0C59C8> /usr/lib/system/libsystem_blocks.dylib
    0x109fa0000 -   
    0x10a06cfe7  libsystem_c.dylib (825.25) <8CBCF9B9-EBB7-365E-A3FF-2F3850763C6B> /usr/lib/system/libsystem_c.dylib
    0x10a0b0000 -   
    0x10a0b8ff7  libsystem_dnssd.dylib (379.32.1) <62AA0B84-188A-348B-8F9E-3E2DB08DB93C> /usr/lib/system/libsystem_dnssd.dylib
    0x10a0c5000 -   
    0x10a0fbfff  libsystem_info.dylib (406.17) <4FFCA242-7F04-365F-87A6-D4EFB89503C1> /usr/lib/system/libsystem_info.dylib
    0x10a114000 -   
    0x10a12fff7  libsystem_kernel.dylib (2050.18.24) <C0535565-35D1-31A7-A744-63D9F10F12A4> /usr/lib/system/libsystem_kernel.dylib
    0x10a142000 -   
    0x10a170ff7  libsystem_m.dylib (3022.6) <B434BE5C-25AB-3EBD-BAA7-5304B34E3441> /usr/lib/system/libsystem_m.dylib
    0x10a182000 -   
    0x10a190ff7  libsystem_network.dylib (77.10) <0D99F24E-56FE-380F-B81B-4A4C630EE587> /usr/lib/system/libsystem_network.dylib
    0x10a1a3000 -   
    0x10a1aefff  libsystem_notify.dylib (98.5) <C49275CC-835A-3207-AFBA-8C01374927B6> /usr/lib/system/libsystem_notify.dylib
    0x10a1bd000 -   
    0x10a1beff7  libsystem_sandbox.dylib (220) <3C3B03CF-C525-3CB3-8557-62E91B93AC95> /usr/lib/system/libsystem_sandbox.dylib
    0x10a1c3000 -   
    0x10a1c5ff7  libunc.dylib (25) <92805328-CD36-34FF-9436-571AB0485072> /usr/lib/system/libunc.dylib
    0x10a1ce000 -   
    0x10a1d4ff7  libunwind.dylib (35.1) <21703D36-2DAB-3D8B-8442-EAAB23C060D3> /usr/lib/system/libunwind.dylib
    0x10a1df000 -   
    0x10a201ff7  libxpc.dylib (140.41) <FAC04D8B-680E-325F-8F0C-DD69859D0E01> /usr/lib/system/libxpc.dylib
    0x10a21e000 -   
    0x10a26dff7  libcorecrypto.dylib (106.2) <CE0C29A3-C420-339B-ADAA-52F4683233CC> /usr/lib/system/libcorecrypto.dylib
    0x10a27f000 -   
    0x10a2e8fff  libstdc++.6.dylib (56) <EAA2B53E-EADE-39CF-A0EF-FB9D4940672A> /usr/lib/libstdc++.6.dylib
    0x10a34e000 -   
    0x10a34ffff  libDiagnosticMessagesClient.dylib (8) <8548E0DC-0D2F-30B6-B045-FE8A038E76D8> /usr/lib/libDiagnosticMessagesClient.dylib
    0x10a356000 -   
    0x10a369ff7  libbsm.0.dylib (32) <F497D3CE-40D9-3551-84B4-3D5E39600737> /usr/lib/libbsm.0.dylib
    0x10a375000 -   
    0x10a472fff  libsqlite3.dylib (138.1) <ADE9CB98-D77D-300C-A32A-556B7440769F> /usr/lib/libsqlite3.dylib
    0x10a48b000 -   
    0x10a49aff7  libxar.1.dylib (105) <370ED355-E516-311E-BAFD-D80633A84BE1> /usr/lib/libxar.1.dylib
    0x10a4a3000 -   
    0x10a4a7fff  libpam.2.dylib (20) <C8F45864-5B58-3237-87E1-2C258A1D73B8> /usr/lib/libpam.2.dylib
    0x10a4b1000 -   
    0x10a4b1fff  libOpenScriptingUtil.dylib (148.2) <B8061D13-C1B2-38D5-A723-9A98D64E67AC> /usr/lib/libOpenScriptingUtil.dylib
    0x10a4b7000 -   
    0x10a4c4fff  libbz2.1.0.dylib (29) <CE9785E8-B535-3504-B392-82F0064D9AF2> /usr/lib/libbz2.1.0.dylib
    0x10a4d1000 -   
    0x10a7e8ff7  com.apple.CoreServices.CarbonCore (1037.3 - 1037.3) <DF7CABCA-F2CB-345B-8EFF-F0F4E937B7FF> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x10a863000 -   
    0x10a8e4fff  com.apple.Metadata (10.7.0 - 707.3) <A45D75C1-B311-39F0-AF4A-63FCCC098C1D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x10a93c000 -   
    0x10a9e2ff7  com.apple.CoreServices.OSServices (557.4 - 557.4) <841878A8-6F3E-300D-8F01-444B3CC1F41D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x10aa43000 -   
    0x10aad0ff7  com.apple.SearchKit (1.4.0 - 1.4.0) <C7F43889-F8BF-3CB9-AD66-11AEFCBCEDE7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x10ab18000 -   
    0x10ab75ff7  com.apple.AE (645.3 - 645.3) <FF867ACA-8628-3E5A-8FA0-AF429B42C5D7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x10aba2000 -   
    0x10ac53fff  com.apple.LaunchServices (539.7 - 539.7) <DA7C602E-5E01-31B8-925D-B45360CA089F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x10aca6000 -   
    0x10acd7ff7  com.apple.DictionaryServices (1.2 - 184.4) <054F2D6F-9CFF-3EF1-9778-25C551B616C1> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x10acfa000 -   
    0x10ad00fff  com.apple.DiskArbitration (2.5.1 - 2.5.1) <F7DAF7CC-5893-3F06-9168-3B0192B66D15> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x10ad0f000 -   
    0x10ad16fff  com.apple.NetFS (5.0 - 4.0) <82E24B9A-7742-3DA3-9E99-ED267D98C05E> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x10ad1f000 -   
    0x10ad2dff7  libkxld.dylib (2050.18.24) <7027CE49-007D-3553-8FFA-3E3B428B2316> /usr/lib/system/libkxld.dylib
    0x10ad34000 -   
    0x10ad41ff7  com.apple.NetAuth (4.0 - 4.0) <F5BC7D7D-AF28-3C83-A674-DADA48FF7810> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
    0x10ad4f000 -   
    0x10adbcfff  com.apple.datadetectorscore (4.0 - 269.1) <B69645EB-C4BF-3D52-A49B-CB1A1A88512F> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
    0x10adf7000 -   
    0x10ae0efff  com.apple.CFOpenDirectory (10.8 - 151.10) <10F41DA4-AD54-3F52-B898-588D9A117171> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
    0x10ae2d000 -   
    0x10ae58fff  libxslt.1.dylib (11.3) <441776B8-9130-3893-956F-39C85FFA644F> /usr/lib/libxslt.1.dylib
    0x10ae6a000 -   
    0x10ae91ff7  com.apple.speech.LatentSemanticMappingFramework (2.9.3 - 2.9.3) <CDB23C93-853B-3F18-985C-6D32D4704F26> /System/Library/Frameworks/LatentSemanticMapping.framework/Versions/A/LatentSem anticMapping
    0x10aea8000 -   
    0x10b0ddff7  com.apple.CoreData (106.1 - 407.7) <24E0A6B4-9ECA-3D12-B26A-72B9DCF09768> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x10b1df000 -   
    0x10b1e9fff  com.apple.speech.recognition.framework (4.1.5 - 4.1.5) <D803919C-3102-3515-A178-61E9C86C46A1> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x10b1f6000 -   
    0x10b1f6fff  com.apple.Accelerate (1.8 - Accelerate 1.8) <6AD48543-0864-3D40-80CE-01F184F24B45> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x10b1fa000 -   
    0x10b1fafff  com.apple.ApplicationServices (45 - 45) <A3ABF20B-ED3A-32B5-830E-B37831A45A80> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x10b202000 -   
    0x10bb92c67  com.apple.CoreGraphics (1.600.0 - 324.6) <DCC70C6E-AB6D-3457-A823-7569CB29B107> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x10bca1000 -   
    0x10bd73ff7  com.apple.CoreText (260.0 - 275.16) <5BFC1D67-6A6F-38BC-9D90-9C712684EDAC> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
    0x10bdd3000 -   
    0x10beecff7  com.apple.ImageIO.framework (3.2.0 - 845) <553B9828-A7D9-3AE4-A214-1C33417545FD> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
    0x10bf51000 -   
    0x10bfd1ff7  com.apple.ApplicationServices.ATS (332 - 341.1) <BD83B039-AB25-3E3E-9975-A67DAE66988B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x10c001000 -   
    0x10c0beff7  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
    0x10c10a000 -   
    0x10c160fff  com.apple.HIServices (1.20 - 417) <A1129272-FEC8-350B-BA26-5A97F23C413D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x10c198000 -   
    0x10c1abff7  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
    0x10c1bc000 -   
    0x10c216fff  com.apple.print.framework.PrintCore (8.1 - 387.1) <1FA17B75-33E6-35BD-9198-35F92E37B248> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x10c24a000 -   
    0x10c289ff7  com.apple.QD (3.42 - 285) <8DF36FCA-C06B-30F4-A631-7BE2FF7E56D1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x10c2a9000 -   
    0x10c2bdfff  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
    0x10c2d4000 -   
    0x10c2d8fff  com.apple.IOSurface (86.0.3 - 86.0.3) <C121DE83-ED12-3DC1-BDB3-4FCB29AB0571> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x10c2e1000 -   
    0x10c3ecfff  libFontParser.dylib (84.5) <617A7D30-C7BC-39FC-A1FE-59367B4A5719> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x10c454000 -   
    0x10c4a3ff7  libFontRegistry.dylib (100) <2E03D7DA-9B8F-31BB-8FB5-3D3B6272127F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x10c4d0000 -   
    0x10c66bfef  com.apple.vImage (6.0 - 6.0) <FAE13169-295A-33A5-8E6B-7C2CC1407FA7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x10c691000 -   
    0x10c691fff  com.apple.Accelerate.vecLib (3.8 - vecLib 3.8) <B5A18EE8-DF81-38DD-ACAF-7076B2A26225> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x10c698000 -   
    0x10c700fff  libvDSP.dylib (380.6) <CD4C5EEB-9E63-30C4-8103-7A5EAEA0BE60> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x10c70c000 -   
    0x10c7a6fff  libvMisc.dylib (380.6) <714336EA-1C0E-3735-B31C-19DFDAAF6221> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x10c7b8000 -   
    0x10cbaffff  libLAPACK.dylib (1073.4) <D632EC8B-2BA0-3853-800A-20DA00A1091C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x10cc12000 -   
    0x10cd98fff  libBLAS.dylib (1073.4) <C102C0F6-8CB6-3B49-BA6B-2EB61F0B2784> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x10cdca000 -   
    0x10cdf2fff  libJPEG.dylib (845) <A32618D7-FB91-3EE2-A105-5407B2F3F8D8> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x10cdfc000 -   
    0x10ce51ff7  libTIFF.dylib (845) <ADCB4683-69EB-318B-8BE7-5FDF38BCADAF> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x10ce63000 -   
    0x10ce83fff  libPng.dylib (845) <C3CDD2B4-3CB0-3F6D-8411-DAAF267E952B> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x10ce8d000 -   
    0x10ce91fff  libGIF.dylib (845) <2690CE83-E934-3EF8-A30A-996EDADCE3E4> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x10ce9a000 -   
    0x10cf9cfff  libJP2.dylib (845) <405CAF25-0AA5-3C6B-A4A6-94471A1EDD2F> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x10cfc7000 -   
    0x10cfcafff  libRadiance.dylib (845) <E8956A35-494E-3014-8B86-362D32576116> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.d ylib
    0x10cfcf000 -   
    0x10d013fff  libcups.2.dylib (327) <9B3F3321-D2BC-3195-BF20-4008FC52A390> /usr/lib/libcups.2.dylib
    0x10d02b000 -   
    0x10d04dff7  com.apple.Kerberos (2.0 - 1) <C49B8820-34ED-39D7-A407-A3E854153556> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x10d06a000 -   
    0x10d0a4fff  com.apple.GSS (3.0 - 2.0) <0BDF8090-5EF4-3759-94DE-8521D74188AA> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
    0x10d0c7000 -   
    0x10d0e6ff7  libresolv.9.dylib (51) <0882DC2D-A892-31FF-AD8C-0BB518C48B23> /usr/lib/libresolv.9.dylib
    0x10d0f2000 -   
    0x10d1e7fff  libiconv.2.dylib (34) <FEE8B996-EB44-37FA-B96E-D379664DEFE1> /usr/lib/libiconv.2.dylib
    0x10d1f9000 -   
    0x10d27bfff  com.apple.Heimdal (3.0 - 2.0) <660A6C64-4912-32C8-A332-B64164032A2D> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
    0x10d2ab000 -   
    0x10d2adfff  com.apple.TrustEvaluationAgent (2.0 - 23) <A97D348B-32BF-3E52-8DF2-59BFAD21E1A3> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
    0x10d2b8000 -   
    0x10d2bdfff  com.apple.OpenDirectory (10.8 - 151.10) <CF44120B-9B01-32DD-852E-C9C0E1243FC0> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x10d2c8000 -   
    0x10d2d3fff  com.apple.CommonAuth (3.0 - 2.0) <74A86DDD-57D0-3178-AB74-E1F31DBFFC39> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
    0x10d2de000 -   
    0x10d321fff  com.apple.RemoteViewServices (2.0 - 80.5) <F3A897C9-A277-3B56-8FB3-2BC2C10C33BF> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/Remot eViewServices
    0x10d35b000 -   
    0x10d4acfff  com.apple.audio.toolbox.AudioToolbox (1.8 - 1.8) <833DA682-A3C1-39E7-AEC3-9EDC734DE2A9> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x10d53d000 -   
    0x10d53dffd  com.apple.audio.units.AudioUnit (1.8 - 1.8) <29E2C990-3617-3FA2-BDD7-DB7DF493E443> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x10d544000 -   
    0x10d664fff  com.apple.desktopservices (1.7.2 - 1.7.2) <CDE8C2C2-C505-31B0-8C61-E40E4EA364A5> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x10d6db000 -   
    0x10da0bff7  com.apple.HIToolbox (2.0 - 625) <317F75F7-4B0F-35F5-89A7-F20BA60AC944> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x10db67000 -   
    0x10dd15fff  com.apple.QuartzCore (1.8 - 304.0) <897FAA5D-FF13-33FE-878B-B164D684F019> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x10ddcd000 -   
    0x10de92ff7  com.apple.coreui (2.0 - 181.1) <83D2C92D-6842-3C9D-9289-39D5B4554C3A> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x10df0f000 -   
    0x10df6cfff  com.apple.audio.CoreAudio (4.1.0 - 4.1.0) <B3198BD6-EA1D-3E5E-ADD4-37D8E6B72678> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x10df98000 -   
    0x10dfaefff  com.apple.MultitouchSupport.framework (235.28 - 235.28) <BD78B16E-9B5A-3E07-93B4-13AD1A538CAC> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
    0x10dfc1000 -   
    0x10dfe8ff7  com.apple.PerformanceAnalysis (1.16 - 16) <E4888388-F41B-313E-9CBB-5807D077BDA9> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/Perf ormanceAnalysis
    0x10e00d000 -   
    0x10e01cff7  com.apple.opengl (1.8.6 - 1.8.6) <720CC06C-0D01-37AE-BB3D-D7F0242B262A> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x10e025000 -   
    0x10e0ffff7  com.apple.backup.framework (1.4.1 - 1.4.1) <A3CFCA9E-717C-302D-821B-16FD35E6673F> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x10e182000 -   
    0x10e1a9fff  com.apple.framework.familycontrols (4.1 - 410) <AE49B2AB-7D2B-3D52-8E21-60EBEA1A38E6> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
    0x10e1c7000 -   
    0x10e265ff7  com.apple.ink.framework (10.8.2 - 150) <84B9825C-3822-375F-BE58-A753444FBDE2> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x10e29a000 -   
    0x10e2ddff7  com.apple.bom (12.0 - 192) <0BF1F2D2-3648-36B7-BE4B-551A0173209B> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x10e2f0000 -   
    0x10e31aff7  com.apple.CoreVideo (1.8 - 99.3) <C424838A-889C-39E5-8108-FD05C93D26A0> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x10e338000 -   
    0x10e5dcfff  com.apple.CoreImage (8.2.2 - 1.0.1) <930B0B23-DD84-3B0C-B5A9-C09B7068A6F0> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage .framework/Versions/A/CoreImage
    0x10e6bf000 -   
    0x10e716ff7  com.apple.ScalableUserInterface (1.0 - 1) <F1D43DFB-1796-361B-AD4B-39F1EED3BE19> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableU serInterface.framework/Versions/A/ScalableUserInterface
    0x10e742000 -   
    0x10e78cff7  libGLU.dylib (8.6.1) <DF45C1E3-3884-3991-B84F-F39B482E8BF8> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x10e7a1000 -   
    0x10e7a7fff  libGFXShared.dylib (8.6.1) <CF55E720-1B9E-3E24-A1DA-7FA8B261CD8E> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
    0x10e7b4000 -   
    0x10e7c8fff  libGL.dylib (8.6.1) <2E00615F-97F5-34EB-BE07-75A24F3C18D7> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x10e7e0000 -   
    0x10e81dfe7  libGLImage.dylib (8.6.1) <7F31DD61-3110-3541-A9BB-035CD1262E50> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x10e82a000 -   
    0x10e82cfff  libCVMSPluginSupport.dylib (8.6.1) <7EFDA31E-E463-3897-A8DC-7FD266EB713E> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginS upport.dylib
    0x10e831000 -   
    0x10e835fff  libCoreVMClient.dylib (24.4) <55F71158-ADEE-3863-92E9-4772DCEA8E31> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
    0x10e83c000 -   
    0x10e848fff  com.apple.CrashReporterSupport (10.8.2 - 415) <55783BF9-125E-3F9C-A412-6A095ECD9353> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
    0x10e85d000 -   
    0x10e8b3ff7  com.apple.opencl (2.1.20 - 2.1.20) <AF142CA4-EA1D-31B0-A48F-AA2B75D4309E> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x10e8cd000 -   
    0x10eceafff  FaceCoreLight (2.4.1) <A34C9575-C4C1-31B1-809B-7751070B4E8B> /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLi ght
    0x10ef02000 -   
    0x10ef0ffff  com.apple.AppleFSCompression (49 - 1.0) <5508344A-2A7E-3122-9562-6F363910A80E> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/Apple FSCompression
    0x10ef18000 -   
    0x10ef39fff  com.apple.Ubiquity (1.2 - 243.10) <F97D3A33-2C8B-3CFF-AF75-A74866D42853> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
    0x10ef4d000 -   
    0x10ef58ff7  com.apple.bsd.ServiceManagement (2.0 - 2.0) <C12962D5-85FB-349E-AA56-64F4F487F219> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManage ment
    0x10ef65000 -   
    0x10ef84ff7  com.apple.ChunkingLibrary (2.0 - 133.2) <D2A746DE-002A-3C6C-961E-BE94E71DB835> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/Chunking Library
    0x10ef94000 -   
    0x10ef94fff  com.apple.vecLib (3.8 - vecLib 3.8) <794317C7-4E38-338A-A874-5E18001C8503> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x10ef97000 -   
    0x10f016ff7  com.apple.securityfoundation (6.0 - 55115.4) <8676E0DF-295F-3690-BDAA-6C9C1D210B88> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x10f058000 -   
    0x10f061fff  com.apple.CommerceCore (1.0 - 26) <997CD214-BC78-3C61-A1B8-813EA1CB9997> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/C ommerceCore.framework/Versions/A/CommerceCore
    0x10f071000 -   
    0x10f10bfff  com.apple.CoreSymbolication (3.0 - 87) <3D9CBE8D-F047-3DFA-B067-F9589E2AF8BA> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSy mbolication
    0x10f159000 -   
    0x10f1b5ff7  com.apple.Symbolication (1.3 - 93) <97F3B1D2-D81D-3F37-87B3-B9A686124CF5> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolicat ion
    0x10f1f9000 -   
    0x10f22ffff  com.apple.DebugSymbols (98 - 98) <14E788B1-4EB2-3FD7-934B-849534DFC198> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbol s
    0x7fff67008000 -
    0x7fff6703c93f  dyld (210.2.3) <36CAA36E-72BC-3E48-96D9-B96A2DF77730> /usr/lib/dyld
    External Modification Summary:
      Calls made by other processes targeting this process:
    task_for_pid: 0
    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: 222
    thread_create: 0
    thread_set_state: 0
    VM Region Summary:
    ReadOnly portion of Libraries: Total=113.7M resident=76.2M(67%) swapped_out_or_unallocated=37.5M(33%)
    Writable regions: Total=22.6M written=4496K(19%) resident=5360K(23%) swapped_out=0K(0%) unallocated=17.3M(77%)
    REGION TYPE                 
    VIRTUAL
    ===========                 
    =======
    MALLOC                        
    10.2M
    MALLOC guard page               
    16K
    STACK GUARD                   
    56.0M
    Stack                         
    8192K
    __DATA                        
    10.1M
    __IMAGE                        
    528K
    __LINKEDIT                    
    23.7M
    __TEXT                        
    90.1M
    __UNICODE                      
    544K
    shared memory                   
    12K
    ===========                 
    =======
    TOTAL            

  • Mobile sync "Server is shutting down"

    Ever since the upgrade to Yosemite and Server 4.0, my mobile sync is not working properly. After three months, I have a backlog of accounts on multiple computers that aren't in sync; it is a nightmare.
    During the upgrade, mobile sync stopped working, so during the rebuild of the Open Directory I made the change from afp to smb Home directory service; as long as I was rebuilding anyway, which seems to be required at every major upgrade. Everything set up fine, looked fine, the DNS is fine, but after a few weeks it clearly wasn't working. The consistent message for all File Sharing directories, including the home directory for mobile sync, is "Server shutting down; the file server "Kingkrool" is shutting down". Mobile sync then hangs, the Profiles aren't updated properly and it is a complete mess. In the console, it looks like a Kerberos error; the Open Directory was freshly rebuilt under Yosemite, the clients were re-bound, the certificates transferred.
    It looks weird to me that it is looking for krbtgt at 0.1.2; The server is at 10.0.1.2. Where is it getting the truncated number and why?
    1/25/15 10:50:25.277 AM opendirectoryd[54]: GSSAPI Error:  Miscellaneous failure (see text (Server (krbtgt/[email protected]) unknown while looking up 'ldap/[email protected]' (cached result, timeout in 1166 sec) (negative cache))
    1/25/15 10:50:25.422 AM opendirectoryd[54]: GSSAPI Error:  Miscellaneous failure (see text (Server (krbtgt/[email protected]) unknown while looking up 'ldap/[email protected]' (cached result, timeout in 1166 sec) (negative cache))
    1/25/15 10:50:25.617 AM com.apple.xpc.launchd[1]: (com.apple.imdmessageservices.IMDMessageServicesAgent) The _DirtyJetsamMemoryLimit key is not available on this platform.
    1/25/15 10:50:25.617 AM com.apple.xpc.launchd[1]: (com.apple.imfoundation.IMRemoteURLConnectionAgent) The _DirtyJetsamMemoryLimit key is not available on this platform.
    1/25/15 10:50:25.810 AM mount_url[519]: TUAMHandler::SetUAMType setting UAMType to 1
    1/25/15 10:50:25.958 AM mount_url[519]: ERROR: AFP_Mount - theEnumerator->Mount failed 2
    1/25/15 10:50:25.961 AM automountd[518]: mount of /Network/Servers/kingkrool.reorg.private/Volumes/Klapaucius/NetworkUsers failed: No such file or directory
    1/25/15 10:50:25.991 AM mount_url[522]: TUAMHandler::SetUAMType setting UAMType to 1
    1/25/15 10:50:26.009 AM mount_url[522]: ERROR: AFP_Mount - theEnumerator->Mount failed 2
    1/25/15 10:50:26.045 AM mount_url[523]: TUAMHandler::SetUAMType setting UAMType to 1
    1/25/15 10:50:26.065 AM mount_url[523]: ERROR: AFP_Mount - theEnumerator->Mount failed 2

    Hi Martin
    Thank you for your answer. We only need to run reports using URLs (rwservlet).
    After the installation, we find the problem that DISPLAY was not set. We solve it and run the demo reports ok. Then we restarted the server (shutdown and restart including AIX), everything restarted well but we were unable to run the reports again, with the messages I described before.
    I did not see any post-installation procedure for reports and AIX, does this procedure exists? where can I find it?
    Thank you for the help,
    Jose

  • Windows server not shutting down

    Hi guys,
    We have installed and configured correctly a PI 7.0
    system on Windows 2003 Standard Edition X64-bit with SQL Server 2005.
    We are on SP12. Everything, SLD, RFC connections work properly.
    The problem was that 4-5 days after the installation the Windows Server
    started restarting automatically in unexpected time during the day
    (unexpected shutdown), even when anybody didn't do anything in the
    system.
    SAP suggested us to upgrade firmware, network card and
    memory, which actually solved the problem.
    However, the problem that we are facing right now is that the Windows
    Server is not shutting down. That is, we are trying to shut down the
    operating system, but it never does so.
    SAP suggested us that it could be a service
    which is defined as restart ever, and to try commands shutdown -s/-r -t 00 -f
    from CMD, but no result. The server is trying to shut down or restart unsuccessfully.
    It remains in a grey page and is trying to shut down itself.
    This is a production system and we go live on 01/01/2008! Do you have
    any ideas?
    Best Regards,
    Evaggelos

    Hi guys,
    We have installed and configured correctly a PI 7.0
    system on Windows 2003 Standard Edition X64-bit with SQL Server 2005.
    We are on SP12. Everything, SLD, RFC connections work properly.
    The problem was that 4-5 days after the installation the Windows Server
    started restarting automatically in unexpected time during the day
    (unexpected shutdown), even when anybody didn't do anything in the
    system.
    SAP suggested us to upgrade firmware, network card and
    memory, which actually solved the problem.
    However, the problem that we are facing right now is that the Windows
    Server is not shutting down. That is, we are trying to shut down the
    operating system, but it never does so.
    SAP suggested us that it could be a service
    which is defined as restart ever, and to try commands shutdown -s/-r -t 00 -f
    from CMD, but no result. The server is trying to shut down or restart unsuccessfully.
    It remains in a grey page and is trying to shut down itself.
    This is a production system and we go live on 01/01/2008! Do you have
    any ideas?
    Best Regards,
    Evaggelos

  • Weblogic Server Shutting down execute threads

    Weblogic 5.1 SP9 on Solaris.
    After upgrading to SP9 from SP8 we are observing a new message in our log during
    the START UP PROCESS. It seems that after performing a GC and during the creation
    of the connection pools we are receiving a message "Shutting down execute threads".
    Though Weblogic starts up ok after this and performs ok we are still concerned
    on what execute threads are shutting down?
    Any help in an explanation would be appreciated.
    <I> <GC> GC: After free/total=505281560/531955712 (94%)
    GC: After free/total=505281560/531955712 (94%)Wed Aug 08 18:08:33 EDT 2001:<I> <WebLogicServer> Shutting down execute threads
    Wed Aug 08 18:08:33 EDT 2001:<I> <WebLogicServer> Shutdown completed
    Wed Aug 08 18:08:33 EDT 2001:<I> <WebLogicServer> Shutdown completed

    could you post complete the log file
    right from the server startup to until WLS
    listens on http & SSL ports?
    Kumar
    Andy wrote:
    Weblogic 5.1 SP9 on Solaris.
    After upgrading to SP9 from SP8 we are observing a new message in our log during
    the START UP PROCESS. It seems that after performing a GC and during the creation
    of the connection pools we are receiving a message "Shutting down execute threads".
    Though Weblogic starts up ok after this and performs ok we are still concerned
    on what execute threads are shutting down?
    Any help in an explanation would be appreciated.
    <I> <GC> GC: After free/total=505281560/531955712 (94%)
    GC: After free/total=505281560/531955712 (94%)Wed Aug 08 18:08:33 EDT 2001:<I> <WebLogicServer> Shutting down execute threads
    Wed Aug 08 18:08:33 EDT 2001:<I> <WebLogicServer> Shutdown completed
    Wed Aug 08 18:08:33 EDT 2001:<I> <WebLogicServer> Shutdown completed

Maybe you are looking for

  • Sudden white screen on my macbook pro resulting in distorted image

    After a sudden white screen, I tried to boot my macbook into recovery mode and the screen started to have some purple straps all over the place. Also, I noticed random distorted startup screen (the grey background and apple logo) and then would end u

  • G serie fn and ctrl swap

    Hello, I just got a g560 with an intel i5-450m cpu, 320 gb hard drive, and 4gb ram. I got this laptop for 599 off newegg and i'm loving it. However, what really irks me is the placement of the fn and ctrl keys. Because I am a desktop user, I am used

  • Is using Excel through Automation with Java possible ?

    Hi, I'm currently a Visual Basic developper thinking of moving to a java based RAD technology. For a couple projects, I need to generate Excel Spreadsheets and present them to the user. I usually do this in VB by using the COM object provided by Exce

  • Error when JCO.Sever is called twice

    hello guys, i have implemented my on own JCO.Server. My own JCO.Server extends the class JCO.Server and is called by a function with a RFC destination from SAP. When I call my JCO.Server twice with the same function parameters from SAP then my JCOSer

  • Map software on card, how to run on TX

    Thanks for your help with editing the files.  Now I have a new question.  I've installed a Map program that I received through an email from the Palm Store.  Its stored on the card on my Palm TX but I am unable to get the program show in the applicat