On Sun, 15 May 2022 14:29:28 +0200, Hrvoje Popovski wrote: > I'm seeing same as Stephan on few servers in lab. > I've killed cron and did ktrace -i cron. Is this ok? > In attachment you can find kdump -f ktrace.out output.
That's very odd. It looks like cron parses root's crontab and then somehow gets into a cpu loop. I don't see how that can happen from code inspection. What would be most useful is to get a stack trace of cron when this occurs but that will require rebuilding cron from source with debug symbols. - todd

