Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Enter the shell of the UrBackup plugin jail
  2. Install gdb in the shell via the command
    pkg_add -r gdb
  3. Shutdown the urbackup server:
    killall urbackup_srv
  4. Install screentmux:
    pkg_add -r screentmux
  5. Run screentmux:
    screentmux
  6. Start the UrBackup server in gdb:
    start_urbackup_server --loglevel debug --run_in_gdb
  7. Start the program in gdb:
    run
  8. Once it crashed enter the shell of the plugin jail again and attach to the screentmux session:
    screen -rtmux attach
  9. Enter "bt" to get the backtrace to the location it crashed:
    bt
  10. Add the trace information to your bug report