-
Notifications
You must be signed in to change notification settings - Fork 45
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
failed to start release 0.3 #21
Comments
actually the whole log for first run was
|
I got the same error using Ubuntu 16.04. |
centos 7 |
Which version of ruby do you have? I have 2.3. |
hi, I tried to run |
hi, |
Hello @gimer I am running catapult inside a Ubuntu 16.04 box with Intel(R) Celeron(R) CPU J3455 @ 1.50GHz |
Newer catapult versions like 0.3 don't work on older archs (like my Celeron one), it lacks some cpu instructions so that is the reason of the core dump. |
@cfcodefans You can swap out the line
with
in |
Started from scratch with these new Dockerfiles but still same error (core dumped). |
@cfcodefans generally we require avx instruction set, so hardware above 2008 should be fine |
Hello, I setup an Ubuntu 18.04 in my laptop with specs of Intel Core i5 2.5GHz with 8GB RAM. The error is same as the first one not enough addresses/Illegal instruction (core dumped). I followed all the instructions given on setting up docker and docker-compose, already tried FROM luxtagofficial/catapult-server:0.3.0.2 also, but still no avail. Is there something required on the OS that I lack of? I tried setting up the same using DigitalOcean droplets with Ubuntu 18.04/8GB RAM, but the catapult ran smoothly, however when it comes to my laptop, I always encounter the same error of core dumped. Any recommendations? |
I'm getting the same issue on a DigitalOcean image running Ubuntu 18.04. |
Should support SSE2 and AVX extensions, so... |
closing out, this should be logged over on catapult-server repo for any build/arch support issues |
generate-raw-addresses_1 | /bin-mount/generate-raw-addresses-if-needed: line 8: 6 Illegal instruction (core dumped) /catapult/bin/catapult.tools.address --generate=${num_addresses} -n mijin-test > ${raw_addresses_path}
got error for the first time running "docker-compose up"
ran clean-all and reran "docker-compose up"
this error was reproduced.
is there anything needed to be configured?
thanks
The text was updated successfully, but these errors were encountered: