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
I am trying to use ponder for reflection. I create instances of a class declared to ponder and then store the pointer to the objects in a generic datamodel.
The code builds fine and I see below runtime error when I execute unit test where the add_to_datamodel failed. The object destroy is leading to an invalid pointer.
free(): invalid pointer
Aborted
I run google tests on ubuntu 20.04 version.
I tried to maintain object creation and destruction similar to the library examples and it doesn't work, could you help me with the issue?
The text was updated successfully, but these errors were encountered:
Hi,
I am trying to use ponder for reflection. I create instances of a class declared to ponder and then store the pointer to the objects in a generic datamodel.
The code looks something like below:
The code builds fine and I see below runtime error when I execute unit test where the add_to_datamodel failed. The object destroy is leading to an invalid pointer.
I run google tests on ubuntu 20.04 version.
I tried to maintain object creation and destruction similar to the library examples and it doesn't work, could you help me with the issue?
The text was updated successfully, but these errors were encountered: