infiniband-radar / infiniband-radar-daemon

GNU General Public License v3.0
13 stars 5 forks source link

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

Open hibozzy18 opened 1 year ago

hibozzy18 commented 1 year ago

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.

infiniband-radar@cumulus.service - InfiniBand Radar Daemon - InfiniBand Monitoring
   Loaded: loaded (/usr/lib/systemd/system/infiniband-radar@.service; 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 commented 8 months ago

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