Skip to content

Commit 05baa65

Browse files
docs: clarify unknown:0 location in release notes
Make it explicit that locks may appear with 'unknown:0' location in rare edge cases, which is better than the previous behavior of crashing.
1 parent 6b410fd commit 05baa65

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed
Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
---
22
fixes:
33
- |
4-
profiling: This fix resolves a crash in the lock profiler when locks are released, and the sample's stack trace is too shallow (less than 3 frames).
4+
profiling: Fixed crash in lock profiler when stack traces are too shallow
5+
(less than 4 frames). This could occur during interpreter bootstrap, atexit
6+
callbacks, or other edge cases. In these rare scenarios, locks may now appear
7+
with location "unknown:0" in profiling data instead of causing application crashes.
58

0 commit comments

Comments
 (0)