From cfa82ee93f18f3539adf516dea8818804b95892b Mon Sep 17 00:00:00 2001 From: Vratislav Podzimek Date: Fri, 18 Jan 2013 10:06:37 +0100 Subject: [PATCH] Add trigger for Anaconda's exception handling to bash_history Sending SIGUSR1 to the Anaconda process raises an exception with some random data. This can be used to test exception handling and bug reporting. --- share/config_files/common/bash_history | 1 + 1 file changed, 1 insertion(+) diff --git a/share/config_files/common/bash_history b/share/config_files/common/bash_history index 11ecdfcd..d5ad3f27 100644 --- a/share/config_files/common/bash_history +++ b/share/config_files/common/bash_history @@ -1,3 +1,4 @@ +kill -USR1 `cat /var/run/anaconda.pid` kill -USR2 `cat /var/run/anaconda.pid` kill -HUP `cat /var/run/anaconda.pid` udevadm info --export-db | less