mirror of
https://github.com/nim-lang/Nim.git
synced 2026-08-12 01:55:34 +00:00
adds a comment
This commit is contained in:
@@ -74,6 +74,9 @@ when defined(nimStackTraceOverride):
|
||||
)
|
||||
when NimStackTraceMsgs:
|
||||
result.frameMsg = x.frameMsg
|
||||
|
||||
# points `procname`, `filename` to its own corresponding fields
|
||||
# to avoid dangling pointers # bug #25306 18039
|
||||
result.procname = result.procnameStr.cstring
|
||||
result.filename = result.filenameStr.cstring
|
||||
|
||||
|
||||
Reference in New Issue
Block a user