Page 1 of 1

Kernel crond segfaulf error 4 in libpthread-2.17.so

Posted: 2018/04/12 02:07:05
by MEEE
Apr 12 10:02:01 centos-u7zz1y0e kernel: crond[13384]: segfault at 968 ip 00007f24562c6880 sp 00007ffe7ba33f60 error 4 in libpthread-2.17.so

this message, I got in every minute。Totally I got 70203 messages since last night.
what is that means?
How could I fix it?

Re: Kernel crond segfaulf error 4 in libpthread-2.17.so

Posted: 2018/04/12 08:50:27
by TrevorH
That's the kernel reporting that there was a segfault, it's not the kernel itself segfaulting.

You appear to have a cron job set up to run once every minute and whatever you are running is buggy and crashing. Look in /etc/cron* and also in /var/spool/cron/* for the jobs that are scheduled and find all the ones that are set to run once a minute and examine them. Now fix whatever is wrong with it ;-)