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)
- Crashes in recent builds from master Aaron Schrab
- Re: Crashes in recent builds from master Kevin J. McCarthy
- Re: Crashes in recent builds from master Aaron Schrab
- Re: Crashes in recent builds from master Kevin J. McCarthy
- Re: Crashes in recent builds from maste... Kevin J. McCarthy
- Re: Crashes in recent builds from ... Kevin J. McCarthy
- Re: Crashes in recent builds f... Kevin J. McCarthy
- Re: Crashes in recent buil... Aaron Schrab
- Re: Crashes in recent builds from ... Rene Kita
- Re: Crashes in recent builds f... Eric Blake