Hi,
Trying to learn gdb and not really having much luck right now. I do have one core file and a couple of backtrace files which I know what is causing them, or at least pretty sure. When I cast darkness a couple of seconds later it will crash and create a backtrace file. Here is the file.
[code][
[khays@fedora-vm lib]$ cat backtrace.30.03.2023.15\:23\:22
GNU gdb (GDB) Fedora Linux 13.1-1.fc37
Copyright (C) 2023 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <
gnu.org/licenses/gpl.html
>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Type "show copying" and "show warranty" for details.
This GDB was configured as "x86_64-redhat-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<
www.gnu.org/software/gdb/bugs/
>.
Find the GDB manual and other documentation resources online at:
<
www.gnu.org/software/gdb/documentation/
>.
For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from bin/circle...
[New LWP 34886]
Core was generated by `circle -C3 4100'.
Program terminated with signal SIGSEGV, Segmentation fault.
#0 0x000055bca5a84bf9 in ?? ()
(gdb) [khays@fedora-vm lib]$
/code]
I tried looking through the help doc file on debugging, but no luck right now. Going to try again as I am new to the gdb stuff. I tried it on stock tba and I must have changed something to cause darkness to crash after the heartbeat happens.
If anyone has any tips on gdb please pass them this way
Thanks!