-
Notifications
You must be signed in to change notification settings - Fork 149
Container crash #3
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
Comments
Got this too, container almost immediately shuts down with the same error. |
i am also getting this same error |
i have directly create an container with debian official and create manually my server with. |
Hello, The server crashes automatically if the container is not configured with the following options: Just apply these settings to your container and the problem will be fixed. |
Thanks @GiroudMathias for working out the problem. I've updated the documentation to point this out. |
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
The text was updated successfully, but these errors were encountered: