[dovecot-cvs] dovecot configure.in,1.277.2.44,1.277.2.45

tss at dovecot.org tss at dovecot.org
Sun Nov 19 13:30:37 UTC 2006


Update of /var/lib/cvs/dovecot
In directory talvi:/tmp/cvs-serv27177

Modified Files:
      Tag: branch_1_0
	configure.in 
Log Message:
Since getting core dumps can be sometimes difficult, if we now do abort()
ourself, we first log the backtrace. This works at least with Linux and
Solaris.



Index: configure.in
===================================================================
RCS file: /var/lib/cvs/dovecot/configure.in,v
retrieving revision 1.277.2.44
retrieving revision 1.277.2.45
diff -u -d -r1.277.2.44 -r1.277.2.45
--- configure.in	18 Nov 2006 23:44:18 -0000	1.277.2.44
+++ configure.in	19 Nov 2006 13:30:34 -0000	1.277.2.45
@@ -18,7 +18,7 @@
   sys/uio.h sys/sysmacros.h sys/resource.h sys/select.h libgen.h \
   sys/quota.h sys/fs/ufs_quota.h ufs/ufs/quota.h jfs/quota.h \
   mntent.h sys/mnttab.h sys/event.h sys/time.h sys/mkdev.h linux/dqblk_xfs.h \
-  xfs/xqm.h sasl.h sasl/sasl.h)
+  xfs/xqm.h sasl.h sasl/sasl.h execinfo.h ucontext.h)
 
 AC_ARG_ENABLE(ipv6,
 [  --enable-ipv6           Enable IPv6 support (default)],
@@ -383,7 +383,7 @@
                strcasecmp stricmp vsnprintf vsyslog writev pread \
 	       setrlimit setproctitle seteuid setreuid setegid setresgid \
 	       strtoull strtouq setpriority quotactl getmntent kqueue kevent \
-           getrusage)
+	       getrusage backtrace_symbols walkcontext)
 
 dnl * I/O loop function
 have_ioloop=no



More information about the dovecot-cvs mailing list