We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41db18f commit bce653eCopy full SHA for bce653e
apps/wakunode2/wakunode2.nim
@@ -5,7 +5,6 @@ import
5
chronicles,
6
chronos,
7
metrics,
8
- libbacktrace,
9
system/ansi_c,
10
libp2p/crypto/crypto
11
import
@@ -88,7 +87,7 @@ when isMainModule:
88
87
when defined(posix):
89
proc handleSigsegv(signal: cint) {.noconv.} =
90
# Require --debugger:native
91
- fatal "Shutting down after receiving SIGSEGV", stacktrace = getBacktrace()
+ fatal "Shutting down after receiving SIGSEGV"
92
93
# Not available in -d:release mode
94
writeStackTrace()
0 commit comments