diff --git a/C/sysbits.c b/C/sysbits.c index 6a27adafe..e27fa57b1 100644 --- a/C/sysbits.c +++ b/C/sysbits.c @@ -838,7 +838,7 @@ HandleSIGSEGV(int sig, siginfo_t *sip, ucontext_t *uap) growtrail(64 * 1024L); } else { - Error(INTERNAL_ERROR, TermNil, + Error(FATAL_ERROR, TermNil, "likely bug in YAP, segmentation violation at %p", sip->si_addr); } }