On Mon, Mar 09, 2009 at 03:44:00PM -0500, Kyle Wheeler wrote: > On Monday, March 9 at 11:47 AM, quoth Joshua Tinnin: ... > > OK, this is what I get: > > > > Program received signal SIGSEGV, Segmentation fault. > > 0x080b2746 in ?? () > > (gdb) backtrace > > #0 0x080b2746 in ?? () > > Yuck. Hm. Did you compile mutt with debugging symbols? It looks like > you probably didn't. In your mutt source directory, run this: > > make clean && make CFLAGS="-O0 -g" && sudo make install > > And then retry running mutt inside the debugger.
Here it is: Program received signal SIGSEGV, Segmentation fault. 0x080cb71f in safe_strdup () (gdb) backtrace #0 0x080cb71f in safe_strdup () #1 0x080b4d6a in rfc822_cpy_adr_real () #2 0x080bc09c in mutt_default_from () #3 0x080bc9d0 in ci_send_message () #4 0x080a20d4 in mutt_pager () #5 0x0805d753 in mutt_display_message () #6 0x0806c3c3 in mutt_index_menu () #7 0x0808c6e5 in main () (gdb) - jt