Annoyances.org
Home » Windows XP Discussion Forum » Message 1052879149 Search | Help | Home
  
Tip: Run a free scan for common Windows errors ad

re: irql not less or equal - Memory Dump
Tuesday, May 13, 2003 at 7:25 pm
Windows XP Annoyances Discussion Forum
Posted by stone (1 messages posted)


Here is a little insight to clear up Memory Dump's (I hope this answer's your question albert, and sorry if it is a little long): Ok, I will try to explain this in simple terms (Disclaimer: :) I give no 100% guarantee (it doesn't need to be 100% accurate to get the point across) to this as I am typing this off the top of my head, and I must remember back to my low level assembler programming classes. I do assert that it willl give the unknowing peoples a general idea of Core Dump's, and why they are USELESS to worry about) (Sorry to those of you who do not need such simple terms and description, but not every body has a Bachelores degree in Computer Science), :) A DUMP OF PHYSICAL MEMORY, or "Core Dump" as I will call it (that is the original name given to it by computer scientist's and engineers.) is simply a transcript of what was in memory at the time of the error (Word for word, and bit for bit). To start my explaination, you must know that each program that run's on your computer, is stored to memory while running. And each program is allocated what is called it's own "Page" of memory the moment the program is started. Part of this page is allocated for the instructions of the program itself (the step, by step instructions the processor executes at the binary (machine code) level), and part is allocated for the actual data of the program (the temporary variables, such as your current score in your Solitaire game, or perhap's a number representing how many times a loop in the program has completed itself.). Each program is only supposed to access it's own page of memory. If a program accesses out side of it's memory, and into unallocated memory, or some other prgam's memory, this generates a page fault. (generally terminating the program.) Some Kernel's will perform a Core Dump of such mishap's, and leave a "Core File" on your harddisk, which is the exact transcript of the affected pages of memory (or sometimes the entire content's of your memory). Another time that a Core Dump is performed is when there is a conflict involving (but not limited too)interupt's (IRQ's). This generally is more serious than page faults, and basically requires a reboot of the system. (That is basically what this thread refers to, the fault generating the BSOD). The Core File generated is used by computer programmer's and computer scientist's to find out what was happening at the time of the error. (IT IS USED FOR DEBUGGING). They use it to read the instructions of the program, and follow through step, by step to see what they did wrong. I hope this help's. (For those of you who know alot about Core Dump's, I know this is very general, and does not consider all the cases, but who cares. For the general purposes of this thread, it helps all the people who are worried about the word's "DUMP OF PHYSICAL MEMORY" being a bad thing to realize that it is only there to help DEBUG the problem.) :) Note to general user's: the core file is pretty much useless to you, unless you know assembler programming and machine code, and is only there because some programmers at microsft thought it would help them debug problems. (Which it does). but it mostly just wastes harddrive space. The problem I have experienced with core dump's is that it sometimes (rarely) leaves your hardrive in read/write mode when the computer want's to reset, therefore corrupting the FAT on your harddisk (if your are using FAT/FAT32) I have had this problem happen on a few machines in the past, which is why I run my OS on an NTFS partition which is slightly more forgiving in such circumstances. My suggestion is to turn off the coredump as well as auto restart in windows xp. For those of you who do not know how to do this: 1. Right click on "My Computer". 2. Select "Properties". 3. Select the "Advanced" tab. 4. Look for the "Startup and Recovery" section on that page, and click on "Settings". 5. In the new window that open's, uncheck the "Automatically restart" box. 6. In side the "Write debugging information" box, click the down arrow in the selection box and select "(none)". 7. Hit the "O.K." button on both open windows. (I believe windows will ask you to restart) This will prevent annoying mysterious restarts of your system. If you have a system as fast as mine, you never see the BSOD pop up before it reset's, so you are left wondering what the heck happened. :S albert: In window's you will only recieve the "BEGINNING DUMP OF PHYSICAL MEMORY" message if you recieve a Blue Screen Of Death (BSOD), which has been explained to death in this thread. Personnaly, in my opinion, the problem with your cable connection is a conflicting IRQ. Like has been stated above, try changing around your hardware setup.


On Sunday, May 11, 2003 at 11:01 pm, albert wrote:
>This may be of some use. My problem started when Telstra changed my connection from
>telephone line to Cable. The deny is has anything to do with them of course but their
>harware is shaing an IRQ with another program. I re-loaded the drivers and it seems
>to have gone away but I an concerned about the message "BEGINNING DUMP OF PHYSICAL
>MEMORY".
>Does any one know what that implies? Thanks.
>
>


Written in response to:
re: irql not less or equal - Memory Dump (albert: Sunday, May 11, 2003 at 11:01 pm)

There are presently no replies to this message.

All messages in this thread [show all]
-irql not less or equal (chris kelly: Wed, May 22, 2002, 4:23 pm)
*re: irql not less or equal (bill H: Wed, Jul 24, 2002, 5:03 am)
-re: irql not less or equal (jack: Tue, Nov 5, 2002, 4:26 am)
-re: irql not less or equal (chris kelly: Tue, Nov 5, 2002, 7:50 am)
-re: irql not less or equal (jack: Tue, Nov 5, 2002, 5:37 pm)
*re: irql not less or equal (chris kelly: Wed, Nov 6, 2002, 9:10 am)
-re: irql not less or equal (Pingla: Sat, Nov 16, 2002, 9:10 am)
-re: irql not less or equal (Joe Jacobsen: Mon, Sep 5, 2005, 11:47 am)
-re: irql not less or equal (Jack Napier: Wed, Jan 4, 2006, 12:13 pm)
-re: irql not less or equal (violeta carrier: Mon, Dec 25, 2006, 11:29 am)
*re: irql not less or equal (Rich Kurtz: Mon, Dec 25, 2006, 11:53 am)
-re: irql not less or equal (Soylvak: Fri, Jan 31, 2003, 3:27 pm)
*re: irql not less or equal (Barbara: Sun, Jun 8, 2003, 7:40 pm)
*re: irql not less or equal (Chris: Thu, Jun 10, 2004, 2:57 pm)
*re: irql not less or equal (Josh: Sun, Jun 22, 2003, 6:08 pm)
-re: irql not less or equal (Bobbie Lane: Tue, Nov 5, 2002, 5:09 pm)
-re: irql not less or equal (Idrosynth: Mon, Nov 11, 2002, 6:51 pm)
*re: irql not less or equal (Antonio Castro: Mon, Dec 2, 2002, 3:59 pm)
-re: irql not less or equal (Dave: Mon, Feb 10, 2003, 4:50 am)
*re: irql not less or equal (Jon: Thu, Apr 3, 2003, 5:43 pm)
*re: irql not less or equal (Dale S: Fri, Feb 21, 2003, 4:51 pm)
*re: irql not less or equal ADOBE PREMIERE (Jimbo: Thu, Mar 27, 2003, 12:06 am)
-re: irql not less or equal (Arya: Mon, Mar 15, 2004, 8:02 pm)
-re: irql not less or equal (Landon: Fri, Mar 26, 2004, 8:24 pm)
-re: irql not less or equal (Superfuzz: Wed, Mar 31, 2004, 1:40 pm)
-re: irql not less or equal WHEN INSTALLING WINDOWS XP OR WINDOWS 2000 (Ramesh: Sat, Apr 10, 2004, 10:39 am)
-re: irql not less or equal WHEN INSTALLING WINDOWS XP OR WINDOWS 2000 (Ramesh: Sat, Apr 10, 2004, 10:49 am)
-IRQL_NOT_LESS_OR_EQUAL When trying to burn a dvd (Birdsname: Thu, Apr 15, 2004, 2:32 am)
*re: IRQL_NOT_LESS_OR_EQUAL When trying to burn a dvd (michelle: Fri, May 21, 2004, 7:41 am)
*re: irql not less or equal WHEN INSTALLING WINDOWS XP OR WINDOWS 2000 (Harold Kornylak: Mon, Mar 21, 2011, 9:18 pm)
*re: irql not less or equal (Pingla: Sat, Nov 16, 2002, 9:16 am)
*re: irql not less or equal (Barbara: Sun, Jun 8, 2003, 7:43 pm)
-re: irql not less or equal (patrick hanrahan: Mon, Aug 16, 2004, 7:20 am)
*re: irql not less or equal (Frank: Mon, Nov 15, 2004, 3:50 am)
-re: irql not less or equal (Mad daz: Mon, Nov 18, 2002, 1:21 pm)
-re: irql not less or equal (Armando: Tue, Nov 19, 2002, 11:51 am)
*re: irql not less or equal (Derek S. McBud: Sun, Feb 9, 2003, 3:26 pm)
*re: irql not less or equal/error : idechndr.sys (JMAX: Tue, Feb 18, 2003, 4:59 am)
-re: irql not less or equal (Juan Gonzalez: Fri, Nov 22, 2002, 7:37 am)
*re: irql not less or equal (Mad daz: Fri, Nov 22, 2002, 3:57 pm)
*re: irql not less or equal (Barbara: Sun, Jun 8, 2003, 7:46 pm)
-re: IRQ_NOT_LESS_OR_EQUAL - Solution (John McKayhill: Sat, Nov 23, 2002, 1:23 am)
-I have found the solution (robert: Mon, Feb 23, 2004, 8:49 am)
*re: I have found the solution (Bill: Tue, Feb 24, 2004, 7:24 pm)
-re: irql not less or equal (Tom: Sat, Nov 23, 2002, 9:53 am)
-re: irql not less or equal (chris kelly: Sat, Nov 23, 2002, 12:19 pm)
-re: irql not less or equal (Tom: Mon, Nov 25, 2002, 8:00 am)
-re: irql not less or equal (Rob: Sat, Nov 30, 2002, 5:08 pm)
*re: irql not less or equal (muckel: Sun, Dec 1, 2002, 5:46 pm)
-re: irql not less or equal (Tom: Mon, Dec 2, 2002, 7:27 am)
-re: irql not less or equal (Rob: Mon, Dec 2, 2002, 11:23 am)
*re: irql not less or equal (gecko: Tue, Dec 3, 2002, 12:28 pm)
-re: irql not less or equal (Barry: Thu, Dec 12, 2002, 10:21 am)
*re: irql not less or equal (Jørn: Thu, Jan 9, 2003, 12:16 pm)
*re: irql not less or equal (BBE: Fri, May 2, 2003, 12:16 pm)
-re: irql not less or equal (gary: Sat, Dec 14, 2002, 4:24 pm)
-re: irql not less or equal (chris kelly: Sat, Dec 14, 2002, 5:46 pm)
-re: irql not less or equal (neewik: Sat, Dec 21, 2002, 4:59 am)
-re: irql not less or equal (chris kelly: Sat, Dec 21, 2002, 8:38 am)
*re: irql not less or equal (neewik: Thu, Dec 26, 2002, 3:51 am)
-re: irql not less or equal - SOLVED (Hussain: Tue, Jun 10, 2003, 2:59 pm)
*re: irql not less or equal - SOLVED (Steve: Mon, Aug 4, 2003, 10:18 pm)
*re: irql not less or equal (Kevin: Wed, Nov 3, 2004, 12:24 am)
-re: irql not less or equal - Possible solution (Alex: Fri, Jan 17, 2003, 3:22 am)
*re: irql not less or equal - Possible solution (solers: Fri, May 2, 2003, 9:19 pm)
*re: irql not less or equal (brady: Sun, Apr 6, 2003, 10:13 am)
-re: irql not less or equal SOLUTION??? (Walter: Sun, Dec 22, 2002, 5:58 am)
-re: irql not less or equal SOLUTION??? (Sergio G. P.: Sun, Dec 29, 2002, 10:18 am)
-re: irql not less or equal SOLUTION??? (Walter: Tue, Dec 31, 2002, 7:03 am)
-re: irql not less or equal SOLUTION??? (David: Thu, Jan 2, 2003, 11:05 pm)
-re: irql not less or equal SOLUTION??? (Walter: Sat, Jan 4, 2003, 5:37 am)
-re: irql not less or equal SOLUTION??? (The_Os: Mon, Jan 6, 2003, 8:14 pm)
-re: irql not less or equal SOLUTION??? (Joe McKinley: Tue, Jan 7, 2003, 1:17 pm)
-re: irql not less or equal SOLUTION??? (Jørn: Thu, Jan 9, 2003, 12:26 pm)
*re: irql not less or equal SOLUTION??? (Walter: Fri, Jan 10, 2003, 11:14 am)
*re: irql not less or equal SOLUTION??? (Nathan: Mon, Jan 13, 2003, 4:07 am)
-re: irql not less or equal SOLUTION??? (The_Os: Wed, Jan 8, 2003, 6:51 pm)
*re: irql not less or equal SOLUTION??? (Helptemp: Sun, Feb 9, 2003, 3:01 pm)
*re: irql not less or equal (Another solution) (Hugo: Sat, Jan 24, 2004, 9:57 am)
*re: irql not less or equal - what I did. (Dark Shimmer: Wed, Jan 8, 2003, 10:23 pm)
-re: irql not less or equal**SOLUTION** (Karl: Sun, Jan 12, 2003, 4:22 pm)
*re: irql not less or equal**SOLUTION** (Rod: Fri, Apr 18, 2003, 3:16 pm)
-re: irql not less or equal (Eep: Mon, Jan 13, 2003, 3:44 pm)
-re: irql not less or equal (Ben: Thu, Jan 16, 2003, 7:43 pm)
-re: irql not less or equal (Jerry: Sat, Jan 18, 2003, 1:43 am)
-re: irql not less or equal (Shaun: Mon, Jan 20, 2003, 9:44 am)
-re: irql not less or equal (Jerry: Mon, Jan 20, 2003, 5:47 pm)
-re: irql not less or equal (Shaun: Mon, Jan 20, 2003, 8:45 pm)
-re: irql not less or equal (Jerry: Tue, Jan 21, 2003, 5:31 am)
-re: irql not less or equal (Jason: Mon, Apr 21, 2003, 12:18 pm)
*re: irql not less or equal (Jerry: Mon, Apr 21, 2003, 5:36 pm)
-re: irql not less or equal (don sanfore: Sat, Jan 25, 2003, 5:54 am)
*re: irql not less or equal (Jerry: Sat, Jan 25, 2003, 4:17 pm)
*re: irql not less or equal (robin: Tue, Apr 8, 2003, 4:51 am)
-re: irql not less or equal (Xila: Tue, Apr 29, 2003, 4:17 pm)
*re: irql not less or equal (Xila: Mon, May 12, 2003, 7:17 am)
-re: irql not less or equal (bandenomium: Tue, Jan 21, 2003, 5:24 pm)
*re: irql not less or equal (Steve: Tue, Jan 21, 2003, 7:59 pm)
-re: irql not less or equal (Lebowski: Thu, Jan 30, 2003, 12:52 am)
-re: irql not less or equal (Jane: Sat, Feb 1, 2003, 1:48 am)
*re: irql not less or equal (Aaron: Sat, Feb 1, 2003, 11:20 am)
-re: irql not less or equal (Jane: Sat, Feb 1, 2003, 8:22 pm)
*re: irql not less or equal (Aaron: Mon, Feb 3, 2003, 12:30 am)
-re: irql not less or equal (Drax: Wed, Feb 5, 2003, 9:09 pm)
*re: irql not less or equal (:: Tiblu ::: Sun, Feb 9, 2003, 4:34 am)
*re: irql not less or equal - my annoying problem (Rich: Tue, Feb 11, 2003, 4:02 pm)
*THE SOLUTION - read this!!!!!! (flux: Thu, Feb 20, 2003, 6:20 am)
-Possible solution (Mythprod: Fri, Feb 21, 2003, 3:04 pm)
-re: Possible solution (beteigeuze: Sun, Feb 23, 2003, 5:32 am)
-re: Possible solution (beteigeuze: Tue, Feb 25, 2003, 1:30 am)
*re: Possible solution (Johan: Fri, Mar 14, 2003, 4:27 pm)
*re: Possible solution (Scott: Sun, Apr 13, 2003, 6:53 pm)
*re: Possible solution (memex: Sun, May 4, 2003, 8:17 pm)
-After I started using RAID... (Demon: Tue, Feb 25, 2003, 8:01 pm)
-re: After I started using RAID... (frustrated: Tue, Feb 25, 2003, 11:55 pm)
-re: After I started using RAID... (tyler: Sat, Mar 15, 2003, 8:33 pm)
-re: After I started using RAID... (frustrated: Sat, Mar 15, 2003, 10:02 pm)
-re: After I started using RAID... (hetzer: Wed, Mar 19, 2003, 7:10 am)
*I keep getting the driver_irql_not_less_than_equal error (Ricky JB: Sat, Mar 29, 2003, 4:12 am)
-re: irql not less or equal (Jack Managi: Mon, Mar 31, 2003, 9:20 pm)
-re: irql not less or equal (self builder: Tue, Apr 8, 2003, 4:24 am)
-re: irql not less or equal (microsoftv-2mgast: Mon, Apr 21, 2003, 10:50 pm)
*re: irql not less or equal (Ravens PC: Sun, May 11, 2003, 9:27 pm)
-re: irql not less or equal---Cured (Bottoz: Sat, Apr 19, 2003, 3:41 pm)
-re: irql not less or equal (marcin: Fri, Apr 25, 2003, 2:14 am)
*re: irql not less or equal-I think I fixed it!! (Paul: Sat, May 3, 2003, 6:20 am)
-re: irql not less or equal (apreik: Mon, May 5, 2003, 10:24 am)
*re: irql not less or equal (apreik: Mon, May 5, 2003, 10:34 am)
-re: irql not less or equal (chris kelly: Mon, May 5, 2003, 4:42 pm)
-re: irql not less or equal (Ian Irvine: Tue, May 6, 2003, 4:59 am)
-re: irql not less or equal (chris kelly: Tue, May 6, 2003, 6:19 am)
-re: irql not less or equal (Ian Irvine: Wed, May 7, 2003, 4:59 am)
*re: irql not less or equal (chris kelly: Wed, May 7, 2003, 6:21 am)
*re: irql not less or equal (apreik: Tue, May 6, 2003, 7:07 am)
-re: irql not less or equal (Matthew Zebari: Wed, May 14, 2003, 5:24 pm)
*re: irql not less or equal (apreik: Thu, May 15, 2003, 4:58 am)
*re: irql not less or equal (Chad: Wed, May 21, 2003, 9:15 am)
-re: irql not less or equal (VastGirth: Wed, May 7, 2003, 9:17 am)
-re: irql not less or equal - Memory Dump (albert: Sun, May 11, 2003, 11:01 pm)
*re: irql not less or equal - Memory Dump (stone: Tue, May 13, 2003, 7:25 pm)
*re: irql not less or equal-a way to solve (Ericseh: Sun, May 25, 2003, 9:24 pm)
-re: irql not less or equal (Len Kraus: Tue, May 27, 2003, 8:51 am)
-re: irql not less or equal (chris kelly: Tue, May 27, 2003, 7:00 pm)
-re: irql not less or equal (Len Kraus: Wed, May 28, 2003, 7:01 am)
-re: irql not less or equal (chris kelly: Wed, May 28, 2003, 8:47 pm)
*re: irql not less or equal (Len Kraus: Thu, May 29, 2003, 2:10 pm)
-re: irql not less or equal (How I solved mine) (Tony: Wed, May 28, 2003, 2:19 pm)
*re: irql not less or equal (How I solved mine) (Len Kraus: Wed, May 28, 2003, 6:28 pm)
-re: irql not less or equal (Tony: Thu, May 29, 2003, 12:57 am)
*re: irql not less or equal (Len Kraus: Thu, May 29, 2003, 1:55 pm)
*re: irql not less or equal (ken: Sun, Jun 8, 2003, 9:44 am)
-re: irql not less or equal TRIED IT ALL! (Wade Ammon: Wed, Jun 4, 2003, 12:13 pm)
-re: irql not less or equal TRIED IT ALL! (chris kelly: Sat, Jun 7, 2003, 7:22 pm)
*re: irql not less or equal TRIED IT ALL! (Wade Ammon: Mon, Jun 9, 2003, 9:42 am)
-re: irql not less or equal TRIED IT ALL! (kboy: Fri, Jul 18, 2003, 3:17 am)
*re: irql not less or equal TRIED IT ALL! (chris kelly: Sat, Jul 19, 2003, 11:09 am)
-re: irql not less or equal (ALexander: Sun, Jun 15, 2003, 4:49 pm)
-re: irql not less or equal (chris kelly: Tue, Jul 1, 2003, 2:08 pm)
*IRQL_NOT_LESS_or_EQUAL (dan walker: Fri, Jul 4, 2003, 9:17 am)
*re: irql not less or equal (problem and solution found - in my case) (Stephane Giguere: Sun, Oct 10, 2004, 11:51 am)
-re: irql not less or equal (Don Helgeson: Sun, Jul 27, 2003, 6:56 pm)
-re: irql not less or equal (chris kelly: Mon, Jul 28, 2003, 6:08 am)
*re: irql not less or equal (Don Helgeson: Thu, Aug 7, 2003, 7:15 pm)
-This is what SOLVED it for me. (Dimitri: Sat, Aug 2, 2003, 3:20 pm)
*re: This is what SOLVED it for me. (Pip: Tue, Aug 5, 2003, 4:03 pm)
*re: This is what SOLVED it for me. (Joan Of Arse: Thu, Aug 7, 2003, 10:30 pm)
-re: This is what SOLVED it for me. (Pip: Fri, Aug 8, 2003, 4:01 pm)
-IRQL Not Less Or Equal (Eric Hayes: Sun, Aug 17, 2003, 2:20 pm)
-re: IRQL Not Less Or Equal (Pip: Wed, Aug 27, 2003, 4:36 pm)
-re: IRQL Not Less Or Equal (Eric Hayes: Fri, Aug 29, 2003, 4:37 am)
-re: IRQL Not Less Or Equal (Bob: Fri, Sep 19, 2003, 2:25 pm)
-re: IRQL Not Less Or Equal (paiyao: Fri, Sep 26, 2003, 6:02 pm)
-re: IRQL Not Less Or Equal (djpleasure: Tue, Oct 14, 2003, 11:29 pm)
-re: IRQL Not Less Or Equal (Jon H: Fri, Oct 31, 2003, 6:29 pm)
-re: IRQL Not Less Or Equal (Josef M. Kraft: Sat, Nov 1, 2003, 12:20 am)
-re: IRQL Not Less Or Equal (bob barker: Sat, Dec 27, 2003, 2:10 am)
-re: IRQL Not Less Or Equal (Hockey_Dad: Mon, Jan 5, 2004, 9:35 am)
*re: IRQL Not Less Or Equal (Hugo: Sat, Jan 24, 2004, 9:34 am)
-re: irql not less or equal (Adeino: Sat, May 22, 2004, 10:45 am)
*re: irql not less or equal (chris kelly: Sat, May 22, 2004, 12:43 pm)
-re: irql not less or equal (Erlik: Thu, Jun 10, 2004, 2:15 am)
-re: irql not less or equal (damhikt: Tue, Jun 29, 2004, 10:32 am)
*re: irql not less or equal (Allan: Sun, Nov 14, 2004, 8:11 am)
*re: irql not less or equal (Gulfack: Thu, Dec 2, 2004, 1:27 am)
-re: irql not less or equal (diodow: Wed, Jan 12, 2005, 7:28 pm)
-re: irql not less or equal (dhdag: Sat, Mar 12, 2005, 3:41 am)
*re: irql not less or equal (HeimdalWK: Sat, Mar 19, 2005, 4:11 am)
-re: irql not less or equal (JC: Fri, Apr 29, 2005, 11:43 am)
*re: irql not less or equal (SatriAli: Sat, Jun 18, 2005, 12:59 pm)
-re: irql not less or equal (Dave: Wed, Jul 13, 2005, 9:30 am)
*re: irql not less or equal (greggg: Tue, Aug 16, 2005, 7:28 pm)
Return to the Windows XP Discussion Forum


All content at Annoyances.org is Copyright ©1995-2012 Creative Elementtm All rights reserved.
Please do not plagiarize; redistributing these pages without permission is strictly prohibited.