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

All threds fail on a Rasberry Pi 4 #125

Open
NastroukaPro opened this issue Dec 22, 2023 · 1 comment
Open

All threds fail on a Rasberry Pi 4 #125

NastroukaPro opened this issue Dec 22, 2023 · 1 comment

Comments

@NastroukaPro
Copy link

Describe the bug
When starting Xmrig on a Rasberry Pi 4 it tries to run the Ghostrider test but all threads fail and nothing happens.
When Ctrl + C is pressed, it shows a Segmentation fault.

To Reproduce
Install Xmrig from the Pi app store

Expected behaviour
Ghostrider test is passed successfully

Required data

  • OS: Rasbian Bookworm
  • For GPU-related issues: Arm64

Output

 * ABOUT        XMRig/6.19.2-mo1 gcc/12.2.0
 * LIBS         libuv/1.44.2 OpenSSL/3.0.11 hwloc/2.9.0
 * HUGE PAGES   supported
 * 1GB PAGES    unavailable
 * CPU          ARM Cortex-A72 (1) 64-bit -AES
                L2:1.0 MB L3:0.0 MB 4C/4T NUMA:1
 * MEMORY       0.4/3.7 GB (11%)
 * DONATE       1%
 * POOL #1      pool.hashvault.pro:443 algo auto
 * COMMANDS     'h' hashrate, 'p' pause, 'r' resume, 's' results, 'c' connection
 * OPENCL       disabled
 * CUDA         disabled
[2023-12-22 19:11:29.112]  config   configuration saved to: "/home/npro/.xmrig.json"
[2023-12-22 19:11:29.113]  benchmk   STARTING ALGO PERFORMANCE CALIBRATION (with 10 seconds round) 
[2023-12-22 19:11:29.113]  benchmk   Algo ghostrider Preparation 
[2023-12-22 19:11:29.113]  cpu      use profile  ghostrider  (4 threads) scratchpad 2048 KB
[2023-12-22 19:11:31.403]  cpu      thread #2 self-test failed
[2023-12-22 19:11:31.414]  cpu      thread #1 self-test failed
[2023-12-22 19:11:31.437]  cpu      thread #0 self-test failed
[2023-12-22 19:11:31.438]  cpu      thread #3 self-test failed
[2023-12-22 19:11:31.438]  cpu      disabled (failed to start threads)
[2023-12-22 19:12:29.147]  miner    speed 10s/60s/15m n/a n/a n/a H/s max n/a H/s avg n/a H/s
[2023-12-22 19:13:29.185]  miner    speed 10s/60s/15m n/a n/a n/a H/s max n/a H/s avg n/a H/s
[2023-12-22 19:14:14.751]  signal   Ctrl+C received, exiting
Segmentation fault
```


**Json config**




```

{
    "http": {
        "enabled": true,
        "host": "0.0.0.0",
        "port": 62448,
        "access-token": null,
        "restricted": true
    },
    "autosave": true,
    "cpu": true,
    "opencl": false,
    "cuda": false,
    "pools": [
        {
            "url": "pool.hashvault.pro:443",
            "user": "(Wallet was here)",
            "pass": "npro-rpi",
            "keepalive": true,
            "tls": true
        }
    ]
}
```

@realsetvin
Copy link

realsetvin commented May 28, 2024

do you have hwloc installed? seems some kind of memory issue. Undoubtedly due to arm incompatibility

xmrig#3183

seems to be ongoing

image

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