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
While running the following program, it hangs at delete multiIndex; and won't finish. Valgrind gives me the following error:
==13922== Conditional jump or move depends on uninitialised value(s)
==13922== at 0x4E8DFA0: pocolog_cpp::MultiFileIndex::~MultiFileIndex() (MultiFileIndex.cpp:24)
==13922== by 0x4058CE: main (in /home/dfki.uni-bremen.de/afabisch/tmp/test/tools/pocolog2hdf5/build/pocolog2hdf5)
While running the following program, it hangs at
delete multiIndex;
and won't finish. Valgrind gives me the following error:==13922== Conditional jump or move depends on uninitialised value(s)
==13922== at 0x4E8DFA0: pocolog_cpp::MultiFileIndex::~MultiFileIndex() (MultiFileIndex.cpp:24)
==13922== by 0x4058CE: main (in /home/dfki.uni-bremen.de/afabisch/tmp/test/tools/pocolog2hdf5/build/pocolog2hdf5)
The text was updated successfully, but these errors were encountered: