Handbook
Glossary
memory-error. ( error -- )
Vocabulary
debugger
Error description
Thrown by the Factor VM if an invalid memory access occurs.
Notes
This can be a result of incorrect usage of C library interface words, a bug in the compiler, or a bug in the VM.
Definition
USING:
io
prettyprint
sequences
;
IN:
debugger
:
memory-error.
( error -- )
"Memory protection fault at address "
write
third
.h
;