lib/util/fault.c: Unify printing of the stack trace with the INTERNAL ERROR string
[bbaumbach/samba-autobuild/.git] / source3 / lib / util.c
index 4b276415378b619b099962c716c6ed8b9cb52295..4d5f611ac82d13ebadfa50092a9fefc39a622208 100644 (file)
@@ -826,10 +826,6 @@ void smb_panic_s3(const char *why)
        char *cmd;
        int result;
 
-       DEBUG(0,("PANIC (pid %llu): %s\n",
-                   (unsigned long long)getpid(), why));
-       log_stack_trace();
-
 #if defined(HAVE_PRCTL) && defined(PR_SET_PTRACER)
        /*
         * Make sure all children can attach a debugger.