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

Segfault on RHEL 9.1 #59

Open
nwmcsween opened this issue Feb 15, 2023 · 1 comment
Open

Segfault on RHEL 9.1 #59

nwmcsween opened this issue Feb 15, 2023 · 1 comment

Comments

@nwmcsween
Copy link

Description

Untaring the 1.1.5 release and running ./speedtest-backend results in a Segmentation Fault with error code 15 in dmesg on RHEL 9.1.

Server

RHEL 9.1 default install

Client

N/A

Steps to reproduce

  • Download 1.1.5 release
  • Run sha256sum and ensure checksum is correct
  • Unarchive
  • Run speedtest-backend binary

Expected behaviour

No Segmentation Fault

Screenshots

segfault at 7f72f309f7bf ip 00007f72f309f7bf sp 00007ffcc8d19990 error 15 in speedtest-backend[7f72f2c12000+48e000]

@digitalsparky
Copy link

I had this exact error, turns out that it was working fine when when i was executing manually but not through systemd, after changing the listening port to something different...

After removing some of the restrictions on the systemd service I'm able to get it running.

I recommend checking selinux, enabling the ability to listen on a privileged port, or listen on a port above 1023, then proxy to your speedtest.

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

2 participants