diff options
author | Thierry Vignaud <tv@mandriva.org> | 2007-09-13 20:55:21 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2007-09-13 20:55:21 +0000 |
commit | 02cb7f9345ea63d7f2195d745850d0d395c03eb1 (patch) | |
tree | 53f33838192a422fb8b6dcc282e3ae95ac3cf96c /perl-install | |
parent | 98eb18c384d1092ae6e90294f321317d129a4763 (diff) | |
download | drakx-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')
-rw-r--r-- | perl-install/standalone.pm | 1 |
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; |