[Webkit-unassigned] [Bug 33562] Safari Crashed on loading this page.
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Feb 22 01:44:06 PST 2011
https://bugs.webkit.org/show_bug.cgi?id=33562
Naveen Bobbili <naveen.bobbili at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |naveen.bobbili at gmail.com
--- Comment #4 from Naveen Bobbili <naveen.bobbili at gmail.com> 2011-02-22 01:44:06 PST ---
Hi,
I have observed that the crash is due to below assert statement in KURL.cpp
KURL::KURL(ParsedURLStringTag, const char* url)
{
parse(url, 0);
ASSERT(url == m_string);
}
I am working on a fix for this in headercallback of curl/resourcehandlemanager.cpp. Please let me know if any one observed the same behaviour.
--
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