You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After upgrading our server from version 7290 (which was stable) to v1.0.0.10012 and v1.0.0.11194, we have been experiencing intermittent server hangs.
These hangs trigger automatic restarts by txAdmin. Upon investigating with WinDbg, it appears that the issue is related to thread sleep operations.
Expected result
The server should run smoothly without hanging or requiring automatic restarts after the upgrade.
Reproduction steps
Open the server.
Let player join server and playing.
Wait for the crash.
Importancy
Crash
Area(s)
FiveM, FXServer
Specific version(s)
FiveM, v1.0.0.10012 windows / v1.0.0.11194 windows
Additional information
The issue might be relevant below sleep_for module
What happened?
After upgrading our server from version 7290 (which was stable) to v1.0.0.10012 and v1.0.0.11194, we have been experiencing intermittent server hangs.
These hangs trigger automatic restarts by txAdmin. Upon investigating with WinDbg, it appears that the issue is related to thread sleep operations.
Expected result
The server should run smoothly without hanging or requiring automatic restarts after the upgrade.
Reproduction steps
Importancy
Crash
Area(s)
FiveM, FXServer
Specific version(s)
FiveM, v1.0.0.10012 windows / v1.0.0.11194 windows
Additional information
The issue might be relevant below
sleep_for
modulefivem/code/components/citizen-server-main/src/ServerInstance.cpp
Lines 261 to 265 in 8a6a363
Here are excerpts from the server console logs during the incidents:
livedump-1732159500.dmp
livedump-1732264810.dmp
livedump-1732255510.dmp
livedump-1732255513.dmp
livedump-1732159496.dmp
The text was updated successfully, but these errors were encountered: