Skip to content
This repository has been archived by the owner on Sep 21, 2024. It is now read-only.

csdl references, null pointer error. #25

Open
sjdurb opened this issue May 9, 2019 · 0 comments
Open

csdl references, null pointer error. #25

sjdurb opened this issue May 9, 2019 · 0 comments

Comments

@sjdurb
Copy link

sjdurb commented May 9, 2019

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!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant