fault.c: improve fault_report message text pointing to our wiki
authorBjörn Jacke <bj@sernet.de>
Mon, 23 Sep 2019 06:57:33 +0000 (08:57 +0200)
committerKarolin Seeger <kseeger@samba.org>
Wed, 2 Oct 2019 09:32:22 +0000 (09:32 +0000)
BUG: https://bugzilla.samba.org/show_bug.cgi?id=14139

Signed-off-by: Bjoern Jacke <bjacke@samba.org>
Reviewed-by: Alexander Bokovoy <ab@samba.org>
(cherry picked from commit ec4c5975528f3d3ab9c8813e176c6d1a2f1ca506)

lib/util/fault.c

index 5be9162679e823522643b2d5f930db46389eaa0e..c42bc51789ae56a9f67e116227cf7b57398b5bde 100644 (file)
@@ -78,7 +78,11 @@ static void fault_report(int sig)
 
        DEBUGSEP(0);
        DEBUG(0,("INTERNAL ERROR: Signal %d in pid %d (%s)",sig,(int)getpid(),SAMBA_VERSION_STRING));
-       DEBUG(0,("\nPlease read the Trouble-Shooting section of the Samba HOWTO\n"));
+       DEBUG(0,("\nIf you are running a recent Samba version, and "
+                "if you think this problem is not yet fixed in the "
+                "latest versions, please consider reporting this "
+                "bug, see "
+                "https://wiki.samba.org/index.php/Bug_Reporting\n"));
        DEBUGSEP(0);
 
        smb_panic("internal error");