<div dir="ltr">Ok, that worked. Here's the output from GDB:<br><br>    GNU gdb (Ubuntu 7.11.1-0ubuntu1~16.04) 7.11.1<br>    Copyright (C) 2016 Free Software Foundation, Inc.<br>    License GPLv3+: GNU GPL version 3 or later <<a href="http://gnu.org/licenses/gpl.html">http://gnu.org/licenses/gpl.html</a>><br>    This is free software: you are free to change and redistribute it.<br>    There is NO WARRANTY, to the extent permitted by law.  Type "show copying"<br>    and "show warranty" for details.<br>    This GDB was configured as "x86_64-linux-gnu".<br>    Type "show configuration" for configuration details.<br>    For bug reporting instructions, please see:<br>    <<a href="http://www.gnu.org/software/gdb/bugs/">http://www.gnu.org/software/gdb/bugs/</a>>.<br>    Find the GDB manual and other documentation resources online at:<br>    <<a href="http://www.gnu.org/software/gdb/documentation/">http://www.gnu.org/software/gdb/documentation/</a>>.<br>    For help, type "help".<br>    Type "apropos word" to search for commands related to "word"...<br>    Reading symbols from geany...(no debugging symbols found)...done.<br>    (gdb) run -i project.geany<br>    Starting program: /usr/bin/geany -i project.geany<br>    [Thread debugging using libthread_db enabled]<br>    Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".<br>    [New Thread 0x7fffed1a9700 (LWP 6825)]<br>    [New Thread 0x7fffec9a8700 (LWP 6826)]<br>    [New Thread 0x7fffe7fff700 (LWP 6827)]<br>    [New Thread 0x7fffe77fe700 (LWP 6828)]<br>    [Thread 0x7fffe7fff700 (LWP 6827) exited]<br><br>    Thread 1 "geany" received signal SIGSEGV, Segmentation fault.<br>    0x00007fffe545c801 in PyModule_AddObject () from /usr/lib/x86_64-linux-gnu/libpython2.7.so.1.0<br><br></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, May 10, 2017 at 4:03 PM, Frank Lanitz <span dir="ltr"><<a href="mailto:frank@frank.uvena.de" target="_blank">frank@frank.uvena.de</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On 10.05.2017 20:56, Chris Spencer wrote:<br>
> How do I get a backtrace? Googling it, I found this page<br>
> (<a href="https://wiki.ubuntu.com/Backtrace" rel="noreferrer" target="_blank">https://wiki.ubuntu.com/<wbr>Backtrace</a>), suggesting I should be able to run:<br>
><br>
>     gdb geany -i project.geany 2>&1 | tee ~/gdb-geany.txt<br>
><br>
> but this gives me the error:<br>
><br>
>     Interpreter `project.geany' unrecognized<br>
<br>
</span>Run<br>
<br>
gdb geany<br>
<br>
and than inside gdb:<br>
run -i project.geany<br>
<br>
once geany crashed you can show the backtrace via bt<br>
<span class=""><br>
> However, my version of Geany is:<br>
><br>
>     geany 1.27 (built on 2016-04-17 with GTK 2.24.30, GLib 2.48.0)<br>
><br>
> from the standard package in the Ubuntu 16.04 repo.<br>
<br>
</span>It's a quiet old version.<br>
<br>
<br>
Cheers,<br>
Frank<br>
<br>
<br>
<br>______________________________<wbr>_________________<br>
Users mailing list<br>
<a href="mailto:Users@lists.geany.org">Users@lists.geany.org</a><br>
<a href="https://lists.geany.org/cgi-bin/mailman/listinfo/users" rel="noreferrer" target="_blank">https://lists.geany.org/cgi-<wbr>bin/mailman/listinfo/users</a><br>
<br></blockquote></div><br></div>