-
Notifications
You must be signed in to change notification settings - Fork 65
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
Constant crash on the same instruction 'rep movs' #977
Comments
Can you post a crash dump or a stack trace, please? |
I know that it’s not good to write such code, but I found such code in a plugin, and it is this that crashes the server, other plugins with the same instructions also crashed, but I don’t know which parts of the code were compiled incorrectly. Perhaps the code below will give some insight into why this issue might occur. Use source mod 1.12.7140 for testing (update sourcepawn submodule (#2146))
|
Changes in commit ceffea8 cause crash |
Thanks, I can reproduce this. |
Thanks for the reduced test case, this is fixed on master. |
I can’t figure out what the problem is, different plugins crash on one instruction 'rep movs'. I'm using the latest version of sourcepawn.
The text was updated successfully, but these errors were encountered: