From 4ca2a9d690a3cb99663808d0fb61535bd0a66b34 Mon Sep 17 00:00:00 2001 From: Irene Knapp Date: Fri, 29 May 2026 01:31:54 -0700 Subject: make the crash handler also print the word crash Force-Push: yes Change-Id: Ib47e3c68e08d286f01dddecfbd565f881b94f01f --- linux-dynamic.e | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux-dynamic.e b/linux-dynamic.e index 7890043..ee34e0e 100644 --- a/linux-dynamic.e +++ b/linux-dynamic.e @@ -340,7 +340,7 @@ sys-sigaction drop ; -: handle-crash list-callers 1 sys-exit ; +: handle-crash ." CRASH" newline list-callers 1 sys-exit ; : install-crash-handler ' handle-crash entry-to-execution-token wrap-signal-handler -- cgit 1.4.1