File: redeclipse-server.bug-presubj

package info (click to toggle)
redeclipse 1.6.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster
  • size: 6,976 kB
  • sloc: cpp: 99,295; ansic: 2,398; sh: 929; makefile: 693; objc: 361; awk: 167; sql: 102
file content (30 lines) | stat: -rw-r--r-- 831 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
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-dbgsym 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 -glog_v4.txt -v4

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, which was
created as /tmp/recfg/log_v4.txt.