On 10.05.2017 20:56, Chris Spencer wrote:
How do I get a backtrace? Googling it, I found this page (https://wiki.ubuntu.com/Backtrace), suggesting I should be able to run:
gdb geany -i project.geany 2>&1 | tee ~/gdb-geany.txt
but this gives me the error:
Interpreter `project.geany' unrecognized
Run
gdb geany
and than inside gdb: run -i project.geany
once geany crashed you can show the backtrace via bt
However, my version of Geany is:
geany 1.27 (built on 2016-04-17 with GTK 2.24.30, GLib 2.48.0)
from the standard package in the Ubuntu 16.04 repo.
It's a quiet old version.
Cheers, Frank