https://bugs.kde.org/show_bug.cgi?id=479600
--- Comment #3 from Paul Floyd <pjfl...@wanadoo.fr> --- The redirect is likely to be from either the link loader ld.so or from libc. If it is from ld.so it might be a phony implmentation in which malloc returns some global or stack memory and free does nothing. Possibly there is a bug in ld.so where such a no-op phony free is getting called on a pointer not "allocated" by the matching phony malloc. -- You are receiving this mail because: You are watching all bug changes.