From 94baef9d28ac98f77623df931c287b77a0c1d8e7 Mon Sep 17 00:00:00 2001 From: "David Kaspar [Dee'Kej]" Date: Mon, 16 Oct 2017 15:07:49 +0200 Subject: 'debugmode' subpackage dropped completely Using this package was very dangerous, and could lead to instability of system, or even being unable to bootup at all, and value of this functionality was at least questionable, and was not documented. We decided to drop functionality completely, to make sure users do not install it accidentally (e.g. by using globbing with 'dnf install'). Resolves: #69 --- sysconfig/debug | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 sysconfig/debug (limited to 'sysconfig') diff --git a/sysconfig/debug b/sysconfig/debug deleted file mode 100644 index 4ae4e7b5..00000000 --- a/sysconfig/debug +++ /dev/null @@ -1,14 +0,0 @@ -# MALLOC_CHECK_: should the system (libc) malloc check for memory errors? -# Used values are: -# unset: do not check -# 0: silently ignore errors -# 1: print diagnostics on stderr when an error is detected -# 2: call abort when an error is detected -# Note: MALLOC_CHECK_ is not thread safe, enable at your own risk. -# export MALLOC_CHECK_=1 - -# MALLOC_PERTURB_: initialize cleared memory to the specified value -export MALLOC_PERTURB_=$(($RANDOM % 255 + 1)) - -# Perform extra sanity checking in the gslice allocator -export G_SLICE=debug-blocks -- cgit v1.2.1