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

Exited Code 132 #408

Open
1 task done
technoman555 opened this issue Dec 24, 2024 · 3 comments
Open
1 task done

Exited Code 132 #408

technoman555 opened this issue Dec 24, 2024 · 3 comments
Assignees
Labels
bug Something isn't working docker About docker

Comments

@technoman555
Copy link

I've searched existing issues and couldn't find a duplicate.

  • I confirm this is not a duplicate.

Operating System

Docker Cluster on Ubuntu 24.04

Server Software Version/Commit

ghcr.io/snowiiii/pumpkin:master

What happened?

Using Docker, my Docker cluster, I pulled the most recent master image and spun up a container. I then logged in using the publicly assigned IP address. I was kicked one but the log only shows an accepted connection. no other errors. I login again and the server allows me in I disconnect and now the server refuses to connect and crashes with exited Code 132

To Reproduce

If you need me to host the server so you can see this problem, I'd be happy to, as I haven't had this happen on my local network, so I'm not sure what the underlying issue may be as of yet.

Expected behavior

The server should allow players to log in without any connection issues or the server crashes with no errors recorded.

@technoman555 technoman555 added the bug Something isn't working label Dec 24, 2024
@technoman555
Copy link
Author

Correction to this connecting to the image from docker either over Local or Public server breaks and exits the server with the same error code.

@Snowiiii Snowiiii added the docker About docker label Dec 25, 2024
@Yimura
Copy link
Contributor

Yimura commented Dec 25, 2024

I just encountered this same issue on my server by using the container image from ghcr.io/snowiiii/pumpkin:master.

Exit code 132 seems to imply the container attempted to execute an illegal instruction, my guess is that the following happened.
Github's Action Runners have CPU's with quite a lot of instruction sets available which not everyone may have, one of the modules/packages in Pumpkin is making use of this unusual instruction.

One temporary solution ofcourse is to clone the repository locally and then deploy it from there however that may be a few steps too many for some that'd rather just pull it straight from the Github registry.

@Snowiiii
Copy link
Owner

Can you please test again after the latest commit
febbfd8

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working docker About docker
Projects
None yet
Development

No branches or pull requests

3 participants