<div dir="ltr">samuel@jessie-desktop:~$ gdb evince<br>GNU gdb (Debian 7.7.1+dfsg-5) 7.7.1<br>Copyright (C) 2014 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 evince...Reading symbols from /usr/lib/debug//usr/bin/evince...done.<br>done.<br>(gdb) run<br>Starting program: /usr/bin/evince <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 0x7fffee04c700 (LWP 6010)]<br>[New Thread 0x7fffe7fff700 (LWP 6011)]<br>[New Thread 0x7fffe77fe700 (LWP 6012)]<br>[New Thread 0x7fffe6ffd700 (LWP 6013)]<br>[Thread 0x7fffe7fff700 (LWP 6011) exited]<br>[New Thread 0x7fffe7fff700 (LWP 6019)]<br>[New Thread 0x7fffe5d4c700 (LWP 6020)]<br>[New Thread 0x7fffe554b700 (LWP 6021)]<br>[New Thread 0x7fffe4d4a700 (LWP 6022)]<br>[New Thread 0x7fffcffff700 (LWP 6023)]<br>[New Thread 0x7fffcf7fe700 (LWP 6024)]<br>[Thread 0x7fffe4d4a700 (LWP 6022) exited]<br>[Thread 0x7fffcf7fe700 (LWP 6024) exited]<br>[Thread 0x7fffe5d4c700 (LWP 6020) exited]<br>[Thread 0x7fffcffff700 (LWP 6023) exited]<br>[Thread 0x7fffe7fff700 (LWP 6019) exited]<br>[New Thread 0x7fffe7fff700 (LWP 6031)]<br>[New Thread 0x7fffcffff700 (LWP 6038)]<br>[New Thread 0x7fffe5d4c700 (LWP 6039)]<br>[New Thread 0x7fffcf7fe700 (LWP 6040)]<br>[New Thread 0x7fffcde2f700 (LWP 6041)]<br>[New Thread 0x7fffcd62e700 (LWP 6042)]<br>[New Thread 0x7fffcce2d700 (LWP 6043)]<br>[New Thread 0x7fffbdfff700 (LWP 6044)]<br>[Thread 0x7fffcde2f700 (LWP 6041) exited]<br>[Thread 0x7fffcce2d700 (LWP 6043) exited]<br>[Thread 0x7fffcffff700 (LWP 6038) exited]<br>[Thread 0x7fffe554b700 (LWP 6021) exited]<br>[Thread 0x7fffcf7fe700 (LWP 6040) exited]<br>[Thread 0x7fffe5d4c700 (LWP 6039) exited]<br>[Thread 0x7fffbdfff700 (LWP 6044) exited]<br>[Thread 0x7fffcd62e700 (LWP 6042) exited]<br>[New Thread 0x7fffcd62e700 (LWP 6051)]<br>[New Thread 0x7fffbdfff700 (LWP 6053)]<br>[Thread 0x7fffbdfff700 (LWP 6053) exited]<br>[Thread 0x7fffcd62e700 (LWP 6051) exited]<br><br>Program received signal SIGSEGV, Segmentation fault.<br>0x00007ffff7016c64 in ?? () from /usr/lib/x86_64-linux-gnu/libgtk-3.so.0<br>(gdb) bt<br>Python Exception <class 'gdb.MemoryError'> Cannot access memory at address 0x7fffffffdbc8: <br>#0  0x00007ffff7016c64 in ?? () from /usr/lib/x86_64-linux-gnu/libgtk-3.so.0<br>Cannot access memory at address 0x7fffffffdbc8<br>(gdb)<br></div>