diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2000-02-11 14:03:23 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2000-02-11 14:03:23 +0000 |
commit | b745f2f1842ecb629ee7f8fa405959e85bf68ada (patch) | |
tree | a68fc6e047cc7fdabe22f60b313c4063449d9b8f /perl-install/install2.pm | |
parent | 32a83378c4a49d7b0bf6d574db66b52956a432c3 (diff) | |
download | drakx-b745f2f1842ecb629ee7f8fa405959e85bf68ada.tar drakx-b745f2f1842ecb629ee7f8fa405959e85bf68ada.tar.gz drakx-b745f2f1842ecb629ee7f8fa405959e85bf68ada.tar.bz2 drakx-b745f2f1842ecb629ee7f8fa405959e85bf68ada.tar.xz drakx-b745f2f1842ecb629ee7f8fa405959e85bf68ada.zip |
no_comment
Diffstat (limited to 'perl-install/install2.pm')
-rw-r--r-- | perl-install/install2.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/install2.pm b/perl-install/install2.pm index 9ad6af9b6..b1120e8d9 100644 --- a/perl-install/install2.pm +++ b/perl-install/install2.pm @@ -487,6 +487,7 @@ sub exitInstall { $o->exitInstall(getNextStep() eq "exitInstall") } #-###################################################################################### sub main { $SIG{__DIE__} = sub { chomp(my $err = $_[0]); log::l("warning: $err") }; + $SIG{SEGV} = sub { my $msg = "Seems like memory is missing as the install crashes"; print "$msg\n"; log::l($msg) }; $::beginner = $::expert = $::g_auto_install = 0; |