The current SuperTux bug tracker can be found at:
The old Mantis bug tracker can be (partially) viewed at:
Some even older bugs can be found at OldBugs.
A backtrace provides information on where exactly a program crashed and should be included in back reports if possible, the follow describes how to create one:
DEBUG
is enabled so SuperTux is compiled with debugging symbols.
ccmake .
and make sure DEBUG
is set to ON
. Use to toggle the setting.
C
then G
to generate the new configuration and exit.cmake .
, do so now.make
to compile SuperTuxgdb ./supertux2
run
to start SuperTux. Alternatively, you can enter run
to start SuperTux with parameters.
bt
into GDB. This will provide you with the backtrace which you can included in a bug report.If you're asked to set a breakpoint, it can be done in GDB using break
:
before entering run