Browse code

Print error on sigsegv even when backtrace is not supported

git-svn: trunk@1526

Nigel Horne authored on 2005/05/10 02:07:54
Showing 1 changed files
... ...
@@ -1,3 +1,8 @@
1
+Mon May  9 18:06:53 BST 2005 (njh)
2
+----------------------------------
3
+  * clamav-milter:	Print segfault diagnostic, even if print_trace is
4
+				not available
5
+
1 6
 Sun May  8 16:42:46 CEST 2005 (tk)
2 7
 ----------------------------------
3 8
   * sigtool/sigtool.c: fix support for *.fp databases
... ...
@@ -6,13 +11,13 @@ Wed May  4 20:15:33 BST 2005 (njh)
6 6
 ----------------------------------
7 7
   * libclamav/mbox.c:	Remove old unused RFC1341 parts
8 8
   * clamav-milter:	Better handling of log file errors
9
-  			Always send 451 when loading a new database when
9
+			Always send 451 when loading a new database when
10 10
 				--external is not set
11 11
 
12 12
 Wed May  4 13:58:59 BST 2005 (njh)
13 13
 ----------------------------------
14 14
   * libclamav/tnef.c:	If a parse fails and debugging is on, the file being
15
-  				scanned is dumped to a temporary file
15
+				scanned is dumped to a temporary file
16 16
 
17 17
 Tue May  3 02:09:08 CEST 2005 (tk)
18 18
 ----------------------------------