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

Main process exited, code=dumped, status=11/SEGV #29

Open
hibozzy18 opened this issue Aug 18, 2023 · 1 comment
Open

Main process exited, code=dumped, status=11/SEGV #29

hibozzy18 opened this issue Aug 18, 2023 · 1 comment

Comments

@hibozzy18
Copy link

Hi all, I am trying to run the infiniband_radar_daemon on Rocky linux 8. I am I am installing this with rpm, it installs correctly and enable the service perfectly. However I get a Main process exited, code=dumped, status=11/SEGV on trying two start the daemon.

[email protected] - InfiniBand Radar Daemon - InfiniBand Monitoring
   Loaded: loaded (/usr/lib/systemd/system/[email protected]; disabled; vendor preset: disabled)
   Active: failed (Result: core-dump) since Fri 2023-08-18 11:35:21 BST; 1s ago
  Process: 2122724 ExecStart=/usr/sbin/infiniband_radar_daemon config.cumulus.json (code=dumped, signal=SEGV)
 Main PID: 2122724 (code=dumped, signal=SEGV)

I aslo tried to run the binary file directly, and I got the following error.

./infiniband_radar_daemon  /etc/infiniband-radar/config.cumulus.json
./infiniband_radar_daemon: /lib64/libcurl.so.4: no version information available (required by ./infiniband_radar_daemon)
Segmentation fault (core dumped)

I assume I am using a none supported version of libcurl or is there something I am missing.

@gabrieleiannetti
Copy link

I have installed libcurl-devel on the system, but the executable than also prints out the following error message:

/lib64/libcurl.so.4: no version information available (required by ./infiniband_radar_daemon)

The lib file is also located at: /lib64/libcurl.so.4

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