From: Ivan Maidanski Date: Thu, 21 Nov 2013 22:12:25 +0000 (+0400) Subject: Fix ABORT message in GC_restart_handler X-Git-Tag: gc7_4_2~55 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=093882e229dcb318dd38761aeb6d2cf5ddcb7dfc;p=gc Fix ABORT message in GC_restart_handler * pthread_stop_world.c (GC_restart_handler): Fix ABORT message. --- diff --git a/pthread_stop_world.c b/pthread_stop_world.c index 3e629297..4208464f 100644 --- a/pthread_stop_world.c +++ b/pthread_stop_world.c @@ -303,7 +303,7 @@ STATIC void GC_restart_handler(int sig) # endif if (sig != GC_sig_thr_restart) - ABORT("Bad signal in suspend_handler"); + ABORT("Bad signal in restart handler"); # ifdef GC_NETBSD_THREADS_WORKAROUND sem_post(&GC_restart_ack_sem);