Follow-up Comment #1, bug #15498 (project freeciv):

> Related question: I added an assert() call to fc_assert_fail()
> to get the core dump. How can / should I debug this without
> adding assert() again?

Start with _-F_ to raise the SIG_ABRT signal, or _-F sig_ to raise the signal
you want. Notably, SIG_INT is fine when running with gdb, it allows you to
continue after that.


    _______________________________________________________

Reply to this item at:

  <http://gna.org/bugs/?15498>

_______________________________________________
  Message posté via/par Gna!
  http://gna.org/


_______________________________________________
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev

Reply via email to