david@laptop:~/Desktop$ gdb eog #`eog` is Eye of GNOME, which uses Cairo GNU gdb 6.6-debian Copyright (C) 2006 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 "i486-linux-gnu"... (no debugging symbols found) Using host libthread_db library "/lib/tls/i686/cmov/libthread_db.so.1". (gdb) run image.svg Starting program: /usr/bin/eog image.svg (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) [Thread debugging using libthread_db enabled] [New Thread -1227683152 (LWP 13308)] (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) [New Thread -1228997744 (LWP 13311)] [New Thread -1254171760 (LWP 13312)] Program received signal SIGFPE, Arithmetic exception. [Switching to Thread -1228997744 (LWP 13311)] 0xb78bd6ba in fbFetchTransformed (pict=0x834e770, x=, y=, width=16, buffer=0xb6be72d4, mask=0xb6be7354, maskBits=4278190080) ---Type to continue, or q to quit--- at /build/buildd/libcairo-1.4.10/pixman/src/fbcompose.c:3570 3570 /build/buildd/libcairo-1.4.10/pixman/src/fbcompose.c: No such file or directory. in /build/buildd/libcairo-1.4.10/pixman/src/fbcompose.c (gdb) quit The program is running. Exit anyway? (y or n) y david@laptop:~/Desktop$