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
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?
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?
libdash/libdash/libdash_memoryleak_test/libdash_memoryleak_test.cpp
Line 59 in 168dfdf
The text was updated successfully, but these errors were encountered: