File tree 2 files changed +13
-0
lines changed
6-stdlib/99-minor/runtime/trace
2 files changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -53,3 +53,12 @@ module whose go.mod file specifies `go 1.21`.
53
53
[ cmd/cgo] supports the new ` -ldflags ` flag for passing flags to the C linker.
54
54
The ` go ` command uses it automatically, avoiding "argument list too long"
55
55
errors with a very large ` CGO_LDFLAGS ` .
56
+
57
+ ### Trace {#trace}
58
+
59
+ <!-- go.dev/issue/65316 -->
60
+ The ` trace ` tool now better tolerates partially broken traces by attempting to
61
+ recover what trace data it can. This functionality is particularly helpful when
62
+ viewing a trace that was collected during a program crash, since the trace data
63
+ leading up to the crash will now [ be recoverable] ( /issue/65319 ) under most
64
+ circumstances.
Original file line number Diff line number Diff line change
1
+ <!-- go.dev/issue/65319 -->
2
+ The runtime now explicitly flushes trace data when a program crashes due to an
3
+ uncaught panic. This means that more complete trace data will be available in a
4
+ trace if the program crashes while tracing is active.
You can’t perform that action at this time.
0 commit comments