From 02cb7f9345ea63d7f2195d745850d0d395c03eb1 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Thu, 13 Sep 2007 20:55:21 +0000 Subject: (bug_handler) nicer formatting for real segfaults --- perl-install/standalone.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'perl-install') diff --git a/perl-install/standalone.pm b/perl-install/standalone.pm index 824ec46ed..34b283979 100644 --- a/perl-install/standalone.pm +++ b/perl-install/standalone.pm @@ -202,6 +202,7 @@ sub bug_handler { } # we want the full backtrace: + $error .= "\n" if $is_signal; $error .= common::backtrace() if $error; my $progname = $0; -- cgit v1.2.1