[redeclipse] 340/494: Move bug report instruction to reportbug files
Martin Werner
arand-guest at moszumanska.debian.org
Sun Jun 21 20:52:49 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 fa401373bf461bb174ab5e84b79ecbaa6b3fa1a9
Author: Martin Erik Werner <martinerikwerner at gmail.com>
Date: Sun Feb 12 20:01:24 2012 +0100
Move bug report instruction to reportbug files
---
redeclipse-server.README.Debian | 13 -------------
redeclipse-server.bug-presubj | 31 +++++++++++++++++++++++++++++++
redeclipse.README.Debian | 18 ------------------
redeclipse.bug-presubj | 36 ++++++++++++++++++++++++++++++++++++
4 files changed, 67 insertions(+), 31 deletions(-)
diff --git a/redeclipse-server.README.Debian b/redeclipse-server.README.Debian
deleted file mode 100644
index 52867c0..0000000
--- a/redeclipse-server.README.Debian
+++ /dev/null
@@ -1,13 +0,0 @@
-redeclipse for Debian
----------------------
-
-Debugging:
- 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 ./redeclipse-server" 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.
-
- -- Martin Erik Werner <martinerikwerner at gmail.com> Wed, 21 Dec 2011 12:05:18 +0100
diff --git a/redeclipse-server.bug-presubj b/redeclipse-server.bug-presubj
new file mode 100644
index 0000000..a30c62c
--- /dev/null
+++ b/redeclipse-server.bug-presubj
@@ -0,0 +1,31 @@
+Debugging and bug reporting advices:
+
+
+When reporting bugs on the Red Eclipse server, please try to reproduce the bugs
+using a clean configuration, you can do this temoprarily by opening a terminal
+and running
+
+ redeclipse-server -h/tmp/recfg
+
+
+If the Red Eclipse server crashes on your system, please include a backtrace with your bug report. First install the redeclipse-dbg package and open a terminal and run
+
+ cd /usr/lib/games/redeclipse
+ gdb ./redeclipse-server
+
+Once at the gdb prompt, start the Red Eclipse server via
+
+ run -h/tmp/recfg
+
+Once the Red Eclipse server has crashed, type
+
+ bt full
+
+to obtain the backtrace. Please attach the output when you are reporting a bug
+about crashes.
+
+Also, please include the log messages leading up to the crash, you can set
+maximum log verbosity by running
+
+ redeclipse-server -h/tmp/recfg -v4
+
diff --git a/redeclipse.README.Debian b/redeclipse.README.Debian
deleted file mode 100644
index 5f59a14..0000000
--- a/redeclipse.README.Debian
+++ /dev/null
@@ -1,18 +0,0 @@
-redeclipse for Debian
----------------------
-
-Reporting bugs:
-If you are reporting bugs on Red Eclipse, please include information about the
-make and driver of your graphics card, obtainable via
- $ glxinfo | grep ^OpenGL.
-
-Debugging:
- 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 using the command "cd /usr/lib/games/redeclipse".
- Then run "gdb ./redeclipse" 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.
-
- -- Martin Erik Werner <martinerikwerner at gmail.com> Wed, 21 Dec 2011 12:04:56 +0100
diff --git a/redeclipse.bug-presubj b/redeclipse.bug-presubj
new file mode 100644
index 0000000..054dfb1
--- /dev/null
+++ b/redeclipse.bug-presubj
@@ -0,0 +1,36 @@
+Debugging and bug reporting advices:
+
+
+When reporting bugs on Red Eclipse, please try to reproduce the bugs using a
+clean profile, you can do this temoprarily by opening a terminal and running
+
+ redeclipse -h/tmp/recfg
+
+Please also include the init log, you can get the log by opening a terminal and
+running
+
+ redeclipse -h/tmp/recfg -x"quit"
+
+
+If Red Eclipse crashes on your system, please include a backtrace with your bug
+report. First install the redeclipse-dbg package and open a terminal and run
+
+ cd /usr/lib/games/redeclipse
+ gdb ./redeclipse
+
+Once at the gdb prompt, start Red Eclipse via
+
+ run -r -df0 -h/tmp/recfg
+
+Once Red Eclipse has crashed, type
+
+ bt full
+
+to obtain the backtrace. Please attach the output when you are reporting a bug
+about crashes.
+
+Also, please include the log messages leading up to the crash, you can set
+maximum log verbosity by running
+
+ redeclipse -h/tmp/recfg -v4
+
--
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