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

SIGSEGV issue #2

Open
GiroudMathias opened this issue Jun 27, 2019 · 2 comments
Open

SIGSEGV issue #2

GiroudMathias opened this issue Jun 27, 2019 · 2 comments

Comments

@GiroudMathias
Copy link

Hi dude,

When i launch this dockerfile image on docker (Ubuntu 18.02 LTS), i got this issue:

Started resource sessionmanager
Authenticating server license key...
Server license key authentication succeeded. Welcome!
/proc/self/maps:
4029f000-4033f000 rwxp 00000000 00:00 0 
4155c000-4156c000 rwxp 00000000 00:00 0 
41ade000-41bae000 rwxp 00000000 00:00 0 
41d49000-41e7e000 rwxp 00000000 00:00 0 
3006100000-3006180000 rw-p 00000000 00:00 0 
93b35948000-93b35950000 rw-p 00000000 00:00 0 
19fb71080000-19fb71100000 rw-p 00000000 00:00 0 
23e9c3200000-23e9c3280000 rw-p 00000000 00:00 0 
2463bac00000-2463bac80000 rw-p 00000000 00:00 0 
24e9fe000000-24e9fe080000 rw-p 00000000 00:00 0 
25da70480000-25da70500000 rw-p 00000000 00:00 0 
2b87a9e3e000-2b87a9e80000 ---p 00000000 00:00 0 
2b87a9e80000-2b87a9e83000 rw-p 00000000 00:00 0 
2b87a9e83000-2b87a9e84000 ---p 00000000 00:00 0 
2b87a9e84000-2b87a9eff000 r-xp 00000000 00:00 0 
2b87a9eff000-2b87a9f00000 ---p 00000000 00:00 0 
2b87a9f00000-2b87a9f03000 rw-p 00000000 00:00 0 
2b87a9f03000-2b87a9f04000 ---p 00000000 00:00 0 
2b87a9f04000-2b87a9f7f000 r-xp 00000000 00:00 0 
2b87a9f7f000-2b87b1e3e000 ---p 00000000 00:00 0 
2c6e75880000-2c6e75900000 rw-p 00000000 00:00 0 
2f51f3d00000-2f51f3d80000 rw-p 00000000 00:00 0 
3452a8000000-3452a8080000 rw-p 00000000 00:00 0 
346cea800000-346cea803000 rw-p 00000000 00:00 0 
346cea803000-346cea880000 r--p 00000000 00:00 0 
Memory around native instruction pointer (0x7f0aede624e4):
0x7f0aede624d4  48 8b 3c 25 28 00 00 00 48 89 7c 24 50 48 8b 38  H.<%(...H.|$PH.8
0x7f0aede624e4  48 8b 5f f0 48 8b 7f f8 48 89 14 24 48 89 44 24  H._.H...H..$H.D$
0x7f0aede624f4  08 48 89 74 24 10 48 89 4c 24 18 0f 57 c0 0f 11  .H.t$.H.L$..W...
0x7f0aede62504  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.
=================================================================

@JoeBiellik
Copy link
Member

Without more details I can't reproduce this, please provide a reproducible configuration.

@Typhoone
Copy link

Hey, I got the exact same error on both spiritsail/fivem and my own fivem image I made quick to test it out, using the latest alpine as the base, I tried it with the mono image too just to see if that changed anything.

It seems to have started on the 2019-May-13 09:55 release (8409385634cf5151db582639cebe357cc88f287a) although the 2019-Mar-19 07:20 fails for me too but with a different error (kinda starts up 6 or 7 times then dies). The last release that I managed to get working with my docker image is the 2019-Feb-16 07:25 release.
I'm using the new windows terminal and for some reason I can't copy from it but I found this issue by googling "48 8b 3c 25 28 00 00 00 48 89 7c 24 50 48 8b 38" so it's the same error, spiritsail also has an issue open but hasn't replied.

I'm running this on Ubuntu 18.04.2 LTS headless, docker 18.09.8

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

3 participants