Bug 264949
Summary: | CHECKED_POINTER_DEBUG prints unreliable stacktrace information | ||
---|---|---|---|
Product: | WebKit | Reporter: | Claudio Saavedra <csaavedra> |
Component: | Web Template Framework | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED CONFIGURATION CHANGED | ||
Severity: | Normal | CC: | cdumez, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Claudio Saavedra
Debugging a CheckedPtr crash by enabling CHECKED_POINTER_DEBUG prints a list of stacktraces for the dangling references of a CheckedPtr, but for some reason the number of stacktraces doesn't match the amount of reference leaks. In the bug I am debugging, m_count is 1, but there are 9 stacktraces. That makes debugging CheckedPtr tricky, as I am not sure which of those is the one that is really leaked.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/118748319>
Claudio Saavedra
Was this macro removed? If yes then I guess this bug can be closed.
Claudio Saavedra
It was removed indeed.