diff options
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/NEWS | 1 | ||||
-rwxr-xr-x | perl-install/standalone/drakbug | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/perl-install/NEWS b/perl-install/NEWS index 778ff6ec3..8375f3099 100644 --- a/perl-install/NEWS +++ b/perl-install/NEWS @@ -1,5 +1,6 @@ - drakbug: o autoselect distro version in bugzilla + o explain what is the usefull part of the gdb trace o open help as user Version 10.6.10 - 28 January 2008 diff --git a/perl-install/standalone/drakbug b/perl-install/standalone/drakbug index 1af242349..58986507f 100755 --- a/perl-install/standalone/drakbug +++ b/perl-install/standalone/drakbug @@ -255,7 +255,7 @@ sub report_bug_to_bugzilla() { $error) : qq(If you can, try to run the "$prog" program from a terminal and copy and paste here any error messages and/or backtrace)) . if_($gdb_trace, qq( -GDB backtrace was: +GDB backtrace was (its interesting part is below Perl_pp_fork() or Perl_pp_waitpid()): $gdb_trace)), ), ), |