On 23/05/2022 16:04, Laura Williamson via Exim-users wrote:
Have another one (in queue, undelivered) that I can test with.
# exim -d+all -M <message-id> 2>&1 | tee my_debug_log_file should get us debug for an attempt to deliver a message that is queued. With luck that will help locate where it's doing this odd memory-allocation. The important bit will be that leading up to the log line being generated (I assuming this is the same problem, and not another one!) There will be quite a lot of debug output, hence the above commandline to copy it also to a file. It's reasonably likely that the "internal problem in central_filter router" line results from a subprocess dying, and that the "bad memory allocation" line is in that subprocess (when that is logged, the process doing so dies voluntarily). -- Cheers, Jeremy -- ## List details at https://lists.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://wiki.exim.org/
