Server crash FxServer Error "SIGSEGV"

I have random server crash with this error :
https://pastebin.com/Zib2hdwr
Have you an idea for fix that or is just FxServer smells like shit ?
Thank’s for Help

1 Like

From the wiki on running FXServer, it’s normal:

Mono errors (SIGSEGV, exception stack trace) are perfectly fine, and don’t signify any error condition.

Unless the server actually completely crashed, in which case what you pastebin’ed doesn’t show.

SIGSEGV at start is normal not when server crash … :confused:

1 Like

Do you have any other logs? I see nothing indicating that the server crashed. I see the stacktrace at the top, but I’m not exactly sure how to read/interpret that.

No other log, just that :confused: After the crash, the server is still alive but no one can connect

@xlxAciDxlx server seem to doesn’t crash anymore after i have removed my ban check script (https://pastebin.com/GUS34zBR), do you see something wrong in this script ?
I need this script because otherwise the banned people will be able to connect :confused:

To be honest, I don’t see anything wrong with it. Though I’m new to modding, just trying to help out with simple things here and there. Sorry I can’t be of more help!

it’s maybe due to mysql-async, sometimes “SELECT” requests doesn’t return any value (take a look here https://github.com/brouznouf/fivem-mysql-async/issues/23#issue-249832474)

Still crash with the new patch :confused:

1 Like

i think it come from fivem so :confused: