The Notebook Review forums were hosted by TechTarget, who shut down them down on January 31, 2022. This static read-only archive was pulled by NBR forum users between January 20 and January 31, 2022, in an effort to make sure that the valuable technical information that had been posted on the forums is preserved. For current discussions, many NBR forum users moved over to NotebookTalk.net after the shutdown.
Problems? See this thread at archive.org.

    Svchost crashing after standby

    Discussion in 'Windows OS and Software' started by millermagic, Aug 2, 2008.

  1. millermagic

    millermagic Rockin the pinktop

    Reputations:
    330
    Messages:
    1,742
    Likes Received:
    0
    Trophy Points:
    55
    I've been dealing with this for a few months, and everytime I think it stops it does it to me again.

    After coming out of standby (once every 20 times), I'll get a message box saying that svchost.exe has closed unexpectedtly. Then it gives me 60 seconds to logon and close what I need to.

    I login and do a shutdown -a , but that doesn't really fix anything because I can't launch programs anymore.

    Anyway I can look to see what is doing this?
     
  2. gerryf19

    gerryf19 I am the walrus

    Reputations:
    2,275
    Messages:
    3,990
    Likes Received:
    0
    Trophy Points:
    105
    svchost is a parent process for multiple processes--in all likelihood, it is a subprocess, not svchost that is crashing.

    Determining which subprocess is causing the crash is tricky.

    It is probably not a normal Windows service, but a third party one.

    First stop, eventviewer

    right click COMPUTER, choose MANAGE, choose EVENT VIEWER,

    Check the APPLICATION and SYSTEM logs for errors that occured at the same time as your crash.

    Failing that, download process explorer from sysinternals, run it

    You will see multiple versions of svchost running. rest your mouse over --some will have obvious subprocesses. Note them

    Also, rest your mouse pointer over each and the hint bar will display the "hidden" subprocesses

    Note them.

    Do a little googling on each and try to determine if they are default Windows services or third party services.

    Disable any third party services...does the issue repeat?
     
  3. millermagic

    millermagic Rockin the pinktop

    Reputations:
    330
    Messages:
    1,742
    Likes Received:
    0
    Trophy Points:
    55
    I have very few third party services running, but I'll have to enable event viewer first.