diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2009-10-06 16:22:32 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2009-10-06 16:22:32 +0200 |
commit | caeb203f5188aafccc667c1afc42a49df80d0747 (patch) | |
tree | 06fcd5a8e95992845a90da35e711d542b525d8d2 /tests | |
parent | 54c375eb5b28d70fca023f7ca2fcc2cd0a4fa7ba (diff) | |
download | rsyslog-caeb203f5188aafccc667c1afc42a49df80d0747.tar.gz rsyslog-caeb203f5188aafccc667c1afc42a49df80d0747.tar.xz rsyslog-caeb203f5188aafccc667c1afc42a49df80d0747.zip |
bugfix: potential race condition when queue worker threads were terminated
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/diag.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/diag.sh b/tests/diag.sh index 13bb877d..b2bd13ac 100755 --- a/tests/diag.sh +++ b/tests/diag.sh @@ -9,7 +9,7 @@ #valgrind="valgrind --tool=drd --log-fd=1" #valgrind="valgrind --tool=helgrind --log-fd=1" #set -o xtrace -#export RSYSLOG_DEBUG="debug nostdout printmutexaction" +#export RSYSLOG_DEBUG="debug nostdout noprintmutexaction" #export RSYSLOG_DEBUGLOG="log" case $1 in 'init') $srcdir/killrsyslog.sh # kill rsyslogd if it runs for some reason |