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
> ./mimick_samplemimick: Could not find GOT entry for function malloc@self.zsh: abort (core dumped) ./mimick_sample
Removing the call to mmk_reset prevents the error.
Running the second README example (e.i. calling mmk_reset passing the mock object returned by mmk_mock) succeeds.
The text was updated successfully, but these errors were encountered:
ziyao233
pushed a commit
to ziyao233/Mimick
that referenced
this issue
Feb 9, 2024
Environment
CPU architecture: x86_64
Operating system: GNU/Linux
Mimick version: 0.3.0
CMake configuration
Issue
Running the first README sample:
results in the following error:
Removing the call to
mmk_reset
prevents the error.Running the second README example (e.i. calling
mmk_reset
passing the mock object returned bymmk_mock
) succeeds.The text was updated successfully, but these errors were encountered: