Ken wrote: > Ooof. Looks like we've got a double-free, or a free() on some non-allocated > chunk of memory. I'd call that a bug, but without a stack trace or a > easily-reproducable test case that's gonna be tough to track down.
Yup. Bonus points, Tom, for rebuilding your nmh with debug enabled: ./build_nmh -dv and provide a different install prefix than /usr/local/nmh/ and update your procmailrc to correspond, or ./build_nmh -divy to overwrite your existing installation. And if you have valgrind installed, insert that in your procmailrc in front of mhstore: valgrind mhstore -file - ... David
