-
Notifications
You must be signed in to change notification settings - Fork 50
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
Rapidjson crash when attempting to allocate memory #1492
Comments
Are you still seeing this issue? With the latest updates I am not seeign it for other plugins using JSON config items. If so let me know and I will pull the plugins from FledgePower and see if I can reproduce it that way. |
@MarkRiddoch I have not made a new attempt with the develop version recently as I was testing on the tagged 2.5.0 version of Fledge and no longer on develop. But if there was no change on the rapidjson library of develop since two weeks ago, I doubt this may produce different results now... |
I've also seen this error. I usually build Fledge using an older Dockerfile version (PMC-v1.2), but my target version is Fledge 2.5.0 release. To fix this issue, I need to copy the changes made to |
I suspect this is an issue caused when plugins and the core services are compiled against different versions of RapidJSON. Building everything with the same version we do not see the problem. |
This could make sense, we will see if this is still happening when integrating the next Fledge version then. |
Since PR #1488 it appears that any plugin using Rapidjson will crash immediately when attempting to open any document with a similar stack trace :
Example from fledgepower-south-iec104 :
Example from fledgepower-south-hnz :
Could you please rollback to a version that is not broken?
The text was updated successfully, but these errors were encountered: