[Samba4] [FreeBSD] backtrace patch [1/2]

Timur I. Bakeyev timur at com.bat.ru
Mon Oct 8 02:35:29 GMT 2007


On Mon, Oct 08, 2007 at 04:13:31AM +0200, Timur I. Bakeyev wrote:
> Hi!
> 
> Here is a small patch that allows to use backtrace() function to generate
> stack traces on panic. There is an external, FreeBSD specific library, that
> mimics behaviour of the glibc backtrace() and friends functions.

Missed second part of the patch:

Index: lib/util/config.mk
===================================================================
--- lib/util/config.mk	(revision 25201)
+++ lib/util/config.mk	(working copy)
@@ -31,7 +31,8 @@
 PUBLIC_DEPENDENCIES = \
 		LIBTALLOC LIBCRYPTO \
 		SOCKET_WRAPPER EXT_NSL \
-		CHARSET
+		CHARSET \
+		EXECINFO
 
 [SUBSYSTEM::UNIX_PRIVS]
 PRIVATE_PROTO_HEADER = unix_privs.h


More information about the samba-technical mailing list