Having problem with svchost.exe/ntdll.dll errors causing GPSVC (Group Policy Client) to crash preventing users from logging into the server.

Recently (within the past 2 weeks) I have noticed a few of our servers will have problems with the svchost.exe application causing the GPSVC (Group Policy Client) to crash. The only fix at that point is to reboot the server since the GPSVC service is tied
to svchost.exe and therefore is protected from being manually restarted.
I noticed the following errors when this occurs:
Log Name:      Application
Source:        Application Error
Date:          7/23/2013 4:35:26 AM
Event ID:      1000
Task Category: (100)
Level:         Error
Keywords:      Classic
User:          N/A
Computer:      Server1.xxx.xxx.net
Description:
Faulting application name: svchost.exe, version: 6.1.7600.16385, time stamp: 0x4a5bc3c1
Faulting module name: ntdll.dll, version: 6.1.7601.17725, time stamp: 0x4ec4aa8e
Exception code: 0xc0000024
Fault offset: 0x00000000000cd7d8
Faulting process id: 0x46c
Faulting application start time: 0x01ce877f9476ac07
Faulting application path: C:\Windows\system32\svchost.exe
Faulting module path: C:\Windows\SYSTEM32\ntdll.dll
Report Id: d252d26d-f372-11e2-8ad4-005056ac00e8
Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
  <System>
    <Provider Name="Application Error" />
    <EventID Qualifiers="0">1000</EventID>
    <Level>2</Level>
    <Task>100</Task>
    <Keywords>0x80000000000000</Keywords>
    <TimeCreated SystemTime="2013-07-23T08:35:26.000000000Z" />
    <EventRecordID>158950</EventRecordID>
    <Channel>Application</Channel>
    <Computer>AAW19XM2.agency.nwie.net</Computer>
    <Security />
  </System>
  <EventData>
    <Data>svchost.exe</Data>
    <Data>6.1.7600.16385</Data>
    <Data>4a5bc3c1</Data>
    <Data>ntdll.dll</Data>
    <Data>6.1.7601.17725</Data>
    <Data>4ec4aa8e</Data>
    <Data>c0000024</Data>
    <Data>00000000000cd7d8</Data>
    <Data>46c</Data>
    <Data>01ce877f9476ac07</Data>
    <Data>C:\Windows\system32\svchost.exe</Data>
    <Data>C:\Windows\SYSTEM32\ntdll.dll</Data>
    <Data>d252d26d-f372-11e2-8ad4-005056ac00e8</Data>
  </EventData>
</Event>
All of our servers are running Server 2008 R2 Enterprise where we use Citrix to deliver desktop sessions to our users, but some are virtual and some are physical. This seemingly impacts our virtual machines more, and our VMs are hosted through VMWare, however,
about 5 months ago a similar error fired on a non-virtual machine:
Log Name:      Application
Source:        Application Error
Date:          2/27/2013 6:57:58 AM
Event ID:      1000
Task Category: (100)
Level:         Error
Keywords:      Classic
User:          N/A
Computer:      AAW29033
Description:
Faulting application name: svchost.exe_gpsvc, version: 6.1.7600.16385, time stamp: 0x4a5bc3c1
Faulting module name: ntdll.dll, version: 6.1.7601.17725, time stamp: 0x4ec4aa8e
Exception code: 0xc0000024
Fault offset: 0x00000000000cd7d8
Faulting process id: 0x6c0
Faulting application start time: 0x01ce14e1af313fd9
Faulting application path: C:\Windows\system32\svchost.exe
Faulting module path: C:\Windows\SYSTEM32\ntdll.dll
Report Id: ed3d01c4-80d4-11e2-9128-b499baa9e5e8
Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
  <System>
    <Provider Name="Application Error" />
    <EventID Qualifiers="0">1000</EventID>
    <Level>2</Level>
    <Task>100</Task>
    <Keywords>0x80000000000000</Keywords>
    <TimeCreated SystemTime="2013-02-27T11:57:58.000000000Z" />
    <EventRecordID>286291</EventRecordID>
    <Channel>Application</Channel>
    <Computer>AAW29033</Computer>
    <Security />
  </System>
  <EventData>
    <Data>svchost.exe_gpsvc</Data>
    <Data>6.1.7600.16385</Data>
    <Data>4a5bc3c1</Data>
    <Data>ntdll.dll</Data>
    <Data>6.1.7601.17725</Data>
    <Data>4ec4aa8e</Data>
    <Data>c0000024</Data>
    <Data>00000000000cd7d8</Data>
    <Data>6c0</Data>
    <Data>01ce14e1af313fd9</Data>
    <Data>C:\Windows\system32\svchost.exe</Data>
    <Data>C:\Windows\SYSTEM32\ntdll.dll</Data>
    <Data>ed3d01c4-80d4-11e2-9128-b499baa9e5e8</Data>
  </EventData>
</Event>
I've searched and cannot seem to find any information as to what may be causing this, or even really where to start. Would someone be able to help me identify what might be causing this event, specific with the Exception code: 0xc0000024, which causes
the Group Policy Client service to stop?

You still out there looking at things? If so I have an update. The issue hasn't stopped, even though it did seemingly die down for awhile, however, it is now back with a vengeance.
I am able to force it to happen by killing the svchost process that is hosting GPSVC. If I run gpupdate /force, then logout/login it does get GPSVC running again. Furthermore, if I simply start svchost again via the Task Manager GPSVC starts running again.
When I access the server remotely with KVM it acts just like it does as if I'm logging into it via Citrix/RDP which for Admin IDs gives an error saying "Failed to connect to a windows service. Windows could not connect to the Group Policy Client service...",
however, normal user accounts just get a message when logging into the server "The Group Policy Client Service Failed the Logon. Access is denied."
I haven't opened a case with Microsoft yet, but we about ready to because of the increase in these errors.
If you have any further suggestions that would be great, otherwise I'll provide an update once I get word back from Microsoft.
**EDIT -- apparently I mistook the the server's SCM's actions as my own. I was able to successfully crash the GPSVC service by killing the hosting svchost process, however, after I crashed it and let it sit crashed for awhile when I attempted
to restart either by starting a svchost task, or running gpupdate /force it failed. Either that, or there is a timing issue where if we don't restart the svchost process, or run gpupdate /force quickly enough it won't be able to recover without a reboot.

Similar Messages

  • I'm having problems with my email account. I receive emails when I'm in a wifi zone.  But if the wifi is turned off and i'm not in a zone I don't receive my emails through the cellular network.  Only when I power off the phone and turn it back on, do I re

    I'm having problems with my email account. I receive emails when I'm in a wifi zone.  But if the wifi is turned off and i'm not in a zone I don't receive my emails through the cellular network.  Only when I power off the phone and turn it back on, do I receive the emails through the cellualr network (again with the wifi off)

    In your email settings on the phone check to make sure it is set to receive emails on cellular network.  It's a feature you can turn off so your phone isn't constantly updating emails on the cell network, but if you are usually in a place with wifi and aren't concerned about going over your data allowance, you can turn it back on. 

  • I am having problems with my Mac Book Pro, as it has started running very slowly.  Please find a copy of the etrecheck report - can anyone help.

    I am having trouble with my Mac Book Pro which I bought in August 2012.  It has suddenly started running very slowly every time I try to poen something.  I have completed an etrecheck report - can anyone help?
    Thank you
    Hardware Information:
              MacBook Pro (13-inch, Mid 2012)
              MacBook Pro - model: MacBookPro9,2
              1 2.5 GHz Intel Core i5 CPU: 2 cores
              4 GB RAM
    Video Information:
              Intel HD Graphics 4000 - VRAM: 384 MB
    System Software:
              Mac OS X 10.7.5 (11G63b) - Uptime: 0 days 0:21:48
    Disk Information:
              TOSHIBA MK5065GSXF disk0 : (500.11 GB)
                        disk0s1 (disk0s1) <not mounted>: 209.7 MB
                        Macintosh HD (disk0s2) / [Startup]: 499.25 GB (410.81 GB free)
              HL-DT-ST DVDRW  GS31N 
    USB Information:
              Apple Inc. FaceTime HD Camera (Built-in)
              Apple Inc. BRCM20702 Hub
                        Apple Inc. Bluetooth USB Host Controller
              Apple Inc. Apple Internal Keyboard / Trackpad
              Apple Computer, Inc. IR Receiver
    FireWire Information:
    Thunderbolt Information:
              Apple, Inc. MacBook Pro
    Launch Daemons:
              [loaded] com.adobe.fpsaud.plist Support
              [loaded] com.microsoft.office.licensing.helper.plist Support
              [running] com.MyBusinessWorks.backup.plist Support
    Launch Agents:
              [running] com.MyBusinessWorks.status.plist Support
    User Launch Agents:
              [loaded] com.adobe.ARM.[...].plist Support
              [loaded] com.citrixonline.GoToMeeting.G2MUpdate.plist Support
    User Login Items:
              iTunesHelper
              Dropbox
              AdobeResourceSynchronizer
    Internet Plug-ins:
              Flip4Mac WMV Plugin: Version: 3.2.0.16   - SDK 10.8 Support
              FlashPlayer-10.6: Version: 12.0.0.44 - SDK 10.6 Support
              QuickTime Plugin: Version: 7.7.1
              AdobePDFViewerNPAPI: Version: 11.0.06 - SDK 10.6 Support
              Flash Player: Version: 12.0.0.44 - SDK 10.6 Outdated! Update
              AdobePDFViewer: Version: 11.0.06 - SDK 10.6 Support
              SharePointBrowserPlugin: Version: 14.3.9 - SDK 10.6 Support
              JavaAppletPlugin: Version: 14.1.0 - SDK 10.7 Mismatch! Oracle recommends Java 7 Update 55
    Safari Extensions:
              Slick Savings: Version: 1.0
              Searchme: Version: 1.3
              Amazon Shopping Assistant: Version: 1.1
              Ebay Shopping Assistant: Version: 1.1
              AllMyTube: Version: 5.0.0.1
    Audio Plug-ins:
              iSightAudio: Version: 7.7.1 - SDK 10.7
    iTunes Plug-ins:
              Quartz Composer Visualizer: Version: 1.3 - SDK 10.7
    User Internet Plug-ins:
              CitrixOnlineWebDeploymentPlugin: Version: 1.0.105 Support
    3rd Party Preference Panes:
              Flash Player  Support
              Flip4Mac WMV  Support
              MyBusinessWorks  Support
    Time Machine:
              Time Machine not configured!
    Top Processes by CPU:
                   3%          WindowServer
                   2%          MyBusinessWorksBackup
                   1%          PluginProcess
                   1%          mdworker
                   0%          Microsoft PowerPoint
    Top Processes by Memory:
              197 MB          Safari
              152 MB          WebProcess
              131 MB          Finder
              131 MB          mds
              94 MB          MyBusinessWorksBackup
    Virtual Memory Information:
              1.67 GB          Free RAM
              1.34 GB          Active RAM
              343 MB          Inactive RAM
              670 MB          Wired RAM
              327 MB          Page-ins
              0 B          Page-outs

    It may be running slow because your backup program, MyBusinessWork, is running: running] com.MyBusinessWorks.backup.plist.

  • I was having problems with Firefox browsing VERY SLOW, and since Mozilla doesn't have support for Mac users, there was no solution to this problem. I have switched to CHROME and WOW this browser if FAST!.

    Lovin' Chrome. Good bye Firefox!

    i have the same problem with the above..firefox is running too slow with the games in facebook..but it runs good when browsing my updates, msgs, photos...firefox is totally opposite of IE..IE is faster with the games and slow while browsing..i love to use mozila but when i do games it really pisses me off...hope you could help me..

  • I'm having problems with my wish list and error -1202

    when i go to my wish list to buy something it says error -1202. i also cant add anything to my wish list. the only things i can get off of itunes is free songs and episodes. i have a windows vista and up to date with itunes. i have an ipod touch

    I don't entirely follow what you are saying, however photos from your camera roll, don't go straight to photostream on your phone, they go to the cloud and then to photostream on your phone, so it seems the problem is more likely to be with the computer. Mirroring and QuickSync hve nothing to do with PhotoStream.

  • Having problems with javac.exe??

    hey.....I cannot use any text editor to compile in either windows me, or windows xp...appearently, javac.exe is missing from file path C:\Windows\System32\javac.exe??? any advise??please?!?!is this a windows thing?

    This probably is a windows thing. You need to add the jdk/bin directory to the system path variable.
    See
    http://java.sun.com/j2se/1.4.1/install-windows.html

  • I am having problems with my hotmail email and new software update. It keeps asking me for my password even though the email account has been verified. Please help

    It keeps asking me to re- enter the password. Is there something that I am doing wrong, the account has been verified but as soon as I exit out of settings it will ask me to re-enter my password.

    I have done this and keeps saying the same thing. I have even tried setting my account through Microsoft exchange but no luck

  • HT204088 You charged my account with too many purchases.  I need refund of $59.98.  I have tried to log into the i tune store without success.

    Refund of $59.98 requested.  I did not charge three purchaese.  Only one was used.
    Rebecca Worthy

    Please be aware that you are not communicating with Apple when you post in these forums. The only people who will reply to your posts are we your fellow users. Go here:
    http://www.apple.com/support/itunes/contact/
    and follow the instructions to report the issue to the iTunes Store.
    Regards.

  • I have changed my apple password three times because I keep getting an error message that my password is wrong when I try to log into the App storer

    I have changed my apple password three times because i keep getting an error message when i try to loggin to App Store.

    You may want to. I know that I've activated a few iPhones that belonged to other people on my own Mac and for some reason, no matter what they did, it always asked for my account password. I have no idea why this happens though.

  • I have been having problems with my iPod touch and my WRT...

    I have been having problems with my iPod touch and my WRT54G router. I am so frustrated right now because after following the various steps mentioned in one of these threads, following Earthlink's prompts, and speaking with Apple, my iPod touch will still not work. It is connected to the internet but will not download the pages. It is quite frustrating. I have changed from WPA to WEP, I switched the 4th Generated key to the 1st. I've disabled this, enabled that. I've done just about everything. I updated the firmware. I made the switch from a partial bridge to a full bridge. Still nothing seems to work. Does anyone have any other suggestions? The one thing I have not done is enter the Apple code into the iPod which searches for website...-- I cannot access the internet with my iPod so this web address does not work. If anyone has been successful, will you please give me step by step instructions? Yesterday I was on the phone with Linksys for about an hour. Before that with Apple for about an hour and before that with Earthlink. How it is that I can walk into a Bread Co. or Apple Store and immediately connect to the internet with my iPod but I can't in my own house?? Everyone seems to think it is someone else's problem so I've gone around and around. Not one of the Linksys support personnel suggested I look here on this community forum. I had to pay the $9 fee to have advanced Linksys help but still my iPod does not work and when I called back, the man I spoke with seemed to think the case was closed because my PC, Laptop, and iPod are connected to the internet -- the iPod just won't download the webpages or get mail. My iPod's IP address begins with 192. I would appreciate any help on this matter
    Message Edited by AlliW on 10-02-2008 02:06 PM

    I had the same issues with my iPod touch & iPhone. It's a known issue with the touch & Linksys G routers. Go into settings on the touch & do the following.
    1. Settings - wifi - linksys
    2. Erase your DNS settings & input same numbers as in router
    Settings.
    3. Http proxy should be
    in off position.
    4. Close out & open safari you should now have a wireless
    connection.

  • Are you having problems with Windows XP Pro and Airport Utility Updates?

    I was having problems with my wireless laptop setting up my Bonjour Printer. I checked to make sure I had downloaded the latest updates to Airport Utility and Bonjour. Check. After doing this I noticed I couldn't see my Airport Extreme through the Airport Utility. After much frustration and bringing my entire network crashing down around me, I got help from a knowledgeable guy from Cox Cable in San Diego. He helped me get my trusty iMac Power PC online. It saw my Airport Extreme but no answers were forthcoming in any forums about my XP issues. Here is what finally solved my problem. I uninstalled all Airport Utility and Bonjour Programs. I then went back to Airport Utility 5.3.1 for Windows. It installs Bonjour Printer services with this download. Everything is working perfectly again. I have my Canon Pixma MP500 connected to the USB port on my AEBS and Bonjour walked right through the setup process. I suggest that if this works for you, turn off all Airport Utility and AEBS firmware updates until you see that whatever issue Apple created with these updates gets fixed.

    Well... it worked! :D
    I'm pretty sure the extra 512 memory stick was the problem, that would explain why it was being inconsistent with its type of failures before. I'm going to reinstall it later and run memtest86 and try and see if i can get it to work at all somehow without causing problems, cuz 1.5 was already low enough...
    DryHeat, yeah it was with SP2 but I got it installed now so no worries
    Thanks a lot!

  • I'm having problems with Twitter loading up a completely blank page and no longer displaying content and with Bloomberg not playing videos

    I'm having problems with Twitter not loading up content and showing me a blank page. I've tried to empty the browser cache but it doesn't seem to work.
    I also have issues with Bloomberg not playing videos

    Try clearing cookies and cache:
    [[How to clear the cache]]
    [[Deleting cookies]]
    Otherwise use firefox in [[Safe Mode]];
    Also try [[Troubleshooting extensions and themes]]

  • Firefox hang at start with ntdll.dll error

    Ciao a tutti! (Hallo everybody!)
    My system run W7 Ultimate sp1, whit PrevX 3.0 free edition and McAfee VirusScan Enterprise 8.7.0i.
    Firefox hangs at startup, reporting the error below.
    I've tried vary support thread:
    - complete reinstallation
    - safemode startup
    - remove profile
    in crash report folder i've found only a file:
    InstallTime20121119183901
    I've also tried:
    - memory check
    - antivirus check (also with Kaspersky)
    - Microsoft system check (command sfc /scannow)
    - Microsoft Fix.it
    no way to solve the problem.
    any suggestion?
    thanks in advance

    How To Fix Ntdll.dll Errors
    Try the below solutions one at a time.
    * Unplug removable devices
    * Restart your computer. The ntdll.dll error you're receiving could be due to a one-time, temporary issue and a simple reboot may resolve the problem completely.
    * Reinstall the program if the ntdll.dll error only displays when you use a specific program.
    **If the software program has any updates or service packs available, install them too. The software's programmers may have identified an issue with the program that caused the ntdll.dll error and then issued a patch for it.
    **Note: Third party software programs that have been installed on your computer are almost always the cause of ntdll.dll errors. The remainder of these troubleshooting steps resolve ntdll.dll issues only rarely.
    * Check the Windows service pack level you're running and then check Microsoft's support site to see if there is a more recent service pack available for installation. Some issues that caused ntdll.dll errors have been corrected in these service packs from Microsoft.
    * Selectively disable Internet Explorer add-ons. If your ntdll.dll error is displaying when you start, run, or close Internet Explorer, an add-on may be causing the problem. Disabling each add-on, one by one, will determine which add-on is the culprit (if any).
    **Note: As a workaround, assuming the ntdll.dll error really is Internet Explorer related, install and use a competing browser like Firefox.
    * Rename the NLSPATH system variable. If your Windows system does not have this environment variable, skip this step.
    **Note: This is a troubleshooting step for this issue only. Be sure to set this path back to its original name if this does not resolve the ntdll.dll issue.
    * Disable Data Execution Prevention for Explorer.exe. As in the previous step, this is for troubleshooting the ntdll.dll issue only. If this doesn't resolve the problem, return the Data Execution Prevention settings to their previous settings.
    * Update drivers for any hardware in your computer where updated drivers are available. Outdated drivers sometimes cause ntdll.dll errors.
    * Test your memory for damage. If you're receiving ntdll.dll messages, one possible cause could be a bad memory module in your system. Testing your memory will either identify a problem or clear your RAM of any responsibility.
    * Replace your memory if it fails any of your tests.
    * Ntdll.dll errors could occur if you have an Iomega Zip drive on the same IDE cable as the hard drive inside your computer. If so, move the Zip drive to a dedicated IDE controller.
    * Replace the IDE cable connecting the hard drive to the motherboard. If this cable is damaged or malfunctioning, one symptom could be the ntdll.dll error you're seeing.
    * Repair your installation of Windows. If individual software reinstallations fail to resolve the problem, a repair installation of Windows will replace the ntdll.dll file.
    * Perform a clean installation of Windows. A clean installation will completely remove Windows from your PC and install it again from scratch. I don't recommend this option unless you've exhausted all previous troubleshooting ideas and you're comfortable that the ntdll.dll error is not caused by a single program (Step #2).
    **Note: If a single program or plugin is causing the ntdll.dll error, reinstalling Windows and then reinstalling all of the same software may lead you right back to the same ntdll.dll error.
    * While extremely rare, if everything else has failed, including the clean installation from the last step, you could be dealing with a hardware issue with your hard drive.
    **If so, replace the hard drive and then perform a new installation of Windows.

  • I'm having a problem with coreaudiotoolbox and corevideo.dll.

    I'm having a problem with coreaudiotoolbox and corevideo.dll. PC was corrupted, I restored. Now when I launch Safari, I run into errors, can't find these two dll files. Itunes won't download at all because it says something is missing but won't say what. Now what do I do? Apple won't help because they want $50 dollars just to talk with me and I've been down that road before and to no satisfaction. Help please!!

    Taken at face value, you're having trouble with Apple Application Support program files there. (Apple Application Support is where single copies of program files used by multiple different Apple programs are kept, so an AAS problem can affect both iTunes and Safari.)
    Let's try something relatively simple first. Restart the PC. Now head into your Add or Remove programs control panel, select "Apple Application Support", click "Change" and then click Repair.
    If no joy after that, try the more rigorous uninstall/reinstall procedure from the following post (although it's for Vista and 7, just read "Computer" as "My Computer", read "Uninstall a program control panel" as "Add or Remove programs control panel" and assume the system is 32-bit, and you'll be doing the right things):
    Re: I recently updated to vista service pack 2 and I updated to itunes 10.2.1 and ever since I did that my itunes won't open any more.  Itunes starts but before anything loads a window pops up saying that the prograam has encountered a problem and sh...

  • IPod Classic Crashes randomly with ntdll.dll error

    Sometimes when I plug-in my 120GB iPod Classic, iTunes would crash, giving me a ntdll.dll error, and I would need to unplug my iPod classic before it would allow iTunes to start again. Upon disconnect, the iPod will try to restart and then it would unsuccessfully do so, and then it would reboot and tell me to restore via iTunes. After I plug it back in, the iPod would restore fine. It seems that if I don't sync my iPod for a couple of days, the possibility of this error happening is most likely, versus if I plugged it in consistently every day.
    I have had this issue for quite a while here are the steps that I've taken to try to mediate this issue:
    -Switched iPod twice with Apple Store
    -Tried the sync on two different computers with completely different hardware (but windows 7 on both)
    -Made a new iTunes library
    -Search the support forums/google
    -Tried various cables
    Here is the error logs from the most recent crash:
    Faulting application name: iTunes.exe, version: 9.0.3.15, time stamp: 0x4b590a69
    Faulting module name: ntdll.dll, version: 6.1.7600.16385, time stamp: 0x4a5bdadb
    Exception code: 0xc0000005
    Fault offset: 0x00052bf8
    Faulting process id: 0x384
    Faulting application start time: 0x01cad74f5f441de7
    Faulting application path: C:\Program Files\iTunes\iTunes.exe
    Faulting module path: C:\Windows\SYSTEM32\ntdll.dll
    Report Id: a9fac431-4342-11df-9742-00238bf6c0ab
    Any help would be appreciated!

    OK So I sync'd it this afternoon and in the evening, I plugged it in again, and this time it caused iTunes to crash with this error:
    Faulting application name: iTunes.exe, version: 9.0.2.25, time stamp: 0x4afca401
    Faulting module name: iTunes.dll, version: 9.0.2.25, time stamp: 0x4afca3e5
    Exception code: 0xc0000005
    Fault offset: 0x00abc4c0
    Faulting process id: 0x728
    Faulting application start time: 0x01cad7c0e0284b0c
    Faulting application path: C:\Program Files\iTunes\iTunes.exe
    Faulting module path: C:\Program Files\iTunes\iTunes.dll
    Report Id: b9bf634a-43b4-11df-b2dc-0015f20ac1cf

Maybe you are looking for