summary refs log tree commit diff
path: root/linux-dynamic.e
diff options
context:
space:
mode:
authorIrene Knapp <ireneista@irenes.space>2026-05-29 01:31:54 -0700
committerIrene Knapp <ireneista@irenes.space>2026-05-29 01:31:54 -0700
commit4ca2a9d690a3cb99663808d0fb61535bd0a66b34 (patch)
treea7c7efd539a69b1c2dfd8fab8978a1f2634890c0 /linux-dynamic.e
parent597c2694612d56ab2fe4567e02a1424ed12e39de (diff)
make the crash handler also print the word crash
Force-Push: yes
Change-Id: Ib47e3c68e08d286f01dddecfbd565f881b94f01f
Diffstat (limited to 'linux-dynamic.e')
-rw-r--r--linux-dynamic.e2
1 files changed, 1 insertions, 1 deletions
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