On 2009/06/19 20:12, Jeremy O'Brien wrote: > I get a segfault on launch with mutt-1.5.20-sasl-sidebar-compressed > with my config file, running -current as of 06-29-09 20:00EST
First please try updating to the latest port in -current (1.5.20p1). If you're using "unmailboxes", this will almost certainly fix it. If it still fails, please get some more debugging information; first clean your build directory and rebuild like this: FLAVOR="sasl sidebar compressed" DEBUG="-O0 -g" INSTALL_STRIP= \ make clean repackage reinstall then run it under gdb to obtain a backtrace after the segfault. When it segfaults you should get the (gdb) prompt back, type "bt full". Check over the output before you send it just in case it has passwords or sensitive information. $ gdb mutt .. (gdb) run .. (gdb) bt full
