Hi All I have facing one issue and have find a solution from one website. Here the issue and cause of this and solution has been mentioned below.
Issue :
kernel: polkitd[3824]: segfault at 15 ip 00007f640306794d sp 00007ffd74bb8410 error 4 in libmozjs-17.0.so[7f6402f6b000+3b3000]
Cause:
It's related to policykit, which crashes after too many authentication checks.
Solution:
Policykit is support in libvirt on rhel 7.x by adding the below mentioned lines into /etc/libvirt/libvirtd.conf
auth_unix_ro = "none"
auth_unix_rw = "none"
unix_sock_group = "oneadmin"
unix_sock_ro_perms = "0770"
unix_sock_rw_perms = "0770"
then restart the polkit service you will get the result as
service polkit stop and start or restart
and check the status and check the log
vi /var/log/messages
That's all....