EternalTerminal icon indicating copy to clipboard operation
EternalTerminal copied to clipboard

Segfault starting etserver on raspberry pi zero

Open jaredmoody opened this issue 2 years ago • 3 comments

After following the debian instructions to add the PPA and installing, attempting to start the server just immediately segfaults.

 $
/usr/bin/etserver --cfgfile=/etc/et.cfg
Segmentation fault

Backtrace:

#0  0xb6a445c8 in ?? () from /lib/arm-linux-gnueabihf/libcrypto.so.1.1
#1  0xb6a3e1a0 in ?? () from /lib/arm-linux-gnueabihf/libcrypto.so.1.1

jaredmoody avatar Nov 20 '23 01:11 jaredmoody

I've seen this before in arch. It has to do with a mismatch between the libcrypto on the machine and the one et was compiled with. You can compile et from scratch to fix for now.

What OS and version are you using?

On Sun, Nov 19, 2023, 6:21 PM Jared Moody @.***> wrote:

After following the debian instructions to add the PPA and installing, attempting to start the server just immediately segfaults.

$ /usr/bin/etserver --cfgfile=/etc/et.cfg Segmentation fault

Backtrace:

#0 0xb6a445c8 in ?? () from /lib/arm-linux-gnueabihf/libcrypto.so.1.1 #1 0xb6a3e1a0 in ?? () from /lib/arm-linux-gnueabihf/libcrypto.so.1.1

— Reply to this email directly, view it on GitHub https://github.com/MisterTea/EternalTerminal/issues/608, or unsubscribe https://github.com/notifications/unsubscribe-auth/AACK5PYXEMLT46RKO6RTE53YFKWBZAVCNFSM6AAAAAA7SE24T2VHI2DSMVQWIX3LMV43ASLTON2WKOZSGAYDCMJZGA3TMNQ . You are receiving this because you are subscribed to this thread.Message ID: @.***>

MisterTea avatar Nov 21 '23 15:11 MisterTea

This was on raspbian bullseye

jaredmoody avatar Nov 25 '23 22:11 jaredmoody

Let me see if I can compile libcrypto within et and eliminate these errors.

MisterTea avatar Jan 02 '24 12:01 MisterTea

6.2.9 is working for me on aarch! 🎉

jaredmoody avatar Jun 26 '24 07:06 jaredmoody