We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
nimStackTraceOverride
--excessivestacktrace
--passc:"-fno-omit-frame-pointer -fno-optimize-sibling-calls"
SIGSEGV
proc getBacktrace*(): string {.noinline.}
--import:libbacktrace
-g
--stacktrace:off
The text was updated successfully, but these errors were encountered:
No branches or pull requests
links
nimStackTraceOverride
· Issue #49 · timotheecour/Nim--excessivestacktrace
· Issue #11 · status-im/nim-libbacktrace--passc:"-fno-omit-frame-pointer -fno-optimize-sibling-calls"
that this flag is useful in combination with optimized builds (refs no stacktrace shown when signalHandler called (egSIGSEGV
) status-im/nim-libbacktrace#9)proc getBacktrace*(): string {.noinline.}
should reuse input buffer · Issue #3 · status-im/nim-libbacktrace--import:libbacktrace
,-g
and--stacktrace:off
shouldn't be needed · Issue #12 · status-im/nim-libbacktraceThe text was updated successfully, but these errors were encountered: