Skip to content

Commit 4c58d2f

Browse files
chore(profiling): update echion (#15373)
## Description As title says! This is mostly to integrate this change: P403n1x87/echion#189
1 parent 6f04282 commit 4c58d2f

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

ddtrace/internal/datadog/profiling/stack_v2/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ endif()
5656

5757
# Add echion
5858
set(ECHION_COMMIT
59-
"bd10fdbdf760fcc3b28dbf12b940b61557770088" # https://github.com/P403n1x87/echion/commit/bd10fdbdf760fcc3b28dbf12b940b61557770088
59+
"b6d048df7d22fba77b7996964817d2bded7ec08e" # https://github.com/P403n1x87/echion/commit/b6d048df7d22fba77b7996964817d2bded7ec08e
6060
CACHE STRING "Commit hash of echion to use")
6161
FetchContent_Declare(
6262
echion
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
fixes:
2+
- |
3+
profiling: This updates the stack sampler to fix a bug that would lead to OOMs when the sampler read
4+
invalid data from the Python process.

0 commit comments

Comments
 (0)