Hi, $ git clone git://anongit.freedesktop.org/git/xorg/xserver $ cd xserver $ tig
$ gdb /usr/local/bin/tig tig.core GNU gdb 6.3 Copyright 2004 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "amd64-unknown-openbsd5.7"...(no debugging symbols found) Core was generated by `tig'. Program terminated with signal 11, Segmentation fault. (no debugging symbols found) Loaded symbols for /usr/local/bin/tig Reading symbols from /usr/local/lib/libiconv.so.6.0...(no debugging symbols found)...done. Loaded symbols for /usr/local/lib/libiconv.so.6.0 Reading symbols from /usr/lib/libncursesw.so.14.0...done. Loaded symbols for /usr/lib/libncursesw.so.14.0 Reading symbols from /usr/lib/libc.so.79.0...done. Loaded symbols for /usr/lib/libc.so.79.0 Reading symbols from /usr/libexec/ld.so...done. Loaded symbols for /usr/libexec/ld.so #0 0x000003980d02c8e6 in shift_left () from /usr/local/bin/tig (gdb) bt #0 0x000003980d02c8e6 in shift_left () from /usr/local/bin/tig #1 0x000003980d02d410 in graph_render_parents () from /usr/local/bin/tig #2 0x000003980d02a5b4 in main_read () from /usr/local/bin/tig #3 0x000003980d01ff9b in update_view () from /usr/local/bin/tig #4 0x000003980d01b562 in get_input () from /usr/local/bin/tig #5 0x000003980d00b1b6 in main () from /usr/local/bin/tig (gdb) Previous version (1.2.1) works well on the same repository. -- Matthieu Herrb