--- gforth/test/signals.fs 2002/04/01 15:34:36 1.1 +++ gforth/test/signals.fs 2003/03/09 15:17:08 1.3 @@ -1,6 +1,6 @@ \ test signal catching -\ Copyright (C) 2002 Free Software Foundation, Inc. +\ Copyright (C) 2002,2003 Free Software Foundation, Inc. \ This file is part of Gforth. @@ -23,3 +23,5 @@ : down 1- ; ' down 1- ' execute catch 2drop +\ test if SIGSEGV handler really works (in particular sigaltstack) +0 ' @ catch 2drop