diff options
author | Thierry Vignaud <tv@mandriva.org> | 2008-01-31 15:10:20 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2008-01-31 15:10:20 +0000 |
commit | de59cea5a3490eb1c7cefe86799d9c5f629ed150 (patch) | |
tree | d2294c2361bf66383e1285f3f4037a5bde6a25f2 /perl-install/standalone | |
parent | 4e972c5d6018a5139a34d6282beade4813999280 (diff) | |
download | drakx-backup-do-not-use-de59cea5a3490eb1c7cefe86799d9c5f629ed150.tar drakx-backup-do-not-use-de59cea5a3490eb1c7cefe86799d9c5f629ed150.tar.gz drakx-backup-do-not-use-de59cea5a3490eb1c7cefe86799d9c5f629ed150.tar.bz2 drakx-backup-do-not-use-de59cea5a3490eb1c7cefe86799d9c5f629ed150.tar.xz drakx-backup-do-not-use-de59cea5a3490eb1c7cefe86799d9c5f629ed150.zip |
explain what is the usefull part of the gdb trace
Diffstat (limited to 'perl-install/standalone')
-rwxr-xr-x | perl-install/standalone/drakbug | 2 |
1 files changed, 1 insertions, 1 deletions
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)), ), ), |