From fda0c20e68555a30929af23a7752b4ad5133a341 Mon Sep 17 00:00:00 2001 From: CJ van den Berg Date: Tue, 1 Jul 2025 20:07:07 +0200 Subject: [PATCH] devlog: improved backtraces for segfaults --- content/devlog/2025.smd | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/content/devlog/2025.smd b/content/devlog/2025.smd index 28f107b..6676fce 100644 --- a/content/devlog/2025.smd +++ b/content/devlog/2025.smd @@ -16,6 +16,14 @@ You can [subscribe to this page via RSS]($link.page('devlog').alternative('rss') devlog entries in the [archive](/devlog/). +## [improved backtraces for segfaults]($section.id("2025-07-01T20:00:00+02:00")) + +I've cloned the std.debug segfault signal handlers and added the ability to reset the terminal +before dumping the stack trace after a segfault. This means that debug builds of flow will now +properly display usable stack traces even for full segfaults and not just for regulare checked +panics. This should make it much easier to understand and fix proper segfaults. + + ## [hurl support and tilde expansion]($section.id("2025-06-20T19:40:45+02:00")) Flow now has syntax highlighting for Hurl files.