On 2008/01/30 22:03, [EMAIL PROTECTED] wrote: > I experience mutt-1.5.16p0-sasl crashing on OpenBSD 4.2 stable > (GENERIC#375 i386) while copying messages from a gmail folder to > any other folder.
I can't replicate this copying from gmail folders to local folders (e.g. s /tmp/blah) on Mutt 1.5.17, try upgrading first (1.5.17 is in current, you might be able to get the current port to build, but it's better to use snapshots) If it still crashes there, rebuild from ports like this: $ FLAVOR=sasl CFLAGS="-O0 -g" make clean repackage reinstall run it, make it crash and obtain a new core dump, then $ gdb `cd /usr/ports/mail/mutt/snapshot && FLAVOR=sasl make show=WRKSRC`/mutt mutt.core then do a 'bt full'. > I understand that the mutt.core is without debugging symbols. this is a file containing the memory contents. you also need the unstripped binary (preferably compiled as above with debugging symbols so you can find the line of code that was being executed when the fault occurred). > Should I also send that file? nononono :-) > Apologies if this is not the write place... You could also try looking in the tickets on mutt's bug tracker. Definitely try 1.5.17 before you think about opening a new ticket though.
