sethforprivacy / simple-monerod-docker

A simple and straightforward Dockerized monerod built from source and exposing standard ports.
https://sethforprivacy.com/guides/run-a-monero-node/
MIT License
101 stars 18 forks source link

Latest image always exits with code 132 at boot #44

Closed clvs7-gh closed 2 years ago

clvs7-gh commented 2 years ago

Hello.

After update to latest image (sethsimmons/simple-monerod:latest and sethsimmons/simple-monerod:ubuntu) , container keeps exit with code 132. I tested on Ryzen VM and Intel Physical's one, but no luck. I think image or built binary is broken. Old image (v0.17.3.0) is working, so d16ff97ea10 seems a bit suspicious for me.

Crash logs :

 5月 10 20:38:10 * [40920]: Could not parse number of program headers from core file: invalid `Elf' handle
 5月 10 20:38:10 * [40920]: Could not parse number of program headers from core file: invalid `Elf' handle
 5月 10 20:38:10 * systemd-coredump[40919]: [🡕] Process 40887 (monerod) of user 1000 dumped core.

                                                   Module /usr/local/bin/monerod without build-id.
                                                   Module /usr/lib/libgcc_s.so.1 with build-id 5d817452a709ca3a2133415>
                                                   Module /lib/libssl.so.1.1 with build-id 25a55106cb13dec5d495c34ca1c>
                                                   Module /usr/lib/libreadline.so.8.1 with build-id 03c124180216a80777>
                                                   Module /lib/ld-musl-x86_64.so.1 without build-id.
                                                   Module linux-vdso.so.1 with build-id c44838b6f952044acc4a4965fe03ad>
                                                   Module libncursesw.so.6 with build-id b9917757481e6fa6097e2a1f31f5b>
                                                   Module libcrypto.so.1.1 with build-id d54a7ee1e288aeae436d073277ff9>
                                                   Module libzmq.so.5 with build-id 5590d475bfb0155a43a46abc111f55571d>
                                                   Stack trace of thread 1:
                                                   #0  0x0000555e6d9ed518 n/a (/usr/local/bin/monerod + 0x7c2518)
                                                   #1  0x0000555e6dd63120 n/a (/usr/local/bin/monerod + 0xb38120)
                                                   ELF object binary architecture: AMD x86-64

Thank you.

sethforprivacy commented 2 years ago

Yes, so sorry about that! I merged in cross-platform support and didn't catch an issue that I should have.

I've reverted it and pushed new images, just do a docker pull sethsimmons/simple-monerod:latest and then recreate the container and it will come right back up.

clvs7-gh commented 2 years ago

Yeah, after pulled new image, now it is working again. Thank you very much!

I'll close this issue for now because changes have been reverted.