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
{{ message }}
This repository has been archived by the owner on Sep 21, 2024. It is now read-only.
I get a segmentation error due to a null pointer access in edm_model_utility.cpp in function "resolve_type_under_structured_type". It looks like it is trying to resolve a navigation type from the name, doesn't find the name, and then returns nullpointer. This nullpointer is then accessed as if it is a pointer to an edm_type.
Does this library support loading external schema references? It seems as if the reference was preloaded, it would have found this type.
I get a segmentation error due to a null pointer access in edm_model_utility.cpp in function "resolve_type_under_structured_type". It looks like it is trying to resolve a navigation type from the name, doesn't find the name, and then returns nullpointer. This nullpointer is then accessed as if it is a pointer to an edm_type.
Does this library support loading external schema references? It seems as if the reference was preloaded, it would have found this type.
The schema that produces the exception is Redfish ServiceRoot: https://redfish.dmtf.org/schemas/ServiceRoot_v1.xml
Thanks!
The text was updated successfully, but these errors were encountered: