On Sun, Apr 02, 2006 at 12:43:34PM -0400, Larry Clapp wrote: > > BTW (showing my C ignorance here) how'd you get a backtrace? He used gdb. After getting a coredump you start gdb with `gdb vim vim.core` the backtrace you get running backtrace or bt for short. You also need to compile your program with -g to get debuging symbols. -- Eirik Nygaard