[redeclipse] 257/494: Add debug instructions for server
Martin Werner
arand-guest at moszumanska.debian.org
Sun Jun 21 20:52:40 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 19f6ac5c8810e0ce43223513b41e1e9a38745acf
Author: Martin Erik Werner <martinerikwerner at gmail.com>
Date: Wed Nov 23 02:17:40 2011 +0100
Add debug instructions for server
---
README.Debian | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/README.Debian b/README.Debian
index 727b043..c946395 100644
--- a/README.Debian
+++ b/README.Debian
@@ -1,7 +1,10 @@
redeclipse for Debian
---------------------
+
Debugging:
+
+ Client:
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
@@ -9,3 +12,12 @@ Debugging:
Then run "gdb ./reclient" and type "run -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.
+
+ Server:
+ If the redeclipse server crashes on your system, please install the
+ redeclipse-server-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 using the command "cd /usr/lib/games/redeclipse".
+ Then run "gdb ./reserver" and type "run" at the gdb prompt.
+ Once the redeclipse server 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