Skip to content
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

pure virtual method called error in libdash_memoryleak_test.cpp#L59 #33

Open
ahnHeejune opened this issue Mar 13, 2021 · 0 comments
Open

Comments

@ahnHeejune
Copy link

When I test libdash_memoryleak_test on Linux (after commenting out the Windows dependency), I got this error at delete(seg).

"pure virtual method called error" could happen when a pure virtual function is called in the constructor or destrctors in abstract class. In fact, the instance itself is Segment, which inherits ISegment and again the ISegment inherits IDownloadableChunk, which inherits IChunk and IDASHMetrics. All the parent classes' destrctors are empty.

Does anyone have the same experience and solution?

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

No branches or pull requests

1 participant