segmentation violation in SVR4 is fatal error!!

git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@255 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
vsc 2002-01-02 22:35:18 +00:00
parent 3d496ae6be
commit e722826047

View File

@ -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);
}
}