We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 435eaf2 commit 035fbfaCopy full SHA for 035fbfa
doc/stacktrace.qbk
@@ -379,7 +379,7 @@ In practice, it is not:
379
([@https://github.com/userver-framework/userver/blob/4246909c99506d3ab34bd130a5154b4acc8e87de/core/src/engine/task/exception_hacks.cpp#L241-L244 sample implementation]
380
in the 🐙 userver framework), or by using a very modern runtime
381
(glibc-2.35+ with [@https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71744#c32 modern]
382
- libgvc or [@https://reviews.llvm.org/D130668 modern] LLVM's libunwind.
+ libgcc or [@https://reviews.llvm.org/D130668 modern] LLVM's libunwind.
383
* `-fomit-frame-pointer` like flags add additional complexity to the stack
384
walking implementation, which may also negatively affect the signal safety.
385
0 commit comments