On 15.5.2022. 15:38, Todd C. Miller wrote:
> 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.

Hi,

I know how to rebuild cron

cd /usr/src/usr.sbin/cron/
make obj && make depend && make && make install

but i don't know how to enabled debug symbols ..




Reply via email to