DaniWeb IT Discussion Community

DaniWeb IT Discussion Community (http://www.daniweb.com/forums/index.php)
-   Windows NT / 2000 / XP (http://www.daniweb.com/forums/forum10.html)
-   -   driver_irql error question (http://www.daniweb.com/forums/thread49662.html)

illtrixtaj Jul 9th, 2006 11:07 pm
driver_irql error question
 
1 Attachment(s)
i know the basics of the error but im trying to find the source...ANY help is greatly appreciated! the dump is included (note the original filetype is .dmp)

DMR Jul 10th, 2006 3:15 am
Re: driver_irql error question
 
Please cut-n-paste the contents of the file directly into your post and/or post the full and exact text of the error message.

illtrixtaj Jul 10th, 2006 10:19 am
Re: driver_irql error question
 
the dump is filled with miscellaneous weird, unreadable characters...... is that correct or am i just being a newb to this?.... haha thanks in advance :rolleyes:

DMR Jul 10th, 2006 6:49 pm
Re: driver_irql error question
 
Dump files have their own formatting, which can be understood by utilities such as the "dumpchk" program. Unfortunately, even after "decoding" the contents of a dump file, the resulting output can often take some work to decipher.

When the system creates dump files, it usually also logs an error report in one of the Event Logs; you might find a clue there:

Open the Event Viewer utility in your Administrative Tools control panel and look through your System and Application logs for entries flagged with "Error" or "Warning", especially those whose time-stamps coincide with the occurence of the crashes. Double-clicking on such an entry will open a properties window with more detailed information on the error; post the details from a representative sample of some of the different error messages (please don't post duplicates of a given entry, or flood us with the entire contents of the logs).

To post the details:
In the Properties window of a given entry, click on the button with the graphic of two pieces of paper on it; the button is at the right of the window just below the up arrow/down arrow buttons. You won't see anything happen when you click the button, but it will copy all of the details to the Windows clipboard. You can then paste the details into your next post here.

illtrixtaj Jul 12th, 2006 9:37 pm
Re: driver_irql error question
 
Event Type: Error
Event Source: System Error
Event Category: (102)
Event ID: 1003
Date: 7/12/2006
Time: 8:34:30 PM
User: N/A
Description:
Error code 0000001a, parameter1 00000780, parameter2 c0625a00, parameter3 81a53020, parameter4 000004c0.

For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.
Data:
0000: 53 79 73 74 65 6d 20 45 System E
0008: 72 72 6f 72 20 20 45 72 rror Er
0010: 72 6f 72 20 63 6f 64 65 ror code
0018: 20 30 30 30 30 30 30 31 0000001
0020: 61 20 20 50 61 72 61 6d a Param
0028: 65 74 65 72 73 20 30 30 eters 00
0030: 30 30 30 37 38 30 2c 20 000780,
0038: 63 30 36 32 35 61 30 30 c0625a00
0040: 2c 20 38 31 61 35 33 30 , 81a530
0048: 32 30 2c 20 30 30 30 30 20, 0000
0050: 30 34 63 30 04c0

--------------------

by the way: XP Pro SP2, no recent hardware changes, but its been diong this since i put this computer together (2 weeks ago) off and on randomly. This specific error was a memory management error but i believe its from the same source as the IRQL error.

DMR Jul 13th, 2006 12:57 am
Re: driver_irql error question
 
OK- it looks like your original BSOD error was a 0x000000D1 DRIVER_IRQL_NOT_LESS_OR_EQUAL error, which is usually attributed to a device driver issue or faulty/mismatched RAM. The 0000001a error is the memory management error.

Given that two errors can be caused by RAM-related issues, and that you indicated that the problem had been present since the system was built, I would:

1. Check the mobo and RAM module specs; make sure the RAM is of a compatible type/speed for the mobo.

2. Check the RAM modules to make sure that they are firmly and properly seated into their mobo slots. Check all other connections and components while you're in there.

3. If you have more than one RAM module installed:
* Run the system with only one module installed at a time. If the system only BSODs when a particular module is installed, you've found a likely culprit.
* Run an extended test with the free memtest86 RAM test utility. I usually run the tests for at least hours.

4. Recheck the driver software packages you've installed. Make sure that there aren't any known compatibility issues with your particular versions and/or their related hardware devices. Update or reinstall drivers if no other likely causes have been turned up yet.

illtrixtaj Jul 13th, 2006 3:42 pm
Re: driver_irql error question
 
Event Type: Error
Event Source: System Error
Event Category: (102)
Event ID: 1003
Date: 7/13/2006
Time: 2:41:00 PM
User: N/A
Description:
Error code 100000c5, parameter1 e000c330, parameter2 00000002, parameter3 00000001, parameter4 8054afd2.

For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.
Data:
0000: 53 79 73 74 65 6d 20 45 System E
0008: 72 72 6f 72 20 20 45 72 rror Er
0010: 72 6f 72 20 63 6f 64 65 ror code
0018: 20 31 30 30 30 30 30 63 100000c
0020: 35 20 20 50 61 72 61 6d 5 Param
0028: 65 74 65 72 73 20 65 30 eters e0
0030: 30 30 63 33 33 30 2c 20 00c330,
0038: 30 30 30 30 30 30 30 32 00000002
0040: 2c 20 30 30 30 30 30 30 , 000000
0048: 30 31 2c 20 38 30 35 34 01, 8054
0050: 61 66 64 32 afd2

illtrixtaj Jul 14th, 2006 12:29 am
Re: driver_irql error question
 
i only receive the error when im using the system heavily (playing FPS shooters) and i have NEVER had one from playing Flight Simulator 2004. Which is weird because FS uses more CPU and system memory than an FPS in 99% of cases.... any ideas?

DMR Jul 14th, 2006 1:49 am
Re: driver_irql error question
 
Quote:

Originally Posted by illtrixtaj
... any ideas?

The 4 I gave in my last post?

illtrixtaj Jul 14th, 2006 12:27 pm
Re: driver_irql error question
 
haha yes i know i know but i didnt know if those symptoms would tell you anything, i certainly appreciate your help and bearing with a newbie like myself.

can you run memtest from windows or do you have to make a bootdisk?


All times are GMT -4. The time now is 7:31 pm.

Forum system based on vBulletin Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
©2003 - 2009 DaniWeb® LLC