segmentation fault中文
分段故障
記憶段錯誤
- segmentation: n. 1.分割;切斷。 2.【生物學 ...
- fault: n. 1.過失,過錯;罪過,責任。 ...
- at fault: 感到困惑, 有故障; 有錯; 有過失 ...
例句與用法
- An easy way around it , usually signalled by a segmentation fault , is to issue
因為通常存在分段錯誤,所以該問題最簡單的方法就是在執行 - For example , one of the most common errors in linux applications is known as a segmentation fault
舉例來說,在linux應用程序中,分段故障被認為是最常見的錯誤之一。 - Because the linux system call facility is not the same as the system call facility on solaris or sco unix , the result is a segmentation fault
由于linux系統調用功能與solaris或sco unix上的系統調用功能不同,所以結果是發生一個代碼段錯誤。然后, - It checks if the object ' s address points to something accessible ( will not raise a segmentation fault ) and if the constructor was called ( assuring that the object ' s content is not garbage )
它檢查對象的地址是否指向可以訪問的地址(不會引起段錯誤) ,它的構造函數是否被調用(確保對象的內容不是無用的) 。
百科釋義
A segmentation fault (often shortened to segfault), bus error or access violation is generally an attempt to access memory that the CPU cannot physically address. It occurs when the hardware notifies an operating system about a memory access violation.
詳細百科解釋