Re: How to debug Heap errors
Backtrace won't help here. We'd need to see the actual code or you'd need to use a dedicated tool for tracing memory leaks.
Re: How to debug Heap errors
Thank you, Wysota! What tracing tool would you recommend?
As the code is some 10.000 lines, spread over some 100 files it might be... ehm... quite impossible to "just post" it... :-)
Very fortunately this error magically went away by cleanup/qmake/rebuild all - I have no idea why such a thing is possible...
Re: How to debug Heap errors
Quote:
Originally Posted by
sedi
Thank you, Wysota! What tracing tool would you recommend?
If you were on Linux, I'd recommend valgrind, the best tool around. However it is not available for Windows so you need to look for Windows alternatives.
Quote:
As the code is some 10.000 lines, spread over some 100 files it might be... ehm... quite impossible to "just post" it... :-)
No, but you can post the part you think is relevant to the problem.