fcbacktrace currently shows maximum of 64 frames. I just got a backtrace from a log callback called from gtk. Those 64 frames showed just recursive propagation of the draw event within gtk - no clue where in the freeciv code it originates.
Let's increase the MAX_NUM_FRAMES to 256 to be able to backtrace gui code.
fcbacktrace currently shows maximum of 64 frames. I just got a backtrace from a log callback called from gtk. Those 64 frames showed just recursive propagation of the draw event within gtk - no clue where in the freeciv code it originates.
Let's increase the MAX_NUM_FRAMES to 256 to be able to backtrace gui code.