[dovecot-cvs] dovecot/src/util gdbhelper.c,1.3,1.4

tss at dovecot.org tss at dovecot.org
Mon Nov 27 01:50:19 UTC 2006


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

Modified Files:
	gdbhelper.c 
Log Message:
Ignore SIG32 signal.



Index: gdbhelper.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/util/gdbhelper.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- gdbhelper.c	15 Jan 2006 00:50:43 -0000	1.3
+++ gdbhelper.c	27 Nov 2006 01:50:16 -0000	1.4
@@ -30,6 +30,7 @@
 			i_fatal("pipe() failed: %m");
 		cmd = "handle SIGPIPE nostop\n"
 			"handle SIGALRM nostop\n"
+			"handle SIG32 nostop\n"
 			"cont\n"
 			"bt full\n"
 			"quit\n";



More information about the dovecot-cvs mailing list