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

Container crash #3

Closed
MrAuronTV opened this issue Jun 27, 2019 · 5 comments
Closed

Container crash #3

MrAuronTV opened this issue Jun 27, 2019 · 5 comments

Comments

@MrAuronTV
Copy link

hi

When i run my new container i have the error message with the last 2 versions of your image.

`Authenticating server license key...
Server license key authentication succeeded. Welcome!
/proc/self/maps:
40031000-40061000 rwxp 00000000 00:00 0
4198e000-4199e000 rwxp 00000000 00:00 0
3a8e2680000-3a8e26af000 rw-p 00000000 00:00 0
6d1d2b80000-6d1d2c00000 rw-p 00000000 00:00 0
27e550d80000-27e550d83000 rw-p 00000000 00:00 0
299753900000-299753980000 rw-p 00000000 00:00 0
2c1100064000-2c110006c000 rw-p 00000000 00:00 0
35f14ff80000-35f150000000 rw-p 00000000 00:00 0
3c842d63c000-3c842d680000 ---p 00000000 00:00 0
3c842d680000-3c842d683000 rw-p 00000000 00:00 0
3c842d683000-3c842d684000 ---p 00000000 00:00 0
3c842d684000-3c842d6ff000 r-xp 00000000 00:00 0
3c842d6ff000-3c843563c000 ---p 00000000 00:00 0
3e4bacf00000-3e4bacf03000 rw-p 00000000 00:00 0
3e4bacf03000-3e4bacf80000 r--p 00000000 00:00 0
55cc6b054000-55cc6b05d000 r--p 00000000 08:41 77074506 /opt/cfx-server/FXServer
55cc6b05d000-55cc6b07c000 r-xp 00009000 08:41 77074506 /opt/cfx-server/FXServer
55cc6b07c000-55cc6b082000 r--p 00028000 08:41 77074506 /opt/cfx-server/FXServer
55cc6b083000-55cc6b084000 r--p 0002e000 08:41 77074506 /opt/cfx-server/FXServer
55cc6b084000-55cc6b085000 rw-p 0002f000 08:41 77074506 /opt/cfx-server/FXServer
55cc6b3d0000-55cc6bdbe000 rw-p 00000000 00:00 0 [heap]
7ff7922e9000-7ff79232a000 rw-p 00000000 00:00 0
7ff79232a000-7ff79232c000 ---p 00000000 00:00 0
7ff79232c000-7ff79242e000 rw-p 00000000 00:00 0
7ff79242e000-7ff792430000 ---p 00000000 00:00 0
Memory around native instruction pointer (0x7ff79de084e4):
0x7ff79de084d4 48 8b 3c 25 28 00 00 00 48 89 7c 24 50 48 8b 38 H.<%(...H.|$PH.8
0x7ff79de084e4 48 8b 5f f0 48 8b 7f f8 48 89 14 24 48 89 44 24 H._.H...H..$H.D$
0x7ff79de084f4 08 48 89 74 24 10 48 89 4c 24 18 0f 57 c0 0f 11 .H.t$.H.L$..W...
0x7ff79de08504 44 24 3f 0f 11 44 24 30 48 01 c3 0f 11 44 24 20 D$?..D$0H....D$

=================================================================
Got a SIGSEGV while executing native code. This usually indicates
a fatal error in the mono runtime or one of the native libraries
used by your application.
=================================================================`

thanks in advance

@mikey242
Copy link

mikey242 commented Aug 3, 2019

Got this too, container almost immediately shuts down with the same error.

@wojons
Copy link

wojons commented Aug 26, 2019

i am also getting this same error

@MrAuronTV
Copy link
Author

i have directly create an container with debian official and create manually my server with.

@GiroudMathias
Copy link
Contributor

Hello,

The server crashes automatically if the container is not configured with the following options:
stdin_open: true
tty: true

Just apply these settings to your container and the problem will be fixed.

@frebib
Copy link
Member

frebib commented Sep 2, 2019

Thanks @GiroudMathias for working out the problem. I've updated the documentation to point this out.
Also strangely I'm not getting notifications for your comments, so sorry for not replying.

@frebib frebib closed this as completed in e1021b9 Sep 2, 2019
frebib added a commit that referenced this issue Sep 2, 2019
This was referenced Jan 20, 2021
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

5 participants