From 611b326fd8856a94286b1279751fef35f9802562 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Tue, 9 Oct 2007 12:09:53 +0000 Subject: installer segfaulting doesn't imply memory is missing --- perl-install/install/install2.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install') diff --git a/perl-install/install/install2.pm b/perl-install/install/install2.pm index eb303e4c7..0bd4abb1e 100644 --- a/perl-install/install/install2.pm +++ b/perl-install/install/install2.pm @@ -301,7 +301,7 @@ sub exitInstall { sub main { #- $SIG{__DIE__} = sub { warn "DIE " . backtrace() . "\n" }; $SIG{SEGV} = sub { - my $msg = "segmentation fault: seems like memory is missing as the install crashes"; log::l($msg); + my $msg = "segmentation fault: install crashed (maybe memory is missing?)"; log::l($msg); $o->ask_warn('', $msg); setVirtual(1); require install::steps_auto_install; -- cgit v1.2.1