[redeclipse] 103/494: Added info about gdb backtrace
Martin Werner
arand-guest at moszumanska.debian.org
Sun Jun 21 20:52:21 UTC 2015
This is an automated email from the git hooks/post-receive script.
arand-guest pushed a commit to branch debdir
in repository redeclipse.
commit f218b848271c37ad3d8c0b26c54557474e50d514
Author: Arand Nash <ienorand at gmail.com>
Date: Fri Mar 18 01:22:47 2011 +0000
Added info about gdb backtrace
---
README.Debian | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/README.Debian b/README.Debian
index 4fde992..13166fd 100644
--- a/README.Debian
+++ b/README.Debian
@@ -20,3 +20,13 @@ Copyright and packaging:
redistribution of these packages.
* To resize the src/site/bits/favicon.png for use in the client binary package,
to supply a gnome-menu icon.
+
+Bug reporting:
+ If the redeclipse engine crashes on your system, please install the
+ redeclipse-dbg package to generate a backtrace of the crash.
+ To generate a backtrace open a terminal and change to the directory
+ /usr/lib/games/redeclipse by the command "cd /usr/lib/games/redeclipse".
+ Then run "gdb ./reclient" and type "run -h"$HOME/.redeclipse -r -df0" at
+ the gdb prompt.
+ Once redeclipse has crashed, type "bt" to obtain the backtrace. Please attach
+ the output when you are reporting a bug about crashes.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/redeclipse.git
More information about the Pkg-games-commits
mailing list