Follow-up Comment #6, bug #18694 (project wesnoth):
mkaysi,
Thank you for the extra work in installing gdb.
I am going to provide you with some additional instructions so that if you
want then you can produce a more useful backtrace.
1. Start gdb with wesnoth running inside the debugger
gdb --args wesnoth
2. Run wesnoth inside the debugger by typing the following at the gdb command
line.
(gdb) r
3. Play wesnoth until it crashes, then type the following at the gdb command
line. This will produce a stackframe/backtrace with a listing of every
function active when wesnoth crashed in the order that they were called.
(gdb) i s
4. Copy and paste the output into this bug report.
The output should look like this:
#0 0x00007ffff4c5b2d5 in __GI_raise (sig=6) at
../nptl/sysdeps/unix/sysv/linux/raise.c:64
#1 0x00007ffff4c5cbeb in __GI_abort () at abort.c:93
#2 0x00007ffff4c53c5e in __assert_fail_base (fmt=<optimized out>,
assertion=
0xdc82ef "valid()", file=0xdc82d9 "src/shared_object.hpp",
line=<optimized out>,
function=<optimized out>) at assert.c:96
#3 0x00007ffff4c53d02 in __GI___assert_fail (assertion=0xdc82ef "valid()",
file=
0xdc82d9 "src/shared_object.hpp", line=79, function=
0xdc8720 "const T& shared_object<T, node>::get() const [with T =
t_string_base, node = shared_node<t_string_base>]") at assert.c:105
#4 0x00000000004788af in shared_object<t_string_base,
shared_node<t_string_base> >::get (this=
0x7fffffff6430) at src/shared_object.hpp:79
but it hopefully will be longer.
_______________________________________________________
Reply to this item at:
<http://gna.org/bugs/?18694>
_______________________________________________
Message sent via/by Gna!
http://gna.org/
_______________________________________________
Wesnoth-bugs mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-bugs