On Wednesday, 07 January 2009 at 00:26, Tobias Mummert wrote: > * Brendan Cully [2009-01-06 23:57 CET]: > > > can you make clean, then make CFLAGS=-ggdb and run mutt from inside > > the build directory? > > This worked! Now mutt runs fine without any segmentation fault and with > the full muttrc.
Er. That wasn't supposed to fix it, it was just supposed to improve the backtrace. Possibly the make clean alone did the trick -- you could make clean and make and see if it continues to work. If it breaks, we have a bug that will be no fun to track down. > Thank you very much! > > But could you explain this? Why did you solution work? It shouldn't have :)