summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mageia.org>2012-03-23 20:23:03 +0000
committerThierry Vignaud <tv@mageia.org>2012-03-23 20:23:03 +0000
commit4687038b84ae2f72327f7b8a02067f72872b49bc (patch)
tree5965376ef1a9790c116b0d523a187924b06a4931
parent037d97375aee7695b823fc4af7887a0020a176bc (diff)
downloaddrakx-backup-do-not-use-4687038b84ae2f72327f7b8a02067f72872b49bc.tar
drakx-backup-do-not-use-4687038b84ae2f72327f7b8a02067f72872b49bc.tar.gz
drakx-backup-do-not-use-4687038b84ae2f72327f7b8a02067f72872b49bc.tar.bz2
drakx-backup-do-not-use-4687038b84ae2f72327f7b8a02067f72872b49bc.tar.xz
drakx-backup-do-not-use-4687038b84ae2f72327f7b8a02067f72872b49bc.zip
(SEGV_handler) add a perl_checker hint
-rw-r--r--perl-install/install/install2.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install/install2.pm b/perl-install/install/install2.pm
index 524bfc15d..03f617154 100644
--- a/perl-install/install/install2.pm
+++ b/perl-install/install/install2.pm
@@ -27,7 +27,6 @@ use log;
use fs;
use fs::any;
-
#-#######################################################################################
#-$O
#-the big struct which contain, well everything (globals + the interactive methods ...)
@@ -319,6 +318,7 @@ sub main {
$SIG{SEGV} = sub {
my $msg = "segmentation fault: install crashed (maybe memory is missing?)\n" . backtrace();
log::l("$msg\n");
+ # perl_checker: require UNIVERSAL
UNIVERSAL::can($o, 'ask_warn') and $o->ask_warn('', $msg);
setVirtual(1);
require install::steps_auto_install;