-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Server hang #1929
Comments
|
Instead of trying to analyze the crash yourself, can you upload the crash dump? |
I'm not sure if its anything related but I was reading the entity state bags for each entity in a for loop statement iterating over the vehicle game pool server side. After having remove that section of code the issue seems to have stopped. I'm not sure if its anything related to maybe the entity being removed from the pool as its reading its state bags causing it to hang or not. Again this was being performed server side. |
Closing this issue. If you do have any more recent dumps, please provide. Note, these random corruptions of |
My server has been experiencing random crashes so I decided to run procdump on the process and wait until a crash is triggered. I ran the dump file produced from procdump and got the following
Unhandled exception at 0x00007FF9A7FE8B0F (citizen-server-state-fivesv.dll) in FXServer.exe_230405_093105.dmp: 0xC0000005: Access violation reading location 0x00000000000083F4.
After the debug was complete it points to;
Running FXServer 6374 on Windows Server 2022
The text was updated successfully, but these errors were encountered: