[Geany-Users] Segfault

Frank Lanitz frank at xxxxx
Wed May 10 20:03:17 UTC 2017


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


-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: OpenPGP digital signature
URL: <http://lists.geany.org/pipermail/users/attachments/20170510/07220c2e/attachment.sig>


More information about the Users mailing list