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

Signal 11 Fault #44

Closed
chrisgaeth opened this issue Apr 6, 2021 · 1 comment
Closed

Signal 11 Fault #44

chrisgaeth opened this issue Apr 6, 2021 · 1 comment

Comments

@chrisgaeth
Copy link

When installing and attempting to run on Pi400, Ubuntu 21.04, executing
./nw --use-gl=egl --ignore-gpu-blacklist --disable-accelerated-2d-canvas --num-raster-threads=2 results in;

Failed to generate minidump.Received signal 11 SEGV_MAPERR 00005efa259e
[end of stack trace]
Calling _exit(1). Core file will not be generated.

Not sure where to troubleshoot from here.

@LeonardLaszlo
Copy link
Owner

LeonardLaszlo commented Apr 14, 2021

Hello @chrisgaeth,

Pi400 has a 1.8GHz Quad core ARM Cortex-A72 CPU with ARMv8-A architecture.
This repository provides only the binary for the ARMv7 architecture.
https://en.wikipedia.org/wiki/ARM_Cortex-A72

If you are willing to spend some time on this, there was somebody who managed to build the ARMv8 binaries based on this repository. Check out this: #16

If you manage to adapt the building scripts to build also the ARMv8 version please send me a PR.

I hope this will help you.

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