On Wed, Sep 08, 2021 at 03:56:56AM -0700, Kevin J. McCarthy wrote:
> However, I haven't been able to figure out the memory error leading to a
> crash yet.  It would be helpful if you could run with ASAN enabled until you
> get the crash(es).  With ASAN you'll need to arrange it so the tmux window
> doesn't close when mutt crashes so you can read the ASAN report.
JFTR, you should be able to catch the output from ASAN with tee:
% mutt 2> >(tee -a stderr.log >&2)

Reply via email to