Kernel crond segfaulf error 4 in libpthread-2.17.so

Issues related to applications and software problems
Post Reply
MEEE
Posts: 1
Joined: 2018/04/12 02:00:23

Kernel crond segfaulf error 4 in libpthread-2.17.so

Post by MEEE » 2018/04/12 02:07:05

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?

User avatar
TrevorH
Site Admin
Posts: 33202
Joined: 2009/09/24 10:40:56
Location: Brighton, UK

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

Post by TrevorH » 2018/04/12 08:50:27

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 ;-)
The future appears to be RHEL or Debian. I think I'm going Debian.
Info for USB installs on http://wiki.centos.org/HowTos/InstallFromUSBkey
CentOS 5 and 6 are deadest, do not use them.
Use the FAQ Luke

Post Reply