noun
general protection fault; GPF
Computing term for a memory access violation in protected mode, especially on x86 systems. Often abbreviated as GPF.
プログラムが一般保護違反を起こして強制終了した。
The program caused a general protection fault and was terminated.
Segmentation fault is a similar memory access error, more common in Unix-like systems, while 一般保護違反 is the Windows/x86-specific term.
A direct translation of the English computing term 'general protection fault', composed of 一般 (general), 保護 (protection), and 違反 (violation).