On Wed, Jan 07, 2015 at 15:45:25 +0100, Joel Marchand wrote: > > causes mutt to "core dumped" for the
I can reproduce for group reply with an old version of mine, but not with latest hg development version. So it's either caused a patch that your version and my old version both have, or it has been fixed. Please ensure you have the debug package installed (I think that's "mutt-dbg" on Ubuntu), and execute something like this: # gdb -ex r --args /usr/bin/mutt -F /dev/null -R -f ~/tmp/mesg-pb.mbox Then provoke the crash, and enter these two commands into the gdb console: thread apply all backtrace bt full and send us the full output. You may also want to try to compile the lastes hg version of mutt. But if the problem can't be reproduced and has been solved there, you'd need to ask Ubuntu to pull in a newer version or the corresponding fix. Thanks, Moritz.
