[Webkit-unassigned] [Bug 12119] REGRESSION: Null deref in WebCore::PageCache::timeStamp
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Jan 4 18:30:56 PST 2007
http://bugs.webkit.org/show_bug.cgi?id=12119
beidson at apple.com changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|webkit- |beidson at apple.com
|unassigned at lists.webkit.org |
------- Comment #1 from beidson at apple.com 2007-01-04 18:30 PDT -------
I have this in the debugger... despite the fact that the crash is in a block
qualified by "HistoryItem::hasPageCache()", the pageCache() is null.
I have a strong suspicion this is related to HistoryItem::hasPageCache() not
jiving with what HistoryItem::pageCache() returns, which was brought about by
the fix for 12087 this morning.
Either we need to nuke ::hasPageCache and just use ::pageCache() as the
de-facto bool check, or we need to have both methods demonstrate the same
behavior.
I'll figure out which of those I like better.
--
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
You are the assignee for the bug, or are watching the assignee.
More information about the webkit-unassigned
mailing list