Stephan Eisvogel
Stephan Eisvogel
A bit strapped of time but if you could keep this open, I will debug this further by stopping and then stracing where it is stuck. Maybe this will give...
Got some more info... ``` May 13 20:06:59 meran systemd[1]: Stopping rapid spam filtering system... ... May 13 20:07:59 meran systemd[1]: Stopped rapid spam filtering system. ``` So proxy hung...
``` $ grep -r timeout * local.d/mx_check.conf:timeout = 8.0; local.d/greylist.conf:timeout = 11min; local.d/options.inc:task_timeout = 30s; local.d/redis.conf:timeout = 10s; ```
Thanks! I added the patch, running with it now. Will keep you posted.
I just checked, no: rspamd.service: State 'stop-sigterm' timed out. Killing.
Says ``` # rspamadm control stat Cannot make HTTP request: IO timeout ```
I downgraded to 3.8.4 to see what happens. This might need to be bi-sected. Also suspicious is gcc 14.1 and more aggressive CFLAGS defaulted by Arch Linux. Will override those...
3.8.4 93fa4f6dc doesn't show the problem. I started bisecting... which will take a while, because problem does not show itself right after start. So I leave it for half a...
So I bisected the last couple of days like mad with a new try every couple hours. This is the likely candidate: https://github.com/rspamd/rspamd/commit/24b189a91a448af0e323a11fbe2a5129dd08343c
Thanks for merging this regression-fix swiftly! 👍🏻 Is the branch indygreg/no-plt unnecessary?