mrjones@mrjones ~ $ gdb fontforge GNU gdb 6.4 Copyright 2005 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 "i686-pc-linux-gnu"...Using host libthread_db library "/lib/tls/libthread_db.so.1". (gdb) run Starting program: /usr/bin/fontforge [Thread debugging using libthread_db enabled] [New Thread -1214822736 (LWP 9322)] Copyright (c) 2000-2006 by George Williams. Executable based on sources from 22:35 8-Apr-2006-ML. FontForge does not support your encoding (UTF8), it will try to use iconv() or it will pretend the local encoding is latin1 Program received signal SIGSEGV, Segmentation fault. [Switching to Thread -1214822736 (LWP 9322)] 0x0817dfbe in SplineCharFindBounds (sc=0xbff2b070, bounds=0xbff2b188) at splineutil.c:708 708 splineutil.c: Ingen sådan fil eller filkatalog. in splineutil.c (gdb) handle SIGSEGV nostop noprint noignore pass Signal Stop Print Pass to program Description SIGSEGV No No Yes Segmentation fault (gdb) bt #0 0x0817dfbe in SplineCharFindBounds (sc=0xbff2b070, bounds=0xbff2b188) at splineutil.c:708 #1 0x081a3f67 in _SCAutoTrace (sc=0x85f73d0, args=0x0) at autotrace.c:157 #2 0x081a4a90 in SCAutoTrace (sc=0x85f73d0, v=0x85ffe48, ask=0) at autotrace.c:535 #3 0xb7ee239c in gmenu_mouse (m=0x860f8d8, event=0xbff2b46c) at gmenu.c:565 #4 0xb7ee292d in gmenu_eh (w=0x8606dd8, ge=0xbff2b46c) at gmenu.c:825 #5 0xb7efca28 in dispatchEvent (gdisp=0x84d4b00, event=0xbff2b4dc) at gxdraw.c:3128 #6 0xb7efe33d in GXDrawEventLoop (gd=0x84d4b00) at gxdraw.c:3227 #7 0xb7eb4234 in GDrawEventLoop (gdisp=0xbff2b070) at gdraw.c:626 #8 0x0818ff12 in FontForgeMain (argc=1, argv=0xbff2bf34) at start.c:786 #9 0x0805dc62 in main (argc=Cannot access memory at address 0x0 ) at main.c:34 (gdb) kill Kill the program being debugged? (y or n) y (gdb) quit