Ok as a last resort...

This is a discussion about Ok as a last resort... in the Everything New Technology category; I am still getting that WORK_THREAD_RETURNED_AT_BAD_IRQL error and it's happening every few minutes it seems now. I had it do it again while my desktop was loading. SO. . . if I can't find the problem via debugging, I will troubleshoot services and device drivers.

Everything New Technology 1823 This topic was started by , . Last reply by ,


data/avatar/default/avatar06.webp

286 Posts
Location -
Joined 2001-07-17
I am still getting that "WORK_THREAD_RETURNED_AT_BAD_IRQL" error and it's happening every few minutes it seems now. I had it do it again while my desktop was loading. SO...if I can't find the problem via debugging, I will troubleshoot services and device drivers. I can do the drivers no problem, but I need to know what services I NEED running under my given circumstances.
 
I am on a small Network (need server access)
My printer is shared
I need web/e-mail access (Via cable modem from our server)
 
I think thats it. If everything runs smooth I will add stuff back one by one and see if I can manually trace where this problem is stemming from.
 
 
If you need a recap on my problem, go Here

Participate in our website and join the conversation

You already have an account on our website? To log in, use the link provided below.
Login
Create a new user account. Registration is free and takes only a few seconds.
Register
This subject has been archived. New comments and votes cannot be submitted.
Sep 19
Created
Sep 19
Last Response
0
Likes
2 minutes
Read Time
User User
Users

Responses to this topic


data/avatar/default/avatar39.webp

1457 Posts
Location -
Joined 2001-12-18
It may be that your Page Table Entries are not set high enough. Go to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management
 
Double-click the SystemPages value. The Edit DWORD Value dialog box appears. This can hold a value from 0 to 50,000. Microsoft recommends a value of 36000 to start with if you get the error described. So, type 36000, and then click OK. You will need to reboot to effect the change.

data/avatar/default/avatar06.webp

286 Posts
Location -
Joined 2001-07-17
OP
Quote:The Edit DWORD Value dialog box appears. This can hold a value from 0 to 50,000. Microsoft recommends a value of 36000 to start with if you get the error described. So, type 36000, and then click OK. You will need to reboot to effect the change.


Hmmmm...I have a value of 110592 right now...maybe thats part of the prob..I will change it to 36000 and see what happens. Thx for the reply.