From de59cea5a3490eb1c7cefe86799d9c5f629ed150 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Thu, 31 Jan 2008 15:10:20 +0000 Subject: explain what is the usefull part of the gdb trace --- perl-install/NEWS | 1 + perl-install/standalone/drakbug | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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)), ), ), -- cgit v1.2.1