This HTML5 document contains 70 embedded RDF statements represented using HTML+Microdata notation.

The embedded RDF content will be recognized by any processor of HTML5 Microdata.

Namespace Prefixes

PrefixIRI
dctermshttp://purl.org/dc/terms/
yago-reshttp://yago-knowledge.org/resource/
dbohttp://dbpedia.org/ontology/
foafhttp://xmlns.com/foaf/0.1/
dbpedia-eshttp://es.dbpedia.org/resource/
n16https://global.dbpedia.org/id/
yagohttp://dbpedia.org/class/yago/
dbthttp://dbpedia.org/resource/Template:
rdfshttp://www.w3.org/2000/01/rdf-schema#
freebasehttp://rdf.freebase.com/ns/
dbpedia-simplehttp://simple.dbpedia.org/resource/
dbpedia-fahttp://fa.dbpedia.org/resource/
n17http://support.microsoft.com/
dbpedia-azhttp://az.dbpedia.org/resource/
rdfhttp://www.w3.org/1999/02/22-rdf-syntax-ns#
owlhttp://www.w3.org/2002/07/owl#
dbpedia-zhhttp://zh.dbpedia.org/resource/
wikipedia-enhttp://en.wikipedia.org/wiki/
dbchttp://dbpedia.org/resource/Category:
dbphttp://dbpedia.org/property/
provhttp://www.w3.org/ns/prov#
xsdhhttp://www.w3.org/2001/XMLSchema#
wikidatahttp://www.wikidata.org/entity/
goldhttp://purl.org/linguistics/gold/
dbrhttp://dbpedia.org/resource/

Statements

Subject Item
dbr:VirtualBox
dbo:wikiPageWikiLink
dbr:Fatal_exception_error
Subject Item
dbr:David_M._Beazley
dbo:wikiPageWikiLink
dbr:Fatal_exception_error
Subject Item
dbr:Critical_error
dbo:wikiPageWikiLink
dbr:Fatal_exception_error
dbo:wikiPageRedirects
dbr:Fatal_exception_error
Subject Item
dbr:Fatal_exception_error
rdf:type
yago:YagoPermanentlyLocatedEntity yago:PsychologicalFeature100023100 yago:Happening107283608 yago:Error107299569 owl:Thing dbo:Disease yago:WikicatComputerErrors yago:Event100029378 yago:Abstraction100002137
rdfs:label
致命错误 Fatal exception error Fatal error
rdfs:comment
In computing, a fatal exception error or fatal error is an error that causes a program to abort and may therefore return the user to the operating system. When this happens, data that the program was processing may be lost. A fatal error is usually distinguished from a fatal system error (colloquially referred to in the MS Windows operating systems by the error message it produces as a "blue screen of death"). A fatal error occurs typically in any of the following cases: En informática, un Fatal error (llamado simplemente en español como «error fatal»), también conocido como Fatal exception error, es un fallo que provoca que un programa se cancele y que por lo tanto, puede devolver al usuario al sistema operativo. Cuando esto sucede, es posible que se extravíen los datos que el programa estaba procesando (que el usuario pierda todos los cambios que no haya guardado previamente).​ Un fatal error ocurre típicamente en cualquiera de los siguientes casos: 在计算机领域中,致命错误(fatal error)或致命异常错误(fatal exception error)是指使程序终止并可能因此让用户返回操作系统的错误。致命错误发生时,程序正在处理的数据可能会丢失。“致命错误”(应用程序层面)经常会和“系统致命错误”(操作系统层面)相混淆。致命错误一般由以下情况产生: * 执行 * 读取无效数据或代码 * 执行当前的用户态或核心态所不允许的操作 * 除零错误(只对整数有效,对浮点数操作时按IEEE浮点数标准规定会产生一个无穷数) 在Mac OS X与Microsoft Windows等系统中,发生致命错误时,系统会创建错误日志或保存下该进程的镜像。
owl:differentFrom
dbr:Fatal_system_error
dcterms:subject
dbc:Computer_errors
dbo:wikiPageID
2638324
dbo:wikiPageRevisionID
1113326512
dbo:wikiPageWikiLink
dbr:Stop_error_screen dbc:Computer_errors dbr:Infinity dbr:Data dbr:Source_code dbr:MacOS dbr:Error dbr:Fatal_system_error dbr:CPU_modes dbr:Illegal_instruction dbr:Core_dump dbr:Operating_system dbr:Division_by_zero dbr:Computing dbr:Data_logging dbr:Microsoft_Windows dbr:Ring_(computer_security) dbr:Floating_point
dbo:wikiPageExternalLink
n17:%3Fkbid=150314
owl:sameAs
dbpedia-fa:خطای_مهلک yago-res:Fatal_exception_error wikidata:Q2949807 n16:2jZAM dbpedia-az:Qaçılmaz_xəta dbpedia-simple:Critical_error dbpedia-zh:致命错误 dbpedia-es:Fatal_error freebase:m.07tj0j
dbp:wikiPageUsesTemplate
dbt:Error_messages dbt:Reflist dbt:Distinguish dbt:Short_description dbt:Operating-system-stub
dbo:abstract
En informática, un Fatal error (llamado simplemente en español como «error fatal»), también conocido como Fatal exception error, es un fallo que provoca que un programa se cancele y que por lo tanto, puede devolver al usuario al sistema operativo. Cuando esto sucede, es posible que se extravíen los datos que el programa estaba procesando (que el usuario pierda todos los cambios que no haya guardado previamente).​ Un fatal error ocurre típicamente en cualquiera de los siguientes casos: * Si los usuarios han encontrado acceso a una instrucción ilegal,​​ * Si se ha accedido a datos o códigos fuente no válidos,​​ * Si no se permite una operación en el modo actual de anillo o CPU, * Un programa intenta dividir por cero (solo para números enteros; con el estándar de coma flotante IEEE, esto crearía un infinito en su lugar).​ En algunos sistemas, como macOS y Microsoft Windows, un error fatal hace que el sistema operativo cree una entrada de registro de datos o guarde una imagen (volcado de memoria) en el proceso.​ Este fenómeno informático ha sido asociado comúnmente con la pantalla azul de la muerte de Windows, pero a diferencia de esta, en casos no muy graves solo afectan a un programa en específico y no a todo el sistema del dispositivo.​ In computing, a fatal exception error or fatal error is an error that causes a program to abort and may therefore return the user to the operating system. When this happens, data that the program was processing may be lost. A fatal error is usually distinguished from a fatal system error (colloquially referred to in the MS Windows operating systems by the error message it produces as a "blue screen of death"). A fatal error occurs typically in any of the following cases: * An illegal instruction has been attempted * Invalid data or code has been accessed * An operation is not allowed in the current ring or CPU mode * A program attempts to divide by zero (only for integers; with the IEEE floating point standard, this creates an infinity instead). In some systems, such as macOS and Microsoft Windows, a fatal error causes the operating system to create a log entry or to save an image (core dump) of the process. 在计算机领域中,致命错误(fatal error)或致命异常错误(fatal exception error)是指使程序终止并可能因此让用户返回操作系统的错误。致命错误发生时,程序正在处理的数据可能会丢失。“致命错误”(应用程序层面)经常会和“系统致命错误”(操作系统层面)相混淆。致命错误一般由以下情况产生: * 执行 * 读取无效数据或代码 * 执行当前的用户态或核心态所不允许的操作 * 除零错误(只对整数有效,对浮点数操作时按IEEE浮点数标准规定会产生一个无穷数) 在Mac OS X与Microsoft Windows等系统中,发生致命错误时,系统会创建错误日志或保存下该进程的镜像。
gold:hypernym
dbr:Error
prov:wasDerivedFrom
wikipedia-en:Fatal_exception_error?oldid=1113326512&ns=0
dbo:wikiPageLength
1712
foaf:isPrimaryTopicOf
wikipedia-en:Fatal_exception_error
Subject Item
dbr:Fatal_error
dbo:wikiPageWikiLink
dbr:Fatal_exception_error
Subject Item
dbr:Fatal_errors
dbo:wikiPageWikiLink
dbr:Fatal_exception_error
dbo:wikiPageRedirects
dbr:Fatal_exception_error
Subject Item
dbr:Fatal_exception
dbo:wikiPageWikiLink
dbr:Fatal_exception_error
dbo:wikiPageRedirects
dbr:Fatal_exception_error
Subject Item
dbr:Abnormal_end
dbo:wikiPageWikiLink
dbr:Fatal_exception_error
Subject Item
wikipedia-en:Fatal_exception_error
foaf:primaryTopic
dbr:Fatal_exception_error