We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b84205a commit 5a3ffddCopy full SHA for 5a3ffdd
1 file changed
tests/support/util.tcl
@@ -1224,9 +1224,9 @@ proc system_backtrace_supported {} {
1224
}
1225
1226
# Check if built with USE_LIBBACKTRACE (for musl/Alpine)
1227
- # Look for libbacktrace symbols instead of the macro string
+ # Look for libbacktrace function symbol in the binary
1228
if {[catch {exec grep -a "initLibbacktraceFrameState" $::VALKEY_SERVER_BIN} buildinfo] == 0} {
1229
- error "PROOF: Found initLibbacktraceFrameState symbol - this code path IS being executed on [exec uname -s]"
+ return 1
1230
1231
1232
# libmusl does not support backtrace natively. Also return 0 on
0 commit comments