Eli Zaretskii writes: >> From: Eric Abrahamsen >> Cc: bandali@gnu.org, 44506@debbugs.gnu.org >> Date: Mon, 09 Nov 2020 21:48:10 -0800 >> >> I've tried today to come up with a recipe that doesn't involve >> installing EBDB, but so far have failed. I tried edebugging the various >> message-displaying functions to see exactly what was causing the bug, >> but got no segfault so long as the functions were instrumented. >> >> Basically EBDB attaches a hook to `gnus-article-prepare-hook', which >> uses `gnus-fetch-original-field' to pull some data out of the article, >> looks for records that match that data, and displays the records. >> >> With "emacs -Q" there are no records to search or display, so I assumed >> it must be the header-access functions causing the problem. But I wrote >> a function that does most of what EBDB does, without actually using >> EBDB, and it caused no segfault, so I don't know what's going on there, >> sorry. > > Thank you for your efforts. > I, too, would like to say thank you, both to Eli and Eric, for your efforts and looking into this. I just sent information to Eli off-list for accessing a test account I set up on a server of mine for debugging this issue. Thanks again.