bcb4e51a409d94ae670de96afb8483a4f7855294Stephan Bosch/* Copyright (c) 2006-2018 Dovecot authors, see the included COPYING file */
7ba4c0608e32d0cc8a8600cb8b9987b2b56e2bf8Timo Sirainen#if defined(HAVE_BACKTRACE_SYMBOLS) && defined(HAVE_EXECINFO_H)
e7e0016aeb7b64254707061257400fcde26a7b9eTimo Sirainen /* out of memory case */
7ba4c0608e32d0cc8a8600cb8b9987b2b56e2bf8Timo Sirainen#elif defined(HAVE_WALKCONTEXT) && defined(HAVE_UCONTEXT_H)
43d32cbe60fdaef2699d99f1ca259053e9350411Timo Sirainenstatic int walk_callback(uintptr_t ptr, int signo ATTR_UNUSED,