[dovecot-cvs] dovecot/src/util gdbhelper.c,1.3,1.3.2.1
tss at dovecot.org
tss at dovecot.org
Mon Nov 27 01:50:18 UTC 2006
Update of /var/lib/cvs/dovecot/src/util
In directory talvi:/tmp/cvs-serv29260
Modified Files:
Tag: branch_1_0
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.3.2.1
diff -u -d -r1.3 -r1.3.2.1
--- gdbhelper.c 15 Jan 2006 00:50:43 -0000 1.3
+++ gdbhelper.c 27 Nov 2006 01:50:15 -0000 1.3.2.1
@@ -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