[dovecot-cvs] dovecot/src/util gdbhelper.c,1.1,1.2

cras at dovecot.org cras at dovecot.org
Sat Jan 14 14:47:58 EET 2006


Update of /var/lib/cvs/dovecot/src/util
In directory talvi:/tmp/cvs-serv17505

Modified Files:
	gdbhelper.c 
Log Message:
Use "bt full" for printing backtrace.



Index: gdbhelper.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/util/gdbhelper.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- gdbhelper.c	14 Jan 2006 12:46:33 -0000	1.1
+++ gdbhelper.c	14 Jan 2006 12:47:56 -0000	1.2
@@ -37,7 +37,7 @@
 		cmd = "handle SIGPIPE nostop\n"
 			"handle SIGALRM nostop\n"
 			"cont\n"
-			"where\n"
+			"bt full\n"
 			"quit\n";
 		if (write(fd_in[1], cmd, strlen(cmd)) < 0)
 			i_fatal("write() failed: %m");



More information about the dovecot-cvs mailing list