网站首页  情感咨询  情感美文  情感百科  情感生活  学习充电  旧版美文

请输入您要查询的词汇:

 

词汇 Segfaults
分类 英语词汇 英语翻译词典
释义

Segfaults

中文百科

内存区段错误 Segmentation fault

(重定向自Segfaults)

内存区段错误英语:Segmentation fault,经常被缩写为 segfault),又译为记忆段错误,也称为总线错误(bus error),或总线错误、访问权限冲突(access violation),是一种程序错误。

它会出现在当程序企图访问CPU无法寻址的内存区段时。当错误发生时,硬件会通知操作系统,产生了内存访问权限冲突的状况。操作系统通常会产生核心转储(core dump),以方便程序员进行除错。通常该错误是由调用一个地址,而该地址为空(NULL)造成的。如链表中调用一个未分配地址的空链表单元的元素。数组访问越界也可能产生这个错误。

英语百科

Segmentation fault 记忆体区段错误

(重定向自Segfaults)
Example of human generated signal
Segmentation fault on an EMV keypad

In computing, a segmentation fault (often shortened to segfault) or access violation is a fault raised by hardware with memory protection, notifying an operating system (OS) about a memory access violation; on x86 computers this is a form of general protection fault. The OS kernel will in response usually perform some corrective action, generally passing the fault on to the offending process by sending the process a signal. Processes can in some cases install a custom signal handler, allowing them to recover on their own, but otherwise the OS default signal handler is used, generally causing abnormal termination of the process (a program crash), and sometimes a core dump.

随便看

 

依恋情感网英汉例句词典收录3870147条英语例句词条,基本涵盖了全部常用英语单词的释义及例句,是英语学习的有利工具。

 

Copyright © 2004-2024 Yiyi18.com All Rights Reserved
京ICP备2021023879号 更新时间:2025/8/7 23:01:56