Profanity Illustration

Profanity

Developer Blog

How to get a backtrace

mdosch

When you’re running profanity master it may occur that profanity crashes with SIGSEGV or SIGABRT when new features are added. If this happens it is helpful to provide a backtrace for the developers to find and fix the bug.

I will explain one possibility how to get a backtrace of profanity (or any other TUI application)1:

Preparation

The following requirements must be installed:

Run profanity


  1. This explanation was first published on my personal blog.  

  2. bt full gives a much more detailled output but in most cases bt is enough for the dev to know what’s going on.