Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
apolukhin authored Mar 4, 2024
1 parent 435eaf2 commit 035fbfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/stacktrace.qbk
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@ In practice, it is not:
([@https://github.com/userver-framework/userver/blob/4246909c99506d3ab34bd130a5154b4acc8e87de/core/src/engine/task/exception_hacks.cpp#L241-L244 sample implementation]
in the 🐙 userver framework), or by using a very modern runtime
(glibc-2.35+ with [@https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71744#c32 modern]
libgvc or [@https://reviews.llvm.org/D130668 modern] LLVM's libunwind.
libgcc or [@https://reviews.llvm.org/D130668 modern] LLVM's libunwind.
* `-fomit-frame-pointer` like flags add additional complexity to the stack
walking implementation, which may also negatively affect the signal safety.

Expand Down

0 comments on commit 035fbfa

Please sign in to comment.