summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone.pm
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2007-09-13 20:55:21 +0000
committerThierry Vignaud <tv@mandriva.org>2007-09-13 20:55:21 +0000
commit02cb7f9345ea63d7f2195d745850d0d395c03eb1 (patch)
tree53f33838192a422fb8b6dcc282e3ae95ac3cf96c /perl-install/standalone.pm
parent98eb18c384d1092ae6e90294f321317d129a4763 (diff)
downloaddrakx-02cb7f9345ea63d7f2195d745850d0d395c03eb1.tar
drakx-02cb7f9345ea63d7f2195d745850d0d395c03eb1.tar.gz
drakx-02cb7f9345ea63d7f2195d745850d0d395c03eb1.tar.bz2
drakx-02cb7f9345ea63d7f2195d745850d0d395c03eb1.tar.xz
drakx-02cb7f9345ea63d7f2195d745850d0d395c03eb1.zip
(bug_handler) nicer formatting for real segfaults
Diffstat (limited to 'perl-install/standalone.pm')
-rw-r--r--perl-install/standalone.pm1
1 files changed, 1 insertions, 0 deletions
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;