[Webkit-unassigned] [Bug 61439] REGRESSION (r87229): Lots of tests crashing in CFNetwork!URLResponse::createFilenameFromResponseHeaders on Windows XP
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed May 25 08:17:16 PDT 2011
https://bugs.webkit.org/show_bug.cgi?id=61439
--- Comment #3 from Adam Roben (:aroben) <aroben at apple.com> 2011-05-25 08:17:16 PST ---
The crashing line in WebKit is this one, in ResourceResponse::performLazyInit:
RetainPtr<CFStringRef> suggestedFilename(AdoptCF, CFURLResponseCopySuggestedFilename(m_cfResponse.get()));
m_cfResponse is null.
--
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