On Wed, Sep 08, 2021 at 06:24:51PM +0200, Rene Kita wrote: > 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)
Or, before you start mutt, add ASAN=log_path=asan:print_legend=0 to your environment, and the ASAN output will now appear in a file in the current working directory when mutt exits. -- Eric Blake, Principal Software Engineer Red Hat, Inc. +1-919-301-3266 Virtualization: qemu.org | libvirt.org