[Webkit-unassigned] [Bug 27980] Give an ability to WebKit to free statically allocated pointers before quit
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Aug 4 09:38:45 PDT 2009
https://bugs.webkit.org/show_bug.cgi?id=27980
--- Comment #7 from Zoltan Herczeg <zherczeg at inf.u-szeged.hu> 2009-08-04 09:38:44 PDT ---
(In reply to comment #5)
The problem is with the transitive allocations. Valgrind does not track the use
of 'this' pointers. Let A be a static object, and it allocates a B object,
which also allocates a C object. A()->B()->C() In this case valgrind cannot see
that B and C are belongs to the A object, and report them as memory errors.
Perhaps it would be too time consuming to detect these situations.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list