Fatal exception error (original) (raw)

About DBpedia

在计算机领域中,致命错误(fatal error)或致命异常错误(fatal exception error)是指使程序终止并可能因此让用户返回操作系统的错误。致命错误发生时,程序正在处理的数据可能会丢失。“致命错误”(应用程序层面)经常会和“系统致命错误”(操作系统层面)相混淆。致命错误一般由以下情况产生: * 执行 * 读取无效数据或代码 * 执行当前的用户态或核心态所不允许的操作 * 除零错误(只对整数有效,对浮点数操作时按IEEE浮点数标准规定会产生一个无穷数) 在Mac OS X与Microsoft Windows等系统中,发生致命错误时,系统会创建错误日志或保存下该进程的镜像。

Property Value
dbo:abstract 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. (en) 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.​ (es) 在计算机领域中,致命错误(fatal error)或致命异常错误(fatal exception error)是指使程序终止并可能因此让用户返回操作系统的错误。致命错误发生时,程序正在处理的数据可能会丢失。“致命错误”(应用程序层面)经常会和“系统致命错误”(操作系统层面)相混淆。致命错误一般由以下情况产生: * 执行 * 读取无效数据或代码 * 执行当前的用户态或核心态所不允许的操作 * 除零错误(只对整数有效,对浮点数操作时按IEEE浮点数标准规定会产生一个无穷数) 在Mac OS X与Microsoft Windows等系统中,发生致命错误时,系统会创建错误日志或保存下该进程的镜像。 (zh)
dbo:wikiPageExternalLink http://support.microsoft.com/%3Fkbid=150314
dbo:wikiPageID 2638324 (xsd:integer)
dbo:wikiPageLength 1712 (xsd:nonNegativeInteger)
dbo:wikiPageRevisionID 1113326512 (xsd:integer)
dbo:wikiPageWikiLink dbr:Core_dump dbc:Computer_errors dbr:MacOS dbr:Stop_error_screen dbr:Computing dbr:Data dbr:Error dbr:Fatal_system_error dbr:Floating_point dbr:Source_code dbr:Ring_(computer_security) dbr:Division_by_zero dbr:CPU_modes dbr:Data_logging dbr:Infinity dbr:Microsoft_Windows dbr:Operating_system dbr:Illegal_instruction
dbp:wikiPageUsesTemplate dbt:Operating-system-stub dbt:Distinguish dbt:Reflist dbt:Short_description dbt:Error_messages
dcterms:subject dbc:Computer_errors
gold:hypernym dbr:Error
rdf:type owl:Thing yago:WikicatComputerErrors yago:Abstraction100002137 yago:Error107299569 yago:Event100029378 yago:Happening107283608 yago:PsychologicalFeature100023100 yago:YagoPermanentlyLocatedEntity dbo:Disease
rdfs:comment 在计算机领域中,致命错误(fatal error)或致命异常错误(fatal exception error)是指使程序终止并可能因此让用户返回操作系统的错误。致命错误发生时,程序正在处理的数据可能会丢失。“致命错误”(应用程序层面)经常会和“系统致命错误”(操作系统层面)相混淆。致命错误一般由以下情况产生: * 执行 * 读取无效数据或代码 * 执行当前的用户态或核心态所不允许的操作 * 除零错误(只对整数有效,对浮点数操作时按IEEE浮点数标准规定会产生一个无穷数) 在Mac OS X与Microsoft Windows等系统中,发生致命错误时,系统会创建错误日志或保存下该进程的镜像。 (zh) 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) 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: (es)
rdfs:label Fatal error (es) Fatal exception error (en) 致命错误 (zh)
owl:differentFrom dbr:Fatal_system_error
owl:sameAs freebase:Fatal exception error yago-res:Fatal exception error wikidata:Fatal exception error dbpedia-az:Fatal exception error dbpedia-es:Fatal exception error dbpedia-fa:Fatal exception error dbpedia-simple:Fatal exception error dbpedia-zh:Fatal exception error https://global.dbpedia.org/id/2jZAM
prov:wasDerivedFrom wikipedia-en:Fatal_exception_error?oldid=1113326512&ns=0
foaf:isPrimaryTopicOf wikipedia-en:Fatal_exception_error
is dbo:wikiPageRedirects of dbr:Critical_error dbr:Fatal_errors dbr:Fatal_exception
is dbo:wikiPageWikiLink of dbr:VirtualBox dbr:David_M._Beazley dbr:Critical_error dbr:Fatal_error dbr:Fatal_errors dbr:Fatal_exception dbr:Abnormal_end
is foaf:primaryTopic of wikipedia-en:Fatal_exception_error