When your question is answered use !solved to mark the question as resolved.
Remember to ask specific questions, provide necessary details, and reduce your question to its simplest form. For tips on how to ask a good question run !howto ask.
7 messages · Page 1 of 1 (latest)
When your question is answered use !solved to mark the question as resolved.
Remember to ask specific questions, provide necessary details, and reduce your question to its simplest form. For tips on how to ask a good question run !howto ask.
@modest raven you have this line in the consolidate method : std::cout << nullptr << std::endl;
Thanks but it's not occure the error and outputs "nulptr" in console, i had tested and forgot to remove taht line. Also i forgot add taht error show up in 91 line of FiboHeap.cpp
reading from 0xffffffff is likely a read after free bug
one way to find out where it comes from is to activate the address sanitizer
@modest raven Has your question been resolved? If so, run !solved :)
This question is being automatically marked as stale.
If your question has been answered, run !solved.
If your question is not answered feel free to bump the post or re-ask.
Take a look at !howto ask for tips on improving your question.