Double fault (original) (raw)

Property Value
dbo:abstract On the x86 architecture, a double fault exception occurs if the processor encounters a problem while trying to service a pending interrupt or exception. An example situation when a double fault would occur is when an interrupt is triggered but the segment in which the interrupt handler resides is invalid. If the processor encounters a problem when calling the double fault handler, a triple fault is generated and the processor shuts down. As double faults can only happen due to kernel bugs, they are rarely caused by user space programs in a modern protected mode operating system, unless the program somehow gains kernel access (some viruses and also some low-level DOS programs). Other processors like PowerPC or SPARC generally save state to predefined and reserved machine registers. A double fault will then be a situation where another exception happens while the processor is still using the contents of these registers to process the exception. SPARC processors have four levels of such registers, i.e. they have a 4-window register system. (en)
dbo:wikiPageExternalLink https://web.archive.org/web/20170909113828/https:/blogs.msdn.microsoft.com/larryosterman/2005/02/08/faster-syscall-trap-redux/ https://web.archive.org/web/20170909120639/http:/www.rcollins.org/Productivity/TripleFault.html http://www.rcollins.org/Productivity/TripleFault.html https://blogs.msdn.microsoft.com/larryosterman/2005/02/08/faster-syscall-trap-redux/
dbo:wikiPageID 1501233 (xsd:integer)
dbo:wikiPageLength 2368 (xsd:nonNegativeInteger)
dbo:wikiPageRevisionID 1056383558 (xsd:integer)
dbo:wikiPageWikiLink dbr:PowerPC dbr:Register_window dbr:User_space dbr:Virus_(computing) dbr:Interrupt_handler dbr:Protected_mode dbr:MSDN_Blogs dbr:SPARC dbc:Computer_errors dbr:Kernel_(operating_system) dbr:DOS dbr:Exception_handling dbr:Central_processing_unit dbr:Interrupt dbc:Central_processing_unit dbr:Triple_fault dbr:Operating_system dbr:X86
dbp:wikiPageUsesTemplate dbt:About dbt:Cite_web dbt:Refimprove dbt:Short_description
dct:subject dbc:Computer_errors dbc:Central_processing_unit
rdfs:comment On the x86 architecture, a double fault exception occurs if the processor encounters a problem while trying to service a pending interrupt or exception. An example situation when a double fault would occur is when an interrupt is triggered but the segment in which the interrupt handler resides is invalid. If the processor encounters a problem when calling the double fault handler, a triple fault is generated and the processor shuts down. (en)
rdfs:label Double fault (en)
owl:sameAs freebase:Double fault wikidata:Double fault https://global.dbpedia.org/id/4iaBJ
prov:wasDerivedFrom wikipedia-en:Double_fault?oldid=1056383558&ns=0
foaf:isPrimaryTopicOf wikipedia-en:Double_fault
is dbo:wikiPageRedirects of dbr:Double-faulting
is dbo:wikiPageWikiLink of dbr:Interrupt_descriptor_table dbr:Pentium_F00F_bug dbr:General_protection_fault dbr:Stack_overflow dbr:Double-fault dbr:Triple_fault dbr:CWSDPMI dbr:Virtual_memory dbr:Task_state_segment dbr:Double-faulting
is foaf:primaryTopic of wikipedia-en:Double_fault