Welcome to Epona's Trac

If you want to request a new feature or report a bug, use the New Ticket tab to post it.

For bug reports, you need to be as precise as possible. In particular, the following information must be provided, if applicable/known :

  • A clear description of the bug and its eventual consequences;
  • Step-by-step instructions on reproducing it;
  • If Epona crashes, the backtrack obtained from the core file through gdb needs to be included it. To get it, type the following commands on the command-line:

    $ gdb --core=/path/to/core/file --se=/path/to/epona/binary
    (gdb will load and let you use its command-line)
    (gdb) bt full
    (backtrack is printed)
    (gdb) quit

    Include the whole gdb output in your bug report.

Starting Points

For a complete list of local wiki pages, see TitleIndex.

Trac is brought to you by Edgewall Software, providing professional Linux and software development services to clients worldwide. Visit http://www.edgewall.com/ for more information.