Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

atlas-probe: version 2.4.1-2 "do_page_fault(): sending SIGSEGV to perd for invalid read access from XXXXXXXX" #20008

Open
KsmoinO opened this issue Dec 2, 2022 · 4 comments

Comments

@KsmoinO
Copy link

KsmoinO commented Dec 2, 2022

Maintainer: @ja-pa
Environment: ath79, dlink_dir-842-c3, 22.03.2

Description:
About once a day and up to 5 times a day, perd is killed with following kernel message "do_page_fault(): sending SIGSEGV to perd for invalid read access from XXXXXXXX"

As workaround I schedule this script every minutes to restart atlas each time perd is killed :

#!/bin/sh
pgrep /usr/libexec/atlas-probe/bin/perd
if [ $? -ne 0 ] ; then
  /etc/init.d/atlas restart
fi
@Ansuel
Copy link
Member

Ansuel commented Dec 2, 2022

This should be fixed in later release... pls upgrade

@BKPepe
Copy link
Member

BKPepe commented Dec 2, 2022

Wasn't this related to #19739 or it happens one more time?

@KsmoinO
Copy link
Author

KsmoinO commented Dec 2, 2022

This should be fixed in later release... pls upgrade

I'm already at latest atlas-probe version (2.4.1-2) available on latest openwrt stable release (22.03.2)

Wasn't this related to #19739 or it happens one more time?

No, this time it's not 'eperd' but 'perd' which is killed

@Ansuel
Copy link
Member

Ansuel commented Dec 2, 2022

@BKPepe both were fixed so this sounds strange to me

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants